body {	
	background: #474747;
	font-family: verdana;
	font-size: 13px;
	color: #474747;
	
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#header {
	height: 170px;
	background: url(images/headbg.gif);
}

#headerContent {
	Width: 780px;
	margin: 0 auto;
}

#navBar {
	background: url('images/navbg2.jpg');
}

#navBarContent{
	Width: 780px;
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
}

#content {
	Width: 800px;
	margin: 0 auto;
	
	background: #fff;
	border: 3px solid #bfbfbf;
}

#contentHolder {
	padding: 20px; 
}

#topInfoDiv {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 80px;
	width: 125px;
	font-size: 9px;
	line-height: 12pt;
	padding-top: 5px;
}

a:link, a:active, a:visited {
	color: #e68700;
	text-decoration: none;
}

a:hover	{
	color: #e68700;
	text-decoration: underline;
}

.nav {
	font-size: 13px;
	display: inline;
	padding-right: 25px;
	font-weight: bold;
}

p {
	line-height: 14pt;
}

.heading {
	color: #636363;
}

.img-wrapper {
	background: url(images/shadow.gif) no-repeat bottom right;
	float: right;
	line-height: 0;
	margin-left: 45px;
}

.img-wrapper-contact {
	background: url(images/shadow.gif) no-repeat bottom right;
	line-height: 0;
	margin-left: 45px;
}

.img-wrapper img, .img-wrapper-contact img {
	background: #bfbfbf;
	padding: 3px;
	position: relative;
	left: -5px;
	top: -5px;
}

fieldset {
	padding: 25px;
	background: #e2e2e2;
	border: 3px solid #bfbfbf;
}

label {
	float: left;
	width: 85px;
}

.input {
	border: 2px solid #bfbfbf;
	width: 200px;
	height: 20px;
	color: #474747;
	background: #fff;
}

#captcha {
	border: 2px solid #bfbfbf;
}

#code {
	width: 150px;
}

#noCode {
	font-size: 10px;
}

textarea {
	border: 2px solid #bfbfbf;
	color: #474747;
	background: #fff;
}

#submit {
	width: 100px;
	margin-left: 85px;
	border: 2px solid #bfbfbf;
	background: #fff;
}

#error {
	color: red;
	font-weight: bold;
}

h2 {
	font-size: 17px;
}

.tinytext {
	font-size: 9px;
}

.hostingTable {
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	border: 3px solid #bfbfbf;
	background: #f4f4f4;
}

.dedicatedTable {
	border-collapse: collapse;
	border: 3px solid #bfbfbf;
	background: #f4f4f4;
	width: 100%;
}

.domainsTable {
	border-collapse: collapse;
	border: 3px solid #bfbfbf;
	background: #f4f4f4;
	width: 550px;
}

.hostingTable td, .dedicatedTable td, .domainsTable td {
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 7px;
}

.featureHeading {
	background: #e2e2e2;
	font-weight: bold;
}

.featureHeadingMain {
	background: #e2e2e2;
	font-weight: bold;
	width: 320px;
}

.header {
	background: #e2e2e2;
	font-weight: bold;
	text-align: center;	
}

.data {
	text-align: center;
}

.dataBold {
	text-align: left;
}

.keyCol {
	width: 250px;
}

#systemStatus p {
	padding: 10px 0px 10px 0px;
}

#systemStatus h2 {
	padding: 5px 0px 5px 0px;
}

#systemStatus h3 {
	padding: 10px 0px 0px 0px;
	font-size: 15px;
}


