/* CSS Document */

* { padding: 0; margin: 0; }

body {
	 text-align:center;
	 padding: 0px;
	 margin:0px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:0.8em;
	 background-color: #faf9f5;
}

#wrapper {
	margin: 0px auto 25px;
	width:950px;
	text-align:left;
	background-color: #fff;
	border-left: solid 2px #e4e4e4;
	border-right: solid 2px #e4e4e4;
}


#maincontent { 
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}


#left {
	float:left;	
	width:224px;
	margin:10px 0px 30px;
	padding:0px;
	/*border-right: 1px dashed #FF6600;  */
}


#main {
	margin:10px 0px 30px;
	padding-left:12px;
	width:650px;
	min-height:500px;
	position:relative;
	float:left;
}

.leftdivchild {
	padding-left: 5px;
}



.sectionhdr {
	font-size: 1.5em;
	font-weight: bold;
	color: #000066;
	margin: 10px 0px 5px;
	padding: 10px;
	border-bottom: 1px solid #000066;
	background-color: black;
	background-image: url(/images/section-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.sectionhdrleft {
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
	margin: 10px 0px 5px;
	padding: 5px;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	background-color: black;
	background-image: url(/images/section-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#custsvc {
	min-height: 101px;
	background-image: url(/images/support-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.ulbullets ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ulbullets ul li {
	background-image: url(/images/bullets.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
}

.texttestimony {
	font-weight: bold;
	font-style:italic;
	/*outline-style: dotted;*/
}

.authortestimony {
	font-style:italic;
	font-size: 0.8em;
}

#main h1 {
	font-size:1.5em;
	font-weight: bold;
	color:#990000;
	margin: 0.5em 0em;
}

#main h2 {
	font-size:1.2em;
	font-weight: bold;
	color:#990000;
	margin: 0.3em 0em;
}

#main p {
	margin-bottom: 10px;
}


.cleaner {
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}


#textintro {
	padding-left: 110px;
	min-height: 116px;
	background-image: url(/images/welcome-man.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}



#hostingdiv {
	width: 100%;
	height: 167px;
}

.hostingpkg {
	font-size: 10px;
	color: 545555;
	text-align: left;
	padding-left: 1px;
	font-variant: normal;
	vertical-align: middle;
}


.hostingpkg ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.hostingpkg ul li {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
}


#hostingpkg1 {
	width: 187px;
	height: 166px;
	background-image: url(/images/hosting1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
	float:left;
	margin-left: 20px;
}

#hostingpkg2 {
	width: 187px;
	height: 166px;
	background-image: url(/images/hosting2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float:left;
	margin-left: 25px;
}

#hostingpkg3 {
	width: 187px;
	height: 166px;
	background-image: url(/images/hosting3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float:left;
	margin-left: 25px;
}

#hostingpkg1 h1, #hostingpkg2 h1, #hostingpkg3 h1 {
	font-size: 1.8em;
}

#hostingfeatures {
	float:left;
}


/* FEATURES TABLE STYLES */

.headtr {
	height: 18px;
	font-weight: bold;
	text-align:center;
}

.eventr {
	background: #e4e4e4;
	text-align:center;
	font-size: 0.9em;
}

.oddtr {
	background: #ffffff;
	text-align:center;
	font-size: 0.9em;
}

.headtd {
	text-align:left;
	padding-left: 3px;
}

.faqansw {
	background:#f4f4f4;
}
















