/* Author: Ian Lawson - Nova Creative Group 5/11/2005 */


/* HTML STYLES */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #321F63;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: top left; 
	margin: 0;
}
/* ID STYLES */
#master {
	width: 861px; height: 100%;
	margin: 0;
	padding: 0;
}
#masterCol1 {
	background-color: #FFF;
	width: 781px;
	margin: 0;
	padding: 0;
}
#masterCol2 {
	background-image: url(../images/col_tile.jpg) repeat-y top center;
	width: 80px;
}
#masthead {
	width: 781px; height: 171px;
	margin: 0;
	padding: 0;
}
#masthead_lt {
	width: 172px; height: 31px;
}
#masthead_lb {
	width: 172px; height: 140px;
}
#masthead_rt {
	width: 609px; height: 31px;
}
#masthead_rb {
	width: 609px; height: 140px;
}
#mainbody {
	background-image: url(../images/bg_tile.jpg);
	background: url(../images/body_10.jpg) no-repeat;
}
#testimonials {
	font: italic 10px Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 16px;
	text-align: right;
}
#content {
	padding: 5px 40px 0 40px;
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 16px;
	text-align: left;
}
/* BODY FOR CALCULATORS */
#content_calc {
	padding: 0;
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 16px;
	text-align: left;
}
/* END CALCULATOR STYLE */
#content h1 {
	font: bold 16px Verdana, Helvetica, Arial, sans-serif;
	color: #333366;
	line-height: 10px;
	margin: 41px 0 5px 0;
	padding: 0;
}
#content a, a:visited {
	color: #006699;
	text-decoration: underline;
}
#content a:hover {
	color: #FF6600;
	text-decoration: none;
}
#footer {
	font: normal 9px Verdana, Helvetica, Arial, sans-serif;
	color: #999;
	line-height: 10px;
	padding-right: 40px;
}
#footer a, a:visited {
	color: #333366;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* CLASS STYLES */
.textfield_ebook {
	width: 100px; height: 17px;
}
.body_bold {
 	font:  600 12px Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 20px;
}

/* Old Menu CSS */
#subnav {
	font: bold 10px Verdana, Helvetica, Arial, sans-serif;
	color: #999;
	margin: -10px 0 0 0;
	padding: 0;
	float: left;
}
#subnav a, a:visited {
	color: #333366;
	text-decoration: none;
}
#subnav a:hover {
	color: #FF6600;
	text-decoration: none;
}




/* IE Win 6 Hack, (fixes image marker disappear) */

#subnav ul {
	list-style-image: url(../images/subnav_arrow.gif);
	padding: 0 0 0 -20px;
	list-style-position: outside;
	position: relative; left:-40px; top: 10px;
}

/* Correct style for browsers that are not crap */

#subnav>ul {
	width: 120px;
	list-style-image: url(../images/subnav_arrow.gif);
	margin: 0; 
	padding: 0;
	list-style-position: outside;
	position: relative; left:0;
}
#subnav li {
	font: bold 11px arial, helvetica, sans-serif;
	padding-bottom: 4px;
	margin-bottom: 0;
	position: relative;
	left: 30px;
}
