/* CSS by Tim Householder */
/* Ameriden Product Page Main Style */
/* October 2008 */

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:”; }
abbr,acronym { border:0; }

html {font-size: 62.5%;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-color: #666666;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
text-decoration:underline
}
.colorMeBlue {
	color: #0086CC;
}
.colorMeGreen {
	color: #96B676;
}
.clear {
	clear:both;
}
#page-wrapper {
	width: 900px;
	margin:0 auto;
	padding:0;
}

/* Header */
#product-header {
	height: 84px;
	background-image: url(../images/prod-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	padding-left: 244px;
}
#logo-to-home {
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 196px;
	position: absolute;
	left: 0px;
	top: 0px;
	outline:none;
}
#phone {
	float: right;
	width:210px;
}
#phone p {
	font-size: 10px;
	font-style: italic;
	line-height: 10px;
	text-align: right;
	padding: 16px 21px 2px 0;
}
#phone h2 {
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	text-align: right;
	padding: 4px 21px 18px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#tagLine {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #D9D9D9;
	text-align: center;
	line-height: 52px;
	width: 384px;
}
#topNav {
	text-align: center;
	padding: 5px 0;
	width: 390px;
	font-size: 11px;
}

/* Product Sidebar */
#leftSideBar {
	width: 216px;
	float: left;
}
#sidebar-wrapper {
	
}
#featuredProdTop {
	background-image:url(../images/prod-sidebar-top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	width: 189px;
	float: right;
	height: 10px;
}
#featuredProdContent {
	width: 189px;
	float: right;
	color: #C0CDC1;
	background-color: #333333;
}
#featuredProdContent .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 30px 10px;
	letter-spacing: 1.2px;
}
.product {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 0 20px;
	color: #FFFFFF;
}
.specialTag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 6px 10px 10px 20px;
	color: #0086CC;
}
.product p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 2px 20px 0 0px;
	color: #9BA59E;
}
.product a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.super, #wrapper #rightSideBar #eList .boxContent #eListEntry .super {
	font-size: 0.8em;
}
.boxContent .title {
	text-align: center;
}
.blueSpacer {
	background-image:url(../images/blueswipe.png);
	background-repeat:no-repeat;
	background-position:right;
	height: 1;
	margin-right: 10px;
}
#featuredProdBottom {
	background-image:url(../images/prod-sidebar-bottom.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	width: 189px;
	float: right;
	height: 10px;
}


/* Main Content */
#product-content {
	width: 900px;
	min-height: 700px;
	background-image: url(../images/prod-main-bg.jpg);
	background-position: top left;
	position: relative;
	background-color: #000000;
	background-repeat: no-repeat;
}
#product-wrapper {
	position: relative;
}
#product-hero {
	position: absolute;
	left: 244px;
	top: 0px;
	outline: none;
}
#product-hero a {
	outline: none;
}
#product-hero-text {
	height: 220px;
	width: 254px;
	position: absolute;
	top: 24px;
	right: 15px;
}
#product-hero-text h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 6px;
}
#product-hero-text p.subhead {
	font-size: 14px;

	color: #454545;
	padding-bottom: 10px;
}
#product-hero-text h3 {
	font-size: 13px;
	font-style:italic;
	font-weight: bold;
	color: #666666;
	padding-bottom: 10px;
}
#product-hero-text p {
	font-size: 12px;
	color: #808080;
	line-height: 18px;
}
#product-hero-text a {
	font-size: 12px;
	color: #808080;
	line-height: 18px;
}
#product-main-content {
	float: right;
	width: 656px;
	margin-top: 270px;
	position: relative;
}
#product-main-content p {
	font-size:12px;
	line-height:15px;
	margin-bottom:10px;
	color: #FFFFFF;
}
#copyright {
	background-color:#202020;
	font-size: 10px;
	text-align: center;
	padding: 10px;
}
#buy-product-now a {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/prod-bar-bg-reg.png);
	background-repeat: repeat-x;
	width: 100px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #333333;
	outline: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
}
#buy-product-now a:hover {
	background-color: #CCC;
	background-image: url(../images/prod-bar-bg-over.png);
	background-repeat: repeat-x;
	color: #000000;
	text-decoration:none;
}
.TabbedPanelsContent {
	line-height: 20px;
}
#product-main-content .TabbedPanelsContent p {
	line-height: 18px;
}
.TabbedPanelsContent ul {
	list-style: disc inside;
	margin-bottom: 10px;
}
.TabbedPanelsContent li {
	padding: 0 0 0 10px;
}
.item {
	border-bottom: solid gray 1px;
}
.popup {
	border-bottom-style: solid;
	border-bottom-color: #96B676;
	border-bottom-width: 2px;
}
.popup:hover {
	border-bottom-style: solid;
	border-bottom-color: #96B676;
	border-bottom-width: 2px;
}

/* SALES AREA */
#sales-box {
	margin-top: 20px;
	padding-left:20px;
	width: 576px;
}
#sales-box-header {
	width: 551px;
	height: 40px;
	background-image: url(../images/buy-now-bar.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#sales-box-header h2 {
	padding-left: 72px;
}
#sales-box-header a {
	color: #96B676;
	font-size: 13px;
	font-weight: normal;
	line-height: 40px;
	padding: 0;
	margin:0;
}
#sales-box-header p {
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin:0;
}
.sales-box-divider {
	height: 1px;
	border-bottom: 1px solid #96B676;
	margin: 10px 0;
}
#sales-box-content {
	width: 511px;
	background-image: url(../images/buy-now-box-bg.png);
	background-repeat: repeat-y;
	background-position: bottom left;
	padding: 20px 20px 5px 20px;
}
#sales-box-content a {
	color: #96B676;
}
#sales-box-content h3 {
	font-size: 12px;
	color: #FFFFFF;
}

/* TESTIMONIAL AREA */
#product-testimonials {
	padding: 20px 20px 10px 20px;
}
#product-testimonials .test-quote {
	font-size: 13px;
	font-family: Georgia,serif;
	font-style: italic;
	line-height: 16px;
}
#product-testimonials .test-author {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-right: 40px;
	color: #96B676;
}
#product-testimonials #test-disclaimer {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	margin-top: 25px;
	color: #CCCCCC;
}

/* FOOTER */
#footer-nav ul {
	display: inline;
	padding: 15px;
}
#footer-nav li {
	list-style: none;
	display: inline;
	line-height: 30px;
}
#footer-nav a {
	border-right: 1px solid #BBBBBB;
	padding: 2px 8px;
	font-size: 11px;
	color: #CCCCCC;
}
#disclaimer {
	color: #BBBBBB;
	border: 1px solid #CCCCCC;
	background-color: #333333;
	width: 550px;
	margin: 10px auto;
	padding: 8px;
}