﻿
/* 
*************************************************************************
  OPTIN BOX STYLES
************************************************************************* 
*/
#optin-box {
	margin: 10px 0;
	font-size: 93%;
	width: 293px;
	background: url(images/optin_box.jpg) no-repeat 0 0;
}
#optin-box .content {
	height: 427px;
	position: relative;
}
#optin-box p.help {
	text-indent: -9999px;
	font-size: 85%;
	padding: 0 30px;
	position: absolute;
	top: 190px;
}
#optin-box .content p.notice {
	font-size: 88%;
	text-decoration: underline;
	color: #fff;
	padding: 0 40px 0 50px;
	position: absolute;
	top: 310px;
}
#optin-box .content p.privacy-note {
	padding: 0 46px 0 0;
	font-size: 85%;
	line-height: 1em;
	color: #fff;
	position: absolute;
	top: 360px;
	left: 104px;
}
#optin-box .content #name-field-1 {
	border: 0;
	position: absolute;
	top: 184px;
	right: 40px;
}
#optin-box .content #email-field-1 {
	border: 0;
	position: absolute;
	top: 216px;
	right: 40px;
}
#optin-box .content #email-field-1, #optin-box .content #name-field-1 {
	padding: 6px 0 0 6px;
	width: 184px;
	height: 20px;
}
* html #optin-box .content #email-field-1, * html #optin-box .content #name-field-1 { /* the tan box model hack */
	width: 190px;
	width: 184px;
	height: 26px;
	height: 20px;
}
#optin-box .content #submit-btn-1 {
	text-indent: -9999px;
	width: 243px;
	height: 50px;
	border: 0;
	position: absolute;
	top: 255px;
	left: 35px;
	display: block;
	cursor: pointer;
	background: url(images/submit_btn.gif) no-repeat 0 0;
}
/* CLOSE OPTIN BOX STYLES */



/* 
*************************************************************************
  FEATURES BLOCK STYLES
************************************************************************* 
*/
#features {
	padding-top: 20px;
}
#features h3 {
	text-align: center;
	color: #ff0000;
}
#features p {
	font-size: 108%;
}
#features ul {
	margin: 0 6em 1.5em 6em;
	padding: 0;
}
#features ul,
#features li {
	list-style: none;
}
#features li {
	padding: .7em 0 .7em 10px;
}
#features li.alt {
	background: url(images/altrow_bg.gif) repeat-y 0 0;
}
#features li.alt p {
	background: url(images/check_blue.gif) no-repeat 0 0;
}
#features li p {
	margin: 0;
	padding-left: 43px;
	background: url(images/check_white.gif) no-repeat 0 0;
}



/* 
*************************************************************************
  FOOTER STYLES
************************************************************************* 
*/
#footer {
	font-size: 85%;
	color: #fff;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	padding: 0 5px;
	border-right: solid 1px #fff;
}
#footer ul li.last {
	border: 0;
}
#footer a {
	padding: 0 4px;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer address {margin: 0; padding: 3px 0 0 0;}
/* CLOSE FOOTER STYLES */



/* 
*************************************************************************
  INLINE TEXT FORMATTING CLASSES
************************************************************************* 
*/
.accent-color-1 {color: #cc0000;}
.accent-color-2 {color: #FF6600;}
.underline {text-decoration: underline;}
/* CLOSE INLINE TEXT FORMATING CLASSES */

