@charset "utf-8";
/* CSS Document */
* {
	padding:0px; margin:0px;
}
html, body {
	height:100%;
}
body {
	margin:0;
	margin:auto auto;
}
ul.inline {
	display:block;
}
ul.inline li {
	display:inline;
	list-style:none;
	list-style-type:none
}
.wrapper {
	width:960px;
	margin:0 auto;
    display:block;
	position:relative;
}
.clearfix {
    clear: both;
	height:0;
	line-height:0;
}
.clearfix:after {
    content: ".";
    display:block;
	line-height:0;
    height: 0;
	line-height:0;
    visibility: hidden;
}
#top {
	float:left;
	position:relative;
	display:block;
	width:960px;
	height:48px;
}
#footer {
	float:left;
	width:960px;
	padding-top:10px;
	height:auto;
}
#top_container {
	width:100%;
	height:44px;
    display:block;
	position:relative;
}
#mid_container {
	width:100%;
	height:auto;
    display:block;
	position:relative;
}
#bot_container {
	width:100%;
	height:60px;
    display:block;
	position:relative;
}
#logo {
	margin-top:8px;
	width:135px;
	height:35px;
}
#menu { 
	margin-top:16px;
	width:auto;
	height:30px;
	margin-left:50px;
}
#menu_utils {
	width:auto;
	margin-top:24px;
	clear:none;
}
#search {
	width:250px;
}
#footer ul.subnav {
	float:left
}
#footer span.subnav {
	float:right
}
.w320,
.w640,
.w960 {
}
.w320 {
	width:320px;
}
.w640 {
	width:640px;
}
.w960 {
	width:960px;
}
.f-right {
	float:right;
}
.f-left {
	float:left;
}
/**/