@import url(../modules/jwgallery/jwgallery.css);

body, p, td, div {
	font-family: Arial, sans-serif;
	/*
	font-family: "MS Sans Serif", sans-serif;
	font-family: Georgia, serif;
	font-family: Verdana, sans-serif;
	*/
	font-size: 12px;
	font-weight: normal;
	color: black;
	line-height: 16px;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 12px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #1A5CA3;
}

#start-content p a {
	color: white;
	font-weight: normal;
}
#start-content p a:hover {
	text-decoration: underline;
}
#start-content div.box p a:hover {
	text-decoration: none;
}

img {
	border: 0 none;
}

blockquote {
	margin: 12px 40px;
}

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	padding-bottom: 1px;
	background-color: white;
}

#web-body {
	padding-bottom: 0;
	background-image: url(../layout/bg3.jpg);
	background-repeat: repeat-x;
	background-color: #0E4178;
}

#page {
	width: 896px;
	min-height: 100%;
	margin: 0 auto;
	background-image: url(../layout/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: 203px top;
}

#header {
	height: 117px;
	background-image: url(../layout/header_bg.jpg);
	background-repeat: repeat-x;
}

#logo {
	float: left;
}

/********************* language menu *********************/

#language-menu {
	width: 266px;
	padding-top: 14px;
	padding-left: 437px;
	float: left;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
}

#language-menu li {
	padding: 0 5px;
	display: inline;
}

#language-menu a {
	text-decoration: none;
	color: #798BB3;
}

#language-menu .active, #language-menu a:focus, #language-menu a:hover {
	color: #FFFEFD;
}

/********************* main menu *********************/

#main-menu {
	width: 674px;
	padding-top: 49px;
	padding-left: 29px;
	float: left;
	list-style-type: none;
	font-size: 11px;
}

#main-menu li {
	padding: 7px 12px 0;
	float: left;
	border-left: 1px solid #345680;
}

#main-menu .first {
	border-left: 0;
}

#main-menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #99ABC0;
}

#main-menu .active, #main-menu a:focus, #main-menu a:hover {
	color: #DAAE09;
}

/********************* start-main, main *********************/

#start-main {
	width: 865px;
	padding: 13px 1px 0 30px;
	float: left;
	background-image: url(../layout/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#main {
	width: 865px;
	padding: 13px 5px 0 26px;
	float: left;
	background-image: url(../layout/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/********************* sub menu *********************/

#submenu {
	width: 177px;
	padding-top: 56px;
	float: left;
	list-style-type: none;
	font-size: 12px;
}

#submenu li {
	padding: 7px 20px 7px 6px;
	border-bottom: 1px solid #326299;
}

#submenu a {
	text-decoration: none;
	font-weight: normal;
	color: #99ABC0;
}

#submenu .active0, #submenu .active1, #submenu a:focus, #submenu a:hover {
	color: #DAAE09;
}

#submenu li.L1, #submenu li.active1 {
	padding-left: 24px;
}

/********************* start-content *********************/

#start-content {
	width: 865px;
	float: left;
}

/********************* content *********************/

#content {
	width: 686px;
	float: left;
}

/********************* footer *********************/

#footer {	
	width: 861px;
	height: 30px;
	margin-right: 6px;
	margin-left: 29px;
	clear: both;
	border-top: 2px solid #8FA4BC;
}