/* Template by http://www.csslandingpages.com */

body {
	background-color:#ffffff;
	color:#000000;  
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 135%;
}

.footer { font-size:.8em; }
.footer2 { font-size:.7em; }

.footer-blue 			{ font-size:.8em; color: 007DB6; }
.footer-blue a:link 	{ font-size:.8em; color: 007DB6; }
.footer-blue a:visited 	{ font-size:.8em; color: 007DB6; }
.footer-blue a:hover	{ font-size:.8em; color: 007DB6; }

.footer-red				{ font-size:.8em; color: c000000; }
.footer-red a:link		{ font-size:.8em; color: c000000; }
.footer-red a:visited	{ font-size:.8em; color: c000000; }
.footer-red a:hover 	{ font-size:.8em; color: c000000; }


.header { color: white; font-weight: bold; font-size:.8em; }
.header a:link { color: white; font-weight: bold; }
.header a:visited { color: white; font-weight: bold; }
.header a:hover { color: white; font-weight: bold; }

.bigred {
	color:#FF0000;  
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height: 135%;
	font-weight: bold;
}

a {
	color:#034613;
	text-decoration:underline;
}

a:hover {
	color: #999999;
	text-decoration:none;
}

img {
	border: 0;
}

hr {
	color: #034613;
	border: 1px;
	border-style: solid;
}

blockquote {
	margin:16px;
	padding:8px;
	background-color:#EBEBEB;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

blockquote p {
	margin:.2em;
}

ul {
	list-style-type:disc;
}

li {
	margin:0 0 0 0px;
	padding: 0px;
	list-style-type:disc;
}

p.right {
	text-align: right;
}

p.links {
	text-align: center;
	line-height: 1.5em;
}

#centercolumn { 	
	background-color:#ffffff;
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	background-position: center;
	margin:0 auto;
	width:831px;
	text-align:left;
	vertical-align: middle;	
}

#header {
	margin: 0 0 0 51px;
	padding:0 0 0 0;
	height:39px;
	width: 728px;
	background-image: url(images/header.png);
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
}

#header li {
	display: inline;
	margin: 0 0 0 0;	
}

#header li a {
	color: #FFFFFF;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 1.5em;
}

#content {
	margin:0;
	padding: 20px 70px 20px 70px;
}

#content h1 {
	color: #000000;
	letter-spacing:.1em;
	margin: 0 0 10px 0;
}

#content h2 {
	font-size:1.4em;
	letter-spacing:.1em;
	color: #000000;
}

#content h3.recommended {
	color: #FF0000;
}

#content span.highlight {
	font-weight: bold;
}

#productdetails {
	height: 300px;			/* Change this value to adjust call to action section height */
	width: 100%;
	padding-bottom: 10px;
}

#product {
	width: 420px;
	background-image: url(images/action.png);
	background-repeat: repeat-x;
	margin: 0;
	float: right;
	height: 100%;
}

.productimage {
	float: left; 
	padding: 10px 0 0 0;
}

#product h1 {
	text-align: center;
}

#product h2 {
	text-align: center;
}

#product p {
	text-align: center;
}
#product span.highlight {
	color: #FF0000;
}
.recommendedimage {
	float: left; 
	padding: 20px 20px 20px 0;
}

#footer {
	margin-top: 0;
	padding: 0 0 10px 0;
	text-align:center;
	font-size:.8em;
}

#footer p {
	margin: 0;
	color: #000000;
	line-height: 1.5em;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Rounded Corners Style */
.box { 
  background: #F4F4F4; 
  margin-bottom: 20px;
  min-height:0;/* ie7 haslayout issues fix*/
}

.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
    min-height:0;/* ie7 haslayout issues fix*/
}

.boxtop div { 
  font-size: 0;
  height: 12px; 
  background: url(images/nw.gif) no-repeat top left; 
}

.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
  min-height:0;/* ie7 haslayout issues fix*/
}
.boxbottom div { 
  font-size: 0;
  height: 12px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 12px 0px 12px;
}
