* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #dedede;
	color: #404040;
}
fieldset {
	border: none;
}
.clear {
	clear: both;
}
img {
	border: none;
	border-bottom: none;
}
h1 {
	padding-bottom: 10px;
}
.centered {
	text-align: center;
	width: 100%;
	margin: 15px 0 0 0;
}
#left a.linkedimg {
	margin: 0 18px;
	border-bottom: none;
}
 #right a.linkedimg {
	border-bottom: none;
}
a:focus
{
	outline-style: none;
}
/*----------------*/
/*-----Layout-----*/
/*----------------*/
#wrapper {
	width: 1122px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/drop.jpg) repeat-y;
}
#site {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(../img/header.jpg) top no-repeat;
	width: 960px;
	height: 130px;
}
#navigation {
	background: url(../img/nav_bar.jpg) repeat-x;
	width: 960px;
	height: 40px;
}
ul#sub_header {
	background: #666;
	width: 960px;
	height: 181px;
	list-style: none;
}

#content {
	background: url(../img/content.jpg) top no-repeat;
	width: 960px;
	min-height: 350px;
}
#left {
	float: left;
	width: 566px;
	margin: 85px 53px 0 23px;
	padding: 0 20px;
	line-height: 20px;
	min-height: 300px;
}
#right {
	float: left;
	margin: 55px 0 0 0;
}
#right ul li {
	list-style: inside;
	line-height: 20px;
}
#rounded_bottom {
	background: url(../img/bottom_round.jpg) no-repeat;
	width: 1122px;
	height: 113px;
	margin: 0 auto;
	padding: 70px 0 0 0;
	color: #8f8f8f;
	text-align: center;
}
.spacer {
	margin: 0 15px;
}
/*----------------*/
/*------LINKS-----*/
/*----------------*/
a:link, a:visited, a:active {
	color: #00a1d4;
	border-bottom: 1px dotted #00a1d4;
	text-decoration: none;
}
a:hover {
	color: #00a1d4;
	border-bottom: 1px solid #00a1d4;
	text-decoration: none;
}
/*----------------*/
/*----Main Nav----*/
/*----------------*/
#nav{
	width: 600px;    
	height: 40px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
#nav li{
	list-style: none;
	display: inline;
	text-align: center;
	line-height: 40px;
}
#nav li#contact.last a{
	border: none;
}
#nav li#hosting.selected a, #nav li#domaincheck.selected a, #nav li#about.selected a, #nav li#contact.selected a {
	background: url(../img/nav_hover.jpg) no-repeat;
}
#hosting a, #domaincheck a, #about a, #contact a {
	height: 40px;
	border-right: 1px solid white;
	border-bottom: none;
	display: block;
	color: #000;
	float:left;
	text-decoration: none;
	width: 146px;
}
#hosting a:hover, #domaincheck a:hover, #about a:hover, #contact a:hover {
	height: 40px;
	border-right: 1px solid white;
	border-bottom: none;
	color: #000;
	background: url(../img/nav_hover1.jpg) repeat-x;
	display: block;
	float:left;
	text-decoration: none;
	width: 146px;
}

/*----------------*/
/*------FORMS-----*/
/*----------------*/
#left form {
	margin-bottom: 15px;
}
#login {
	float: right;
	text-align: right;
	margin: 25px 30px 0 0;
}
input#myusername, input#mypassword {
	margin: 5px;
	background: #dedede;
	border: 1px solid #000;
	padding-left: 5px;
}
/*
input#login_btn {
	background: url(../img/login.jpg) no-repeat;
	width: 71px;
	height: 28px;
}
*/
#login p {
margin: 0 5px 0 0;
}
input#domainname {
	height: 25px;
	width: 275px;
	background: #dedede;
	border: 1px solid #000;
	padding: 5px 0 0 5px;
	font-size: 18px;
}
td {
	padding-right: 10px;
}
label.label { 
	position: absolute;
	text-align:right;
	width:170px;
	height: 27px;
	line-height: 27px;
}
input.signup {
	margin-left: 180px;
	margin-bottom: 10px;
	height: 25px;
	width: 275px;
	background: #dedede;
	border: 1px solid #000;
	padding: 5px 0 0 5px;
	font-size: 18px;
}
select.signup {
	margin-left: 180px;
	margin-bottom: 10px;
}
label.c_label { 
	position: absolute;
	text-align:right;
	width:70px;
	height: 27px;
	line-height: 27px;
}
input.c_signup {
	margin-left: 80px;
	margin-bottom: 10px;
	height: 25px;
	width: 275px;
	background: #dedede;
	border: 1px solid #000;
	padding: 5px 0 0 5px;
	font-size: 18px;
}
select.c_signup {
	margin-left: 80px;
	margin-bottom: 10px;
}
textarea.c_signup {
	margin-left: 80px;
	margin-bottom: 10px;
	height: 100px;
	width: 275px;
	background: #dedede;
	border: 1px solid #000;
	padding: 5px 0 0 5px;
	font-size: 18px;
}
#tryagain input#myusername, #tryagain input#mypassword {
	height: 26px;
	margin: 5px;
	background: #dedede;
	border: 1px solid #000;
	padding: 5px 0 0 5px;
	font-size: 18px;
}
#tryagain input#mypassword {
	margin-left: 8px;
}
li.error {
	margin: 0 0 0 50px;
	line-height: 20px;
	color: red;
	
}
li.error img {
	vertical-align: middle;
	margin-right: 5px;
}
ul#errorlist {
	margin-bottom: 20px;
	list-style: none;
}

#btns {
	float: right;
	margin: 10px 105px 0 0;
}
#tryagain_btn {
	margin-left: 257px;
	margin-top: 10px;
}
.contact_btn {
	margin-left: 267px;
	margin-top: 10px;
}
/*------------------*/
/*--DOMAIN RESULTS--*/
/*------------------*/
.available {
	color: green;
}
.unavailable {
	color: red;
}
.availability {
	line-height: 30px;
	height: 30px;
}
.availability img {
	vertical-align: middle;
	margin-right: 5px;
}