@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #a09d9d;
	margin: 5 5 25 5; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}





.intcontent	{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.homecopy td {
background:url(img/home_bgimg.jpg) no-repeat #6588be; 
}

.homecopy2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	text-align:right;
	padding-left:475px;
	padding-top:110px;
	padding-right: 45px;
}
.botlinks{
	font-size:10px;
	line-height:16px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.botlinks a{
	font-size:10px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.bodycopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#535353;
	padding-left:10px;
	padding-right:5px;
	}
	
.bodycopy A {
	color:#A32023;
	}

#nav A {
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 12px;
	line-height:13px;
	font-style: normal; 
	display: block; 
	color: #ffffff;

	background-color:#a3a3a3;  /* Change this color for the normal state in the dropdown */
	}


#nav A:hover {
	font-style: normal; 
	text-decoration: none; 
	background-color: #c5000e;  /* Change this color for the over state in the dropdown */
	color: #000000;
	}


#nav A:link { 
	display: block; 
	padding: 5px 3px 8px 15px;
	border-bottom: 2px solid #000000;
border-right: 2px solid #000000;
font-size: 12px;
	line-height:13px;
	font-style: normal; 
	display: block; 
	}

#nav A:visited {
font-style: normal; 
font-size: 12px;
	line-height:13px;
	display: block; 
padding: 5px 3px 8px 15px;
border-bottom: 2px solid #000000;
border-right: 2px solid #000000;
}

#nav, #nav ul{ /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1.5;
    display: block;
	}


#nav li { /* all list items */
	float: left;
   width: 137px; /* width needed or else Opera goes nuts */
	margin: 0px;
   padding: 0;
	background-color: #ffffff;
	display: block;
	line-height: 1.5;
	background: none;
}

#nav li ul { /* second-level lists */
position: absolute;
	width: 137px;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	display: block;
	left: -999em;   /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
        position: absolute;
        display: block;
        margin: -27px 0px 0px 137px;  /* False value for IE4-5.x/Win */
        margin: -27px 0px 0px 137px;	 /* Actual value for conformant browsers */
}


#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul{
	left: -999em;
	color: #FF0000;
	display: block;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{ /* lists nested under hovered list items */
	left: auto;
	display: block;
}

#content {
	clear: left;
	color: #cccccc;
}
ul {padding: 3px; margin: 3px}

li {margin-left: 1.7em; margin-top: -3px; list-style: square outside; background: none}
.red-bold-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	color: #A32023;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.our-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A32023;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-right: 3px;
	margin-left: 3px;
}
.image-left {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.msrp-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
}
.product-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A32023;
	margin-bottom: 4px;
	margin-right: 3px;
	margin-left: 3px;
}
.productpgs-leftcol-text {
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 6px;
}
