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

/*-----------------------------------------------------*/
body{
	height: auto;
	width: 100%;
	background-color: #f9f9f9;
	padding-bottom: 30px;
}

/*--------------------------Header---------------------*/

#header {
	width: auto;
	height: 45px;
	position: relative;
	margin: auto;
	background: -webkit-gradient(linear, center top, center bottom, from(rgb(125, 161, 207)),color-stop(100%, rgb(97, 129, 169)));
	background: -webkit-linear-gradient(top,rgb(125, 161, 207) ,rgb(97, 129, 169) 100%);
	background: -o-linear-gradient(top,rgb(125, 161, 207) ,rgb(97, 129, 169) 100%);
	background: linear-gradient(to bottom,rgb(125, 161, 207) ,rgb(97, 129, 169) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7DA1CF, endColorstr=#6181A9, GradientType=0);
}

#header #menuheader{
	width: 1030px;
	height: 50px;
	position:relative;
	margin: auto;
}


/*--------------------------main---------------------*/

#main{
	width: 939px;
	position: relative;
	padding-top: 33px;
}
#logohead{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 800px;
	font-size: 45px;
	line-height: 120px;
	color: #6181A9;
	text-indent: 162px;
}

.cover{
	border: thin solid #DEDEDE;
	padding: 3px;
	background-color: #FFF;
	clear: none;
}

#cover{
	margin-top: 20px;
	clear: none;	
}

#main_menu{
	background-color: #969696;
	height: 32px;
	width: 960px;
	position:relative;
}

/*-----------------------Footer-----------------------------*/

#footer{
	width: 930px;
	position: relative;
/*	color: #C1C1C1; */
	color: #0029c2;
	padding: 3px;
	height: 170px;
	margin-bottom: 5px;
}

#cover_footer_left{
	float: left;
	width: 360px;	
	height: 80px;
}

#cover_footer_right{
	width: 430px;
	float: right;
	height: 80px;
	margin-top:  3px;
}

#cover_footer_map{
	width: 600px;
	float: right;	
	height: 320px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	position: absolute;
}

#icon_email,#icon_tel,#icon_face,#icon_web,#icon_stat{
	background-repeat: no-repeat;
	width: 350px;
	height: 20px;
	text-indent: 25px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 16px;
	margin-left: 20px;
	padding: 0px;
	position: relative;
}


#icon_email{
	background-image: url(../images/email-icon.png);
}

#icon_tel{
	background-image: url(../images/phone-icon.png);	
}

#icon_face{
	background-image: url(../images/32x32-Circle-58-FB.png);	
}

#icon_web{
	background-image: url(../images/web-icon.png);	
}

#icon_stat{
	background-image: url(../images/stat-icon.png);	
}

#footer_text{
	text-indent: 25px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 16px;
}
