/*
Front Content

These styles are for the content of the front page.
*/

/* Frontpage specific settings for the footer */
div#mainFooter {
	background-image: url(../../../img/newWebsite/modern/frontContent/bg_bottom.png);
	background-repeat: no-repeat;
	width: 577px;
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
}
 /* IE 6 Hack */
html>body div#mainFooter {
	padding-top: 5px;
	margin: 0 0 0 5px;
}

/* Front Content - The div holding the content of the frontpage */
div#frontContent {
	margin: 0 0 0 5px;
	padding: 0;
	width: 577px;
	float: left;
	background-image: url(../../../img/newWebsite/modern/frontContent/bg_middle.png);
	background-position: center;
	background-repeat: repeat-y;
	float: left;	
	border-top: 1px solid #dddddd;
}

/* Overview - Contains feature and price graphic */
div#overview {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
}
div#overview h2, div#overview h5 {
	margin: 0;
	padding: 0;
}
div#overview h2 a {
	width: 384px;
	height: 190px;
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	background-repeat: no-repeat;
	vertical-align: bottom;
	border-bottom: 1px solid #83B0C0;
}
 /* IE 6 Hack */
html>body div#overview h2 a {
	width: 385px;
}
div#overview h2 a span {
	display: none;
}
div#overview ul, div#overview li {
	display: none;
	margin: 0;
	padding: 0;
}
div#overview h3 {
	margin: 0;
	padding: 0;
}
div#overview h3 a {
	width: 190px;
	height: 190px;
	display: block;
	float: right;
	margin: 0 1px 0 0;
	padding: 0;
	background-repeat: no-repeat;
	vertical-align: bottom;
	border-bottom: 1px solid #83B0C0;
}
div#overview h3 a span {
	display: none;
}
div#overview h4 {
	display: none;
}
div#overview h5 a {
	width: 575px;
	height: 36px;
	background-color: #DCE7EC;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	background-image: url(../../../img/newWebsite/modern/frontContent/acceptedcards.gif);
	background-position: center 8px;
	background-repeat: no-repeat;
	border-top: 1px solid #ffffff;
}
div#overview h5 a span {
	display: none;
}

/* Front Ad - The Flash banner*/
div#frontAd {
	margin: 0 0 0 1px;
	padding: 0;
	overflow: hidden;
	display: block;
	width: 575px;
	height: 122px;
}
div#frontAdAlternate {
	display: none;
}

/* Currently Hosting - The number of websites hosted */
div#currentlyhosting span {
	display: block;
	width: 565px;
	background-color: #337891;
	background-image: url(../../../img/newWebsite/modern/pageContent/bg_currently_hosting.png);
	margin: 0 0 0 1px;
	text-align: center;
	padding: 5px;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
div#currentlyhosting {
	border-bottom: 1px solid #8FB9C7;
}

/* Hosting Features - Frontpage specific hosting feature settings (oterhwise set in features.css) */
div#features div {
	border: none;
}
div#features div#mailFeatures {
	border-top: 1px solid #F2F7F9;
}
div#features div#otherFeatures {
	border-top: 1px solid #F2F7F9;
}
div#features a.viewall {
	float: right;
	padding: 10px 10px 0px 35px;
}


