body {
	margin: 0px;
	padding: 0px;
	overflow-x: auto;
	overflow-y: visible;
	border: none;
	height: 100%;
	background-color: #F1F1F1;
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	font-size: 10pt;
}

div#wrapper {
	background-image: url("images/pattern.gif");
	width: 100%;
	z-index: 3;
}

div#maincontainer {
	width: 946px;
	background-image: url("images/repeat.png");
	background-repeat: repeat-y;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src="images/repeat.png", sizingmethod="scale");
	display: block;
}

div#header {
	width: 930px;
	height: 180px;
	background-image: url("images/header.gif");
}

div#content_featured {
	width: 930px;
	height: 300px;
	background-image: url("images/featured.gif");
}

div#featured {
	background-color: #FFF;
	width: 562px;
	height: 229px;
	position: absolute;
	margin-left: 16px;
	margin-top: 53px;
}

div#content_main {
	width: 930px;
	background-image: url("images/content.jpg");
	background-repeat: repeat-y;
	height: 572px;
}

div#how {
	position: absolute;
	left: 50%;
	margin-left: 129px;
	top: 542px;
	width: 300px;
	height: 202px;
	z-index: 3;
	color: #FFF;
	padding: 10px;
	overflow: auto;
}

div#pricing {
	position: absolute;
	left: 50%;
	margin-left: 129px;
	top: 812px;
	width: 300px;
	height: 210px;
	z-index: 3;
	color: #FFF;
	padding: 10px;
}

div#top {
	width: 320px;
	height: 230px;
	position: absolute;
	margin-left: 594px;
	margin-top: 54px;
}

div#footer {
	width: 946px;
	height: 120px;
	background-image: url("images/footer.png");
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src="images/footer.png", sizingmethod="scale");
	background-repeat: no-repeat;
}

div#availability_wrapper {
	position: absolute;
	left: 50%;
	margin-left: -160px;
	top: 50%;
	margin-top: -80px;
	z-index: 100;
	display: none;
}

div#availability_container {
	background-color: #FFF;
	color: #000;
	padding: 10px;
	border: 2px solid #BF1B1B;
	border-top: 24px solid #BF1B1B;
}

div#availability_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 6000px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index: 99;
	display: none;
}

a {
	position: relative;
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a.white {
	position: relative;
	color: #FFF;
	text-decoration: none;
}

a.white:hover {
	color: #CCC;
}

a.green {
	position: relative;
	color: #90996F;
	text-decoration: none;
}
a.green:hover {
	color: #B3BF88;
}

a.button {
	background-color: #90996F;
	color: #FFF;
	border: 1px solid #B3BF88;
	text-decoration: none;
	padding: 2px;
}

a.button:hover {
	background-color: #B3BF88;
	border: 1px solid #90996F;
	color: #FFF;
}

a#button_unify_win {
	width: 120px;
	height: 45px;
	background-image: url("images/button_unify_win.gif");
	display: block;
	float: left;
	margin: 10px;
}
a#button_unify_win:hover {
	background-position: 120px 0px;
	margin: 10px;
}
a#button_unify_mac {
	width: 120px;
	height: 45px;
	background-image: url("images/button_unify_mac.gif");
	display: block;
	float: left;
	margin: 10px;
}
a#button_unify_mac:hover {
	background-position: 120px 0px;
	margin: 10px;
}

hr {
	border: none 0;
	border-top: 1px dashed #777;
	height: 1px;
}

h3 {
	color: #90996F;
}

a#menu_whois {
	display: block;
	width: 84px;
	height: 34px;
	background-image: url("images/tab_whois.gif");
	position: absolute;
	margin-left: 20px;
	top: 136px;
}

a#menu_whois:hover {
	background-position: 84px 0px;
}

a#menu_register {
	display: block;
	width: 108px;
	height: 34px;
	background-image: url("images/tab_register.gif");
	position: absolute;
	margin-left: 108px;
	top: 136px;
}

a#menu_register:hover {
	background-position: 108px 0px;
}

a#menu_care {
	display: block;
	width: 205px;
	height: 34px;
	background-image: url("images/tab_care.gif");
	position: absolute;
	margin-left: 220px;
	top: 136px;
}

a#menu_care:hover {
	background-position: 205px 0px;
}

div.topstory {
	display: block;
	color: #FFF;
	font-size: 18pt;
	width: 300px;
	height: 38px;
	margin-left: 14px;
	margin-top: 6px;
	cursor: default;
}

div#soldtitle {
	width: 562px;
	height: 100px;
	font-size: 24px;
	color: #FFF;
}

a#prevSold {
	display: block;
	width: 20px;
	height: 59px;
	background-image: url("images/skip_left.png");
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src="images/skip_left.png", sizingmethod="scale");
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 4;
	cursor: pointer;
}

a#nextSold {
	display: block;
	width: 20px;
	height: 59px;
	background-image: url("images/skip_right.png");
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src="images/skip_right.png", sizingmethod="scale");
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 70px;
	z-index: 4;
	cursor: pointer;
}

div#availability {
	padding-top: 149px;
	width: 915px;
	height: 26px;
}

input#sld_name {
	float: right;
	width: 142px;
	border: none;
	background: transparent;
}

select#tld_id {
	float: right;
	width: 78px;
	height: 14px;
	_height: 18px;
	border: none;
	font-size: 9px;
	background: #FFFFFF;
	margin-left: 1px;
	margin-top: 1px;
	_margin-top: 0px;
}

a.search {
	float: right;
	width: 69px;
	height: 16px;
	display: block;
	background-image: url("images/check.gif");
	font-size: 0px;
	margin-left: 3px;
	margin-top: 1px;
}

span.big {
	font-size: 18px;
}
