@charset "utf-8";
body {
	margin: 0px;
	padding:0px;
}

body,td,th, a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#0c1a23;
	color:#fff;
}

:focus{
	outline:none;
}

img{
	border:0px none;
}

.clear{
	clear:both;
}


	
#site{
	width:945px;
	min-height:600px;
	margin:0 auto;
}

.header{
	width:945px;
	height:113px;
}

.logo{
	width:305px;
	line-height:113px;
	height:113px;
	float:left;
	color:#fff;
	text-align:center;
}

.lang{
	width:305px;
	height:11px;
	position:relative;
	top:-100px;
	left:260px;
	z-index:9000;
}

.logo a{
	color:#fff;
	text-decoration:none;
	font-size:18px;
}

.menu{
	float:left;
	margin-left:15px;
}

.menu ul, .menu li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:inline;
}

.menu li a, .menu li a:active, .menu li a:visited{
	display:block;
	width:145px;
	height:113px;
	float:left;
	background-color:#204258;
	background:url(../images/menu_bg.jpg) no-repeat 0px 0px;
	color:#fff !important;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	margin-right:15px;
}

.menu li a:hover, .menu li a.active{
	background:url(../images/menu_bg.jpg) no-repeat 0px -113px !important;
}

.menu li a span{
	position:relative;
	left:15px;
	top:88px;
}

.menu li a.last{
	margin-right:0px !important;
}

#home_flash{
	height:400px;
	background-color:#0c1a23;
}


.content{
	margin-top:8px;
}






.left{
	width:320px;
	height:370px;
	float:left;
}

.future1{
	background:url(../images/future1.jpg) left top no-repeat;
}


.future2{
	background:url(../images/future2.jpg) left top no-repeat;
}


.future3{
	background:url(../images/future3.jpg) left top no-repeat;
}


.future4{
	background:url(../images/future4.jpg) left top no-repeat;
}


.left ul, .left li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:inline;
	background-color:#00FFFF;
}

.left li a, .left li a:active, .left li a:visited{
	display:block;
	width:145px;
	height:113px;
	float:left;
	background:none;
	color:#fff !important;
	text-decoration:none;
	margin-right:15px;
	margin-bottom:15px;
	font-weight:10px;
}




.left li a:hover, .left li a.active{
	 color:#ccc !important;
}


.left li a span{
	position:relative;
	line-height:1.4em;
	left:15px;
	top:15px;
	display:block;
	width:90%;
	cursor:pointer;
	cursor:hand;
}






.right{
	width:565px;
	height:309px;
	background-color:#f7efe0;
	float:right;
	color:#111;
	padding:30px;

}

#main{
		height:310px;
		overflow:hidden;
		margin-right:15px;
		padding-right:20px;
		text-align:justify;
}

.right h1{
	margin:0;
	padding:0;
	color:#27516b;
	font-weight:bold;
	text-transform:uppercase;
	font-size:21px;
	padding-top:15px;
}

.right h2{
	margin:0;
	padding:0;
	color:#c19644;
	font-weight:normal;
	font-size:21px;
	margin-bottom:40px;
}

.right p{
	line-height:1.4em;
}



.right li{
	line-height:1.4em;
}


.right a{
	background:none;
	color:#111;
}





.footer{
	text-align:center;
	color:#2e6588;
	font-size:11px;
	line-height:88px;
	border:1px solid #28516c;
	
	width:943px;
	float:left;
}

.footer a, .footer a:active, .footer a:visited{
	color:#2e6588;
	text-decoration:none;
}

.footer a:hover{
 	color:#a9730c;
}

.footer span{
	margin-left:5px;
	margin-right:5px;
}

.thumbs{
	float:left;
}

.thumbs img{
	float:left;
	margin:2px;
	padding:4px;
	background-color:#fff;
	border:1px solid #ccc;
	width:45px;
	height:45px;
}

.thumbs img:hover{
	background-color:#b1730c;
}