* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, Tahoma;
	font-size: 13px;
	color: #777;
	text-align: center;
	background-color: #a4e0f4;
}

a, a:link {
	color: #0b659f;
	text-decoration: none;
}

a:hover {
	color: #ff7800;
	text-decoration: none;
}

div#outercont {
	width: 100%;
	//background:url(images/backfade.jpg) center top repeat-y;
	background-color: #FFF;
	margin-top: -1px;
	padding-top: 2px;
}

div#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(images/header.jpg) left top no-repeat;
	height: 124px;
	width: 1000px;
	position: relative;
}

#toplinks {
	color: #FFF;
	position: absolute;
	top: 10px;
	font-size: 14px;
	right: 15px;
}

#support {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#toplinks a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

#toplinks a:hover {
	color: #a4ff00;
}

#mainlander {
	background: url(images/mainlander1.jpg) left top no-repeat;
	width: 1000px;	
	height: 408px;
	position: relative;
}
#hostingsprite {
	background: url(images/hostingsprite.png) left top no-repeat;
	width: 212px;
	height: 54px;
	display: block;
	position: absolute;
	right: 20px;
	top: 90px;
}

#hostingsprite:hover {
	background-position: left -54px;
}

#domainsearch {
	position: absolute;
	right: 15px;
	top: 297px;
	padding: 2px;
	background-color: #c0ff5c;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	overflow: hidden;
	height: 68px;
	width: 615px;
}
#searchwrap {
	margin-top: 9px;
	margin-left: 9px;
	padding: 9px;
	float: left;
	background-color: #8adb04;
}
#domain_name, #tld {
	float: left; font-size: 20px;
	
}
#domain_name {
	width: 250px;
	height: 25px;
}
#price {
	background: url(images/price.jpg) left top no-repeat;
	width: 256px;
	height: 114px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#searchsprite, #searchsprite2 {
	background: url(images/searchsprite.png) left top no-repeat;
	width: 212px;
	height: 68px;
	display: block;
	float: right;
}
#searchsprite:hover {
	background-position: left -69px;
}
#content {
	
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}
#maincol {
	position: relative;
	border-right: 225px solid #cbe6f6;
	padding: 0 25px 25px 0;
	width: 750px;
	min-height: 550px;
}
#hostingpackages {
	margin: 15px 0;
}

#subcol {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	width: 205px;
	background: url(images/colfade.jpg) left top repeat-x;
}
#productsheader {
	color: #0b4265;
	margin: 0 0 4px 0;
	font-size: 16px;
	text-shadow: 1px 1px #ddf1fe;
	border-bottom: 1px dotted #ddf1fe;
}
#products ul {
	margin-left: 15px;
}
#products li {
	list-style: none;
}
#products a {
	background-color: #ddf1fe;
	padding-left: 10px;
	border-bottom: 1px solid #94c1db;
	line-height: 22px;
	height: 22px;
	display: block;
}

#products a:hover {
	background-color: #0b4265;
	color: #FFF;
}
#supportimg {
	margin-top: 15px;
}
#footer {
	width: 100%;
	border-top: 25px solid #0b4265;
	background:url(images/footerfade.jpg) left top repeat-x #a4e0f4;
	overflow: hidden;
}
#footer a {
	color: #036;
	text-decoration: none;
}
#footer a:hover {
	color: #ff4800;
}
#footerinner {
	overflow: hidden;
	width: 1000px;
	margin: 25px auto;
}
#footer_right {
	float: right;
	text-align: right;
}
#affiliatelink {
	color: #005aff !important;
	font-weight: bold;
}
#affiliatelink:hover {
	text-decoration: underline;
}
#privacy {
	margin: 15px;
}
h1, h2, h3 {
	color: #343434;
	margin: 8px 0;
}
.underline {
	border-bottom: 1px solid;
}
.orange {
	color: #ff9600;
}
.smaller {
	font-size: 85%;
}
p {
	margin-bottom: 8px;
}
.bannerads {
	margin-top:15px;
}
