
#pagewidth{ 
 width:760px; 
 margin: 0 auto;
 text-align: left;
} 

#contentwrapper{
float: left;
width: 760px;
}

#maincol{
float: left;
width: 518px;
}

#rightcol{
float: right;
width: 240px; /*Width of right column*/
}

#domainreg{
	float: right;
	width: 240px;
	border:thin;
	border:#333333;
	padding-left:10px;
}



/*Header*/ 

#header{
 height:130px; 
 background-color:#FFFFFF;
 margin-top:5px; 
 
} 

#craftysyntax {
float:right;
text-align:right;
margin-top:12px;

}
 

#planwrap {
	width:510px;
	float: left;
	margin-top:20px;
	
	}
	
.plancols {
float:left;
background:url(images/rtcorner.png) no-repeat scroll right bottom;
height:180px;
width:152px;
margin-bottom:20px;
margin-right:16px;
}


#captioncontainer {
width:500px;
	float: left;
	height:200px;
	margin-right: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	
	
	}


li.toplinks {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	text-decoration:none;
	display: inline;
	border-left-style:dotted;
	border-left-color:#cccccc;
	font-size:12px;
	border-left-width: 1px;
	
}	
	
li.toplinks a {
	
	color: #999999;
	text-decoration:none;
	
}	

.bottomleft {
float:left;
width:490px;
margin-top:20px;
}

.bottomleft ul {
	
	padding-right: 20px;
	padding-top: 4px; /*bottom spacing between menu items*/
	list-style-type: none;
	
}

.bottomleft ul li{
	padding-bottom: 4px;
	padding-top: 4px; /*bottom spacing between menu items*/
	color: #000;
	background-image: url(../css/list-style-blue-light.gif);
	display: block;
	padding: 4px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
}
 

.box{
	background:url(images/hostingrtbox.gif);
	height:168px;
	width:235px;
	
}

label
{
width: 6em;
float: left;
text-align: right;
margin: 0 1em 10px 0
clear: both
}

.input-box
{
margin-bottom: 10px }

.submit-button
{
margin-left: 5em;
clear: both
} 

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

