html, body {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #666;
}

a:link { color: #007ba0; text-decoration: none; }
a:hover {color: #007ba0; text-decoration: underline;}
a:active {color: #007ba0; text-decoration: none;}
a:visited {color: #007ba0; text-decoration: none;}

#container {
	width: 940px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 147px;
	background: url(../img/header_right_boxes.png) no-repeat right top;
	width: 940px;
	position: relative;
}

#langtab {
	width: 160px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 470px;
	background: url(../img/blue_tab.png) no-repeat right top;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 2;
	display: none;
}

#logo {
	padding-top: 25px;
}

#footer {
	text-align: center;
	padding: 10px;
	font-size: 11px;
	color: #999;
	position: relative;
	width: 640px;
}

#content {
	width: 940px;
	height: 100%;
	position: relative;
}

#search {
	background: url(../img/blue_search_bg.png) no-repeat right top;
	width: 265px;
	height: 137px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-right: 15px;
	padding-top: 10px;
}

#divider {
	width: 925px;
	height: 3px;
	background: #cecece;
	position: absolute;
	z-index: 100;
}

#divider #blue {
	width: 265px;
	height: 3px;
	background: #004568;
	float: right;	
}


#slider {
	background: url(../img/grey_slideshow_bg.png) repeat-y right top;
	width: 265px;
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 15px;
	text-align: center;
	padding-top: 15px;
}

input[type="text"] {
	border: 1px solid #666;
	padding: 3px;
	width: 143px;
	margin-left: 3px;
	color: #005e8d;
}

button#search-button {
	background: url(../img/search_btn.png) repeat-y left top;
	width: 85px;
	height: 25px;
	position: relative;
	border: 0px solid;
	text-indent: -99999px;

}

#carousel-list li {
	padding: 15px;
}

#carousel-list li img {
	border: 0;
	clear: both;
}

#carousel-list {
	list-style-type: none;
	position: relative;
}

.content-box {
	width: 555px;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	margin-left: 32px;
	margin-top: 20px;
}

h2 {
	font-size: 16px;
	color: #003853;
	font-weight: bold;
	padding-bottom: 10px;
}

h3 {
	font-size: 15px;
	color: #005e8d;
	font-weight: bold;
	padding-bottom: 10px;
}

p, ul, li {
	font-size: 13px;
	color: #999;
}

p {
	padding-bottom: 15px;
}

.list {
	list-style: outside url("../img/bullet.png");
	padding: 10px 10px 10px 20px;
}

.list li {
	padding-bottom: 15px;
}

span.de {
	color: #005E8D;
	font-weight: bold;
}

span.com {
	color: #666;
	font-weight: bold;
}