html {
	height:100%;
}
body {
	background-color:#000;
	height:100%;
	vertical-align:top;
	margin:0px;
	padding:0px;
}
/*.body-glow {
	background:url('../img/bg-glow.jpg') center top no-repeat;
	height:100%;
}
.body-overlay {
	background: url('../img/bg-overlay.png') center top no-repeat;
	height:100%;
}
.body-pattern {
	background: url('../img/bg-pattern.png') repeat;
	min-height:100%;
}*/
.header {
	height:100px;
}
/*.header-image{
	background: url('../img/header-logo.png') top left no-repeat;
	height: 84px;
	width:55px;
	float:left;	
}*/
.parked-domain-image{
	background: url('../img/parked-domain.png') top left no-repeat;
	height: 112px;
	width:891px;
	float:left;	
	margin-top:200px;
}
.hosted-domain-image{
	background: url('../img/construction.jpg') top left no-repeat;
	height: 768px;
	width:1024px;
}
.control-panel-login{
	background: url('../img/control-login.png') top left no-repeat;
	width:315px;
	height:18px;
	margin-top:25px;	
}
/* Layout */

.layout {
	margin: 0 auto;
}
#navigation {
	float: right;
	padding-top: 30px;
	position: relative;
}
.navigation-item {
	padding: 0px 0px;
}
.sidebar {
	width: 42%;
}
#content {
	padding-top:75px;	
}
#feature {
	padding:100px 0px;
	
}
#left {
	float: left;
}
#right {
	float: right;
}
.one-sidebar #content, .two-sidebars #content {
	width: 100%;
}

.no-sidebars #content {
	float: none;
}
.sidebar-right #content, .two-sidebars #content {
	float: left;
}
.sidebar-left #content {
	float: right;
}
.quicktabs_wrapper{
	clear:both;	
}
#quicktabs-10{
	position:relative;
	top:-15px;	
}
.faq-divs{
	clear:both;
}
.faq-div{
 width:293px; 
 float:left	;
}
.faq-div-middle{
 width:293px; 
 float:left	;
 padding-left:30px;
 padding-right:30px;
}
