#splash
{
	background: url('../img/generic-splash.jpg') no-repeat;
	width: 830px;
	height: 83px;
	position: relative;
}
#splash h2
{
	color: #ffffff;
	position: absolute;
	top: 25px;
	left: 30px;
	font-size: 26px;
	font-weight: normal;
	line-height: 35px;
}


#nav p
{
	text-align: center;
	color: #2d59a8;
	padding: 12px 0px 0px 0px;
	font-size: 13px;
}
#nav p span
{
	color: #749400;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
}



h3#domain-check
{
	background: url('../img/house.png') no-repeat top left;
	height: 30px;
	padding: 5px 0px 0px 35px;
	color: #666666;	
}
h3#sign-up-today
{
	background: url('../img/cycle2.png') no-repeat top left;
	height: 30px;
	padding: 5px 0px 0px 35px;
	color: #666666;	
}
h3#customer-login
{
	background: url('../img/tree.png') no-repeat top left;
	height: 30px;
	padding: 5px 0px 0px 35px;
	color: #666666;	
}






#colcontainer
{
	padding-top: 50px;
	margin: 0px 0px 0px 5px
}
.col
{

	float: left;
	margin: 0px 17px 0px 0px;
	font-size: 11px;
	position: relative;
}
.col .col-contain
{
	background: url('../img/colbg.jpg') no-repeat 0px 0px;
	width: 263px;
	height: 148px;
}
.col .the-price
{
	background: url('../img/price.png') no-repeat 45px 10px;
	width: 260px;
	height: 140px;
	text-indent: -9000px;
}
.col form
{
	padding: 10px 0px 0px 10px;
}
.col form fieldset 
{
	border: 0px;
}
.col form p
{
	padding: 0px 0px 15px 0px;
}
.col form fieldset input[type="text"]
{
	margin: 0px 5px 0px 0px;
	width: 140px;
}
.col form fieldset input[type="image"]
{
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.col a img
{
	border: 0px;
	position: absolute;
	bottom: -18px;
	left: 50px;	
}
.col form fieldset label
{
	float: left;
	margin: 0px 32px 0px 20px;
	font-weight: bold;
}
