/* HTML Defaults */

body {
	font: 75%/1.25em Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff url(../images/body_bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #5293d4;
}
a:hover {
	text-decoration: underline;
}
h2, h3 {
	font-weight: normal;
}
h3, h3 a, h4 {
	color: #919191;
}
h1 {
	font-size: 100%;
	margin: 0;
}
h2 {
	font-size: 150%;
	line-height: 1.7em;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #fff;
	background: #99ccff url(../images/headline_bg.png) no-repeat right bottom;
	float: left;
	margin: 0;
	padding: 0 40px 12px 25px;
}
h3 {
	font-size: 150%;
	line-height: 1.25em;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #d5d5d5;
	background: #d5d5d5;
	height: 1px;
	padding: 0;
	border: none;
}
form {
	width: 340px;
	float: right;
	margin: 0 0 0 20px;
	border: solid 1px #d5d5d5;
}
fieldset {
	margin: 0;
	padding: 10px;
	border: none;
}
form p {
	margin: 0;
	padding: 3px 0;
}
input {
	font: 100% Arial, Helvetica, sans-serif;
	color: #444;
}

/* Main Container */

#container {
	width: 980px;
	float: left;
}
.clear {
	clear: both;
}

/* Header */

#header {
	height: 75px;
	width: 980px;
	float: left;
	clear: both;
}
#header, #header a {
	color: #fff;
}
#header a:hover {
	text-decoration: none;
	color: #99ccff;
}
#logo, #logo h1, #logo a {
	height: 70px;
	width: 260px;
	float: left;
}
#logo {
	background: url(../images/header_logo.png) no-repeat left top;
}
#logo a {
	text-indent: -9999px;
}
#nav, #nav ul, #nav ul li, #nav ul li a {
	float: left;
}
#nav {
	font-size: 14px;
	background: url(../images/nav_bg.png) no-repeat left top;
	height: 70px;
	width: 720px;
}
#nav ul {
	width: 720px;
	margin: 0;
	padding: 20px 0 0 0;
}
#nav ul li {
	background: url(../images/nav_bullet.png) no-repeat 8px center;
	list-style: none;
}
#nav ul li a {
	padding: 5px 0 5px 18px;
}
#pagehome #navhome, #pageabout #navabout, #pageanalysis #navanalysis, #pageclients #navclients, #pagereports #navreports, #pagepricing #navpricing, #pagecontact #navcontact {
	color: #99ccff;
}

/* Footer */

#footer {
	color: #919191;
	width: 980px;
	float: left;
	clear: both;
	padding: 10px 0;
}
#footer p, #footer ul {
	white-space: nowrap;
	margin: 0;
}
#footer ul {
	padding: 0;
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	border-left: solid 1px #d5d5d5;
}
#footer ul li {
	line-height: 20px;
	float: left;
	padding: 0 10px;
	list-style: none;
	border-right: solid 1px #d5d5d5;
}
#copyright {
	font-size: 75%;
	line-height: 1.2em;
	width: 280px;
	float: left;
	padding: 6px 10px;
}
#footernav, #footernav ul {
	float: left;
}
#footernav {
	font-size: 83%;
	width: 200px;
}
#contact, #contact ul {
	float: right;
}
#contact {
	font-size: 117%;
	width: 400px;
	margin-right: 10px;
}

/* Content */

#content {
	width: 980px;
	float: left;
	clear: both;
	padding-bottom: 20px;
}
#main {
	width: 735px;
	float: left;
}
#mainfull {
	width: 980px;
	float: left;
}
#side {
	background: url(../images/side_bg.png) repeat-x left top;
	min-height: 205px;
	width: 245px;
	float: right;
}
.bodytext {
	clear: both;
	padding: 15px 25px;
}
ul.bullets {
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
}
ul.bullets li {
	background: url(../images/bullet.png) no-repeat left 4px;
	padding: 2px 5px 2px 15px;
	list-style: none;
}
.column {
	width: 320px;
	float: left;
	padding-right: 20px;
}
#commitment {
	color: #fff;
	background: #616161;
	padding: 15px 10px;
}
#side #commitment {
	margin: 0 10px;
}
#commitment h3, #commitment p {
	margin: 0;
}
#commitment h3, #commitment a {
	color: #99ccff;
}
#commitment h3, #benefits h3, #reports h3 {
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 0;
	padding: 0 0 5px 25px;
}
#commitment h3 {
	background-image: url(../images/icon_commitment.png);
}
#benefits h3 {
	background-image: url(../images/icon_benefits.png);
}
#reports h3 {
	background-image: url(../images/icon_reports.png);
}
.textinput {
	background: #f5f5f5;
	width: 310px;
	padding: 4px;
	border: solid 1px #d5d5d5;
}
.button {
	font-weight: bold;
	color: #fff;
	background: #616161;
	padding: 2px 15px;
	border: solid 1px #d5d5d5;
}

/* Front */

body#pagehome {
	background: url(../images/home_bg.png) repeat-x left top;
}
#frontphoto {
	width: 490px;
	float: left;
}
#frontphoto h2 {
	background: url(../images/photo_front.jpg) no-repeat left top;
	text-indent: -9999px;
	height: 325px;
	width: 490px;
	float: none;
	padding: 0;
}
#frontphoto #commitment {
	padding: 15px;
}
#commitment h3.trial {
	background-image: url(../images/icon_trial.png);
	margin-top: 1em;
}
#intro {
	width: 450px;
	float: left;
	padding: 20px;
}
#intro p {
	margin: 0 0 1em 0;
}
#benefits, #reports {
	width: 450px;
	float: left;
	clear: both;
}
#benefits ul {
	width: 219px;
	float: left;
	margin: 0;
	padding: 4px 0 4px 4px;
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	border-left: solid 1px #d5d5d5;
}
#benefits ul + ul {
	border-right: solid 1px #d5d5d5;
}
#reports {
	padding-top: 1em;
}
#reports img {
	float: right;
	margin-left: 10px;
}
