@charset "utf-8";
/*
描述: cavan布局样式表第11套
作者: linli
版本: 0.1

[目录表]

0- container
1- header
2- body
3- footer

*/

/* =0 container
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#container{
	width:100%;
	margin:0 auto;
	position:relative;
}

/* =1 header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header{
	height:150px;
	z-index:99 !important;
}
#logo{
	position:absolute;
}
#navbar{
	position:absolute;
	right:0;
	top:20px;
}

/* =2 body
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#body{
	width:100%; margin:0 auto;
}
#banner{
	width:100%;
	margin:0 auto;
	position:relative;
}

#wrapperout{ 
	min-width:1000px; 
	margin:0 auto;
}
#wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}
#main{
	overflow:hidden;
	margin-left:0!important;
	margin-right:0!important;
}
.sub_special{ display:none;}
#sidebar{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#sub{
	float:left;
	width:49.1%!important;
	overflow:hidden;
}
#extra{
	float:right;
	width:49.1%!important;
	overflow:hidden;
}

/* =3 footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer{
	clear:both;
	width:100%;
}