/* GLOBAL PAGE STYLES [utilises 'Sticky Footer' by Ryan Fait / http://ryanfait.com] */

body {
	background: url(../images/body_bg.jpg) center top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #0d0d0d;
}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
}

#page_footer, #pad  {
	height: 110px; /* #pad must be the same height as #page_footer */
	width: 100%;
}

#page_footer {
	background: url(../images/footer_bg_tile.jpg) center bottom repeat-x;
}


/* global classes */

.off {display: none;}
.right {float: right;}
.left {float: left;}

/* GLOBAL HEADER STYLES */

#header {
	margin-top: 20px;
}

/* GLOBAL FOOTER STYLES */

div#footer {
	background: url(../images/footer.png) top 10px no-repeat;
	margin: 70px 0 10px 0;
	padding: 5px 20px 5px 20px;
	height: 30px;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
}

/* LINK STYLES */

a {
	color: #000;
	text-decoration: none;
}

p a {
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

a.morelink {	
	color: #79c115;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal; 
}

.btn {
	width: 120px;
	height: 30px;
	display: block;
}
							
.btn:hover {text-decoration: none;}

/* HEADING STYLES */

h2, h2 a {
	color: #79c115;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 5px 0;
}

h4, h4 a {
	color: #79c115;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 5px 0;
}

/* PARAGRAPH STYLES */

p {	
	font-size: 12px;
	word-spacing: 0.15em;
	text-align: justify;
	letter-spacing: -1px;
	line-height: 1.5em;
	display: block;
}

/* LIST STYLES */

ul.list{
	font-size: 12px;
	line-height: 1.5em;
	list-style: square inside;
	margin-bottom: 10px;
}

ul.list li{
	padding-left: 10px;
}

/* SPACING CLASSES */

.Mt_20 {margin-top: 20px;}
.Mb_20 {margin-bottom: 20px;}

/* MAIN FEATURE */

#main_feature {
	height: 300px;
	padding-top: 100px;
	margin-bottom: 20px;
	margin-top: -20px;
	background: url(../images/feature_bg.png) bottom center no-repeat;
}

#main_feature h1 {
	font-size: 48px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: -2px;
	font-family: Georgia, Times;
	margin: 20px 20px 50px 10px;
}

#main_feature h1 span {
	font-size: 36px;
	line-height: 36px;
}

#main_feature div.inner {
	margin: 0 0 0 10px;
}


/* PAGE CONTENT */

#content {
	margin-top: 20px;	
}

/* HOSTING COMPARISON TABLE */

div#hosting_tbl_container{
	position: relative;
}

div.hosting_infobox{
	background: #B1DF6F;
	position: absolute;
	left: 260px;
	top: 10px;
	width: 259px;
	padding: 10px;
	border-left: 1px solid #FFF;
	height: 280px;
}

div.hosting_infobox h2{
	color: #111111;
}

div.hosting_infobox p{
	line-height: 18px;
	font-size: 14px;
	margin: 20px 0 20px 0;
	text-align: left;
}

a.order_btn {
	background: url(../images/order_btn.png) center center no-repeat;
}


table#hosting_tbl{
	color: #111;
	border-collapse: collapse;								
}

table#hosting_tbl tr.extra td, table#hosting_tbl tr.extra th{
	height: 20px;
	line-height: 20px;
	font-size: 12px;								
}

table#hosting_tbl td {
	width: 140px;
}

table#hosting_tbl th {
	width: 110px;
}

table#hosting_tbl tr.extra td.hl{
	background: #B1DF6F;
	font-weight: normal;
	color: #111;
	border-bottom: none;
}

table#hosting_tbl tr.extra th{
	font-weight: normal;
	background: #c0c0c0;
	color: #111;
	border-bottom: none;
}

table#hosting_tbl td, table#hosting_tbl th{
	text-align: center;
	background: url(../images/tbody.png) center bottom repeat-x;
	border-left: none;
	height: 40px;
	line-height: 40px;
}

table#hosting_tbl th{
	text-align: left !important;
	padding: 0 5px 0 5px;
}

table#hosting_tbl thead{
	text-transform: uppercase;								
}

table#hosting_tbl thead td{
	padding-top: 10px;						
}

table#hosting_tbl tfoot td, table#hosting_tbl tfoot th{
	background-position: top center;
	height: 50px;
}

table#hosting_tbl td.hl {
	font-weight: bold !important;
	color: #FFF;							
}

table#hosting_tbl tbody td.hl {
	background: url(../images/tbody_selected.png) bottom center no-repeat;
}

table#hosting_tbl thead td.hl {
	background: url(../images/thead_selected.png) bottom center no-repeat;
}

table#hosting_tbl tfoot td.hl {
	background: url(../images/tfoot_selected.png) top center no-repeat;
}

table#hosting_tbl tfoot td a:hover {
	text-decoration: none;
}

table#hosting_tbl tfoot td .show_infobox {
	background: url(../images/view_btn.png) center center no-repeat;
	margin: 5px 10px 0 10px;
}

table#hosting_tbl tfoot td.hl .show_infobox {
	margin-top: 10px;
}

table#hosting_tbl tfoot td .view_all {
	background: url(../images/view_all_btn.png) center center no-repeat !important;
}

