@charset "utf-8";
/* CSS Document */

/* Global styles */
body {
font-family: Tahoma, Helvetica, sans-serif;
font-size: 12px;
}

a {
color: #990000;
font-weight: bold;
text-decoration: none;
outline: none;
border: 0;
}

a:hover {
text-decoration: underline;
color: #666;
}

p {
margin: 2px 5px 15px 0;
line-height: 150%;
}

h2 {
font-size: 200%;
color: #666;
margin: 5px 0 10px 208px;
font-weight: bold;
}

#wrapper {
width: 985px;
}

img {
border: 0;
}

/* Header styles */
#header {
height: 130px;
}

#header img {
padding: 22px 0 0 10px;
clear: left;
float: left;
}

#header h1 {
font-size: 16px;
font-weight: bold;
color: #333333;
padding: 35px 10px 0px 0;
text-align: right;
}

#topnav {
width: 985px;
background-color: #666;
height: 25px;
}

ul.jsddm {
margin: 0;
padding: 0;
background-color: #666;
}
	
.jsddm li {
float: left;
list-style: none;
font: 14px Tahoma, Arial;
background-color: #666;
}

.jsddm li a {
display: block;
padding: 3px;
margin: 0 23px;
text-decoration: none;
font-weight: bold;
color: #CCC;
white-space: nowrap;
}

.jsddm li a:hover {
color: #CC0033;
}
		
.jsddm li ul {
margin-top: 2px;
padding: 0;
position: absolute;
visibility: hidden;
z-index: 100;
}
		
.jsddm li ul li {
float: none;
display: inline;
}
		
.jsddm li ul li a {
width: auto;
padding: 5px 12px;
color: #666;
background: #CCC;
}

.jsddm li ul a.more {
font-weight: normal;
}
		
.jsddm li ul li a:hover {
background: #666;
}

#rollover {
visibility: hidden;
position: absolute;
top: 25px;
left: 750px;
width: 235px;
padding: 5px;
background: #fff;
border: 1px solid #000;
}

#rollover h3 {
color: #790000;
font-weight: bold;
margin: 3px 60px;
}

#rollover img {
border: 1px solid #000;
margin: 10px 30px 5px;
}

.subNav li {
display: block;
float: right;
list-style: none;
font: 12px Tahoma, Arial, sans-serif bold;
margin: 5px 3px 0;
}

.subNav a {
font-weight: normal;
text-decoration: none;
background-color: #999999;
color: #FFF;
padding: 5px;
}

.subNav a:hover {
text-decoration: underline;
}

.subNav a.accountSetup {
background-color: #900000;
font-weight: bold;
}

a.mailSignup {
text-decoration: none;
color: #CC0033;
margin-left: 400px;
padding: 0 0 0 10px;
font-size: 15px;
font-weight: bold;
font-style: italic;
background: url('../images/Navigation Elements/carrot-big.gif') no-repeat left center;
}

a.mailSignup:hover {
text-decoration: underline;
}

p.locations {
clear: left;
padding: 5px 0;
margin: 5px 0 0 0;
color: #666666;
font-size: 8px;
text-align: center;
}

.locations a {
font-weight: normal;
text-decoration: none;
color: #666666;
}

.locations a:hover {
text-decoration: underline;
}


/* Left sidebar styles */
#sidebar {
float: left;
width: 175px;
margin: -12px 10px 0 0;
}

#sidebar h3 {
background-color: #666666;
color: #CCCCCC;
font-weight: bold;
margin: 15px 0 0 10px;
padding: 5px 0 5px 7px;
}

#sidebar form {
margin: 5px 0 3px 10px;
}

#sidebar p.searchText {
margin-top: 5px;
font-size: 9px
}

#sidebar .searchText a {
color: #333333;
font-weight: bold;
}

#sidebar #nav, #nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
z-index: 9999;
}

#sidebar #nav a {
display: block;
width: 13em;
padding: 5px 0;
margin: 0 5px 0 13px;
color: #666;
text-decoration: none;
font-weight: bold;
background: url('../images/Navigation Elements/carrot-big.gif') right center no-repeat;
}

#sidebar #nav a:hover {
color: #CC0033;
background: url('../images/Navigation Elements/carrot-red.gif') right center no-repeat;
}

#sidebar #nav li { /* all list items */
float: left;
width: 15em; /* width needed or else Opera goes nuts */
}

#sidebar #nav li ul { /* second-level lists */
position: absolute;
background: #ccc;
width: 18em;
margin: -22px 0 0 175px;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
z-index: 9999;
}

#sidebar #nav li ul ul { /* third-and-above-level lists */
margin: -1em 0 0 10em;
}

#sidebar #nav li ul li a {
width: 18em;
padding: 5px;
margin: 0 3px 0 0;
color: #666;
background: #CCC;
}

#sidebar #nav li ul li a:hover {
background: #666;
}

#sidebar #nav ul.manu {
width: 10em;
}

#sidebar #nav ul.manu a {
width: 9em;
background: url('../images/Navigation Elements/carrot-big.gif') right center no-repeat;
}

#sidebar #nav ul.manu a:hover {
background: url('../images/Navigation Elements/carrot-red.gif') right center no-repeat;
}

#sidebar #nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}

#sidebar #nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

#sidebar #nav li li:hover ul, #nav li li.sfhover ul {
left: auto;
margin: -22px 0 0 120px;
}

#sidebar #nav ul.manu ul a {
width: 18em;
padding: 5px;
margin: 0 3px 0 0;
color: #666;
background: #CCC;
background-image: none;
}

#sidebar #nav ul.manu ul a:hover {
color: #CC0033;
background: #666;
background-image: none;
}

#sidebar h3 {
clear: left;
}

img.locations {
margin: 5px 0 3px 25px;
}

p.locationsText {
text-align: center;
font-size: 10px;
color: #666;
margin: 5px 0 20px 15px;
}

img.ad {
margin: 5px 15px;
}

img.creditCards {
margin: 30px 50px;
}


/* Main content styles */
#main {
color: #666666;
margin-left: 185px;
padding: 0;
}

#main img {
padding: 0;
margin: 0;
}

#main h2 {
color: #000;
margin-left: 0;
}

#main h3 {
color: #790000;
font-size: 115%;
font-weight: bold;
padding: 0;
margin: 20px 0 3px;
}

#main h4 {
color: #666666;
font-weight: bold;
line-height: 25%;
margin: 15px 5px 10px;
}

#main ul {
list-style-type: none; 
padding: 0 35px 0 10px;
}

#main ul li {
background-image: url('../images/GraphicElements/half-circle.gif');
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 10px;
font-weight: bold;
margin-top: 5px;
}

#main ul li ul {
list-style-image: none;
list-style-type: none;
padding: 2px 0;
margin-left: 0;
}

#main ul li ul li {
background-image: none;
padding: 2px 0;
font-weight: normal;
margin-top: 5px;
}

/* Manufacturer pages styles */
.rightSidebar {
float: right;
width: 200px;
}

.mainCopy ul {
margin-bottom: 20px;
}

.mainCopy ul li ul {
margin-bottom: 5px;
}

.mainCopy p {
margin-right: 265px;
}

.mainCopy h4 {
margin-bottom: 10px;
}

#main img.logo {
margin-bottom: 20px;
}

.featuredNews {
float: right; 
margin: 0 65px 10px 18px; 
}

#main .featuredNews h4 {
font-size: 10px;
color: #666;
padding: 0;
margin: 10px 0 0;
}

#main ul.featuredProducts  {
padding: 0 0 0 10px;
}

p.featuredProducts  {
margin: 20px 0 10px 0;
font-weight: bold;
color: #790000;
}

