@charset "utf-8";



#Container{
	width:100%;
	margin:0 auto;
	position:relative;
}


#Header{
	height:150px;
	z-index:99 !important;
}
#Logo{
	position:absolute;
}
#Navbar{
	position:absolute;
	right:0;
	top:20px;
}


#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;
}


#Footer{
	clear:both;
	width:100%;
}

