@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 13px arial;
	color: #4b4b4b;
	background:url('../images/backgrounds/body_bg.gif');
	height:100%;
	font-family:arial,"sans-serif";	
}

img {
	border:0;
}

h1,h2 {
	margin:0;
	padding:0;
	display:inline;
}
.outer-wrapper{
	background:url('../images/backgrounds/wrapper_bg.gif') #ffffff;
	background-repeat:repeat-x;	
}
.wrapper {	
	margin:0 auto;
	width:800px;	
	text-align:left;
}

.logo {
	text-align:left;
	float:left;
	width:199px;
	margin-top:20px;
}

.client_login_link {	
	float:right;
	width:150px;
	background:#ffffff;	
	font-size:15px;
	font-weight:bold;
	padding:10px 5px;
	text-align:center;
}
.client_login_link a {	
	text-decoration:none;
	color:#286378;
}
.client_login_link a:hover {
	text-decoration:underline;
	color:#286378;
}
.banner {
	height:155px;
}
.navigation {	
	clear:both;	
	margin:15px 0 0 0;
}
.navigation ul {	
	list-style:none;
}
.navigation ul li {
	display:inline;
}
.navigation ul li a {
	text-decoration:none;
	padding:10px 10px 20px 10px;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	background-image:none;
}

.navigation ul li a:hover {	
	background-color:#ffffff;	
	color:#286378;
}
.navigation ul li a.active {	
	background-color:#ffffff;	
	color:#286378;
}
.content-area {
	padding:10px 0;
	overflow:auto;
	min-height:500px;
}
.homesplash {
	background:url('../images/banners/homepage.jpg');
	background-repeat:no-repeat;
	height:254px;
}
.home-splash-content {
	padding:75px 0 0 490px;	
}
.feature-summary-home {
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
}
.hosting-options {
	margin-top:10px;
	overflow:auto;
}
/*Package Sprites */
.starter-package-splash {
	background:url('../images/sprites/package-splash-sprite.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	width:395px;
	height:265px;
	margin-right:5px;
	float:left;
	color:#9bfff2;
	font-size:20px;
}

.silver-package-splash {
	background:url('../images/sprites/package-splash-sprite.jpg');
	background-repeat:no-repeat;
	background-position:-406px 0;
	width:395px;
	height:265px;	
	float:left;
	color:#baff9b;
	font-size:20px;
}

.gold-package-splash {
	background:url('../images/sprites/package-splash-sprite.jpg');
	background-repeat:no-repeat;
	background-position:0 -270px;
	width:395px;
	height:265px;
	margin:5px 5px 0 0;
	float:left;
	color:#f3ab99;
	font-size:20px;
}

.platinum-package-splash {
	background:url('../images/sprites/package-splash-sprite.jpg');
	background-repeat:no-repeat;
	background-position:-406px -270px;
	width:395px;
	height:265px;
	margin:5px 0 0 0;
	float:left;
	color:#baeeff;
	font-size:20px;
}
.position-20 {
	padding:65px 0 0 18px;
}
.order-now {
	margin:20px 0 0 18px;	
}
.footer {
	padding:20px 0 30px 0;
	color:#ffffff;
	font-size:14px;
	text-align:left;
	margin:0 auto;
	width:800px;
}
.footer a {
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
}
.footer a:hover {
	text-decoration:underline;
	font-size:14px;
}
.sub-content {
	margin:10px 0;
}
.content-wide {
	float:left;
	width:550px;
	padding:0 10px 10px 0;
}
.servers {
	float:right;
	margin-top:-50px;
}
.main-content {
	clear:both;
}
.grey {
	background-color:#dedede;
}
.tbl-heading {
	padding:5px;
	font-size:14px;
}
.dark-grey {
	background-color:#cccccc;
}
.tbl-element {
	text-align:center;
}
.marked_list {
	list-style-image:url("../images/markers/tick.gif");
	display:block;
	line-height:25px;
	margin-top:0px;	
}
.additional-features {
	float:left;
	width:220px;
	margin-right:10px;
}
.clear-both {
	clear:both;
}
.support-options a{
	text-decoration:none;
	font-size:14px;
	color:#4b4b4b;
}
.support-options a:hover{
	text-decoration:underline;
	font-size:14px;
	color:#4b4b4b;
}
a.general-link {
	text-decoration:none;
	font-size:14px;
	color:#4b4b4b;
}
a.general-link:hover {
	text-decoration:underline;
	font-size:14px;
	color:#4b4b4b;
}
.ssl-seal {
	float:right;	
}