@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	background:url(images/bg.jpg) top repeat-x;}
	
#wrapper{
	width:1000px;
	height:auto;
	margin:auto;}
	
.header{
	width:1000px;
	height:193px;
	float:left;
	background:url(images/top_bg.jpg) top repeat-x;}
	
.logo{
	background:url(images/logo.jpg) top left no-repeat;
	width:255px;
	height:193px;
	float:left;}
	
.nav{
	height: 43px;
	width: 520px;
	float: left;
	margin: 35px 0 0 225px;
}
	
.slide_area{
	width:1000px;
	height:422px;
	float:left;}
	
.slide_area_inner{
	width:1000px;
	height:300px;
	float:left;}
	
#jsddm
{	margin: 0 0 0 0px;
	padding: 0;
	font: 12px Verdana, Geneva, sans-serif;
	}

	#jsddm li
	{	float: left;
		list-style: none;
		margin-right:8px;
		border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#0f75bd;
		}
		
	#jsddm li a
	{
	display: block;
	height:43px;
	float:left;
	font-size:12px;
	color:#fff;
	line-height:43px;
	padding:0 20px; 
	text-transform:uppercase;
	text-decoration:none;
}

	#jsddm li a:hover ,.selected
	{
		border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#063556;}

	#jsddm li ul
		{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	z-index: 1000;
	background-color:#e2e2e2;
	padding-top:10px;
	
	}
		
			#jsddm li ul li
			{	float: none;
				display:list-item;}
			
			#jsddm li ul li a
			{
	width: auto;
	color: #003366;
	padding: 0 20px;
	border-bottom:solid 1px #CCCCCC;
	height:43px;
	line-height:43px;
	font-weight:bold;
}


			
#jsddm li ul li a:hover
			{	}
			
			
.cont_area{
	width: 920px;
	height: auto;
	background: url(images/cont_top_img.jpg) top no-repeat;
	float: left;
	padding: 30px 40px;
}

h1{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	line-height:30px;
	padding:0;
	margin:0;
	color:#0f75bd;}
	
h2{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	line-height:30px;
	padding:0;
	margin:0;
	color:#0f75bd;}
	
p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:20px;
	text-align:justify;}
	
.footer{
	width:1000px;
	height:60px;
	float:left;
	background:url(images/footer_top.jpg) top no-repeat;
	line-height:40px;
	padding-top:35px;
	font-size:12px;
	color:#333;
	text-align:center;}
	
.footer a{
	text-decoration:none;
	color:#333;}
	
img a{
	border:none;}
	
.social_area{
	width:745px;
	height:45px;
	float:left;
text-align: right;
    color: #fff;    padding-top: 12px;}
	
.social_link{
	width:37px;
	height:45px;
	float:right;    margin-top: -13px;}
	
.list{
	list-style:none;
	padding:0;
	margin:0;}
	
.list li{
	    font-size: 16px;
    color: #333;
    line-height: 20px;
    list-style-image: url(images/buleet_small.jpg);
    list-style-position: inside;
    padding-left: 0px;
    margin-top: 20px;}
	
.div_left{
	width:350px;
	height:auto;
	float:left;
	margin-right:15px;}
	
.div_right{
	width: 500px;
	height: auto;
	float: left;
	}
	
