@charset "utf-8";

/* CSS Document */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, em, img, strike, strong, sub, sup, b, u, i, dl, dt, dd, fieldset, form, label, legend {
	margin: 0px;
	padding: 0px;
}

html {
	min-height: 101%; /* gives a scrollbar in Mozilla/Firefox */
}

body {
	font: 75%/1.5em Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #000000;
	/*background: #FFFFFF url(/images/pagebackgroundtile.png) repeat-y center;*/
	background: #FFFFFF;

}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	text-decoration: underline;
	color: #000000;
}

p {
	padding-bottom:12px;
}

h1 {
	font-size: 135%;
	margin: 7px 0px 10px 0px;
	font-weight: bold;
	color: #9F9662;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	margin: 12px 0px 15px 0px;
	color:#000000;
}

h3 { font-size:1.2em;
	margin-bottom:15px;
}

img a {
	BORDER: none;
}

table, tr, th, td {
	font-size: 100%;
}

.clearbr {
	clear: both;
}

br.clearbr {
	clear: both;
	height: 0em;
	line-height: 0em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0px;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 0px;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	/*background: url(/images/pagebackground.png) no-repeat center top;*/
	padding:0px;
	min-height:444px;
}

#content {
	margin: 0px auto;
	text-align: left;
	width: 860px;
	padding:0px;
	clear:both;
}

#header {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	clear: both;
}

#logo {
	padding: 15px 0px 15px 0px;
	width: 447px;
	float: left;
}

#contacttel {
	padding: 24px 15px 0px 0px;
	width: 320px;
	float: right;
	text-align:right;
	color:#d6c562;
	font-size:0.95em;
	font-weight:bold;
}

#contacttel a {
	color:#6e6779;
	text-decoration:none;
}

#contacttel a:hover {
	text-decoration:underline;
}

#contacttel h6 {
	color:#d6c562;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:10px;
}

/* HEADER NAVIGATION */

#navbar {
	color: #d0d1d3;
	font-size: 1em;
	height:30px;
	padding-top: 13px;
	padding-right: 0px;
	padding-left: 15px;
	background: url(/images/nav-bg.png) no-repeat;
}

#navbar a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}

#navbar a:visited {
	color: #fff;
}

#navbar a:hover {
	color: #fff;
	text-decoration:underline;
}

#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	margin:0px;
	padding: 0px;
}

#navbar li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #d6c562;
	margin-right:5px;
	padding-left:10px;
}

#navbar li a {
	margin-right: 5px;
}

#navbar li a:hover {
}

#navbar ul li.end {
	list-style-type: none;
	display: inline;
	border: none;
	margin-left:0px;
	padding-right:0px;
	padding-left:5px;
}

#navbar ul li.end a {
	border: none;
}

#navbar ul li.end a:visited {
	border: none;
}

#navbar ul li.end a:hover {
	border: none;
}

/* END HEADER NAVIGATION */

#mainimg {
	height:259px;
	background: url(/images/main.jpg) no-repeat;
	font-size: 0.9em;
	color: #000000;
	margin-bottom: 20px;
}

#mainimg h1 {
	font-size: 20px;
	margin: 0px 0px 6px 0px;
	font-weight: bold;
	color: #7b023e;
}

#mainimg h2 {
	font-size: 14px;
	font-weight:normal;
	margin: 0px 0px 10px 0px;
	color:#000000;
}

#mainimg h3 {
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	margin: 12px 0px 15px 0px;
	color:#7b023e;
}

#mainimg h4 {
	font-size: 11px;
	margin: 0px 0px 7px 0px;
	color:#000000;
}

#flashbanner {
	margin-bottom: 15px;
}

#mainimg a {
	color: #FFFFFF;
	text-decoration: underline;
}

#mainimg a:hover {
	text-decoration: underline;
	color: #dfd9a1;
}

/* temp lipo */
#buylipocontour {
	background: url(/lipo-contour/images/home-buy-button-bg.png) no-repeat;
	color:#CC0000;
	padding-top: 27px;
	padding-left: 88px;
	padding-bottom:30px;
	font-weight:bold;
	font-size:1em;
}

#buylipocontour a {
	color:#CC0000;
	text-decoration:none;
	font-size:1em;
}

#buylipocontour a:hover {
	color:#353535;
	text-decoration:underline;
	font-size:1em;
}

#leftcol {
	float: left;
	width: 650px;
}

#rightcol {
	float: right;
	width: 190px;
	padding-top: 0px;
}

/* footer */

#footer {
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	border-top: 1px dashed #999999;
	margin-bottom: 15px;
}

#footerlinks {
	color: #000000;
	float:left;
	width:220px;
	font-size: 0.9em;
	text-align: left;
}
#footerlinks h3{
	font-size: 135%;
	margin: 7px 0px 10px 0px;
	font-weight: bold;
	color: #9F9662;
}
#footerlinks ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight:bold;
	margin: 0px;
	padding:0px;
}

#footerlinks li {
	list-style-type: none;
	display: list-item;
	margin-left: 0px;
}

#footerlinks li a {
	color: #000000;
	text-decoration:none;
}

#footerlinks li a:visited {
	color: #000000;
}

#footerlinks li a:hover {
	color: #990000;
	text-decoration:underline;
}

#footerLogo {
	float: right;
	padding-top: 15px;
	margin-right: 90px;
}

.sideBox {
	background: url(/images/side-nav-bg.png) no-repeat bottom;
	font-size:0.9em;
	margin-bottom: 20px;
}

.sideBoxContainer {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.sideBoxContainer ul {
	padding:0px;
	line-height:1.2em;
	font-weight:bold;
	margin:0px;
}

.sideBoxContainer li {
	padding-left: 15px;
	padding-bottom: 5px;
	list-style: none;
	background: url(/images/cat-bullet.png) no-repeat 0px 3px;
	margin:0px;
}

.sideBoxContainer li a {
	text-decoration:none;
	color:#29170C;
}

.sideBoxContainer li a:hover {
	text-decoration:underline;
	color:#990000;
}

.mainimage {
	margin-bottom: 20px;
}

.productAdd {
	font-size: 0.9px;
	font-weight: bold;
	color: #000000;
}

#sBasketTitleItem {
	float: left;
	width: 50px;
	margin-bottom: 10px;
	font-size:1.1em;
	color:#41361c;
	font-weight:bold;
}

#sBasketTitleQty {
	float: right;
	width: 50px;
	margin-bottom: 10px;
	text-align:right;
	font-size:1.1em;
	color:#41361c;
	font-weight:bold;
}

.sBasketItemContainer {
	margin-bottom: 7px;
	padding-bottom:7px;
	border-bottom: 1px dotted #CCCCCC;
	display:block;
	clear: both;
}

.sBasketItem {
	float: left;
	width: 115px;
	line-height:1.2em;
	margin-bottom:3px;
}

.sBasketQty {
	float: right;
	width: 40px;
	text-align:right;
	line-height:1.2em;
}

.sBasketIndividualPrice {
	float: left;
	width: 115px;
	line-height:1.2em;
	color:#999999;
}

.sBasketCost {
	float: right;
	width: 40px;
	line-height:1.2em;
	text-align:right;
}

.sBasketRemove {
	float: right;
	width: 40px;
	text-align:right;
	color:#999999;
}

.sBasketTotals {
	padding-bottom: 6px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 1.1em;
}

.sBasketLeft {
	float:left
}

.sBasketRight {
	float:right;
}

#sBasketEmpty {
	text-align:left;
	color:#999999;
	margin-bottom: 7px;
	padding-bottom:7px;
	padding-top:7px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
}

.sBasketButtons {
	margin-bottom: 5px;
	padding-top:5px;
	margin-top:10px;
	clear: both;
	text-align:center;
	display:block;
}

.sbutton {
	width:46px;
	height:23px;
}

#sBasketButtonBasket {
	float:left;
}

#sBasketButtonCheckout {
	float:right;
}

#breadcrumb {
	border-bottom: 1px dashed #CCCCCC;
	clear: both;
	margin-bottom:20px;
	padding-bottom:10px;
	font-weight:bold;
}

#pdLeft {
	float: left;
	width: 259px;
}

#pdRight {
	float: right;
	width: 370px;
}

#pdRight h1 {
	font-size: 135%;
	padding-bottom: 7px;
	font-weight: bold;
	color: #9F9662;
	margin:0px;
}

#pdRight h2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom:7px;
	color:#000;
	margin:0px;
}

#pdMainImage {
	border: 1px dashed #CCCCCC;
	text-align:center;
	clear: both;
}

#pdCopy {
	font-size: 0.9em;
	line-height:1.3em;
	padding-top:10px;
}

#pdCopyTopContent {
	font-size: 0.9em;
	line-height:1.3em;
	padding-top:20px;
}

.pdProductRRP {
	text-decoration:line-through;
}

.pdProductOurPrice {
	color:#990000;
	font-weight:bold;
	font-size: 1.4em;
}

.pdSaving {
	font-size:0.9em;
}

.pdThumb {
	border: 1px dashed #CCCCCC;
	width:47px;
	float:left;
	margin-top:7px;
	margin-right:7px;
}

#contact-form {
	width: 380px;
}

#contact-form label {
	display: block;
	float: left;
	clear: left;
	width: 172px;
	font-size: 1em;
	padding: 3px 0 7px 0;
	margin-bottom: 15px;
}

#contact-form input {
	float: left;
	width: 200px;
	color: #513C40;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 15px;
}

#contact-form textarea {
	float: left;
	width: 200px;
	color: #513C40;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 15px;
}

#contact-form button {
	display: block;
	clear: both;
	width: 75px;
	color: #513C40;
	font-size: 0.8em;
	margin-left: 175px;
}

.pdRating {
	clear:both;
	font-size:0.9em;
	margin-top:10px;
}

.pdRatingStars {
	float:left;
	width:58px;
	padding-right:10px;
	padding-top:1px;
}

.pdRatingWrite {
	float:left;
}

#pdBuyArea {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.BuyTable {
	margin: 30px 0px 30px 0px;
}

.BuyTable th {
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	padding:5px;
	background-color:#FFFFFF;
	text-align:left;
}

.BuyTable td {
	background-color:#f2f2f2;
	border-bottom: 1px dashed #CCCCCC;
	padding:5px;
}

.BuyTableOurPrice {
	color:#990000;
	font-weight:bold;
}

.BuyTableRRP {
	text-decoration:line-through;
}

.BuyTable td input {
	font-size:12px;
}

#pdRelatedProducts {
	margin-top:20px;
	padding-top: 20px;
	padding-bottom: 00px;
	margin-bottom:0px;
	border-top: 1px dashed #999999;
	clear:both;
}

.pdReview {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 0px;
}

.pdTitles {
	font-size: 135%;
	padding-bottom: 20px;
	font-weight: bold;
	color: #9F9662;
	margin:0px;
}

#pdCustomerReviews {
	margin-top:20px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom:0px;
	border-top: 1px dashed #999999;
}

#pdFurtherInfo {
	margin-top:20px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom:0px;
	border-top: 1px dashed #999999;
}

/* FORM */


div.FormContainer {
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 25px;
	border-top: 1px dashed #7d7d7d;
	border-bottom: 1px dashed #7d7d7d;
}

.FormLabel {
	width: 145px;
	font-weight:bold;
}

.FormInput {
	width: 145px;
	font-weight:normal;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

div.FormContainer br {
	font-size: 0px;
	height: 0px;
}

#signInContainer {
	float: right;
	width: 200px;
	text-align:right;
	padding-top:15px;
}

#forgotInContainer {
	float: right;
	width: 200px;
	text-align:right;
	padding-top:0px;
}

.formLines {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 8px;
	margin-bottom: 18px;
	padding-top: 16px;
	padding-bottom: 8px;
	clear: both;
}

.formWhereLines {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 8px;
	margin-bottom: 18px;
	padding-top: 16px;
	padding-bottom: 0px;
	clear: both;
}

/* buttons */

.standardButton {
	width:65%;
	background: url(/images/button-green-bg.png) repeat-x;
	border: 1px solid #d0d0d0;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	margin-right: auto;
	margin-left: auto;
}

.standardButton a {
	color:#333333;
	text-decoration:none;
}

.standardButton a:hover {
	color:#990000;
}

.standardGreyButton {
	width:65%;
	background: url(/images/button-grey-bg.png) repeat-x;
	border: 1px solid #d0d0d0;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	margin-right: auto;
	margin-left: auto;
}

.standardGreyButton a {
	color:#333333;
	text-decoration:none;
}

.standardGreyButton a:hover {
	color:#990000;
}

.btSignin {
	width:150px;
}

.btRetrieve {
	width:150px;
}

.btPromo {
	width:150px;
}

/* end buttons */


.step1 {
	background: url(/images/step1.png) no-repeat 400px 65px;
}

.step2 {
	background: url(/images/step2.png) no-repeat 400px 15px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

.step3 {
	background: url(/images/step3.png) no-repeat 400px 12px;
}

.step4 {
	background: url(/images/step4.png) no-repeat 400px 15px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

.add_address {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: both;
}

.txtLeft {
	text-align: left;
}

.formWhere {
	float: left;
	width: 200px;
	font-weight: bolder;
}

#smallPrint {
	font-size: 0.9em;
	line-height:1.2em;
	margin-bottom:20px;
}

#smallPrint input {
	width: 20px;
	margin-bottom:0px;
	margin-top:0px;
}

.leftReset {
	clear:left;
	float: left;
	margin-left:150px;
}

.rightSubmit {
	clear:right;
	float: right;
	margin-right:150px;
}

.bQuantity {
	width: 20px;
	font-weight: normal;
}

.bRowLine {
	border-bottom: 1px solid #d9d9d9;
}

.bRemove {
	font-size: 0.9em;
	font-weight: bold;
}

#basketTable {
}

#basketTable th {
	border-top:1px dashed #7d7d7d;
	border-bottom:1px dashed #7d7d7d;
	background:#f2f2f2;
	padding:8px;
	text-align:right;
}

#basketTable td {
	border-bottom:1px solid #d9d9d9;
	background:#ffffff;
	padding:8px;
}

.small {
	font-size: 0.8em;
}

.txtRight {
	text-align: right;
}

#checkoutNav {
	border-top:1px dashed #7d7d7d;
	border-bottom:1px dashed #7d7d7d;
	background:#f2f2f2;
	padding:8px;
	text-align:center;
	margin-top:20px;
	margin-bottom: 20px;
}

.basketTotal {
	font-size: 115%;
	font-weight: bold;
	color: #5454A6;
}

.progress {
	margin-bottom: 20px;
}

div.dottedContainer {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 35px;
	border-top: 1px dashed #7d7d7d;
}

div.success {
	background-color: #E0FFDD;
	border: 1px solid #009700;
	padding:10px;
	margin-top:20px;
	font-size:0.9em;
	color:#003300;
}

div.warning {
	background-color: #FFFF99;
	border: 1px solid #FF9900;
	padding:10px;
	margin-top:20px;
	font-size:0.9em;
	color:#000000;
}

div.error {
	background-color: #ffdede;
	border: 1px solid #ff0000;
	padding:10px;
	margin-top:20px;
	font-size:0.9em;
	color: #CC0000;
}

div.error ul {
	margin-top:10px;
	margin-left:10px;
}

div.error li {
	padding-left:10px;
	margin-left:10px;
}

#basketTable td.noborder {
	border: 1px none #FFFFFF;
}

.bCVV {
	width: 30px;
	font-weight: normal;
}

.paymentBG {
	background: url(/images/payment-methods.png) no-repeat 330px 0px;
}

div.options {
	color: #565656;
	font-weight:bold;
}

div.options a {
	color: #565656;
	background-color:#ededed;
	padding: 5px 5px 5px 5px;
	text-decoration:none;
}

div.options a:hover {
	color: #565656;
	background-color:#cfcdfe;
	padding: 5px 5px 5px 5px;
	text-decoration:none;
}

div.options span {
	color: #565656;
	background-color:#cfcdfe;
	padding: 5px 5px 5px 5px;
}

.optionsTable {
	font-size: 0.9em;
	margin-bottom:25px;
}

.required {
	font-weight: bold;
	color: #CC0000;
	font-size: 14px;
}

.hpThumb {
	width: 115px;
	text-align:center;
	height: 115px;
}

#gmtv {
	font-size:95%;
	line-height:1.2em;
	margin-top:10px;
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
	background: url(/images/lipo-contour/gmtv.png) no-repeat 0px 15px;
	padding-left: 120px;
	height: 70px;
	padding-top: 15px;
	border-top: 1px solid #CCCCCC;
}

#gmtv h1 {
	font-size:110%;
	margin:0px 0px 8px;
}

#gmtv a {
	color:#333333;
	text-decoration:none;
}

#gmtv a:hover {
	color:#333333;
	text-decoration:underline;
}

.quote {
	font-size: 100%;
	font-style: normal;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

#nanogenfeature {
	font-size:1em;
	padding-left:20px;
	padding-top:20px;
	padding-right:250px;
	padding-bottom:10px;
	margin-bottom:20px;
	border:solid 1px #dbdbdb;
	background-image: url(/images/nanogen-feature.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.ProductList {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none
}

.ProductList a {
	color:#41361c;
	text-decoration:underline;
}

.ProductList a:hover {
	color:#990000;
	text-decoration:underline;
}

.ProductList LI {
	border-right: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	padding:12px;
	MIN-HEIGHT: 17em;
	FLOAT: left;
	margin-bottom: 0px;
	OVERFLOW: hidden;
	WIDTH: 140px;
	LIST-STYLE-TYPE: none;
	background-color:#FFFFFF;
}

.ProductList li.endColumn {
	border-right: none;
	margin-right:0px;
	padding-right:0px;
}

.ProductList li.endRow {
	border-bottom: none;
}

.ProductList .ProductImage {
	DISPLAY: block;
	MARGIN: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	OVERFLOW: hidden;
	WIDTH: 140px;
	HEIGHT: 140px;
	TEXT-ALIGN: center;
	background:#FFFFFF;
	line-height:90px;
}

.ProductList .ProductImage img {
	vertical-align:middle;
}

.ProductPrice {
	FONT-WEIGHT: bold;
	FONT-STYLE: normal
}

.ProductList h2 {
	font-size:1em;
	line-height:1.2em;
	color:#585656;
	margin:10px 0px 10px 0px;
	font-weight:bold;
}

.ProductList h3 {
	font-size:1em;
	line-height:1.2em;
	color:#585656;
	margin:10px 0px 10px 0px;
	font-weight:bold;
}


.ProductTitle {
	font-size:1em;
	line-height:1.2em;
	color:#585656;
	margin:10px 0px 10px 0px;
	font-weight:bold;
}

.ProductDesc {
	font-size:1em;
	margin:0px 0px 5px 0px;
}

.ProductRRP {
	font-size:0.9em;
	text-decoration:line-through;
}

.ProductPrice {
	font-size:0.9em;
	color:#990000;
	font-weight:bold;
}

.ProductAdd {
	font-size:0.9em;
	color:#000000;
	font-weight:bold;
	margin-top:10px;
}
.ProductSaving {
}
.ProductItemCount {
}

#addthis {
	text-align: left;
	margin-top: 10px;
}

#authors img {
	border:#660033 1px solid;
	margin-left:20px;
	margin-bottom:20px;
	float:right;
}

#authors ul {
	margin-top:-10px;
	margin-bottom:20px;
}

#authors h1 {
	font-size:2em;
	margin-bottom:20px
}

#authors h3 {
	font-size:3em;
	margin-bottom:30px
}

#authors h2 {
	color: #999999;
	font-size:1.8em;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:15px;
	margin-bottom:20px;
}

#authors h2 a {
	text-decoration:none;
}

#breadcrumb ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:0.9em;
}

#breadcrumb li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 3px 0px;
	list-style: none;
}

#pnlFeaturedCategories {
}

#pnlFeaturedCategories a {
	text-decoration:none;
}

#pnlFeaturedCategories ul {
	margin:0px;
	padding:0px;
}

#pnlFeaturedCategories li {
	list-style:none;
	width:200px;
	float:left;
	margin-right:5px;
}

.hpFeatured {
	margin-top:20px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom:0px;
	border-top: 1px dashed #999999;
}
.hpFeatured h2{
	font-size: 135%;
	margin: 7px 0px 10px 0px;
	font-weight: bold;
	color: #9F9662;
}

#newsletter {
	background: url(/images/newsletter-bg.png);
	height: 73px;
	width: 160px;
	padding-top: 56px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

#newsletter p {
	padding:0px;
	margin:0px;
}

.newsletterinput {
	width:120px;
	border:#CCCCCC 1px solid;
}

.sbox {
	width:100px;
	border:#CCCCCC 1px solid;
}

.hleftcol {
	width:315px;
	float:left;
	font-size:0.9em;
	margin-bottom:20px;
}

.hrightcol {
	width:315px;
	float:right;
	font-size:0.9em;
	margin-bottom:20px;
}

.slot {
	width:315px;
	height:145px;
	border:1px #dbdbdb solid;
	margin-bottom:20px;
	float:left;
	overflow:hidden;

}

.left {
	float:left;
}

.right {
	float: right;
}

#sidequote {
	font-size:0.9em;
	margin-bottom:20px;
	margin-top: 15px;
}

.gold {
	font-size: 1em;
	color: #998c43;
}

.courtesy-call {
	background: url(/images/prod-call.jpg) no-repeat right top;
	font-size:0.95em;
	line-height:1.1em;
	height:111px;
	float: left;
	width: 240px;
	padding-right: 80px;
}

.courtesy-call h4 {
	font-size: 120%;
	margin:15px 0px 7px 0px;
	font-weight: bold;
	color: #9F9662;
}

.prod-video {
	background: url(/images/guarantee-bg.png) no-repeat right top;
	font-size:0.95em;
	line-height:1.1em;
	height:111px;
	float: right;
	width: 175px;
	padding-right: 135px;
}

.prod-video h4 {
	font-size: 120%;
	margin:15px 0px 7px 0px;
	font-weight: bold;
	color: #9F9662;
}
.prod-video a {
	color: #9F9662;
	text-decoration:none;
}
.prod-video a:hover {
	color: #9F9662;
	text-decoration:underline;
}

/* MAIN SCROLLER */
#homeMainScroller {
	background-color:#1f1b19;
	border:1px solid #dbdbdb;
	padding:0;
	height:259px;
	width:650px;
	float:left;
	position:relative;
	left:1px;
	margin-bottom:20px;
}

#homeMainImages {
	padding:0;
	margin:0;
	height:259px;
	overflow:hidden;
	float:left;
	position:relative;
}

#homeMainImages ul {
	list-style:none;
	padding:0;
	margin:0;
}

#homeMainImages ul li {
	list-style:none;
	padding:0;
	margin:0;
	height:259px;
	width:650px;
	float:left;
}

#homeMainScroller li span {
	position:relative;
	top:-90px;
	left:13px;
	z-index:999;
	width:622px;
	height:72px;
	display:block;
	background:url(/images/scroller/bkgMainImages.png);
}

#homeMainScroller li span h2 {
	font-size:2.4em;
	letter-spacing:0.05em;
	font-family:Georgia, "Times New Roman", Times, serif;
 line-height:2.6em  color:#cd1d5e;
	font-weight:normal;
	text-transform:none;
	margin:0px;
	position:relative;
	padding-top:15px;
	padding-left:10px;
	padding-bottom:9px;
	z-index:999;
	width:537px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
}

#homeMainScroller li span h2 a {
	text-decoration:none;
	color:#cd1d5e;
}

/* FEATURE COLORS */
#homeMainScroller li span h2.About a {
	text-decoration:none;
	color:#ccac09;
}

#homeMainScroller li span p.About {
	position:absolute;
	top:-50px;
	left:537px;
	z-index:8999;
	width:105px;
	height:108px;
	background: url(/images/scroller/ttlAbout.png) no-repeat;
}

#homeMainScroller li span h2 a:hover {
	text-decoration:none;
	color:#fff;
}

#homeMainScroller li span p {
	color:#fff;
	font-size:1.2em;
	/*	line-height:1.7em; */
	position:relative;
	padding-left:11px;
	width:537px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
}
#homeMainScroller li span p a{
	text-decoration:none;
	color:#ccac09;

}

#homeMainScroller li span p a:hover{
	text-decoration:underline;
	color:#ccac09;

}

#prevBtn a {
	display:block;
	position:absolute;
	left:577px;
	top:211px;
	background:url(/images/scroller/arrowPrev.png) left top;
	width:24px;
	height:22px;
	text-indent:-9999px;
	display:block;
	z-index:1000;
}

#nextBtn a {
	display:block;
	position:absolute;
	left:599px;
	top:211px;
	background:url(/images/scroller/arrowNext.png) right top;
	width:24px;
	height:22px;
	text-indent:-9999px;
	display:block;
	z-index:1000;
}

/* end scroller */

/* 4 slots */

#gabby {
	font-size: 11px;
	line-height:14px;
	background: url(/images/gabby-bg.jpg) no-repeat;
	padding: 15px 15px 0px 103px;
	height: 200px;
}

#dvd {
	font-size: 11px;
	line-height:14px;
	background: url(/images/dvd-bg.jpg) no-repeat;
	padding: 15px 15px 0px 125px;
	height: 200px;
}

#loyalty {	font-size: 11px;
	line-height:14px;
	background: url(/images/guarantee-bg-home.png) no-repeat;
	padding: 15px 15px 0px 125px;
	height: 200px;
}

#shipping {	font-size: 11px;
	line-height:14px;
	background: url(/images/free-shipping-bg.jpg) no-repeat;
	padding: 15px 15px 0px 125px;
	height: 200px;
}
#gabbydvd {	font-size: 11px;
	line-height:14px;
	background: url(/images/video-bg.jpg) no-repeat 10px 10px;
	padding: 15px 15px 0px 125px;
	height: 200px;
}

.goldoutline {
	border: 3px solid #c2c0c0;
	margin-right: 20px;
	margin-bottom: 20px;
}

.steps {
	clear: both;
}

.testimonial {
	border-bottom: 1px solid #d6c562;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

