/* HTML Defaults */

body {
	font: 82%/1.3em Arial, Helvetica, sans-serif;
	color: #4a5156;
	background: #fff;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #0092c0;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	font-weight: normal;
}
h1, h2, h3, h4 {
	color: #006295;
}
h1 {
	font-size: 200%;
	line-height: 1.15em;
}
h2 {
	font-size: 185%;
	line-height: 1.15em;
}
h3 {
	font-size: 138%;
	line-height: 1.15em;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #d7d7d7;
	background: #d7d7d7;
	height: 1px;
	padding: 0;
	border: none;
}
form {
	width: 400px;
	float: left;
	margin-right: 15px;
}
fieldset {
	padding: 10px;
	border: solid 1px #d7d7d7;
}
legend {
	font-size: 138%;
	line-height: 1.15em;
	color: #006295;
}

/* Main Container */

#container {
	width: 100%;
	min-width: 980px;
	float: left;
}
.clear {
	clear: both;
}

/* Header */

#header {
	color: #fff;
	background: #004277 url(../images/header_bg.png) repeat-x left bottom;
	width: 100%;
	float: left;
}
#logo, #logo h1, #logo a {
	height: 80px;
	width: 430px;
	float: left;
}
#logo {
	background: url(../images/header_logo.png) no-repeat left top;
}
#logo h1 {
	font-size: 100%;
	margin: 0;
}
#logo a {
	text-indent: -9999px;
}
#nav {
	font-size: 92%;
	line-height: 24px;
	font-weight: bold;
	white-space: nowrap;
	float: right;
	padding-top: 25px;
}
#nav ul {
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	list-style: none;
	border-left: solid 1px #0073a4;
	position: relative;
}
#nav ul li ul {
	display: none;
	width: 365px;
	padding-top: 3px;
	position: absolute;
	left: 0;
	top: 24px;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li:first-child, #nav ul li ul li {
	border-left: none;
}
#nav a {
	color: #fff;
	float: left;
	padding: 0 10px;
}
#nav a:hover {
	text-decoration: none;
	color: #fdb51f;
}
#homepage #navhome, #productspage #navproducts, #servicespage #navservices, #newspage #navnews, #downloadspage #navdownloads, #aboutpage #navabout, #contactpage #navcontact {
	background: url(../images/nav_on_bg.png) repeat-x left bottom;
}
#productspage #subproducts, #servicespage #subservices {
	display: block;
}
.basicpage #navbasic a, .standardpage #navstandard a, .premiumpage #navpremium a, .modulespage #navmodules a, .suppliespage #navsupplies a, .faqpage #navfaq a, .supportpage #navsupport a, .trainingpage #navtraining a, .auditpage #navaudit a {
	color: #00b3de;
}
.navarrow {
	background: url(../images/nav_arrow.png) no-repeat left top;
	display: none;
	height: 4px;
	width: 7px;
	position: absolute;
	top: 24px;
}
#navproducts .navarrow {
	left: 34px;
}
#navservices .navarrow {
	left: 32px;
}
#productspage #navproducts .navarrow, #servicespage #navservices .navarrow {
	display: block;
}

/* Footer */

#footer {
	font-size: 70%;
	line-height: 1.2em;
	color: #fff;
	background: #ccc;
	width: 100%;
	float: left;
	clear: both;
	border-top: solid 3px #fff;
}
#footer p {
	margin: 0;
	padding: 10px;
}
#footer a {
	color: #fff;
}

/* Content */

#content {
	width: 100%;
	float: left;
	clear: both;
}
#title {
	background: #006295 url(../images/title_bg.png) repeat-x left top;
	height: 50px;
}
#title h2 {
	line-height: 50px;
	color: #fff;
	background: url(../images/title_bg2.jpg) no-repeat right top;
	margin: 0;
	padding: 0 15px;
}
#side, #main {
	padding: 15px 0 30px 0;
}
#side :first-child, #main :first-child {
	margin-top: 0;
}
#side {
	width: 25%;
	float: left;
}
#main {
	width: 100%;
	float: left;
}
#side + #main {
	width: 75%;
}
#sidetext {
	padding-left: 15px;
}
#side h3 {
	font-size: 115%;
	line-height: 1.2em;
}
.sidephotos h3 em {
	font-size: 60%;
	font-style: normal;
	color: #7e878d;
}
.sidephotos p {
	font-size: 77%;
	line-height: 1.2em;
	color: #7e878d;
	margin: .5em 0;
}
#bodytext {
	padding: 0 15px;
}
.intro {
	font-size: 115%;
	line-height: 1.3em;
	color: #006295;
	border-bottom: solid 1px #d7d7d7;
}
ul.check {
	margin-left: 0;
	padding-left: 0;
}
ul.check li {
	background: url(../images/bullet_check.png) no-repeat left top;
	padding-left: 25px;
	margin-bottom: .5em;
	list-style: none;
}
ul.check strong {
	font-size: 115%;
}
ul.check blockquote strong {
	font-size: 100%;
}
.column {
	width: 40%;
	float: left;
	margin-right: 5%;
}
.box {
	font-size: 92%;
	line-height: 1.2em;
	background: #eee;
	padding: 15px;
}
.photo {
	float: left;
	margin: 0 15px 15px 0;
}

/* Front */

#front {
	background: url(../images/front_bg.png) repeat-x left top;
}
#front h2, #front h3, #front h4, #front p, #front ul {
	margin: 0;
}
#frontintro {
	color: #fff;
	background: url(../images/front_intro_bg.jpg) no-repeat left top;
	height: 176px;
	width: 100%;
	padding-top: 140px;
	position: relative;
}
#frontintro a {
	color: #fff;
}
#frontintro h2 {
	display: none;
}
#frontintro p {
	font-size: 108%;
	line-height: 1.3em;
	width: 340px;
	margin: 0 0 0 400px;
}
#frontdownload {
	width: 500px;
	position: absolute;
	top: 240px;
	left: 455px;
}
#frontdownload h3 {
	line-height: 1.2em;
	margin: 0;
	padding-bottom: .4em;
}
#frontdownload p {
	font-size: 85%;
	line-height: 1.3em;
	width: auto;
	margin: 0;
}
#frontdetails {
	background: url(../images/front_details_bg.png) repeat-x left bottom;
	width: 100%;
	float: left;
	clear: both;
	min-height: 156px;
	padding: 12px 0;
}
#frontcontact, #frontfeatures {
	width: 25%;
	float: left;
}
#frontcontact {
	font-size: 138%;
	line-height: 1.15em;
	color: #fff;
	background: url(../images/front_contact_bg.png) no-repeat right center;
	height: 117px;
}
#frontcontact p {
	padding: 12px 30px 12px 10px;
}
#frontcontact a {
	font-size: 78%;
	color: #64d2ef;
}
#frontfeatures {
	font-weight: bold;
	color: #006295;
	padding-top: 10px;
}
#frontdesc {
	width: 49%;
	float: left;
}
#frontdesc p {
	padding: 10px 20px;
}
