/* BEGIN CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-weight: normal; 	font-style: normal; 	font-size: 100%; 	font-family: inherit; 	vertical-align: baseline; }/* remember to define focus styles! */ :focus { 	outline: 0; } body { 	line-height: 1; 	color: black; 	background: white; } ol, ul { 	list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: separate; 	border-spacing: 0; } caption, th, td { 	text-align: left; 	font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { 	content: ""; } blockquote, q { 	quotes: "" ""; }
/* END CSS RESET */

body {
	color: #444;
	background: url(img/header.png) repeat-x top;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	line-height: 18px;
	width: 100%;
}

strong {
	font-weight: bold;
}

h2 {
	font-size: 16px;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
}

ul#menu-top {
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
}

ul#menu-top a {
	color: #FFFFFF;
	text-decoration: none;
}

ul#menu-top a:hover {
	color: #c3e30f;
}

ul#menu-top li {
	width: 100px;
	height: 20px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
}

ul#menu-top li p {
	padding: 0 5px;
}

ul#menu-top li p.sub {
	background: #c3e30f;
	color: #555;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 10px;
	margin-top: 3px;
	border-bottom: 3px solid #afd30f;
}

ul#menu-top li p.sub img {
	margin-top: 5px;
	text-align: right;
}

#container {
	width: 980px;
	margin: 0 auto;
}

#header {
	background: url(img/top.jpg) no-repeat bottom center;
	width: 980px;
	height: 126px;
	clear: both;
}

#logo {
	background: url(img/logo.png) no-repeat;
	width: 230px;
	height: 100px;
	display: block;
	margin-top: 26px;
	float: left;
}

#greenbox {
	background: url(img/box-main.png) no-repeat;
	color: #FFFFFF;
	padding: 15px 30px;
	width: 920px;
	height: 153px;
	clear: both;
}

#greenbox div.left {
	width: 480px;
	height: 153px;
	float: left;
}

#greenbox div.left div {
	clear: both;
	padding: 25px 10px;
}

#greenbox div.left div a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed;
}

#domain_search {
	margin: 40px 0 0 15px;
	clear: both;
}

#domain_search label {
	float: left;	
}

#domain_search input {
	height: 21px;
	background: #e5eecf;
	border: 2px solid #c3e30f;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

#domain_search input.submit {
	border: none;
	width: 75px;
	height: 24px;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	float: left;
}

#greenbox div.right {
	width: 400px;
	height: 153px;
	float: right;
}

#greenbox div.right table#prices {
	letter-spacing: 2px;
	width: 100%;
}

#greenbox div.right table#prices td {
	text-align: center;
}

#greenbox div.right table#prices thead td {
	border-bottom: 2px solid #c3e30f;
	padding: 5px;
}

#greenbox div.right table#prices tfoot td {
	padding-top: 5px;
	text-align: right;
	font-size: 10px;
	letter-spacing: normal;
	color: #ded;
}

#btn-offer {
	background: url(img/btn-offer.png) no-repeat;
	width: 161px;
	height: 23px;
	float: right;
	margin: 0 20px 20px;
	display: block;
}

#footer {
	width: 100%;
	margin: 15px 0;
}

#footer div.top {
	background: url(img/footer-top.png) no-repeat;
	height: 10px;
	width: 100%;
}

#footer div.middle {
	background: url(img/footer-bg.png) repeat-x;
	color: #777;
	min-height: 10px;
	width: 958px;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 5px 10px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;	
}

#footer div.bottom {
	background: url(img/footer-bottom.png) no-repeat;
	height: 13px;
	width: 100%;
}

div.box {
	width: 313px;
	float: left;
	margin-right: 20px;
}

div.box div.top {
	background: url(img/box-top.png) no-repeat;
	width: 313px;
	height: 10px;
	clear: both;
}

div.box div.top {
	background: url(img/box-top.png) no-repeat;
	width: 313px;
	height: 10px;
	clear: both;
}

div.box div.content {
	background: #FFF url(img/box-bg.png) no-repeat top;
	color: #444;
	font-size: 12px;
	line-height: 14px;
	width: 311px;
	height: 130px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	clear: both;
}

div.box div.content p {
	margin: 0 10px;
}

div.box div.bottom {
	background: url(img/box-bottom.png) no-repeat;
	width: 313px;
	height: 10px;
	clear: both;
}

div.box div.heading {
	line-height: 14px;
	font-size: 12px;
	margin: 10px 5px;
}

div.box div.heading h3 {
	color: #009ee0;
}

div.box div.heading span {
	color: #a0c60d;
}

h1 {
	font-size: 18px;
	margin: 0 10px 10px 10px;
}

hr {
	width: 311px;
	height: 4px;
	margin: 5px 0;
	border: none;	
}

div.block {
	position: relative;
	width: 980px;
	margin: 0;
	padding: 0;
}

div.block div.page-heading {
	background: #f9f9f9;
	width: 978px;
	border: 1px solid #d5d5d5;
	position: relative;
	clear: both;
	padding: 0;
	padding-bottom: 4px;
}
div.block div.content {
	margin: 0;
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
}

div.page-heading h1 {
	margin: 0;
	padding: 5px 15px;
}

.turquise {
	border-bottom: 4px solid #009ee0 !important;
}

div.tl {
	background: url(img/corner-left.png) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

div.tr {
	background: url(img/corner-right.png) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

hr.turquise {
	background: #009ee0;
}

hr.orange {
	background: #f29400;
}

hr.grey {
	background: #696a69;
}

.clear {
	clear: both;
}

.nomargin {
	margin: 0 !important;
}

.green {
	color: #a0c60d;
}

div.text {
	padding: 10px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

#domain_search {
	width: 100%;
}

#search_result {
	margin-top: 10px;
	width: 100%;
}

#search_result a {
	color: #fff;
}

#search_result tfoot {
	font-size: 12px;
}
