*, html { margin: 0; padding: 0; }

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #101111;
	
}

#container {
	position: relative;
	margin: 0 auto;
	width: 976px;
	background: url(images/container.png) repeat-y;
	min-height: 900px;
	
	
}

#header {
	position: relative;
	background: url(images/header.png);
	height: 160px;
}

#header a#gohome {
	display: block;
	text-indent: -999em;
	height: 75px;
	width: 250px;
	position: absolute;
	top: 20px;
	left: 40px;
}

#header a#viewclients {
	position: absolute;
	right: 75px;
	bottom: 65px;
	color: #fff;
	font-size: 14px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: url(images/footer.png);
}

#pricingguide {
	position: absolute;
	left: -30px;
	bottom: -5px;
	width: 1079px;
	height: 378px;
	background: url(images/pricingguide.png);
	z-index: 100;
}

#top-content {
	margin: 0 75px 0 45px;
	text-align: left;
}

#top-content h1 {
	font-size: 18px;
	font-weight: normal;
	
}

#top-content p {
	color: #8a8a8a;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0;
	
}

#top-content a {
	font-size: 14px;
}

ul#navbar {
	list-style: none;
	margin: 0 auto;
	width: 910px;
	height: 84px;
	
}

ul#navbar li {
	float: left;
	height: 74px;
}

ul#navbar li a#btnconsulting {
	background: url(images/navbar.png) no-repeat;
	width: 219px;
	height: 74px;
	display: block;
	text-indent: -999em;
}

ul#navbar li a#btnprevent {
	background: url(images/navbar.png) -218px 0 no-repeat;
	width: 348px;
	height: 74px;
	display: block;
	text-indent: -999em;
}

ul#navbar li a#btnfaq {
	background: url(images/navbar.png) -567px 0 no-repeat;
	width: 310px;
	height: 74px;
	display: block;
	text-indent: -999em;
}

ul#navbar li a#btnconsulting:hover {
	background: url(images/navbar.png) 0 -71px no-repeat;

}

ul#navbar li a#btnprevent:hover {
	background: url(images/navbar.png) -218px -71px no-repeat;

}
ul#navbar li a#btnfaq:hover {
	background: url(images/navbar.png) -567px -71px no-repeat;

}


/* Form */

form {
	margin: 0 0 0 45px;
	width: 500px;
	text-align: left;
}

form label {
	width: 150px;
	display: block;
	float: left;
	font-size: 14px;
}

form input {
	font-size: 14px;
	margin: 0 0 8px 0;
}

form input[type="submit"] {
	margin: 5px 0 0 150px;
	width: 150px;
	height: 35px;
	display: block;
}

h2 {
	color: #ff9933;
	text-align: left;
	margin: 0 0 20px 45px;
}

ul#footernav {
	z-index: 105;
	list-style: none;
	margin: 0 auto;
	width: 520px;
	height: 20px;
	position: absolute;
	right: 80px;
	bottom: 18px;
}

ul#footernav li {
	float: left;
	z-index: 105;
}

ul#footernav li a#home {
	width: 55px;
	height: 17px;
	display: block;
	text-indent: -999em;
}

ul#footernav li a#consulting {
	width: 115px;
	height: 17px;
	display: block;
	text-indent: -999em;
}

ul#footernav li a#prevent {
	width: 175px;
	height: 17px;
	display: block;
	text-indent: -999em;
}
	
ul#footernav li a#faq {
	width: 55px;
	height: 17px;
	display: block;
	text-indent: -999em;
}
ul#footernav li a#contact {
	width: 105px;
	height: 17px;
	display: block;
	text-indent: -999em;
}
	
table {

}


table tr td {
	padding: 5px;
}


