html, body { height: 100%; }
body {
	background: url(../images/container_bg.gif) top center repeat-y #ffc663;
	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;
	}
#header #repbox {
	float: right;
	font-size: 12px;
	text-align: right;
	width: 235px;
	}

#tabmenu {
	clear: both;
	padding: 0 30px;
	}
#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: #fff;
	border-left: 1px solid #919095;
	border-top: 1px solid #919095;
	border-right: 1px solid #919095;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	float: left;
	height: 32px;
	margin: 0 4px 0 0;
	padding: 0;
	}
#tabmenu ul li:hover, #bodyhome #menuhome, #bodypricing #menupricing, #bodywhy #menuwhy, #bodyhowmuch #menuhowmuch, #bodywithus #menuwithus {
	background: #ca2a45;
	border-left: 1px solid #ca2a45;
	border-top: 1px solid #ca2a45;
	border-right: 1px solid #ca2a45;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	}
#tabmenu ul li a {
	color: #919095;
	display: block;
	float: left;
	font-size: 12px;
	height: 22px;
	padding: 10px 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 {
	color: #fff;
	}

#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;
	}




