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

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
a{
	text-decoration:none;
	}
body{
	font-family:Arial, Helvetica, sans-serif;
	}
#top{
	width:100%;
	height:50px;
	background:url(top.jpg) repeat-x;
	}
#header{
	width:100%;
	height:140px;
	background:url(header.jpg) repeat-x;
	}
#hresize{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-top:10px;
	}
#hresize .logo{
	float:left;
	background:url(log.png) no-repeat;
	height:120px;
	width:700px;
	}
#hresize .social{
	float: right;
	overflow:hidden;
	margin-top:30px;
	}
#menu{
	width:100%;
	height:45px;
	background:url(menu.png) repeat-x;
	}
	
	#menu ul.menu{
		width:980px;
		overflow:hidden;
		padding-top:5px;
		margin-left:auto;
		margin-right:auto;
		}
	#menu ul.menu li{
		float:left;
		list-style:none;
		border-right:1px dotted #edb899;
		width:180px;
		text-align:center;
		padding-top:8px;
		padding-bottom:8px;
		}
		#menu ul.menu li:hover{
			background:#da7d61;
			}
			#menu ul.menu li.active{
			background:#da7d61;
			}
	#menu ul.menu li a{
		color:#7e290f;
		font-weight:bold;
		padding-top:8px;
		padding-bottom:8px;
		padding-left:50px;
		padding-right:30px;
		text-shadow:1px 1px #000;
		}
	#menu ul.menu li a:hover{
		color:#edb899;
		}
#slider{
	width:100%;
	overflow:hidden;
	border-bottom:double 8px #993d21;
	background:url(bg.png) repeat;
	}
#slider .banner{
	width:1030px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	height:500px;
	margin-top:10px;
	}

#main{
	background:url(grad.jpg) center repeat-x;
	width:100%;
	overflow:hidden;
	}
#main .container{
	width:980px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	box-shadow:0 0 10px #000;
	background:#FFF;
	padding:20px;
	}
	#main1{
	background:url(1.jpg) center repeat-x;
	width:100%;
	overflow:hidden;
	}
#main1 .container{
	width:980px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	box-shadow:0 0 10px #000;
	background:#FFF;
	padding:20px;
	}
.container .row1{
	width:100%;
	overflow:hidden;
	}
.container .welcome{
	float:left;
	overflow:hidden;
	width:600px;
	}
	.container1 .welcome1{
	float:left;
	overflow:hidden;
	width:700px;
	}
.container h1{
	border-bottom:1px solid #960;
	color:#960;
	font-size:25px;
	margin-bottom:20px;
	}
.container p{
	font-size:13.5px;
	text-align:justify;
	line-height:1.7em;
	}

.container .side{
	float:right;
	overflow:hidden;
	width:300px;
	}
.side ul{}
.side ul li{
	list-style:none;
	background:url(li.png) no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	margin-bottom:10px;
	}
.side ul li a{
	color:#804000;
	font-weight:bold;
	text-shadow:1px 1px #FFF;
	}
.side ul{}


.container .row2{
	overflow:hidden;
	width:100%;
	margin-top:20px;
	}
.container{}
.container{}
.container{}
.container{}
.container{}
.container{}
.container{}
.container{}
#footer{
	background:url(header.jpg) repeat-x;
	border-top:#993d21 5px solid;
	width:100%;
	}
#footer #footresize{
	width:980px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	}
#footresize .botmenu{
	width:960px;
	overflow:auto;
	}
.botmenu p{
	text-align:center;
	color:#804000;
	}
.botmenu p a{
	text-align:center;
	color:#7e290f;
	font-weight:bold;
	font-size:13px;
	}
#footresize .row3{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.row3 .copy{
	float:left;
	color:#7e290f;font-size:13px;
	}
.row3 .design{
	float:right;font-size:13px;
	color:#7e290f;
	}
.design a{
	color:#804000;font-size:13px;
	}
#bottom{
	background:url(bottom.jpg) repeat-x;
	width:100%;
	height:50px;
	}
	#login
	{
		width:auto;
		height:10px;
		float:right;
	}
#login a{
	color:#993D21;
	}
.neetrow{
	width:100%;
	overflow:hidden;
	}
.box1{
	float:left;
	width:40px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;	
	background:#993D21;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	}
.box1 a{
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	}
.box2{
	margin-left:20px;
	float:left;
	width:40px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;	
	background:#993D21;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	}
.box2 a{
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	}