@charset "UTF-8";
/*CSS Document*/

/*@import url("navigation.css");*/
/**********************************
		
		Author:Mike Miday
		Copyright 2007 LPL
		
**********************************/

* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/main_bg.gif) repeat-x #dfd9c9 0 0;
	color:#000;
	font:100% Georgia, Times, serif;
	line-height:normal;
	margin:0;
	padding:0;
	text-align:center;
}

/**************
**Main Styles**
**************/
#container {
	margin:0 auto;
	text-align:left;
	width:1000px;
	position: relative;
	display: block;
}

a {
	color:#69001b;
	font-weight:400; 
	text-decoration:none;
}

a:hover {
	color:#69001b;
	text-decoration:underline;
}

/********************
**Login area styles**
********************/
#login-box {
	margin:0 0 0 20px;
	text-align:left;
	width:497px;
}

#find-retailer {
	background:url(../images/locator_bg.png) no-repeat;
	height:46px;
}

#retailer-copy {
	color:#fff;
	float:left;
	font-size:7pt;
	padding:0 2px 0px 0px;
	margin-top:10px;
	margin-left:0px;
	width:170px;
}

#retailer-form {
	float:left;
	padding:0;
	margin-top:10px;
	margin-left:15px;
	width:250px;
}

#retailer-form label {
	color:#fff;
	font-size:14px;
}

#retailer-form input {
	background-color:#FFF;
	border:none;
	margin:2px 0 2px 5px;
	padding:2px;
	width:100px;
}

#dealer-login {
	background:url(../images/login_bg.png) repeat-y;
	clear:both;
	margin:0;
	padding:5px 0;
}

#dealer-login label {
	color:#dfd9c9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	padding:5px 0 5px 30px;
}

#dealer-login input {
	background-color:#dfd9c9;
	width:100px;
}

#dealer-login #login {
	background-color:#1d1d1d;
	border:none;
	color:#fff;
	font-size:15px;
	margin-left:5px;
	padding:2px;
	width:50px;
}

#login-nav {
	background:url(../images/login-link_bg.png) no-repeat;
	height:35px;
	margin:0;
	padding:0;
	text-align:center;
}

#login-links {
	width:477px;
	color:#dfd9c9;
	font-size:.7em;
}

#login-nav a {
	color:#dfd9c9;
	font-size:.7em;
	text-decoration:none;
}

#login-nav a:hover {
	text-decoration:underline;
}

/****************
**Header Styles**
****************/
/*Side1*/
#side1 {
	margin-right:430px;
}

/*Nav Styles*/
#nav {
	height:28px;
	margin:46px 0 0;
	padding:0;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	background:url(../images/nav_bg.gif) repeat-x 0 0;
	float:left;
	line-height:12px;
}

#nav a {
	color:#dfd9c9;
	display:block;
	font-size:.9em;
        font-weight:400;
	margin:0 6px;
	padding:8px 8px 11px; 
	text-decoration:none;
}

#nav #home {
	background:url(../images/home.gif) no-repeat 0 0;
	height:30px;
	padding:0;
	width:29px;
}

#nav li:hover {
	background:url(../images/nav_bg.gif) repeat-x 0 100%;
	cursor:pointer;
}

#nav li:hover a {
	/*background:url(../images/nav-a-over_bg.gif) repeat-x bottom;*/
	color:#7c0022;
} 

#nav li:hover #home {
	background:url(../images/home.gif) repeat-x 0 100%;
}

#nav li:hover ul, li.over ul {
  display: block;
}

#nav .divider {
	background-color:#000;
	background-image:none;
	height:28px;
	padding:0;
	width:1px;
}

#nav .divider:hover {
	background-color:#000;
	background-image:none;
}

/*Subnav Styles*/
.subnav{
display: none;
position: absolute;
top: auto;
left: auto;
border: none;
font-size: 0.8em;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#dfd9c9;
float: none;
width: 15em;
}

.subnav li{
padding:6px 15px !important;
background:url(../images/sub_bg.gif) repeat-x 0 0;
float: none;
width: 100%;
}

.subnav li a{
color:#dfd9c9 !important;
text-decoration:none !important;
line-height: normal !important;
text-align: left !important;
padding: 0 !important;
margin: 0 !important;
}

.subnav li a:hover {
color: rgb(124,0,34) !important;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
background:url(../images/sub_bg.gif) repeat-x 0 85%;
}
.subnav li:hover, li.over ul { /* lists nested under hovered list items */
display: block;
color: rgb(124,0,34);
}


/*.subnav {
	display:none;
	height:20px;
	margin:-17px 0 0;
	position: absolute;
}

.subnav ul {
	list-style:none;
}

.subnav li {
	float: none;
	line-height:13px;
}

.subnav a {
	color:#dfd9c9;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:.8em;
	padding:6px 15px;
	text-decoration:none;
	text-transform:uppercase;
}

.subnav li:hover {
	background:url(../images/sub_bg.gif) repeat-x 0 85%;
	cursor:pointer;
} */

/*Intro Styles*/
#intro {
	color:#fff;
	padding:40px 20px 20px;
}

#intro h2 {
	font-size:2em;
	font-weight:400;
	margin:0;
	padding:0;
}

#intro h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bolder;
	margin:0 0 0 30px;
	padding:0;
	text-transform:uppercase;
}

#intro p {
	font-size:.8em;
	font-weight:400;
	margin:10px 0 0;
	padding:0;
}

/*Side2*/
#side2 {
	float:right;
	margin-top:-46px;
	width:430px;
}

/*Slideshow Styles*/

#img-container {
	height:312px;
	margin-top:28px;
	position:relative;
	width:415px;
}

#shadow {
	background:url(../images/shadow.png) no-repeat;
	height:312px;
	overflow:hidden;
	position:relative;
	width:415px;
	text-align: center;
}

#slideshow {
	padding-top: 13px;
	display: block;
	width: 385px;
	height: 280px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*Header Footing Styles*/
#header-footing {
	background:url(../images/header_bg.png) repeat-x bottom;
	clear:both;
	margin:0;
	width:100%;
	height: 47px;
}

#header-footing img {
	margin-top:-20px;
	margin-left:-27px;
}

/**********************
**Main Content Styles**
**********************/
/*Sidebar1 Styles*/
#sidebar1 {
	float:left;
	padding:35px 20px 20px;
	margin-bottom:-40px;
	width:440px;
	/* margin-bottom:20px; */
	font-size:.8em;
	font-weight:normal;
	color:#2f2b1f;
}

/*Left Styles*/
#left {
	background-repeat:no-repeat;
	background-position:top;
	width:425px;
}

#left img {
	background-color:#FFF;
	border-bottom:solid #999 1px;
	border-right:solid #999 1px;
	margin:5px 5px 5px 0;
	padding:5px;
}

#left img.thumb {
margin:0;
}

#left-wrapper {
	float:left;
	margin-left:5px;
	width:200px;
}

#left-wrapper h2 {
	font-size:16px;
}
.left-wrapper {
	float:left;
	margin-left:5px;
	width:200px;
}

.left-wrapper h2 {
	font-size:16px;
}

/*Main Content Styles*/
#mainContent {
	font-size:.8em;
	font-weight:normal;
	color:#2f2b1f;
	margin:0pt 0pt -250px 480px;
	padding:35px 20px 20px;
}

/*Bar Styles*/
#mainContent #news .bar {
	padding-top:32px;
	margin-left:75px;
	font-size:.9em;
	font-weight:normal;
	color:#dfd9c9;
	text-decoration:none;
}

#mainContent #right .bar {
	padding-top:32px;
	margin-left:110px;
	font-size:.9em;
	font-weight:normal;
	color:#dfd9c9;
	text-decoration:none;
}

#sidebar1 .bar {
	padding-top:32px;
	margin-left:220px;
	font-size:.9em;
	font-weight:normal;
	color:#dfd9c9;
	text-decoration:none;
}

.bar a {
	font-size:.9em;
	font-weight:normal;
	color:#dfd9c9;
	text-decoration:none;
}

.bar a:hover {
	color:#fff;
	text-decoration:none;
}

/*Right Content Styles*/
#right {
	background-repeat:no-repeat;
	background-position:0 0;
	height:400px;
	width:480px;
}

#right-wrapper {
	float:left;
	padding-left:110px;
	width:200px;
}

/*Catalog Nav Styles*/
#catalog {
	float:left;
	list-style:none;
	width:220px;
	margin:15px 0 0 95px;
	padding:0;
}

#catalog li {
	float:left;
	border-top:dotted thin #7c0022;
	margin:0 3px;
}

#catalog a {
	display:block;
	width:90px;
	padding:5px 0 5px 10px;
	font-size:.9em;
	font-weight:normal;
	color:#2f2b1f;
	text-decoration:none;
	background-color:#dfd9c9;
}

#catalog a:hover {
	background-color:#b5ae98;
}

#choice
{
	border: 1px solid rgb(140,133,106); 
       	font-size: 8pt;
	color: rgb(84,68,72); 
       	background-color: rgb(223,217,201);
	margin-top: 2px;
	margin-bottom: 4px;
	padding: 0 0 0 5px;
	position: relative;
	top: 0;
	left: 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#choice [disabled] {
	color: rgb(105,98,78);
}

#choice option {
	padding-left: 5px;
}


/*News Styles*/
#news {
	background-repeat:no-repeat;
	background-position:0 0;
	height:350px;
	width:480px;
}

#news img {
	background-color:#FFF;
	border-bottom:solid #999 1px;
	border-right:solid #999 1px;
	margin:10px 5px 5px -15px;
	padding:5px;
}

#news-wrapper {
	float:left;
	margin-left:5px;
	width:185px;
}

#news-wrapper h2 {
	font-size:16px;
}

/*sub-sub Styles*/
.bitology h2 {
	font-size:1.2em;
	font-weight:500;
	color:#2f2b1f;
	padding-bottom:5px;
	border-bottom:solid #2f2b1f 2px;
}

.bitology p {
	padding:10px 0;
}

.bitology #next a {
	font-weight:800;
	font-size:.9em;
	color:#fff;
	padding:5px;
	background-color:#2f2b1f;
	text-decoration:none;
}

.bitology #next a:hover {
	background-color:#8c8569;
}

.bitology ul {
	list-style:none;
	floatblock:left;
	margin:10px 20px 0 0;
	width:240px;
	cursor:pointer;
}

.bitology li {
	background: none;
}

.bitology li a {
	text-decoration:none;
	font-size:.8em;
	font-weight:normal;
	color:#2f2b1f;
	text-transform:capitalize;
	padding-left:20px;
}

.bitology li:hover {
	background: url('../images/arrow.gif') no-repeat 0 65%;
}

.bitology li:hover a {
	font-weight:800;
	color:#2f2b1f;
	text-decoration:none;
}

.bitology img {
	background-color:#FFF;
	border-bottom:solid #999 1px;
	border-right:solid #999 1px;
	margin:20px 5px 5px 60px;
	padding:5px;
}

/*Extra Styles*/
#extra {
	background:#544e3e;
	float:right;
	margin:0 7px 0 0;
	width:154px;
}

#extra h2 {
	border-bottom:solid 2px #dfd9c9;
	color:#dfd9c9;
	font-size:1.6em;
	font-weight:400;
	margin:0;
	padding-bottom:5px;
	padding-left:10px;
}

#extra-nav {
	background:url(../images/extra_bottom.gif) no-repeat bottom right;
}

#extra-nav ul {
	list-style:none;
	margin:0;
	padding:10px 0;
	text-align:center;
	width:154px;
}

#extra-nav li {
	border-top:dotted 1px #dfd9c9;
	cursor:pointer;
	padding:4px;
}

#extra-nav li:hover {
	background:#827c62;
}

#extra-nav li a {
	color:#dfd9c9;
	font-size:.9em;
	font-weight:400;
	text-decoration:none;
}

/*Main Content Shared Styles*/
#exclusives-left-wrapper a,
#left-wrapper a,
#news-wrapper a,
#right-wrapper a {
	color:#69001b;
	font-size:.9em;
	font-weight:400;
	text-decoration:none;
}

#exclusives-left-wrapper a:hover,
#left-wrapper a:hover,
#news-wrapper a:hover,
#right-wrapper a:hover {
	color:#69001b;
	text-decoration:underline;
}

#exclusives-left-wrapper h2,
#left-wrapper h2,
#news-wrapper h2,
#right-wrapper h2 {
	font-size:16px;
	padding:20px 0 10px;
}

#exclusives-left-wrapper h2 a,
#left-wrapper h2 a,
#news-wrapper h2 a,
#right-wrapper h2 a {
	color:#7c0022;
	font-size:16px;
	font-style:italic;
	font-weight:400;
	text-decoration:none;
}

#exclusives-left-wrapper h2 a:hover,
#left-wrapper h2 a:hover,
#news-wrapper h2 a:hover,
#right-wrapper h2 a:hover {
	text-decoration:underline;
}

#exclusives-left-wrapper p,
#left-wrapper p,
#news-wrapper p,
#right-wrapper p {
	color:#2f2b1f;
	font-size:.9em;
	font-weight:400;
	padding:0 0 10px;
}


#news-wrapper img {
margin-left:130px;
}

#left p {
padding-top:10px;
}

/****************
**Footer Styles**
****************/
#footer {
	background:url(../images/footer_bg.gif) repeat-x 0 bottom;
	float:left;
	height:118px;
	margin:0 0 30px;
	width:100%;
	display: block;
	clear: both;
}

#footer-wrapper {
	background:url(../images/footer-wrapper_bg.gif) no-repeat center top;
	color:#7c0022;
	height:118px;
	margin:0 auto;
	text-align:center;
	width:1000px;
}

#footer-wrapper #footer-nav {
	margin-left:-35px;
	padding:74px 30px 0 0;
	text-align:center;
	font-family:sans-serif;
	font-size:14px;
	font-weight:900;
}

#footer-wrapper #footer-nav span {
	padding:0 85px;
}

#footer-wrapper #footer-nav a {
	color:#f3f0e7;
	font-size:.8em;
	padding-top:4px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

#footer-wrapper #footer-nav a:hover {
	color:#987d59;
	background-color: #DFD9C9;
	color: #7C0022;
}

#footer-wrapper #copyright {
	font-size:.6em;
	font-weight:400;
	margin-left:50px;
	margin-top:10px;
	text-align:center;
	width:100%;
	color:#7c0022;
}

#footer-wrapper #copyright span {
	padding:0 80px;
}

/***************
**Misc. Styles**
***************/
.clearfloat {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
}


/***************
**Bitology Styles**
***************/


/***************
**OLD Feature Product Styles**
***************/
/* #feature-content {
	color:#fff;
	padding:40px 20px 20px;
	width:500px;
	background-color:#8c856a;
}

#feature-content h2 {
	font-size:2em;
	font-weight:400;
	margin:0;
	padding:0;
}

#feature-content h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bolder;
	margin:0 0 0 30px;
	padding:0;
	text-transform:uppercase;
}

#feature-content p {
	font-size:.8em;
	font-weight:400;
	margin:10px 0 0;
	padding:0;
}

#header-footing {
	clear:both;
	margin:0;
	width:100%;
}

#header-footing img {
	margin-top:-20px;
	margin-left:0px;
} */

/***************
**Feature Product Styles**
***************/
#feature-headline {
color:#7c0022;
font-size:1.4em;
border-bottom:1px solid #7c0022;
}

/***************
**Exclusives Styles**
***************/
#exclusives-left-wrapper {
	float:left;
	margin-left:5px;
	width:400px;
	}
	
#exclusives-left {
	background-repeat:no-repeat;
	background-position:top;
	width:425px;
	}

ul.exclusives li {
padding-top:8px;
font-weight:bold;
line-height:1.2;
}

ul.exclusives {
margin-bottom:12px;
}

.exclusives {
font-family:Helvetica, sans-serif;
}

#exclusives-right {
	font-size:.8em;
	font-weight:normal;
	color:#2f2b1f;
	margin:0pt 0pt 0px 480px;
	padding-top:35px;
	padding-left:100px;
	}
	
#testimonial {
width:387px;
height:125px;
margin-bottom:23px;
}

#testimonial img {

}

#testimonial p {
font-family:Helvetica, sans-serif;
font-size:.8em;
font-weight:bold;
line-height:1.2;
}

#quotation {
width:10px;
height:10px;
}

#caption {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

/* DOWNLOADS WALLPAPER STYLES */
	#samples {
	padding:0;
	margin:0;
	}
#samples h2 {
	color: #69001b;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}
	#samples td {
	padding:0;
	margin:0;
	border:1px solid #67001a;
	}
	#samples td:hover {
	border-color:#fff;
	}
	#samples h3 {
	padding:0;
	margin:0;
	}
	#samples img {
	border:none;
	}

/* Zip Code Locator Styles */
#locator_container {
	width: 497px;
	height: 81px;
	margin: 0px 0px 0px 20px;
}
#locate_retailer {
	background: url(../images/locator_bg.png) no-repeat;
	height: 46px;
}
#locate_retailer #locator_form {
	float: left;
	margin-left: 25px;
	height: 40px;
	width: 250px;
	color: #FFFFFF;
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding-top: 6px;
	text-align: left;
}
#locator_form #retailer {
	margin: 0px;
	padding: 0px;
	height: 40px;
	text-align: left;
	width: 250px;
}
#retailer #zip {
	width: 100px;
	color: #666666;
}
#retailer #image {
	height: 22px;
	width: 22px;
	vertical-align: bottom;
}
#locate_retailer #locator_text {
	float: right;
	width: 170px;
	margin-right: 25px;
	color: #FFFFFF;
	font: 12px Georgia, "Times New Roman", Times, serif;
	height: 40px;
	padding-top: 6px;
}
#locate_links {
	background: url(../images/login-link_bg.png) no-repeat;
	height: 32px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 3px;
	width: 497px;
}
#locate_links a {
color: #FFF;
text-decoration: none;
}
#locate_links a:hover {
	text-decoration: underline;
}
#locate_links #locator_dealers_log {
	float: left;
	width: 260px;
	margin-left: 10px;
	text-align: right;
}
#locate_links #locator_interested {
	float: right;
	width: 240px;
	margin-right: -20px;
}
.clearfloat {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
#sidebar1 #buy-now h2 {
	font-size: 16px;
	color: #7c0022;
	font-style: italic;
}
/******************************************
    New Navigation
******************************************/

#container #header #side1 #navigation {
	margin: 46px 0px 0px;
	height: 28px;
	padding: 0px;
}
#navigation  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation #main li {
	line-height: 12px;
	float: left;
}
#navigation #main li a {
	color:#dfd9c9;
	display:block;
	font-size:0.9em;
	font-weight:400;
	padding:8px 8px 11px;
	text-decoration:none;
	height: 9px;
	background: url(../images/a-link.gif) repeat-x;
}
#navigation #main li a:hover {
	color:#7c0022;
	background: url(../images/a-hover.gif) repeat-x;
}
#navigation   #main  li #home {
	background:url(../images/home.gif) no-repeat 0 0;
	height:28px;
	padding:0;
	width:29px;
}
#navigation   #main  li #home:hover {
	background:url(../images/home-over.gif) no-repeat 0 0;
	height:28px;
	padding:0;
	width:29px;
}

#navigation #main li .subnavigation {
	display: none;
	position: absolute;
	width: 240px;
	top: auto;
	background: #7C0022;
	color: #dfd9c9;
	text-decoration: none;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#main li ul.subnavigation li {
	margin: 0px;
	padding: 0px;
	width: 224px;
	float: left;
}
#main li ul.subnavigation li a {
	color: #dfd9c9;
	background: url(../images/a-link.gif) repeat-x;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 224px;
}
#main li .subnavigation li a:hover {
	color: #7C0022;
	background: url(../images/a-hover.gif) repeat-x;
}
#navigation #main .submenu:hover ul, li ul {
display: block;
}
#main .divider {
	background-color:#000;
	background-image:none;
	height:28px;
	padding:0;
	width:1px;
}
#navigation #main .submenu #menu #under-sub {
	width: 212px;
	padding:0px;
	margin:0px;
	background: url(../images/a-hover.gif) repeat-x;
}
#navigation #main .submenu #menu #under-sub a{
padding-left: 20px; 
width: 212px; 
color: #7C0022;
background: url(../images/a-hover.gif) repeat-x;
}#container #sidebar1 #left .left-IMG {
	float: left;
	width: 195px;
}
#container #sidebar1 #left .left-IMG img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#container #sidebar1 #left .safety-headline {
	float: left;
	margin-left: 20px;
	width: 200px;
}
#container #sidebar1 #left .safety-headline img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#container #sidebar1 #left .safety-headline h2 {
	font: italic 400 16px Georgia, "Times New Roman", Times, serif;
	color: #7c0022;
}
#exclusives-left #exclusives-left-wrapper #buy_now_button {
	position: absolute;
	margin: -100px 0px 0px 400px;
	padding: 0px;
	display: none;
}
