/* Template by http://www.csslandingpages.com */

body {
	background-color:#ffffff;
	margin: 0;
	padding: 0;
	height:100%;
	color:#000000;  
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1;
}

a {
	color:#333399;
	text-decoration:underline;
}

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

img {
	border: 0;
}

hr {
	color: #cc0000;
	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 5px;
	padding: 5px;
	list-style-type:disc;
}

p.right {
	text-align: right;
}

p.links {
	text-align: center;
	line-height: 1.5em;
}

#centercolumn { 	
	background-color:#ffffff;
	margin:0 auto;
	width:770px;
	text-align:left;
	vertical-align: middle;	
}

.navbar {
	margin: 0 0 10px -17px;
	padding:0 0 0 0;
	height:32px;
	width: 770px;
	background-image: url(images/navbar.png);
	clear: both;
}

.navbar ul {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: center;
}

.navbar li {
	display: inline;
	margin: 0 0 0 0;	
}

.navbar li a {
	color: #FFFFFF;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 1.5em;
}

#content {
	margin:0;
	padding: 10px 10px 10px 10px;
}

#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: 460px;
	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;
}

.recommendedproduct {
	background-color: #F4F4F4;
	float: left;
	margin: 0 5px 10px 5px;
	padding: 0 0px 0 0px;
	width: 365px;
}

.recommendedproduct p {
	padding: 0 10px 0 10px;
}

.heading {
	background-image: url(images/heading.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 365px;
}

.heading h4 {
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 10px 0 0 10px;
}

.recommendedimage {
	float: left; 
	padding: 10px 10px 10px 10px;
}

#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;
}

