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

html{
	height:100%;
	
}

*{
	margin:0;
	padding:0;
	
}

a{
	color:inherit;
	text-decoration:none;
	
}

body{
	font:"Times New Roman", Times, serif;
	font-size:12px;
	color:#7A9C7C;
	background-color:#CCC;
	background-position:center;
	background-repeat:repeat-y;
	overflow-y: scroll;
	overflow-x: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical;	
}

#side{
	background-color:#7A9C7C;
	width:60px;
	height:86px;
	position:absolute;
	top:155px;
	left:50%;
}

.l{	
	margin-left:-560px;
	background-image:url(image/fadel.png);
	
}

.r{
	margin-left:500px;	
	background-image:url(image/fadeR.png);
}

#wrap{
	float:none;
	width:1000px;
	height:100%;
	margin:0 auto;
	background-color:#fff;
	background-image:url(image/wrapBG.jpg);
	background-repeat:repeat-y;
	overflow-x:hidden;
	overflow-y:auto;
	-moz-box-shadow: 1px 2px 10px #888;
	-webkit-box-shadow: 1px 2px 10px #888;
	box-shadow: 1px 2px 10px #888;	
}

#headspace{
	margin:0;
	width:1000px;
	height:150px;
	background-image:url(image/header_3.jpg);
	
}

#head{
	background-color:transparent;
	width:500px;
	height:150px;
	float:left;
}

.hlt img{
	margin:28px 0 4px 66px;
	
}

#navhouse{
	width:1000px;
	height:auto;
	display:block;
	position:absolute;
	z-index:5000;	
}

#nav{
	position:absolute;
	top:150;
	padding:10px 0;
	background-color:#7A9C7C;
	width:1000px;
	height:auto;
	clear:both;
	display:block;
/*	-moz-box-shadow: 0px 2px 2px #CCC;
	-webkit-box-shadow: 0px 2px 2px #CCC;
	box-shadow: 0px 2px 2px #CCC;*/	
}

#nav.fixed{
	position:fixed;
	top:0;
	
}

#nav li{
	display:block;
	width:860px;
	margin-left:139px;
	float:left;
	padding:0px 8px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	list-style:none;
	background-repeat: no-repeat;
	background-position:4px 5px;
}

#nav li a:hover p{
	opacity:0.5;
	
}

.liHere{
	background-image:url(image/dot.png);
	
}

#nav a{
	border-left:1px solid #fff;
	padding:4px 8px;
	display:block;
	float:left;
	margin-left:12px;
	background:none;
	
}

#nav li ul{
	display:none;
}

#nav li.liHere ul{
	display:block;
	
}

#nav li:hover ul{

}

#nav li ul li{
	width:auto;
	display:block;
	float:left;
	font-size:10px;
	padding:0;
	margin-top:1px;
	margin-left:20px;
	list-style:none;
	border:none;
	background:none;
	
}

#nav li ul li:hover{
	background:none;
	
}

#nav li ul li a{
	border-left:none;
	margin-left:0;
	padding:2px;
	margin-top:2px;
	
}

#nav li ul li a:hover{
	opacity:0.5;

}

.here{
	border-bottom:1px solid #FFF;
	color:#FFF;
	
}

#main{
	position:relative;
	float:left;
	width:800px;
	min-height:300px;
	margin:0;
	padding-top:80px;
	padding-bottom:50px;
		
}

#main p{
	line-height:21px;
	
}

#serch{
	width:170px;
	min-height:15px;
	border:1px #999 solid;
	background-color:#fff;
	display:block;
	padding:3px 5px;
	float:right;
	margin-right:15px;
	margin-top:28px;
	
}

#sidewrap{
	width:1000px;
	height:auto;
	display:block;
	position:absolute;
}

#sbarro{
	margin-left:800px;
	width:184px;
	padding:4px 8px;
	height:320px;
	color:#414141;
	padding-top:120px;
	font-size:10px;
	letter-spacing:1px;
	
}

#sbarro.fixed{
	position:fixed;
	top:0;
	
}

#sbarro li{
	width:170px;
	list-style:none;
	margin-bottom:20px;
	
}

#sbarro p{
	float:left;
	width:170px;
	height:auto;
	padding:5px 10px;
	background:#fff;
	
}


#title{
	clear:both;
	padding:40px 0px 50px 110px;
	width:710px;
	height:auto;
	
}

#title h1{
	font-size:48px;
	font-style:italic;
	
}

#staffpic{
	float:left;
	width:160px;
	min-height:20px;
	text-align:center;

}

#staffpic img{
	margin:3px auto 5px 10px;
	
}

#staffer{
	float:left;
	width:550px;
	min-height:20px;
	font-size:14px;
	padding-left:8px;
	padding-right:82px;
	margin-bottom:55px;
	
}

#staffer h1{
	font-size:18px;
	font-style:normal;
	margin-bottom:8px;
	
}

#foot{
	clear:both;
	position:relative;
	width:1000px;
	height:125px;
	background-color:#414141;
	color:#FFF;
	font-size:14px;
	letter-spacing:1px;
	padding-left:160px;
	padding-top:40px;
	
}

#foot li{
	list-style:none;
	padding:0 8px;
	float:left;
	margin-right:60px;
	width:250px;
	height:auto;
	
}

#end{
	clear:both;
	position:relative;
	width:1200px;
	margin:0 auto 10px auto;
	height:10px;
	
}

#endin{
	width:1000px;
	height:12px;
	margin:0 auto;
	display:block;
	
}