@charset "utf-8";
/* CSS Document */

/************************************************************************************/
/*										default										*/
/************************************************************************************/
*{
	padding:0px;
	margin:0px;
	}
body{
	margin:0px;
	}
.f{
	background:url(../images/footer.png) repeat-x;
	height:80px;
	margin-top:-80px;
	}
a:hover{text-decoration:none}
img{border:0px}

.fl{float:left}
.fr{float:right}
.cl{clear:both}

.main{
	margin:0 auto;
	width:1000px;
	}

.none{display:none}
ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	}
	
/************************************************************************************/
/*										header										*/
/************************************************************************************/
.header{
	height:470px;
	background:url(../images/bg_header.jpg) no-repeat;
	}
.header2{
	height:470px;
	background:url(../images/bg_header2.jpg) no-repeat;
	}
.header3{
	height:470px;
	background:url(../images/bg_header3.jpg) no-repeat;
	}
.header4{
	height:470px;
	background:url(../images/bg_header4.jpg) no-repeat;
	}
.header5{
	height:470px;
	background:url(../images/bg_header5.jpg) no-repeat;
	}
/************************************************************************************/
/*										content										*/
/************************************************************************************/
.content{
	padding-bottom:20px;
	}
.cont_bg{
	background:url(../images/content_bg.jpg) repeat-y;
	}

/************************************************************************************/
/*										menu										*/
/************************************************************************************/
.menu{
	background:url(../images/bg_menu.jpg) no-repeat;
	width:229px;
	height:205px;
	margin-left:109px;
	padding-top:43px;
	}
.menu a{
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#542c09;
	text-align:center;
	display:block;
	width:180px;
	margin:0 auto;
	line-height:30px;
	}
.menu a:hover,.menu .active{
	color:#FFFFFF;
	}

/************************************************************************************/
/*										font's										*/
/************************************************************************************/
.title{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#FFFFFF;
	font-size:25px;
	}
.title2{
	font-family:"Times New Roman", Times, serif;
	font-style:bold;
	color:#e09a49;
	font-size:16px;
	}
.title3{
	font-family:"Times New Roman", Times, serif;
	font-style:bold;
	color:#fdd455;
	font-size:20px;
	}
.title4{
	font-family:"Times New Roman", Times, serif;
	font-style:bold;
	color:#fff;
	font-size:18px;
	}
.text{
	padding-left:2px;
	}
.left .text{
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
	line-height:17px;
	padding-top:12px;
	}
.left .text span{
	color:#e09a49;
	font-weight:bold;
	}
.right .text{
	color:#f7e8db;
	font-size:13px;	
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	width:532px;
	padding-top:15px;
	line-height:17px;
	}
.right .title {
	line-height:22px;
	padding-top:4px;
	padding-bottom:4px;
	}
.right .title span{
	font-size:15px;
	}

.right .text b{
	color:#e09a49;
	}
.left .text a{
	color:#FFFFFF;
	font-weight:normal;
	}
.text a{
	color:#e09a49;
	font-weight:bold;
	}

/************************************************************************************/
/*										block's										*/
/************************************************************************************/
.left{
	width:381px;
	}
.sep{
	width:21px;
	padding-top:42px;
	}
.sep .v_line{
	background:url(../images/v_line.png) repeat-y;
	width:1px;
	height:460px;
	}

.right{
	width:598px;
	padding-top:32px;
	}

.info{
	padding-left:117px;
	padding-top:25px;
	}


/************************************************************************************/
/*										footer										*/
/************************************************************************************/
.footer{
	height:80px;
/*	background:url(../images/footer.png) no-repeat;	*/
	}
.copy{
	color:#a2713e;
	font-family:tahoma;
	font-size:11px;
	text-align:center;
	padding-top:48px;
	}
.copy a{
	color:#a2713e;
	}
.list1 li{
	padding-left:9px;
	background:url(../images/list1.png) no-repeat 0 7px;
	font-weight:bold;
	}

/************************************************************************************/
/*										form										*/
/************************************************************************************/
form{
	width:402px;
	}
form br{clear:both}
label{
	float:left;
	line-height:24px;
	}
.w1{
	vertical-align:middle;
	margin-top:4px;
	}
.w2{
	overflow:auto;
	height:56px;
	margin-top:4px;
	}
.w1,.w2{
	border:solid 1px #ca822f;
	width:338px;
	float:right;
	font-family:arial;
	font-size:12px;
	}

.btn_pos{
	padding-top:6px;
	text-align:right;
	}

.clear{
	background:url(../images/clear.jpg) no-repeat;
	}
.send{
	margin-left:7px;
	background:url(../images/send.jpg) no-repeat;
	}
.clear,.send{
	cursor:pointer;
	border:0px;
	height:22px;
	width:53px;
	}

#error{}

/************************************************************************************/
/*										EOF											*/
/************************************************************************************/