/* Global Layout */

body {
	background-image:url('/images/background.jpg');
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.25em;
}
h3 {
	font-size:1em;
}

#wrapper {
	min-width:60em;
	max-width:1000em;
	border-width:0;
	padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
	}
	
* html #wrapper {
	height:1%;
}

#header {

	height:108px;
	overflow:hidden;
	z-index:1;
}

#headerleft {
	float:left;
	height:108px;
	}
	
* html #headerleft {
	margin-right:-3px;
	}

#headermiddle {
	background:url('/images/headerbackground.png') repeat-x;
	margin-left:30px;
	margin-right:24px;
	margin-top:0px;
	margin-bottom:0px;
	padding:10px 0px 0px 0px;
	height:108px;
	}

* html #headermiddle {
background:url('/images/headerbackgroundie.png') no-repeat;
margin-left:0;
margin-right:0;
	}

#headerright {
	float:right;
	height:108px;
}

* html #headerright {
	margin-left:-3px;
	}

/* Navigation Elements */

#nav {
	width:inherit;
	
}

* html #nav {
	height:1px;
}


#navleft {
	background:url('/images/leftshadow.png') repeat-y left top;
	float:left;
	width:100%;
		}	
	
* html #navleft {
	background:url('/images/leftshadowie.png') no-repeat left top;
	height:1px;
}	
	
#navright {
	background:url('/images/rightshadow.png') repeat-y right top;
	float:left;
	width:100%;
	margin-right:-12px;
	overflow:hidden;

}

* html #navright {
	background:url('/images/rightshadowie.png') no-repeat right top;
	background-position:100%;
	background-repeat:no-repeat;
	text-align:right;
	zoom:1;
}	

#navredupper {
	background:url('/images/navredupper.png') repeat-x;
	white-space:nowrap;
	margin-left:12px;
	float:left;
	border-bottom:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-top:1px;
	border-top-color:#000000;
	border-top-style:solid;
	height:2em;
	overflow:hidden;
}

* html #navredupper {
background:url('/images/navredupperie.png') no-repeat;
margin-right:-3px;
margin-left:6px;
}

#navblackupper {
	background-image:url('/images/navblackupper.png');
	background-repeat:repeat-x;
	border-bottom:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-top:1px;
	border-top-color:#000000;
	border-top-style:solid;
	margin-right:12px;
	margin-left:0px;
	height:2em;
	overflow:hidden;
	
}

.nav2 {
	background-image:url('/images/navblackupper.png');
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	}
	
* html #navblackupper {
background:url('/images/navblackupperie.png') no-repeat;
margin-right:12px;
margin-left:0px;
}


ul.nav { 
	list-style: none; 
	margin:0;
	padding:0;
	float: left;	
}

ul.nav li {
	float: left;
	display: inline;
	padding:0;
	margin:0;
}


ul.nav a { 
	text-decoration: none;
	display: block;
	padding: 0.5em 1em 0.5em 1em;
	color:#FFFFFF;
	margin:0;
	text-align:center;
	font-size:1em;
	border-right:1px;
	border-right-color:#9A868B;
	border-right-style:dashed;
	float:left;
	width:5.8em;
}

ul.nav li.whmcs a { 
	text-decoration: none;
	display: block;
	padding: 0.5em 1em 0.5em 1em;
	color:#FFFFFF;
	margin:0;
	text-align:center;
	font-size:1em;
	border-right:1px;
	border-right-color:#9A868B;
	border-right-style:dashed;
	float:left;
	width:auto;
}

ul.nav li.nav2 a {
	width:6.8em;
	text-align:center;
	padding: 0.5em 1em 0.5em 1em;
}

ul.nav li.whmcs2 a { 
	text-decoration: none;
	display: block;
	padding: 0.5em 1em 0.5em 1em;
	color:#FFFFFF;
	margin:0;
	text-align:center;
	font-size:1em;
	border-right:thin;
	border-right-color:#9A868B;
	border-right-style:dashed;
	float:left;
	width:auto;
}

ul.nav a:hover {
	background: url(images/navredupper_over.png) repeat-x;
	text-decoration:underline;
}

ul.nav li.nav2 a:hover {
	background: url(images/navblackupper_over.png) repeat-x;
}

ul.nav li.whmcs2 a:hover {
	background: url(images/navblackupper_over.png) repeat-x;
}

/* BANNER */

#bannerwrapper {
	float:left;
	width:100%;
}

#bannerleft {
	background:url('/images/leftshadow.png') repeat-y left top;
	float:left;
	width:100%;
	}	
	
* html #bannerleft {
	background:url('/images/leftshadowie.png') no-repeat left top;
}	
	
#bannerright {
	background:url('/images/rightshadow.png') repeat-y right top;
	float:right;
	width:100%;
}

* html #bannerright {
	background:url('/images/rightshadowie.png') no-repeat right top;
}	

#banner {
	background:url('/images/blogbannerbg.jpg');
 	margin-right:12px;
	margin-left:12px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0;
	border-bottom:2px;
	border-bottom-color:#9A868B;
	border-bottom-style:solid;
	border-top:1px;
	border-top-color:#9A868B;
	border-top-style:solid;
}

* html #banner {
	padding-bottom: 10px;
}

#hostingbannerleft {
	float:left;
	width:140px;
}

* html #hostingbannerleft {
	margin-right:-3px;
	width:140px;
}

#hostingbannercenter {
	background:url('/images/bannerbg-bh.jpg') repeat-x;
	height:124px;
	margin-right:174px;
	margin-left:174px;
	margin-bottom:-15px;
	padding-top:15px;
	padding-bottom:0px;
	vertical-align:middle;
	text-align:left;
} 

#hostingbannercenter h1,h2,h3 {
	margin-top:0;
	margin-bottom:0;
	padding:0;
	}

* html #hostingbannercenter {
	margin-left:0;
	margin-right:0;
}

#hostingbannerright {
	padding-top:15px;
	text-align:left;
	
}

* html #hostingbannerright {
	margin-left:-3px;
	text-align:left;
	padding-top:15px;
}

#unlimitedlist {
font-family:Arial, Helvetica, sans-serif;
	font-size:0.1em;
	float:left;
}
/* CONTENT */

#contentwrapper {
	float:left;
	width:100%;
	overflow:visible;
	position:relative;
}

#contentleft {
	background:url('/images/leftshadow.png') repeat-y left top;
	float:left;
	width:100%;
	}
	
* html #contentleft {
	background:url('/images/leftshadowie.png') repeat-y left top;
}		
	
#contentright {
	background:url('/images/rightshadow.png') repeat-y right top;
	float:right;
	width:100%;
}

* html #contentright {
	background:url('/images/rightshadowie.png') repeat-y right top;
}	

#content {
	background:#FFFFFF;
 	margin-right:12px;
	margin-left:12px;
	border-bottom:thin;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	padding:10px 10px 10px 10px;
	font-size:0.8em;
}

#linuxhosting {
	width:35%;
	float:left;
	padding-right:15px;
	height:100%;
}

#linuxhostingheaderleft {
	width:11px;
	background:url('/images/leftblueheading.png') no-repeat left top;
	float:left;
}

#linuxhostingheadermiddle {
	width:280px;
	float:left;
		background:url('/images/headerblue.jpg');
		padding: 3px 0px 3px 0px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	font-size:1em;
	line-height:1.5em;
	margin-left:11px;	
}

#linuxhostingheaderright {
	width:302px;
	float:right;
	background:url('/images/rightblueheading.png') no-repeat right top;
}

#linuxhostinglist {
	list-style-image:url('/images/listarrow.png');
	clear:both;
	border:thin;
	border-color:#000000;
	border-style:solid;
	background:url('/images/boxbg.gif');
	width:300px;
	font-size:12px;
}

.tableheading {
	color: #FFFFFF; 
	padding:2px; 
	margin:0;
	font-size:1em;
	}

.feature {
	text-decoration:none;
	color:#000000;
	cursor:help;
	font-size:1em;
}

.feature1 {
	text-decoration:none;
	color:#FF0000;
	cursor:help;
}

.style11 {
	color: #666666;
	font-weight: bold;
}
.style13 {font-size: 9px}
.style14 {color: #FF0000}

.tablecellborders {
	border-left:1px;
	border-left-style:solid;
	border-left-color:#9A868B;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#9A868B;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#9A868B;
}

#featuresidebar .FantasticoHeaders {
	font-weight:bold;
	font-size:1em;
}

#featuresidebar .Fantastico {
	text-decoration:none;
	color:#000000;
	font-size:1em;
	}
	
#featuresidebar td {
	font-size:0.8em;
}

#featuresidebar th {
	font-size:1em;
	text-align:left;
}


/* FOOTER */

#footer {
	float:left;
	width:100%;
}

#footerleft {
	float:left;
}

* html #footerleft {
	margin-right:-3px;
}

#footerright {
	float:right;
}

* html #footerright {
	margin-left:-3px;
}

#footermiddle {
	background: url('/images/footerbackground.png') repeat-x;
	margin-left:25px;
	margin-right:23px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	height:38px;
}

* html #footermiddle {
	background: url('/images/footerbackgroundie.png') no-repeat;
	margin-left:0;
	margin-right:0px;
}

.clear:before {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height:1px;
}

.t {background: url(/images/roundedcorners/tm.jpg) 0 0 repeat-x;}
.b {background: url(/images/roundedcorners/dot.jpg) 0 100% repeat-x}
.l {background: url(/images/roundedcorners/dot.jpg) 0 0 repeat-y}
.r {background: url(/images/roundedcorners/dot.jpg) 100% 0 repeat-y}
.bl {background: url(/images/roundedcorners/bl.jpg) 0 100% no-repeat}
.br {background: url(/images/roundedcorners/br.jpg) 100% 100% no-repeat}
.tl {background: url(/images/roundedcorners/tl.jpg) 0 0 no-repeat}
.tr {background: url(/images/roundedcorners/tr.jpg) 100% 0 no-repeat; padding:10px}
