/*###########################
 GLOBAL STYLES
###########################*/
body {
	background: #EAE8E1 url('images/template/body_bg.gif') repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/
	;
}
td {
	vertical-align:top;
}
p {
	color:414141;
	line-height:1.6em;
	padding: 0px 0px 7px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/
	;
	margin: 5px 0px 0px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/
	;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font-size:18pt;
	padding: 25px 0px 0px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/;
	margin: 0px 0px 0px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#6A032C;
	line-height:130%;
}
.sub {
	font-size:9pt;
	padding: 0px 3px 0px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/;
	margin: 0px 0px 0px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/;
	text-align:right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#38959A;
}
h2 {
	font:normal 16pt "Trebuchet MS",sans-serif;
	font-weight:bold;
	font-size:11pt;
	line-height:130%;
	margin-bottom:0px;
	margin-top:5px;
	color:#83a200;
	border-bottom:2px dotted #c9d986;
}
h2.home {
	color:#38959A;
	font-size:12pt;
	border-bottom:1px dashed #38959A;
	margin-top:0px;
	padding-top:0px;
}
a.home {
	color:#38959A;
	font-size:12pt;
	margin-top:0px;
	padding-top:0px;
	text-decoration:none;
}
h3 {
	font:bold 14pt "Trebuchet MS",sans-serif;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#38959A;
	line-height:130%;
	margin-top: 15wpx;
}
h3.answer {
	font:bold 12pt "Trebuchet MS",sans-serif;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#313131;
	line-height:130%;
	margin-top: 0px;
}
h4 {
	font:bold 10pt "Trebuchet MS",sans-serif;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#ff8f44;
}
.sm {
	font-size:7pt;
	font-weight:bold;
	margin-bottom:5px;
}
.price {
	font-weight:bold;
	font-size:10.5pt;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#E87C34;
	font-style: normal;
	font-variant: normal;
}
.price-green {
	font-weight:bold;
	font-size:10.5pt;
	margin-bottom:0px;
	padding-bottom:0px;
	font-style: normal;
	font-variant: normal;
}
#productDesc {
	margin-left:20px;
	margin-right:30px;
	background-color:#eae6d9;
	padding:0px 2px 2px 5px;
	border:1px dashed #bfbbaf;
}
#buyNow {
	width:100%;
	text-align:right;
}
.homeHeadline {
	font-weight:bold;
	font-size:11pt;
	line-height:15pt;
	margin-bottom:0px;
	color:#999999;
}
a {
	text-decoration:underline;
	color:#186BCE;
}
a:hover {
	color:#597CB1;
}
a:active {
	color:#ffcc00;
}
li {
	list-style-image:url('images/template/bullet.gif');
	font-weight:normal;
	margin-bottom:3px;
	margin-left:15px;
	list-style-position: outside;
	font-size: 10pt;
}
ul {
	list-style-type: circle;
	margin:6px 10px 10px 0px;
	list-style-position: outside;
}
ol {
	list-style-type: circle;
	margin:5px 40px 10px 10px;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: circle;
}
OL { list-style-type: upper-decimal; }
OL OL { list-style-type: upper-alpha; }
OL OL OL { list-style-type: roman; }
OL OL OL OL { list-style-type: lower-alpha; }
OL OL OL OL OL { list-style-type: lower-roman; }

.highlight {
	font-size:12pt;
	font-weight:bold;
	color:#83a200;
}
#hr {
	border-bottom:2px dotted #c9d986;
	width:98%;
}
#spacer1 {
	height:4px;
}
img.photo {
	border:1px solid #341518;
	margin:0px 5px 5px 10px;
}
#error {
	width:450px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:9pt;
	border:1px dashed #CC0000;
	background-color:#f8dcdc;
	color:#CC0000;
}
/*###########################
 TEMPLATE
###########################*/
#header{
	padding: 0px 0px 0px 0px;
	background:url('images/template/header.jpg') no-repeat;
	background-position:relative;
	top:0px;
	margin:0 auto;
	width:850px;
	height:135px;
	top:0px;
	clear:both;
	border-bottom:1px dotted #CABC75;
}
td.nav {
	width:205px;
	text-align:left;
	padding-bottom: 25px;
}

td.homeModules {
	width:205px;
}
#footer{
	padding: 0px 0px 0px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/
	background:url('images/template/footer.gif') no-repeat;
	background-position:relative;
	top:0px;
	margin:0 auto;
	width:850px;
	height:40px;
	top:0px;
	clear:both;
	border:0px;
	text-align:right;
	color:#ffffff;
	font-size:9pt;
	font-weight:normal;
	padding-top:13px;
}
a.footer {
	color:#ffffff;
	text-decoration:none;
}

/*###########################
 HOME-SPECIFIC
###########################*/
#home {
	padding:0px;
	margin:0px;
	border:0px solid #97BFBF;
}
#homeContent {
	padding:5px;
}
#homeAction {
	padding:0px;
	margin:0px;
	background-color:#e4eeee;
	border:1px dotted #97BFBF;
	text-align:right;
	padding:5px 6px 3px 3px;
	height:20px;
}
a.fresh {
	color:#333333;
	text-decoration:none;
}
a.fresh:hover {
	color:#666666;
}
#homeModule {
	margin: 8px 5px 0px 5px;/* TOP - RIGHT - BOTTOM - LEFT*/
	border-bottom:0px dashed #B8C5D5;
	width:185px;
}
table.homeModule {
	border:0px;
	padding:0px;
	width:185px;
}
th.homeModuleQuote {
	height:25px;
	font:bold 12pt "Trebuchet MS",sans-serif;
	background:url('images/template/homeModuleQuote_th.gif') no-repeat;
	color:#FFFFFF;
	text-align:left;
	padding-left:8px;
	vertical-align:middle;
}
th.homeModuleUpcoming {
	height:25px;
	font:bold 12pt "Trebuchet MS",sans-serif;
	background:url('images/template/homeModuleUpcoming_th.gif') no-repeat;
	color:#FFFFFF;
	text-align:left;
	padding-left:8px;
	vertical-align:middle;
}
th.homeModuleNewsletter {
	height:25px;
	background:url('images/template/homeModuleNewsletter_th.gif') no-repeat;
	font:bold 12pt "Trebuchet MS",sans-serif;
	color:#FFFFFF;
	text-align:left;
	padding-left:8px;
	vertical-align:middle;
}
th.homeModuleFeatured {
	height:25px;
	background:url('images/template/homeModuleFeatured_th.gif') no-repeat;
	font:bold 12pt "Trebuchet MS",sans-serif;
	color:#FFFFFF;
	text-align:left;
	padding-left:8px;
	vertical-align:middle;
}
td.homeModule {
	background:url('images/template/homeModule_bg.gif') no-repeat;
	padding: 8px 7px 8px 7px;/* TOP - RIGHT - BOTTOM - LEFT*/
	height:100px;
}
p.homeModule {
	font-size:11.5pt;
	font-weight: bold;
	text-align:center;
	line-height:115%;
	color:#38959A;
	font-family: Helvetica, Arial, sans-serif; 
	margin: 0px 0px 0px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/
	padding: 0px 0px 5px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/
}
p.homeModule2 {
	font-size:10pt;
	text-align:left;
	line-height:115%;
	margin: 0px 0px 0px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/
	padding: 3px 0px 5px 3px;/* TOP - RIGHT - BOTTOM - LEFT*/
}
p.homeModule3 {
	font-size: 9pt;
	text-align:left;
	line-height:115%;
	margin: 0px 0px 0px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/
	padding: 5px 3px 3px 3px;/* TOP - RIGHT - BOTTOM - LEFT*/
}
#homeModuleBullet {
	background: url('images/template/arrow.gif') no-repeat;
	background-position:top left;
	font-size:9pt;
	padding-left:13px;
	text-align:left;
	margin-bottom: 5px;
}
#homeModuleQuote {
	font-size:8.5pt;
	text-align:left;
	padding-right:5px;
}
#quoteFooter {
	text-align:right;
	font-style:italic;
	font-size:8.5pt;
}
td.homeKeyPoints {	
	height:30px;
	padding-left:8px;
	background: url('images/template/homeGraphic2.jpg') no-repeat;
}
.key1 {
	font-size:10pt;
	font-weight: bold;
	color:#660129;
	font-family: "Trebuchet MS",sans-serif;
}
.keyQuestion {
	font-size:14pt;
	font-weight: bold;
	color:#B8C5D5;
	font-family: "Trebuchet MS",sans-serif;
}

/*###########################
 FORMS
###########################*/
table.moduleForm {
	width:100%;
	padding: 1px;
	border:1px dotted #97BFBF;
	align: center;
}
table.otherForm {
	width:550px;	
	border:1px dotted #97BFBF;
}
table.contactForm {
	width:400px;	
	border:1px dotted #97BFBF;
}
td.moduleFormLeft {
	font-size:8.5pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	background-color:#e4eeee;
	padding:3px;
}
td.moduleFormRight {
	font-size:8.5pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	background-color:#e4eeee;
	padding:3px;
}
td.contactFormLeft {
	font-size:8.5pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	background-color:#e4eeee;
	padding:3px;
}
td.contactFormRight {
	vertical-align:left;
	background-color:#e4eeee;
	padding:4px;
}
td.moduleFormSubmit {
	text-align:middle;
	background-color:#e4eeee;
	font-size:9pt;
	padding:3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input.homeModule {
	height:13px;
	font-size:9pt;
}
input.submit {
	border:0px;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	background-color:#61072b;
	border:1px dotted #000000;
	color:#dcc0c0;
}

/*###########################
 NAV MENUS
###########################*/
#nav {
	margin-top:8px;
	margin-left:10px;
	width:185px;
}
td.navSpacer {
	height:2px;
}
a.navitem {
	display:block;
	vertical-align: middle;
	font-size:9pt;
	font-weight:bold;
	color:#4b5800;
	display: block;
	background: url('images/template/nav_bg.gif') no-repeat;
	text-decoration:none;
	padding-left:7px;
	height: 25px !important;
	line-height:25px;
	text-align:left;
}
td.navitemSub {
	height:20px;
}
a.navitemSub {
	display:block;
	vertical-align: middle;
	font-size:9pt;
	font-weight:normal;
	color:#3F3610;
	display: block;
	background: url('images/template/nav_bg_sub.gif') no-repeat;
	text-decoration:none;
	padding-right:22px;
	height: 20px !important;
	line-height:20px;
	text-align:right;
}
a.navitem:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #667701;
}
a.navitemSub:hover {
	background-position: 0px -20px;
	text-decoration: none;
	color: #706752;
}
a.navitemOpen {
	display:block;
	vertical-align: middle;
	font-size:9pt;
	font-weight:bold;
	color:#667701;
	display: block;
	background: url('images/template/nav_bg.gif') no-repeat;
	text-decoration:none;
	padding-left:7px;
	height: 25px !important;
	line-height:25px;
	text-align:left;
	background-position: 0px -25px;
}
a.navitem:visited {
}
.indent {
	margin-right: 15px;
	margin-left: 20px;
}
.pullquoteRight {
	float: right;
	width: 200px;
	background-color: EAE8E1;
	border: thin dotted 38959a;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.pullquoteLeft {
	float: left;
	width: 200px;
	background-color: EAE8E1;
	border: thin dotted 38959a;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
}
p.pullquote{
	font-size: 10pt;
	line-height: 1.35em;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3.quoteTitle{
	font-size: 12pt;
	color: 6A032C;
	margin: 0px;
	font-family: "Trebuchet MS", sans-serif;
}
#nlborder {
margin: 5px 10px 5px 10px;
padding: 4px;
border: thin #38959A solid; 
width: 167px;
}
h1.7traps {
	font-size:22pt;
	padding: 25px 0px 0px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/;
	margin: 0px 0px 0px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6A032C;
	line-height:130%;
}
h2.7traps {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16pt;
	line-height:130%;
	margin-bottom:0px;
	margin-top:15px;
	color:#222222;
	border-bottom:none;
	text-align:center;
}