@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
	background: #4d4d4d url('../images/body-bg.jpg') repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #656565;
}

h2 {
	margin: 0 0 10px 0;
	padding-top: 30px;
	font: 24px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #f7931e;
}
.pad { margin-left: 45px; }
.padtop { margin-top: 69px; }

#parking h2, #domaininfo h2 {
	margin: 0 0 10px 45px;
	padding-top: 20px;
	font: bold 34px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #f7931e;
}
#parking h2 span, #domaininfo h2 span { color: #4d4d4d; }

h3 {
	margin: 0 0 10px 0;
	padding-top: 10px;
	font: 24px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #f7931e;
}

h4 {
	margin: 0 0 5px 0px;
	padding-top: 0px;
	font: 18px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #f7931e;
}

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

#corner {
	position: absolute;
	top: 3px;
	right: 2px;
	width: 222px;
	height: 222px;
	background: #ffffff url('../images/corner.jpg') no-repeat;
}

#wrapper {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	background: #ffffff url('../images/wrapper-bg.jpg') top no-repeat;
	min-height: 40px;
}

#bg {
	margin-top: 40px;
	background: #ffffff url('../images/outer-bg.jpg') repeat-y;
	padding: 0 25px;
}

#header {
	position: absolute;
	top: 40px;
	left: 10px;
}
#header img {
	margin: 0 0 0 30px;
}
#header a img { border: none; }

#menu {
	position: absolute;
	top: 120px;
	left: 25px;
	width: 910px;
	height: 32px;
	background: #ffffff url('../images/menu-bg.jpg') no-repeat;
}
#menu ul {
	list-style-type: none;
	margin: 0 0 0 25px;
}
#menu li {
	display: inline;
	line-height: 32px;
	margin: 0 10px;
}
#menu li a {
	font: bold 14px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #ccd7cc;
	text-decoration: none;
}
#menu li a:hover {
	color: #f7931e;
}

#home .home, #buydomains .buydomains, #buynow .buynow, #selldomains .selldomains, #contact .contact, #manage-domains .manage-domains, #manage-categories .manage-categories, #manage-members .manage-members, #add-domain .add-domain, #account .account, #about .about, #upload .upload { color: #f7931e; }

#banner {
	position: absolute;
	top: 152px;
	left: 25px;
	width: 910px;
	height: 205px;
	background: #ffffff url('../images/banner.jpg') no-repeat;
}
#banner.home {
	background: #ffffff url('../images/banner-home.jpg') no-repeat;
}

#content {
	width: 910px;
	padding: 317px 0 20px 0;
	margin: 0 0 10px 0;
	background: #ffffff url('../images/content-bottom.jpg') bottom no-repeat;
}
#content .one {
	margin-left: 45px;
	margin-right: 70px;
	padding-bottom: 20px;
	line-height: 160%;
}
#buydomains #content {
	padding: 112px 0 20px 0;
}
#parking #content {
	padding: 0px 0 20px 0;
	background: none;
}
#domaininfo #content {
	padding: 112px 0 20px 0;
}
#content-bg {
	background: #ffffff url('../images/inner-bg.jpg') repeat-y;
}
#content p {
	padding: 10px 45px;
	line-height: 140%;
}
#parking #content p, #domaininfo #content p {
	padding: 10px 300px 10px 45px;
}

p.small { font: 11px Arial, Helvetica, sans-serif; }
p.large { font: 16px Arial, Helvetica, sans-serif; }

#content .column {
	width: 380px;
	margin-left: 45px;
	padding-bottom: 20px;
	line-height: 160%;
}
#content .rightcolumn {
	float: right;
	width: 380px;
	margin-right: 70px;
	padding-bottom: 20px;
	line-height: 120%;
}
#content .column p, #content .rightcolumn p {
	padding: 10px 0;
}

#buydomains #content .column {
	width: 200px;
	margin-left: 10px;
	padding: 10px 0 20px 0;
}
#buydomains #content .column .title {
	background: #4d4d4d url('../images/left-title-bg.jpg') no-repeat;
	height: 30px;
	font: bold 14px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #ccd7cc;
	padding: 0 0 0 22px;
	line-height: 30px;
}
#buydomains #content .column .box {
	background: #ffffff url('../images/left-bg.jpg') repeat-y;
	padding: 6px 10px 2px 10px;
}
#buydomains #content .column .bottom {
	background: #ffffff url('../images/left-bottom.jpg') no-repeat;
	height: 10px;
	margin-bottom: 2px;
}

#buydomains #content .rightcolumn {
	float: right;
	width: 682px;
	margin-right: 13px;
	padding: 10px 0 20px 0;
}

.box ul { list-style-type: none; margin: 4px 0 0 0; }
.box li { font: 12px Arial, Helvetica, sans-serif; color: #656565; margin: 0 0 4px 0; }
.box li a { color: #656565; }

table tr.even { background-color: #ededed; }
table th {
	background: url('../images/title-bg.jpg') repeat-x;
	font: bold 14px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #ccd7cc;
	text-align: left;
	line-height: 30px;
}
table th.alt {
	background: none;
	color: #000000;
}
table tr.alt { background-color: #eeeeee; }
table td {
	padding: 6px 0 6px 0;
}
table td.domain {
	padding-left: 8px;
	border-left: 1px solid #d2d8d5;
}
table td.category {
	padding-left: 20px;
}
table td.price {
	text-align: center;
}
table td.buy {
	text-align: center;
	border-right: 1px solid #d2d8d5;
}
table td.startsearch {
	font: bold 14px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #505451;
	line-height: 200%;
	padding: 55px 0;
	border-left: 1px solid #d2d8d5;
	border-right: 1px solid #d2d8d5;
}
table a { color: #656565; }

#featured, #random { border-bottom: 1px solid #d2d8d5; }

#footer {
	width: 960px;
	margin: 0 -25px;
	padding: 0 0 10px 0;
	background: #4d4d4d url('../images/footer-bottom.jpg') bottom no-repeat;
	font: bold 14px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #ccd7cc;
}
/* Firefox */
html>/**/body #footer {
	padding: 0 0 20px 0;
}
#footer-bg {
	background: #4d4d4d url('../images/footer-bg.jpg') repeat-y;
}
#footer-right {
	float: right;
	margin: 0 30px 0 0;
	padding: 14px 0 0 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #848c84;
	width: 150px;
	height: 30px;
}
#parking #footer-right {
	float: right;
	background: none;
	margin: 0 30px 0 0;
	padding: 14px 0 0 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #848c84;
	width: 302px;
	height: 38px;
}
#parking #footer-right a img {
	border: none;
}
#footer p {
	margin: 0 0 0 30px;
	padding: 10px 0 8px 0;
}
#footer p a {
	color: #ccd7cc;
	text-decoration: none;
}
#footer-right a img {
	border: none;
}
#footer p a:hover {
	color: #f7931e;
}
#footer span {
	margin: 0 0 0 30px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #848c84;
}

/* Form Styles */
form {
	width: 100%;
	padding: 1em;
}
label {
	float: left;
	width: 6em;
	margin: 0.4em 2em 0 0;
	font-weight: bold;
}
input, textarea {
	padding: 0.2em;
	width: 18em;
	border: 2px solid #4e4e4e;
	background: #ffffff url('../images/input-bg.gif') repeat-x;
	font: bold 1em Arial, sans-serif;
	margin: 4px 0 10px 0;
}
textarea#address, textarea#message, textarea#domains {
	padding: 0.2em;
	width: 18em;
	border: 2px solid #4e4e4e;
	background: #ffffff url('../images/input-bg.gif') repeat-x;
	font: bold 1em Arial, sans-serif;
	margin: 4px 0 10px 0;
}
textarea { height: 100px; }
textarea#domains { width: 24em; height: 300px; }
select {
	padding: 0.2em;
	border: 2px solid #4e4e4e;
	background: #ffffff url('../images/input-bg.gif') repeat-x;
	font: bold 1em Arial, sans-serif;
}
input[type="checkbox"] {
	width: 40px;	
}
input[type="image"] {
	width: 140px;
	height: 40px;
	border: none;
	background-image: none;
	float: right;
	margin-right: 54px;
}

#parking label, #domaininfo label {
	font-weight: normal;
	color: #898989;
}
#parking input, textarea, #domaininfo input {
	padding: 0.2em;
	width: 16em;
	border: 1px solid #d7d7d7;
	background: none;
	font: bold 16px Arial, sans-serif;
	color: #898989;
	margin: 4px 0 10px 0;
}
#parking input[type="image"], #domaininfo input[type="image"] {
	width: 273px;
	height: 66px;
	border: none;
	background-image: none;
	float: right;
	margin-right: 54px;
}
#parking .highlight, #domaininfo .highlight { background-color: #ffd3d4; }

#search {
	padding: 0px;
}
#search input {
	padding: 2px 6px;
	width: 110px;
	border: 1px solid #adb1ae;
	background-color: #dedede;
	background-image: none;
	font: 11px Arial, sans-serif;
	color: #656565;
}
#search input[type="image"] {
	width: 44px;
	height: 18px;
	border: none;
	background: none;
	float: none;
	margin: 0;
	vertical-align: middle;
}

#search input[type="radio"] {
	width: 20px;
	vertical-align: top;
}

#searchhome {
	position: absolute;
	top: 140px;
	left: 15px;
	width: 408px;
}
#searchhome input[type="text"] {
	width: 278px;
	font: bold 18px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #525653;
	background: #f7931e url('../images/searchhome-input-bg.jpg') top left no-repeat;
	border: none;
	padding: 7px 10px 6px 10px;
}
#searchhome input[type="image"] {
	width: 104px;
	height: 38px;
	border: none;
	background: none;
	float: right;
	margin: 2px 0 0 0;
}

#buybutton {
	margin: 0;
	padding: 0;
}
#buybutton input[type="image"] {
	width: 107px;
	height: 26px;
}

.right { float: right; }
.clear { clear: both; }
.error { color: #ff0000; }
.small { font-size: 10px; }

.orange { color: #f7931e; }

.strikethrough { text-decoration: line-through; color: #cccccc; }
