html, body { height: 100%; }
body {
	background: url(../images/container_bg.gif) top center repeat-y #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
:focus { outline: none; }
img { border: 0; }
a { color: #ca2a45; }
a:hover { text-decoration: none; }

#container {
	background: #fff;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	width: 800px;
	}
* html #container { /* IE6 fix */
	height: 100%;
	}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -75px; /* the bottom margin is the negative value of the footer's height */
	}
#footer, .push {
	height: 75px; /* .push must be the same height as .footer */
	}

#header {
	padding: 30px 30px 3px 30px;
	}
#header #repbox {
	float: right;
	font-size: 12px;
	text-align: right;
	width: 235px;
	}

#tabmenu {
	clear: both;
	padding: 0;
	}
#tabmenu ul {
	background: url(../images/tabmenu_bg.gif) bottom left repeat-x;
	display: block;
	height: 34px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	}
#tabmenu ul li {
	background: #8BC7EC;
	
	border-top: 1px solid #BFDEF3;
	border-bottom: 1px solid #75A2BD;
	
	float: left;
	height: 21px;
	margin: 11px 4px 0 0;
	padding: 0;
	}
#tabmenu ul li:hover, #bodyhome #menuhome, #bodypricing #menupricing, #bodywhy #menuwhy, #bodyhowmuch #menuhowmuch, #bodywithus #menuwithus, #bodyboost #menuboost, #bodyzsocial #menuzsocial, #bodyzmobile #menuzmobile {
	/*
background-image: linear-gradient(bottom, rgb(255,255,255) 1%, rgb(232,232,232) 51%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 1%, rgb(232,232,232) 51%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 1%, rgb(232,232,232) 51%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 1%, rgb(232,232,232) 51%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 1%, rgb(232,232,232) 51%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.01, rgb(255,255,255)),
	color-stop(0.51, rgb(232,232,232))
);
*/
	background: #FFF;
	border-top: 1px solid #FFFFFF;
	height: 22px;
	border-bottom: none;
	}
#tabmenu ul li a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	height: 22px;
	padding: 4px 12px 0 12px;
	text-decoration: none;
	}
#tabmenu ul li:hover a, #bodyhome #menuhome a, #bodypricing #menupricing a, #bodywhy #menuwhy a, #bodyhowmuch #menuhowmuch a, #bodywithus #menuwithus a, #bodyboost #menuboost a, #bodyzsocial #menuzsocial a, #bodyzmobile #menuzmobile a {
	color: #000000;
	}

#mainbody {
	padding: 0 30px;
	}
#mainbody p, #mainbody li {
	font-size: 12px;
	}
#mainbody h1, #mainbody h2, #mainbody h3, #mainbody h4 {
	color: #005ca7;
	}

#footer {
	color: #919095;
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 74px;
	padding: 0 30px;
	text-align: center;
	}
#footer p {
	border-top: 1px solid #919095;
	margin: 0;
	padding: 15px 0 0 0;
	}

.clear {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.boost-ss {
	margin: 0 auto;
	width: 535px;
	text-align: right;
	font-size: 24px;
	font-style: italic;
	color: #3A5CA7;
}
.boost-ss img, .boost-chart img {
	border: 8px solid #999;
	padding: 5px;
}
.boost-chart {
	float: right;
	width: 345px;
	font-size: 12px;
	font-style: italic;
	color: #555;
}
