/* General settings */
body{
	margin:0;
	color:#333;
	font:12px Helvetica, Arial, sans-serif;
}
img{
	border:0;
}
a{
	color:#00F;
	text-decoration: none;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	border:1;
}


/* structure */
#wrapper{
	width:900px;
	margin: 0 auto;
}
#header{
	height:122px;
	background: url(../images/bg-header.gif);
	position:relative;
	width:100%;
}
#content{
	width:100%;
}
#main{
	width:100%;
	overflow:hidden;
}
#col-2{
	float:left;
	padding:3px 0 0 20px;
	width:430px
}
#twocolumn{
	float:right;
	overflow: hidden;
	width:675px;
}
#col-1{
	float:left;
	width:193px;
	padding:0 0 0 28px;
}
#col-3{
	width:201px;
	padding:4px 2px 0 0;
	display:inline;
	float:right;
}
#footer{
	height:30px;
	overflow:hidden;
	position:relative;
}
/* header*/
h1.logo{
	margin:0;
}
.logo span,
.logo a{
	width:242px;
	height:76px;
	position:absolute;
	top:41px;
	text-indent: -9999px;
	overflow:hidden;
	left:17px;
	background: url(../images/logo.gif);
}
.main-nav,
.languages{
	margin:0;
	position:absolute;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.languages{
	top:2px;
	right:0;
}
.languages li{
	display: inline;
	margin: 0 2px 0 -2px;
	background:url(../images/bg-languages-li.gif) no-repeat;
}
.languages li img {
	margin: 6px 0 -5px;
}
.languages a{
	padding: 0 8px;
}
.main-nav{
	top:37px;
	right: 0;
	border-right: 1px solid #c0c0c0;
}
.main-nav li{
	float:left;
	margin: 0 2px 0 -2px;
	background: url(../images/bg-mainnav-li.gif) no-repeat 0 11px;
}
.main-nav a{
	text-transform:uppercase;
	width:87px;
	display:block;
	height:58px;
	font: bold 12px/15px Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#4d4d4d;
	margin:0 1px 0 2px;
	padding:26px 0 0 0;
}
#header .main-nav .home a:hover,
.main-nav li.active a,
.main-nav a:hover{
	text-decoration:none;
	color:#fff;
	background:#b92f92;
}
.border{
	position:absolute;
	height:84px;
	width:1px;
	top:37px;
	left:0;
	background:url(../images/bg-border.gif);
}
#header .main-nav .home a {
	background: none;
	color:#4d4d4d;
}
/* content */
#content .visual{
	overflow:hidden;
}
#content .visual img{
	display:block;
}
* html #content .wrapper{height:1%;}
#content .wrapper{	border:1px solid #bfbfbf;}
* html #content .box{	height:1%;}
#content .box{
	margin:0;
	padding:0;
	background: url(../images/bf-content-box.gif);
	border-bottom:22px solid #013a81;
	border-top:20px solid #013a81;
	overflow:hidden;
	list-style:none;
	color:#fff;
	height: 1%;
}
#content .box a{color:#fff;}
#content .box a:hover{color:#ffff00;}
#content .box li{
	float:left;
	width: 206px;
	padding:0 0 0 19px;
	background: url(../images/bf-content-box.gif);
}
#content .box p{
	width:160px;
	margin: 19px 0 0;
}
#content .box h2{
	margin:0;
	padding: 0 0 0 27px;
	background:url(../images/bg-content-box-h2.gif) no-repeat;
	font: bold 16px/23px Arial, Helvetica, sans-serif;
}
#main{
	border-top:17px solid #fff;
	border-bottom:11px solid #fff;
	background:url(../images/bg-main.gif);
}
#col-2 h2{
	margin:0;
	font-size:18px;
	color:#b92f92;
	text-transform:uppercase;
}
#col-2 p{
	margin:4px 0 0;
	font-weight:bold;
	line-height:14px;
}
#col-3 h2{
	margin:0;
	color:#013a81;
	font-size:18px;
	text-transform:uppercase;
}
#col-3 p{
	font-weight:bold;
	margin:5px 0 0;
}
#col-1 .baners a{
	color:#114689;
	line-height:85%;
	font:bold 18px Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align:center;
	width:170px;
	display:block;
}
#col-1 .baners{
	margin:0;
	padding:0;
	list-style:none;
}
#col-1 .baners li{
	padding: 0 0 20px;
}
#twocolumn .frame {
	padding:0 0 0 22px;
}
#twocolumn .frame h2{
	color:#b92f92;
	font-size: 18px;
	margin: -2px 0 0;
}
#twocolumn .frame h3{
	color:#114689;
	font-size: 16px;
	margin: 8px 0 0;
}
#twocolumn .frame p{
	margin: 11px 68px 0 0;
}
#twocolumn .frame strong{
	font-weight:bold;
}
* html #content .wrapper .bg{
	height:1%;
}
#content .wrapper .bg{
	overflow:hidden;
	background:url(../images/bg-content-bg.gif);
	margin: 8px 0 15px;
}
.baners .text{
	margin:-9px 0 0 -2px;
}
/* footer */
#footer ul{
	margin:0;
	padding:13px 0;
	text-align: center;
	list-style:none;
	overflow:hidden;
}
#footer li{
	display: inline;
	line-height:17px;
	margin: 0 2px 0 -2px;
	background:url(../images/bg-footer-li.gif) no-repeat 0 2px;
}
#footer li:first-child{ background: none; }
#footer a{
	padding:0 6px;
}