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

body {
	margin: 0px;
	background:#2F2F2F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

a {
	text-decoration:none;
	color:#29d4e3;
}

a:hover {
	text-decoration:underline;
	color:#29d4e3;
}

form {
	margin:0;
	padding:0;
}

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

label {
	display:block;
	width:120px;
	float:left;
	text-align:right;
	padding-right:6px;
	color:#29d4e3;
	font-size:12px;
}

input, textarea {
	width:240px;
}

input.button {
	width:100px;
}

#background {
	background:#fff url(images/bg.png) repeat-x top;
}

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

#header {
	height:147px;
	background:url(images/header_right.png) no-repeat right;
}

#menu ul, #menu ul li {
	list-style:none;
	margin:0;
	padding:0;
	list-style-type:none;
	height:54px;
	display:block;
	float:left;
}

#menu ul li a {
	display:block;
	background:url(images/menu_off.png) no-repeat top center;
	width:196px;
	text-align:center;
	height:54px;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	padding-top:14px;
	line-height:14px;
}

#menu ul li.tl a {
	display:block;
	background:url(images/menu_off.png) no-repeat top center;
	width:196px;
	text-align:center;
	height:54px;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	padding-top:7px;
	line-height:14px;
}

#menu ul li a:hover, #menu ul li a.active {
	background:url(images/menu_on.png) no-repeat top center;
	text-decoration:none;
}

#content_top {
	background:url(images/content_top.png) no-repeat;
	min-height:25px;
	clear:both;
}

#content {
	background:url(images/content_bg.png) repeat-y;
	padding-left:28px;
	padding-right:28px;
	display:block;
	min-height:600px;
}

#side_ad {
	width:160px;
	float:left;
	margin-right:14px;
}

#content_body {
	width:750px;
	float:left;
	text-align:justify;
	line-height:18px;
}

#content_body h1 {
	color:#a4e329;
	font-size:24px;
	margin:0;
	padding:0;
	margin-bottom:8px;
}

#content_body h2 {
	color:#29d4e3;
	font-size:16px;
	margin:0;
	padding:0;
	margin-bottom:2px;
}

#content_body p {
	margin:0;
	padding:0;
	margin-bottom:16px;
}

#content_body ul {
margin:0;
padding:0;
margin-left:20px;
margin-top:20px;
margin-bottom:30px;
}

#content_body ul li {
	color:#66a2a7;
	font-style:italic;
	list-style-type:none;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:30px;
	display:block;
	background:url(images/bullet.png) no-repeat left top;
	line-height:18px;
}

#content_ad {
	float:right;
	width:300px;
	height:250px;
	margin-left:14px;
	clear:right;
}

#content_footer {
	background:url(images/content_footer.png) no-repeat;
	min-height:27px;
	clear:both;
}

#footer {
	width:100%;
	background:url(images/footer_bg.png) repeat-x;
	min-height:126px;
}

#footer_inner {
	width:952px;
	margin:0 auto;
	color:#fff;
}

#footer_links {
	display:block;
	padding-top:50px;
}

#footer_copyright {
	padding-top:10px;
	text-align:right;
	display:block;
}