/* global reset padding and margins */
* { padding: 0; margin: 0; }

/* site wide colours and text */
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 100%;
	background-color: #7F98B0;
}

/* structure and default font sizes*/
#wrapper { 	width: 1000px; margin: 10px auto 10px auto; }
#header {
	float: left;
	width: 970px;
	height: 270px;
	background: #FFFFFF url(/imaging/bg-header.png) no-repeat;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
#content {
	float: left;
	width: 970px;
	font-size: 0.8em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(/imaging/bg-content.png);
}

.main {
	float: left;
	width: 600px;
	vertical-align: top;
	padding: 0px 40px 0px 40px;
		font-size: 12px;
	color: #5F5F5F;
		}
#footer { float: left; height: 36px; width: 970px; font-size: 0.70em; padding: 0 15px 18px 17px; background: url(/imaging/bg-footer.png) no-repeat bottom; }

/* general tags formatting */
h1 {
	font-size: 30px;
	color: #333333;
	margin: 0 0 20px 0;
	padding: 40px 0 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #333333;
	margin: 0 0 5px 0;
	padding: 20px 0 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
	color: #E9801B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 30px;
}

h4 {
	font-size: 1.2em;
	color: #F57642;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .1em;
}
h5 {
	font-size: 1.2em;
	margin: 20px 0 0px 0;
	color: #666666;
}
h6 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
	color: #F57642;
}

p {
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 15px 0;
	}
ol { margin: 0 0 10px 25px; }
ul { margin: 0 0 10px 20px; }
li { line-height: 1.5em; }
blockquote { line-height: 1.5em;; margin: 0 0 10px 0; font-style: italic; padding: 0 15px; }
img {
	border: 0;
	text-decoration: none;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #003366;
}
a:active {
	color: #FF6600;
}

/* header */
.moresales {
	position: relative;
	float: right;
	right: 50px;
	top: 130px;
	height: 0px;
	z-index: 2;
		}

.headertitle {
	float: left;
	width: 943px;
	margin: 20px 0 0 0;
	padding: 0;
}
.headerline1 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	height:125px;
	width: 500px;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 338px;
	line-height: 130%;
	}

/* main navigation */
.nav {
 clear:both;
	float: left;
	width: 917px;
	font-size: 24px;
	line-height: 45px;
	background-color: #E9801B;
	background-image: url(../imaging/bg-headerorange.png);
	background-repeat: repeat;
	margin: 23px 00px 0 10px;
	padding: 0 25px 0px 10px;
	color: #666666;
}

.nav a {
	float: left;
	display: block;
	color: #999999;
	text-decoration: none;
 padding: 0 20px 0 20px;
	}
.nav a:link { color: #003366; }
.nav a:visited { color: #003366; }
.nav a:hover {	background-color: #F5C99C;}
.nav a:active { color: #003366; }


/* sidebar */
.sidebar {
	padding: 40px 0 15px 20px;
	float: left;
	width: 250px;
	}
.sideimage {
	width: 100%;
	padding-bottom: 15px;
}
.sidebarimage {
	width: 100%;
	text-align: left;
	clear: both;
	padding: 0px 0 5px 0;
}
.sidebarimagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #50758D;
	line-height: 130%;
	padding: 0 0 20px 0;
}
.sidequote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #84AABF;
	padding: 10px 0px 0px 0px;
	line-height: 140%;
}
.sidequotename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #84AABF;
	padding: 10px 0px 30px 0px; 
}
.sidebarquestion {
 padding: 0px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #50758D;
	line-height: 130%;
}
.sidebarphone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #E9801B;
}

/* content area */

.content-quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #7F98B0;
	padding: 20px 0 0px 70px;
	
	line-height: 140%;
}
.content-quote-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7F98B0;
	padding: 10px 0 20px 70px; 
}


/* footer  */
#navfooter {
	font-size: 11px;
	background-position: center;
	text-align: center;
	margin: 0 0 20px 0;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#navfooter a:link {	color: #ffffff;}
#navfooter a:visited {	color: #ffffff;}
#navfooter a:hover {	color: #FF6600;}
#navfooter a:active {	color: #ffffff;}


/* SPACERS */
.space30 {	height: 30px; }
.space20 {	height: 20px; clear:both; }
.space15 {	height: 15px; }
.space10 {	height: 10px; clear:both; }

.spaceline20 {
		font-size: 1.2em;
	color: #5F89A5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #C1D2DD;
	padding-top: 20px;
}

.clear { clear: both;}

/* index page */
.home-box {
	width:100%;
	float:left;
	margin: 0 0 30px 0;
	background-image: url(/imaging/bullet-recommendation.gif);
	background-repeat: no-repeat;
}
.home-box-title {
	padding: 0px 0px 5px 0px;
	margin: 0 0 0 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.home-box-text {
	padding: 0 0px 0 0px;
	margin: 0 0 0 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #666666;
		line-height: 150%;
}
.home-box-link {
	padding: 0 10px 0 50px;
	margin: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}
/* buy page */
.buy-image {
	width:220px;
	float:left;
}
.buy-box-title {
	padding: 0px 0px 5px 0px;
	margin: 0 0 0 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.buy-box-text {
	padding: 0 0px 0 0px;
	margin: 0 0 0 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #666666;
		line-height: 150%;
}

/* demo page */
.rec-message {
	margin: 0;
	padding: 20px;
	border: 1px solid #83A3B8;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 200%;
}
.formlabel {
	font-size: 0.9em;
	color: #666666;
	padding-bottom: 3px;
	width:49%;
	float:left;
}
.formnote {
	font-size: 0.9em;
	color: #5F89A5;
	padding-top: 3px;
	padding-bottom: 15px;
}
.message {
	font-weight: bold;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;	
	}
	input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 11px;
	color: #333333;
}

ul.listfeature {
	float: left;
	width: 250px;
	list-style: none;
	margin: 30px 0px 0 0;
	background-position: top;
	padding: 0;
	clear:both;
}
ul.listfeature li {
	float: left;
	line-height: 140%;
	background-image: url(../imaging/bullet-feature.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 20px 15px 34px;
	margin: 0 0 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #50758D;
}
ul.listinfo {
	float: left;
	width: 250px;
	list-style: none;
	margin: 30px 0px 0 0;
	background-position: top;
	padding: 0;
clear:both;
}
ul.listinfo li {
	float: left;
	line-height: 140%;
	background-image: url(../imaging/bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 20px 15px 34px;
	margin: 0 0 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #50758D;
}
