* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color:#013247;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#container {
	margin: 0 auto;
	width:818px;
	background:url(images/main_bg.gif) repeat-y;
}
#header {
	width:818px;
	height:97px;
}
#topmenu {
	width:818px;
	height:33px;
	background:url(images/top_menu_bg.gif) no-repeat;
	text-align:center;
	font-size:1.3em;
	color:#545454;
	font-weight:bold;
	line-height:220%;
}
#topmenu a:link, #topmenu a:visited {
	color:#545454;
}
#topmenu a:hover, #topmenu a:active {
	color:#eb8736;
}
#footer {
	width:818px;
	height:40px;
	background:url(images/footer_bg.gif) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height:135%;
}
#footer a:link, #footer a:visited {
	color:#fff;
}
#footer a:hover, #footer a:active {
	color:#ffd6b4;
}
#leftcol {
	width:225px;
	float:left;
	margin:0 15px 0 15px;
}
#maincol {
	width:500px;
	float:left;
	margin-top:20px;
}
#mastercol {
	width:725px;
	float:left;
	margin:20px 20px 0 40px;
}
#pr_menu {
	width:214px;
	background:url(images/side_menu_bg.gif) repeat-y;
	font-size:1.2em;
	color:#15739c;
}
#po_menu {
	width:214px;
	background:url(images/side_menu_bg.gif) repeat-y;
}
.portfolio {
	float:left;
	width:230px;
	margin:0 5px 0 5px;
	text-align:center;
}
.portfolio ul {
	margin: 4px;
	font-weight:bold;
	text-align:left;
}
.portfolio a:link, .portfolio a:visited {
	color:#15739c;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
.portfolio a:hover, .portfolio a:active {
	color:#27B5DC;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
.ptitle {
	height:20px;
}
p {
	font-size:1.2em;
	line-height:130%;
	margin-bottom:1.4em;
}
a:link, a:visited {
	color:#dc7827;
	text-decoration:underline;
}
a:hover, a:active {
	color:#27B5DC;
	text-decoration:underline;
}
h3 {
	margin-bottom:.5em;
	font-weight:bold;
	color:#dc7827;
	font-size:1.5em;
}
h4 {
	margin-bottom:.3em;
	font-weight:bold;
	color:#15739c;
	font-size:1.3em;
}
h4.headingLink a:link,  h4.headingLink a:visited {
	color:#156789;
	text-decoration:underline;
}
h4.headingLink a:hover,  h4.headingLink a:active {
	color:#111;
	text-decoration:underline;
}

ul {
	margin-bottom:2em;
}
li {
	font-size: 1.2em;
	list-style-type: square;
	list-style-position:inside;
	margin-left: 2em;
}


/* hosting divs and styles*/
#hostingBlock {
	margin: 0 auto;
	width: 500px;
}
.hostingL {
	float:left;
	width:250px;
	text-align:left;
}
.hostingR {
	float:right;
	width:250px;
}
.hostingR ul, .hostingL ul {
	margin: 2px 0 5px 2px;
}
.clear {
	clear:both;
}
.boldBlue {
	font-weight: bold;
	color:#116688;
	font-size:1.1em;
}

/* hosting compare styles */
#compareBlock {
	margin: 0 auto;
	width: 600px;
}
.tblcompare {
	background-color: #111111;
	font-size: 1.1em; 
	font-weight: normal; 
}
.compare {
	background-color: #eeeeee;
	text-align: center;
	color: #000000;
	font-size: 1.1em; 
	font-weight: normal; 
}
.compare_h {
	background-color: #dddddd;
	text-align: left;
	color: #000000;
	font-size: 1.1em; 
	font-weight: normal; 
}
.latest {
	color: #dd7711;
	font-size: 1.1em; 
	font-weight: bold; 
}

/* forms */
table {
	font-size:1.2em;
}
input, textarea, select {
	margin:0 .2em 0 .2em;
}
.formInput {
	text-align: left;
	padding-right: 5px;
	font-size:1.2em;
	display: block;
	width: 400px;
	float: left;
	margin-bottom: 3px;
}
#formBlock input {vertical-align:middle;}
#formBlock label {
	text-align: right;
	padding: 5px;
	font-size:1.2em;
	font-weight:bold;
	color:#116688;
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 3px;
}
#formBlock br {
	clear: left;
}