@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/bgr.jpg) top left repeat-x #FFFFFF;
	text-align:center;
	color:#2f3f5f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}

a {
	color:#355479;
}

a:hover {
	color:#000099;
	text-decoration:none;
}

#container {
	width:800px;
	text-align:left;
	margin:auto;
	height:100%;
}

#header {
	background:url(images/header-bgr.jpg) bottom left no-repeat;
	height:282px;
}

#header h1 {
	margin:0;
	padding:0;
}

#header h1 a {
	float:right;
	background:url(images/logo.gif) top left no-repeat;
	width:196px;
	height:64px;
	text-indent:-9999px;
	margin-top:15px;
	margin-right:12px;
}

#header span {
	line-height:120%;
	font-size:90%;
	display:block;
	position:absolute;
	top:20px;
	width:250px;
}

#icons {
	position:absolute;
	top:55px;
	z-index:10;
	width:263px;
	text-align:left;
	height:57px;
}

#icons img {
	margin-right:7px;
}

#header #flash {
	position:absolute;
	top:97px;
	*top:48px;
	margin:0;
}

#nav {
	position:absolute;
	margin:0 0 0 590px;
	padding:14px 0 0 0;
	top:81px;
	list-style:none;
	width:200px;
	height:216px;
	background:url(images/nav-bgr.jpg) top left no-repeat;
}

#nav li {
	margin:0;
	padding:0;
}

#nav li a {
	display:block;
	height:1%;
	*height:10px;
	padding:9px 0 0px 30px;	
	margin:0 0 0 20px;
	background:url(images/bullet.gif) bottom left no-repeat;
	color:#FFFFFF;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:110%;
}

#nav li a:hover {
	background-position:-185px bottom;
	text-decoration:underline;
	color:#374a6f;
}

#content {
	line-height:150%;
	clear:both;
	position:absolute;
	width:760px;
	top:310px;
	padding:0 20px 0 20px;
	background:url(images/contentbgr.jpg) top left no-repeat;
}

#content h2 {
	font-size:140%;
}

#content h3 {
	font-size:130%;
}

#content h4 {
	font-size:120%;
}

#content h5, #content h6 {
	font-size:110%;
}

.box {
	padding:15px;
	border:1px solid #b1cce8;
	/*background:url(images/box-bgr.gif) top right no-repeat #e5eff9;*/
}

.both {
	clear:both;
	margin:10px;
}

#dynamiccontent {
	border:10px solid #d2e8f8;
	background-color:#eff7fd;
	height:228px;
}

.shadetabs{
	border:1px solid white;
	background:url(images/dcnav-bgr_EN.jpg) top left no-repeat #eff7fd;
	margin:0;
	padding:60px 0 22px 0;
	list-style:none;
}

.shadetabs li{
	background:url(images/dc-li-bgr.jpg) top left repeat-y;
	margin:0px;
	padding:0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #a0c5e2;
	width:259px;
}

.shadetabs li a {
	display:block;
	width:210px;
	height:50px;
	text-decoration:none;
	color:#374a6f;
	padding:10px 0 10px 50px;
}

.shadetabs li a.icon1 {background:url(images/dc-icon-01.gif) center left no-repeat;}
.shadetabs li a.icon2 {background:url(images/dc-icon-02.gif) center left no-repeat;}
.shadetabs li a.icon3 {background:url(images/dc-icon-03.gif) center left no-repeat;}


.shadetabs li a strong {
	text-decoration:underline;
}

.shadetabs li a:hover{
	font-weight:bold;
	color:#000099;
}

.shadetabs li.selected{

}

.shadetabs li.selected a{ /*selected main tab style */
	background-color:#eff7fd;
}

.shadetabs li.selected a:hover{ /*selected main tab style */

}

.contentstyle{
	margin:-230px 0px 10px 275px;
	width: 460px;
	height:228px;
	overflow:auto;
}

#footer {
	clear:both;
	background:url(images/footer.gif) top left repeat-x;
	padding:30px 0 0 0;
}

