body {
	background-color: #E6E5D1;
}


body,td,input,select,textarea {
	font-family: arial;
	font-size:12px;
	font-weight: bold;
	color: #444446;
} 

a{
	color: #444446;
	text-decoration: none;
}


.wrapper {
	width: 800px;
	height: 600px;
	border: 0px;
	padding: 5px;
	border-collapse: collapse;
	margin-left: auto; 
	margin-right: auto;
}

.brown {
	position: relative;
	left: 38px;
	top: 46px;
	background: url(brown.jpg);
	width: 153px;
	height: 442px;
	float: left;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	color: #444446;
}

.green {
	position: relative;
	left: 60px;
	top: 117px;
	background: url(green.jpg);
	width: 124px;
	height: 432px;
	float: left;
}

.pink {
	position: relative;
	left: 0px;
	top: 90px;
	background: url(pink.jpg);
	width: 439px;
	height: 485px;
	float: right;
	overflow: auto;

}

#home {
	position: relative;
	top: 158px;

}
#stats {
	position: relative;
	top: 164px;
	color: #E6E5D1;
}

#stats a {
	color: #E6E5D1;
}
#client {
	position: relative;
	top: 172px;

}
#anno {
	position: relative;
	top: 180px;
	
}

.docs {
	position: relative;
	top: 200px;
	padding-right: 5px;
	color: #e6e5d1;
}

.docs ul li {
	list-style:none;
	list-style-type:none;
	text-align: right;
	line-height: 20px;
}

.docs a {
	color: #E6E5D1;
}

#copy {
	position: relative;
	top: 245px;
	color: #e6e5d1;
}

.products {
	position:relative;
	top: 63px;
	color: #444446;
	font-size: 14px;
	font-variant:small-caps;
	padding-left: 3px;
	
}
	
.products ul{
	margin-top: -10px;

}

.products ul li {
	margin-left: -15px;
	list-style:none;
	list-style-type:none;
	line-height: 10px;
	font-weight: bold;
}

h3 {
	color: #e6e5d1;
	font-size: 14px;
	font-variant: small-caps;
}

h3:first-letter {
	color: #444446;

}

h1 {
	color: #444446;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-align: center;

}

h2 {
	color: #e6e5d1;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-align: center;

}

.content {
	padding-left: 20px;
	padding-right: 6px;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	overflow: auto;

}

.content ul{
	margin-top: -13px;
}

.content ul li{
	margin-left: -25px;
	line-height: 12px;
}

.content #tos ul{
	margin-top: 0px;
}

.content #tos ul li{
	color: #e6e5d1;
	list-style: none;

}
.content #tos ul ul li{
	color: #444446;
	list-style: decimal;
}

.domains {
	float: left;
	width: 200px;
}

.hosting {
	float: right;
	width: 190px;
}

.light {
	color: #e6e5d1;
}

.dark {
	color: #444446;
}

.clientarealinks a {
	color: #555555;
}

table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #e3e3e3;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #ffffcc;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #ccff99;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #ff9999;
	text-align: center;
}

tr.supportticketsheading {
	background-color: #efefef;
}

tr.supportticketscontent {
	background-color: #ffffff;
}

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #efefef;
	padding: 5px;
	margin-left: auto; 
	margin-right: auto;

}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

tr.orderheadingrow {
	background-color: #5AB9F1;
	color: #ffffff;
}

tr.orderrow1 {
	background-color: #E8F0F9;
	color: #000000;
}

tr.orderrow2 {
	background-color: #D6E4F6;
	color: #000000;
}

form, table {
	margin: 0px;
	color: #444446;
	font-variant: normal;
}
.grey {
	background: #efefef;
	}