@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
a { 
	color:#97cd3b;
}
p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:30px;
	font-weight:bold;
}
h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding-bottom:8px;
}
.header {
	
	background-color:#2d2828;
	top:0px;
	left:0px;
	height:60px;
	width:100%;
	border-bottom-color:#b2d96f;
	border-bottom-style:solid;
	border-bottom-width:4px;
	position:relative;
	
}
.header .container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.header .logo {
	float:left;
	width:250px;
	height:40px;
	margin-left:30px;
	padding-top:10px;
}
.header .block_login {
	float:right;
	width:370px;
	height:37px;
	margin-right:15px;
	padding-top:10px;
	background-image:url(../_img/header_login_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.header .block_login form {
	padding-top:9px;
	padding-left:9px;
	
}
.content {
	padding-top:15px;
	position:relative;
	display:block;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
.block_callouts {
	background-image:url(../_img/index_bar_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:154px;
	width:988px;
	padding-top:7px;
	padding-bottom:15px;
}
.callout {
	width:310px;
	margin-left:auto;
	margin-right:auto;
	height:140px;
	float:left;
	
	padding-left:17px;
	padding-top:15px;
	
	
}
.about_callout {
	width:470px;
	margin-left:auto;
	margin-right:auto;
	height:170px;
	float:left;
	padding-left:17px;
	padding-top:15px;
}
.about_callout p {
	padding-left:40px;
	padding-top:10px;
}
.main_menu {
	background-image:url(../_img/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:32px;
	width:988px;
	padding-top:5px;
	padding-bottom:5px;
}
#jsddm .first {
	margin-left:15px;
}
	
#jsddm
{	margin: 0;
padding: 0px;}

#jsddm li
{	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	
}

#jsddm li a
{	display: block;
	text-decoration: none;
	color: #EAFFED;
	white-space: nowrap;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:12px;
	padding-right:12px;
	}

#jsddm li a:hover
{	
	background:#97cd3b;
	
}
#jsddm li a:active
{	
	background:#97cd3b;
}
	
#jsddm li ul
{	margin: 0;
	padding: 0;
	top:52px;
	width:150px;
	position:absolute;
	visibility: hidden;
	z-index:9999;
}

#jsddm li ul li
{	float: none;
/*	display: inline;
	line-height:30px;
	padding-left:5px;*/
}

#jsddm li ul li a
{	width: auto;
	background: #252525;
	padding:8px;
	}

#jsddm li ul li a:hover
{	background: #97cd3b}


.menu p {
	padding: 7px;
	color:#FFF;
}
.content_placer {
	padding-top:5px;
	padding-bottom:5px;
}
.left_nav {
	float:left;
	width:190px;
	padding:5px;
	height:100px;
}
.right_menu {
	float:left;
	width:740px;
	height:25px;
	padding-top:5px;
	padding-bottom:5px;
}
.right_content {
	float:left;
	width:740px;
	padding:5px;
}
.right_content .header_img {
	padding-top:5px;
	padding-bottom:15px;	
}
.detail_content {
	float:left;
	width:740px;
	padding:0px;
	background-color:#d9fc9e;
	
}
.detail_content_top {
	background-image:url(../_img/hosting_content_top.jpg);
	background-position:top;
	height:25px;
	background-repeat:no-repeat;
	width:100%;
}
.detail_content_mid {
	padding-left:15px;
	padding-right:15px;
}
.detail_content_bottom {
	background-image:url(../_img/hosting_content_bottom.jpg);
	background-position:bottom;
	height:25px;
	background-repeat:no-repeat;
	width:100%;
}
.footer {
	background-color:#2d2828;
	position:static;
	bottom:0px;
	left:0px;
	
}
.footer a {
	
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer_content {
	margin-left:auto;
	margin-right:auto;
	width:990px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	padding:10px;
	line-height:18px;
}
.footer_item {
	float:left;
	width:232px;
	padding:5px;
	color:#CCC;
	
}
.footer_item .title{
	font-size:16px;
	
}


/*****************Footer sticky fix*****************/
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

.content {padding-bottom: 180px;}  /* must be same height as the footer */

.footer {position: relative;
	margin-top: -180px; /* negative value of footer height */
	height: 180px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.privacyul {
	padding-left:20px;
}
