/* HostFad.com StyleSheet, Copyright to HostFad.com */

* {
  margin: 0px;
	padding: 0px;
}
body {
	font-family: tahoma;
	background: #111111;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}
img {
  border: none;
}

.wrap {
  margin: 0px auto;
	text-align: left;
	width: 980px;
}
.wrap2 {
  background: #ffffff;
}

.banner {
	width: 980px;
	height: 141px;
	padding-bottom: 0px;
	background: url(images/banner-bg.gif) repeat-x;
}

.plan1 {
  float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.plan2 {
  float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.plan3 {
  float: left;
	margin-bottom: 10px;
}

.divider {
  width: 100%;
	height: 11px;
	background: #ffffff url(images/hosting-divider.gif) no-repeat top left;
	max-width: 750px;
	clear: both;
	border: none;
}
.sidebar {
  width: 187px;
	float: left;
	padding-left: 10px; 
	background: #ffffff;
}
.sidebar ul {
  margin-top: 20px;
}
.sidebar ul li {
  list-style: none;
	width: 100%;
	clear: both;
}
.sidebar ul li a {
  background: #eeeeee;
	margin: 0px;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
.sidebar ul li a:hover {
	background: #e4e4e4;
}
.sidebar ul li a:before {
  content: " - " url(images/action_go.gif) " ";
	color: #eeeeee;
}
.sidebar h2{
  border: none;
	color: white;
	margin: 0px;
	width: 90%;
	background: #3E3E3E url(images/left-sidebar-cor.gif) no-repeat top left;
	float: left;
	height: 40px;
}
.rightcor {
  width: 10%;
	height: 40px;
	float: right;
	background: #3E3E3E url(images/right-sidebar-cor.gif) no-repeat top right;
}
/* Content */
.content {
  width: 771px;
	float: left;
	padding-left: 12px;
	padding-top: 22px;
	margin-bottom: 20px;
	background: #ffffff;
	min-height: 1000px;
}


h1 {
  font-size: 20px;
	font-weight: 500;
	color: #447b2c;
	margin: 5px;
	border-bottom: 1px #999999 solid;
}

h2 {
  font-size: 18px;
	font-weight: 500;
	color: #447b2c;
	margin: 5px;
	border-bottom: 1px #999999 solid;
}

p {
  font-size: 12px;
	color: #444444;
	padding: 5px;
}
a {
  color: #D67200;
	text-decoration: none;
}
a:hover {
  color: #E99500;
}

.hostingtable {
  width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px #222222 solid;
}
.hostingtable td {
  text-align: center;
	background: #eeeeee;
	color: #777777; 
	padding: 5px;
}
.hostingtable th {
  text-align: center;
	background: #cccccc;
	color: #555555;
	padding: 5px;
}

ol, ul {
  font-size: 12px;
}