/************* Wireframe Layout *************/
body
{
	margin: 0;
    font-family:Arial, Helvetica, sans-serif;
	background: #D7E8F7;
}

.container
{
	padding-bottom: 20px;	
}

#header
{
	height: 130px;	
}

#header h1
{
	margin: 0;
}

#product img
{
	position: relative;
	z-index: 1000;
	margin-top: -125px;
}

.content-box
{
	background:#FFF url(../images/content-box-bg.gif) repeat-y top left;
	padding-top: 10px;
	padding-bottom: 5px;
}

.content-box-bottom
{
	background:#FFF url(../images/content-box-bottom-bg.jpg) no-repeat bottom left;
	height: 18px;
	margin-bottom: 10px;
}

.content-box-top
{
	background:#FFF url(../images/content-box-top-bg.jpg) no-repeat top left;
	height: 18px;
}

.content-box-media-bottom
{
	background:#FFF url(../images/content-box-media-bottom-bg.jpg) no-repeat bottom left;
	height: 18px;
	margin-bottom: 10px;
}

.content-box-media-top
{
	background:#FFF url(../images/content-box-media-top-bg.jpg) no-repeat top left;
	height: 18px;
}

p.pdf
{
	padding-top: 47px;	
}

a.pdf
{
	background: url(../images/icon-pdf.gif) no-repeat center left;
	padding: 15px 0 15px 45px;
}

#purchase
{
	background: #244F7A url(../images/purchase-bg.gif) no-repeat top left;
	height: 171px;
	margin-bottom: 15px;
}

#purchase p, #purchase h2, #purchase h3, #purchase a
{
	color: #FFF;
}

#purchase-seal
{
	padding-top: 10px;	
}

#purchase-online
{
	padding-top: 30px;
}

#purchase-online a.order-online
{
	display: block;
	height: 45px;
	width: 261px;
	background: url(../images/order-online-bg.jpg) no-repeat top center;
	text-indent: -9009px;
}

#purchase-online a.order-online:hover
{
	background-position: 0 -45px;
}

#purchase-yahoo
{
	padding-top: 55px;	
}

#signup-right
{
	background: url(../images/signup-right-bg.gif) repeat-y top left;
}

.signup-right-bottom
{
	background:#FFF url(../images/signup-right-bottom-bg.jpg) no-repeat bottom left;
	height: 12px;
}

.signup-right-top
{
	background:#FFF url(../images/signup-right-top-bg.jpg) no-repeat top left;
	height: 12px;
}

#signup-right form input.text
{
	height: 17px;
	background: #FFF;
	border: #616B73 1px solid;
	padding: 3px;
}

#signup-right form input.text:focus
{
	background: #FFF;
	background: #F4F4F4;
	border: #000 1px solid;
}

#signup-right img
{
	padding-bottom: 5px;	
}

#safe-subscribe
{
	padding-top: 4px;	
}


#media
{
	background:#FFF url(../images/content-box-media-bg.gif) repeat-y top left;
}


/************* Typography *************/

p, li, h2, h3, h4 { color: #272727; }
h2{ font-size: 2.7em; font-weight:bold; }
h3{ font-size: 2.0em; font-weight:bold; margin-bottom: 0;}
h4,h5,h6{ font-size: 1.5em; font-weight:bold; margin-bottom: 0;}
p, li{ font-size: 1.5em; color: #525252;}
li { margin-bottom: 5px; }

a{ color: #525252;}
a:hover{ text-decoration:none; color: #525252;}

h3.post-title a {  color: #333333; text-decoration: none;}
h3.post-title a:hover { color: #333333; text-decoration: underline;}

sup
{
	font-size: .6em;	
}

p.facebook
{
	font-size: 1.2em;	
}

#intro p
{
	line-height: 1.7;	
}

#media-right h3
{
	padding-bottom: 20px;	
}

#media-right .youtube
{
	padding-bottom: 10px;	
}


#signup-left h2
{
	line-height: 1.4;
	font-size: 2.5em;
}

#signup-left h3
{
	padding-top: 15px;
}

#brad p
{
	margin-bottom: 30px;	
}

#signup-right p
{
	font-size: 1.3em;	
}

#signup-right p.no-spam
{
	font-size: 1.2em;
	color: #525252;
}

/******* FOOTER ********/

#footer-links ul
{
	margin: 0;
	text-align: center;
	padding: 8px 0;
}

#footer-links li
{
	display: inline;
	list-style: none;
}

#copyright, #developed, #footer-links
{
	background: #F4F4F4;
	margin-top: 10px;
}

#copyright p, #developed p, #footer-links li
{
	font-size: 1.3em;
	margin: 0px;
	padding: 8px 0;
	color: #525252;
}

#footer-links li
{
	padding: 0;	
}

#developed a, #copyright a, #footer-links a
{
	color: #525252;
}

