/**********************/
/* Body               */
/**********************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-top: 20px;
	padding: 0px;
	border: none;
	background-color:#CCCCCC;
	
}

/**********************/
/* Layout             */
/**********************/
#main {
	margin: 0px auto 0px auto;
	width: 834px;
}
#header {
	margin: 0px;
	padding: 0px;
	float: none;
	height: 170px;
	width: 834px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#middle {
	margin: 0px;
	padding: 0px;
	width: 834px;
	height: auto;
	background-image: url(images/middle.gif);
	background-repeat: repeat;
	background-position: center top;
}
#footer {
	margin: 0px;
	padding: 0px;
	float: none;
	height: 39px;
	width: 834px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#left {
	float: left;
	width: 590px;
	height: auto;
 	margin-left: 30px;
	background-repeat: repeat;
}
#right {
	float: right;
	width: 159px;
	height: auto;
	margin-right: 37px;
	background-repeat: repeat;
}
/**********************/
/* Hosting Plan Boxed */
/**********************/
#box {
	margin-top: 15px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 290px;
	background-color:#F0F0F0;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#plan_bar_top {
	background-image: url(images/greybar.gif);
	width: 291px;
	height: 30px;	
}
#plan_bar_bottom {
	background-image: url(images/greybar-02.gif);
	width: 291px;
	height: 20px;	
	clear:both;
}
#box2 {
	margin-top: 15px;
	padding: 0px;
	float: right;
	height: 150px;
	width: 290px;
	background-color:#F0F0F0;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#plan_title {
	margin-left: 7px;
	margin-top: 7px;
	font-size: 13px;
	float: left;
	color:#FFF;
}
#plan_price {
	margin-right: 10px;
	margin-top: 7px;
	font-size: 13px;
	float: right;
	color: FFF;
}
#plan_links {
	margin-left: 7px;
	margin-top: 12px;
	font-size: 11px;
	float: left;
	color:#000;
	clear:both;
	height:88px;
}
.plan_specs {
	font-size: 11px;
}
#plan_order {
	margin-right: 10px;
	margin-top: 5px;
	font-size: 10px;
	float: right;
	color: FFF;
	text-align:right;
}
#plan_order a {
	color: FFF;
	text-decoration:none;
}
#plan_order a:hover {
	color: FFF;
	text-decoration:underline;
}
#plan_info {
	margin-left: 7px;
	margin-top: 5px;
	font-size: 10px;
	color: 000;
	float: left;
	text-align:left;
}
#plan_info a {
	color: FFF;
	text-decoration:none;
}
#plan_info a:hover {
	color: FFF;
	text-decoration:underline;
}
/**********************/
/* Body Text          */
/**********************/
#text {
	margin-bottom: 15px;
	padding: 0px;
	width: 579px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

/**********************/
/* Contact page       */
/**********************/
#contact_table {
	padding: 0px;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 0px auto;
}

/**********************/
/* Orders page        */
/**********************/
#methods_table {
	padding: 5px;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 5px auto;
}
#order_table {
	padding: 2px;
	width:400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 0px auto;
}
.style1 {color: #FF0000}
/**********************/
/* News Text          */
/**********************/
#sidetext {
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 0px;
	width: 157px;
}
.news_latest {
	font-weight: bold;
	font-size: 12px;
	color: #333;
}
.news_title {
	font-size: 12px;
	color: #333;
}
.news_text {
	font-size: 10px;
	color: #666;
}
.news_date {
	font-size: 9px;
	color: #999;
}
/**********************/
/* Copyright          */
/**********************/
#copyright  {
	font-size: 9px;
	color: #666666;
	text-align:center;
}
#copyright a {
	color: #333333;
	text-decoration:underline;
}

/**********************/
/* Nav Text           */
/**********************/
#navtext {
	padding-left: 33px;
	width: 800px;
	color: #FFF;
	font-size: 13px;
	margin-top:120px;
	float: left;
}
#navtext a {
	color: #FFF;
	text-decoration:none;
}
#navtext a:hover {
	text-decoration:underline;
}
