a {
	color: #475f9d;
}
a:hover {
	color: #f39212;
}
h {
	margin: 0px 0px 0px 0px;
}
h1 {
    color: #475f9d;
	font-size: 26px;
}
h2 {
    color: #475f9d;
	font-size: 24px;
}
h3 {
    color: #475f9d;
	font-size: 20px;
	border-bottom-style: dotted;
	border-bottom-color: #000055;
	border-bottom-width: 1px;
	padding-left: 2px;
	background-color: #F4F4F4;
	overflow: hidden;
}
h4 {
    color: #475f9d;
	font-size: 18px;
}
h5 {
    color: #475f9d;
	font-size: 16px;
}
h6 {
    color: #000000;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}
input, textarea, select {
	border: 1px dashed #AFAFAF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.etext {
	background-color: #fffb94;
}
.ctext {
	font-family: Consolas, "Courier New", Courier, mono;
	color: #444444;
}
.whitetxtlgr {
	color: #FFFFFF;
	font-size: 14px;
}
.whiteboldtxt {
	color: #FFFFFF;
	font-weight: bold;
}
.biggertext {
	font-size: 17px;
}

#SiteContainer {
	width: 900px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#contentNavBar {
	width: 900px;
	height: 35px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-image: url(/images/navbar_background.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
}

#contentNavBar a:link, #contentNavBar a:visited, #contentNavBar a:active {
	color: #FFF;
	text-decoration: none;
}
#contentNavBar a:hover {
	color: #FFF;
	text-decoration: underline;
}

.separator {
  width: 10px;
}

#sideMenu {
	width: 235px;
	border: 1px;
	float: right;
	padding-right: 8px;
	padding-top: 10px;
	margin-left: 5px;
	font-size: 12px;
	border-left: 1px dotted #336699;
	border-bottom: 1px dotted #336699;
	text-align: left;
}

#sideMenu a:link, #sideMenu a:visited, #sideMenu a:active {
	text-decoration: none;
	font-weight: bold;
}
#sideMenu a:hover {
	text-decoration: underline;
}

#sideMenu h1 {
	border-top: 1px dotted #336699;
	border-bottom: 1px dotted #336699;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-color: #EEEEEE;
	font-size: 14px;
	color: black;
}

#sideMenu .pubDate {
	color: #CCCCCC;
	font-size: 10px;
}

#sideMenu .newsStory {
	padding-left: 8px;
}

#sideMenu .dividerBar {
	background-color: #fab936;
	width: 95%;
	height: 1px;
	margin: 0px auto;
	overflow: hidden;
}

#sideMenu .biggerLinks {
	font-size: 14px;
	padding-left: 8px;
}

#sideMenu p {
	padding-left: 8px;
}

#sideMenu form {
	padding-left: 8px;
}

#contentFooter {
	height: 100px;
	background-image:url(/images/footer_bg.gif);
	font-size: 11px;
	margin: 0px auto;
}

#contentArea {
	background-color: #FFFFFF;
	text-align: left;
	
}

.contentTwoColumnLeft {
	background-color: #F7F7F7;
	border: 1px dotted #DDDDDD;
	width: 380px;
}
.contentTwoColumnRight {
	background-color: #F7F7F7;
	float: right;
	border: 1px dotted #DDDDDD;
	width: 380px;
	left: 380px;
}
.contentInsideTable {
	padding: 2px 2px 2px 2px;
}
#contentServices {
	position: relative;
	float: right;
	margin: 0px 0px 0px 5px;
	width: 255px;
	margin-left: 15px;
	margin-right: 2px;
	margin-top: 20px;
	font-size: 12px;
}
#contentServicesHeader {
	width: 255px;
	height: 43px;
	background-image: url(images/news_updates_header.gif);
	background-repeat: no-repeat;
}
#contentServicesInside {
	margin: 0px;
	background-image: url(images/news_updates_mid.gif);
	color: black;
	padding-left: 17px;
	padding-right: 27px;
	padding-top: 7px;
	padding-bottom: 5px;
}
#contentServicesInside a {
	color: black;
}
#contentServicesInside a:hover {
	color: #D00000;
}
#contentServicesInside a:visited {
	color: black;
}
#contentServicesFooter {
	background-image: url(images/news_updates_bottom.gif);
	height: 24px;
}
#contentSupport {
	position: relative;
	float: right;
	margin: 0px;
	width: 375px;
	border: 1px dotted #336600;
	margin-left: 5px;
}
#contentSupportHeader {
	width: 375px;
	height: 33px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #B90100;
}
#contentSupportInside {
	width: 368px;
	margin: 0px;
	padding: 3px;
}
#contentSupportInfo {
	position: fixed;
	float: right;
	width: 375px;
	margin-left: 5px;
	margin-top: 45px;
	border: 1px dotted #B90100;
}
.boxtop {
	background-color: #475C33;
}
.whiteboldtxtboxtop {
	background-color: #475C33;
	color: #FFFFFF;
	font-weight: bold;
}
.emptext {
	font-size: 14px;
	color: #003300;
}
#validationerr {
	margin-left: 5px;
	margin-top: 15px;
	border: 2px dotted red;
}
.darkgreentext {
	color: #005500;
}
.darkgreenboldtext {
	color: #005500;
	font-weight: bold;
}
.section-header {
		border-bottom: 1px dotted #FFF;
		border-top: 2px solid #006699;
  		background-color: #F2F2F2;
  		padding: 5px;
		letter-spacing: .2em;
		color: #004400;
		font-weight: bold;
}
.bigger-text {
	font-size: 14px;
	font-weight: bold;
	color: #004400;
}
.sidePointBox {
	width:200px;
	z-index:1;
	float: right;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-style: dotted;
	border-width: 1px;
	background-color: #F0F0F0;
	color: #000000;
}

.insideHostingPlan {
	top: 45px;
	left: 10px;
	width: 240px;
	position: relative;
}
.insideHostingProPlan {
	top: 45px;
	left: 10px;
	width: 360px;
	position: relative;
}
.hostingPrice {
	font-size: 14px; 
	color: #CC0000; 
	font-weight: bold;
}
.hostingOrderNow {
	font-size: 16px; 
	color: #CC0000; 
	font-weight: bold;
}

#hostingPlanAllFeat {
	width: 235px;
	height: 280px;
	float: left;
	padding: 5px;
	border-style: dotted;
	border-width: 1px;
	border-color: #006600;
	font-size: 12px;
}
#hostingPlanAllFeat li {
	margin-left: 0px;
}
#hostingPlanValue {
	width: 250px;
	height: 275px;
	background-image: url(/images/hosting_plan_bg_value.gif);
	float: left;
	font-size: 12px;
}
#hostingPlanSmallBiz {
	width: 250px;
	height: 275px;
	background-image: url(/images/hosting_plan_bg_smallbiz.gif);
	float: left;
	font-size: 12px;
}
#hostingPlanCorp {
	width: 250px;
	height: 275px;
	background-image: url(/images/hosting_plan_bg_corp.gif);
	float: left;
	font-size: 12px;
}
#hostingPlanEcom {
	width: 250px;
	height: 295px;
	background-image: url(/images/hosting_plan_bg_ecom.gif);
	float: left;
	font-size: 12px;
}
#hostingPlanEnt {
	width: 250px;
	height: 295px;
	background-image: url(/images/hosting_plan_bg_ent.gif);
	float: left;
	font-size: 12px;
}
#hostingPlanProPower {
	width: 370px;
	height: 245px;
	background-image: url(/images/hosting_plan_bg_propower.gif);
	float: left;
	font-size: 12px;
}
#hostingPlanAdvPower {
	width: 370px;
	height: 245px;
	background-image: url(/images/hosting_plan_bg_advpower.gif);
	float: right;
	font-size: 12px;
}
.tenpxtxt {
	font-size: 10px;
}
#hostingSpecial {
	width: 750px;
	border: 1px dashed #006600;
	background-color: #FAFAFA;
	margin-bottom: 5px;
	padding: 5px;
}
.rightredbox {
	border: 1px dotted red; 
	width: 260px; 
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.quoteBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #EEEEEE;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px;
}
.style1 {
	font-weight: bold;
}
.insetBox {
	text-align: left;
	font-style: italic;
	font-size: 16px;
	padding: 3px;
	margin-left: 5px;
	float: right;
	background-color: #E6F0D8; 
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.insetBoxPlainThick {
	border-bottom: 3px solid #555555; 
	border-right: 3px solid #555555;
	border-top: 3px solid #DDDDDD;
	border-left: 3px solid #DDDDDD;	
}
.insetBoxSpecial {
	border-bottom: 2px solid #555555; 
	border-right: 2px solid #555555;
	border-top: 2px solid #DDDDDD;
	border-left: 2px solid #DDDDDD;	
	background-color: #FBFBFB;
	margin-bottom: 8px;
	margin-top: 10px;
	padding: 2px;
}
.mdstophdr {
	color: #FFFFFF;
	font-weight: bold;
}
.mdslight {
	color: #555555;
	font-size: 11px;
}
.mdsplantable {
	font-size: 12px;
}
.smallprint {
	font-size: 10px;
	color: #666666;
}

.toggleTab {
  background-color: #FAFAFA;
  border-right: 2px solid #555555;
  border-top: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  text-align: center;
  padding: 2px;
}

.toggleTab a {
  color: black;
  text-decoration: none;
}

#hosting-plans-table table {
  empty-cells: show;
  width: 99%;
  margin-bottom: 5px;
}

#hosting-plans-table th {
  padding: 6px;
  background-color: #5e7894;
  color: white;
}

#hosting-plans-table td {
  padding: 6px;
  border-bottom: 1px dotted #666666; 
}

#hosting-power-plans-table table {
  empty-cells: show;
  width: 99%;
  margin-bottom: 5px;
}

#hosting-power-plans-table th {
  padding: 6px;
  background-color: #48698b;
  color: white;
}

#hosting-power-plans-table td {
  padding: 6px;
  border-bottom: 1px dotted #666666; 
}


#openvz-plans-table table {
  empty-cells: show;
  width: 99%;
  margin-bottom: 5px;
}

#openvz-plans-table th {
  padding: 6px;
  background-color: #336699;
  color: white;
}

#openvz-plans-table td {
  padding: 6px;
  border-bottom: 1px dotted #666666; 
}

#xen-plans-table table {
  empty-cells: show;
  width: 99%;
  margin-bottom: 5px;
}

#xen-plans-table th {
  padding: 6px;
  background-color: #336699;
  color: white;
}

#xen-plans-table td {
  padding: 6px;
  border-bottom: 1px dotted #666666; 
}

.stylish-text {
  font-size: 14px;
  font-weight: bold;
  color: #555555;
}

#hosting-tab-1 {
	width: 115px;
	height: 25px;
	background-image: url('/images/basic_plans_tab_blue.gif');
	cursor: pointer;
}

#hosting-tab-2 {
	width: 190px; 
	height: 25px; 
	background-image: url('/images/power_plan_tab_gray.gif');
	cursor: pointer;
}

#vds-tab-1 {
	background-image: url('/images/tab_openvz.gif');
	cursor: pointer;
	border: 0px;
}

#vds-tab-2 {
	background-image: url('images/tab_xen.gif');
	cursor: pointer;
	border: 0px;
}

.helpIcon {
	cursor: pointer;
}

.boxTestimonial {
	border: medium ridge #336699;
	background-color: #FAFAFA;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.faqLinks li {
	margin-bottom: 4px;
	font-size: 12px;
}

#infoCenterConsulting {
  width: 650px;
  height: 492px;
  background-image: url(/images/infocenter_backdrop.gif);
  background-repeat: no-repeat;
  padding-top: 7px;
  padding-left: 35px;
}

#infoCenterConsulting td {
	font-size: 14px; 
	color: #336699; 
	font-weight: bold;
}

