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

body {
	margin: 0px;
	background:#4d4d4d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#656565;
}

input, option, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#656565;
}

h1, h2, h3 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#4d4d4d;
}

h1 {
	font-size:24px;
	margin-top:0;
	line-height:26px;
}

h2 {
	font-size:20px;
	margin-top:0;
	line-height:22px;
}

h3 {
	font-size:18px;
	margin-top:0;
	line-height:20px;
}

h4 {
	font-size:16px;
	color:#333;
	font-weight:normal;
}

a {
	color:#00adee;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
	outline:none;
}

hr {
	height:1px;
	border:0;
	margin:8px 0;
	border-bottom:dashed 1px #ccc;
}

#outer {
	width:100%;
	float:left;
	background:#f0f0f0 url(../images/bg.png) repeat-x top;
}

#container {
	width:960px;
	margin:0 auto;
}

#inner {
	float:left;
	position:relative;
	width:960px;
}

#menu {
	height:50px;
}

#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	float:left;
	position:relative;
}

#menu li.split {
	width:2px;
	background:url(../images/menu_split.png) no-repeat;
	height:50px;
}

#menu li a {
	display:block;
	width:auto;
	padding:0 16px;
	text-align:center;
	color:#999999;
	height:35px;
	padding-top:15px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
}

#menu li a:hover, #menu li a.active {
	background:url(../images/menu_on.png) repeat-x;
	color:#4d4d4d;
	text-decoration:none;
}

#menu ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 48px;
	right: 0;
	width: 174px;
	z-index: 99999;
	background: #f0f0f0;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleftt: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom:10px;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}

#menu li li a:hover, #menu li li a.active {
	background:url(../images/menu_on.png) repeat-x 0 -12px;
	color:#4d4d4d;
	text-decoration:none;
}

#menu ul ul a {
	background:#f0f0f0;
	border-bottom:solid 1px #e4e4e4;
	border-top:solid 1px #fff;
	color: #999999;
	height: auto;
	line-height: 24px;
	padding: 4px 10px 6px 16px;
	width: 148px;
	margin:0;
}

#menu ul li:hover > ul {
	display: block;
}
#menu .current_page_item > a,
#menu .current_page_ancestor > a {
	font-weight: bold;
	color: #fff;
}

#header {
	height:120px;
}

#main_content {
	margin:20px 0;
	width:960px;
}

#main_content .header {
	height:10px;
	width:960px;
	background:url(../images/content_header.png) no-repeat;
}

#main_content .body {
	width:920px;
	padding:10px 20px;
	background:url(../images/content_bg.png) repeat-y;
	float:left;
}

#main_content .footer {
	height:10px;
	width:960px;
	background:url(../images/content_footer.png) no-repeat;
	clear:both;
}

.banner_300x250 {
	float:right;
	width:300px;
	height:250px;
	padding-left:20px;
	padding-bottom:20px;
}

.banner_728x90 {
	text-align:center;
}

.banner_160x600 {
	
}

#left_col {
	width:740px;
	float:left;
}

#right_col {
	width:160px;
	float:right;
}

#footer_wrap {
	height:100px;
	background:url(../images/footer_bg.png) repeat-x;
	clear:both;
}

#footer {
	position:relative;
	height:100px;
	width:960px;
	margin:0 auto;
}

#footer_logo {
	position:absolute;
	right:0;
	top:0;
}

#copyright {
	position:absolute;
	right:0;
	bottom:8px;
	text-align:right;
	color:#b0b0b0;
	font-size:11px;
}