body {
	background-color: #F6F3EF;
	/*color: #B5ADA0;*/
	color: #5B5750;
	font-size: 11px; 
	font-weight: normal;
	line-height: 160%;
	font-family: Georgia, serif; 
	margin: 0;
	padding: 0;
	border: 0;
}

a:link {
	color: #7F273F;
	text-decoration : underline;
}
a:visited {
	color: #7F273F;
	text-decoration : underline;
}
a:hover {
	color: #222179;
	text-decoration : underline;
}
a:active {
	color: #222179;
	text-decoration : none;
}

#container {
	background-color: #FFFFFF;
	width: 705px;
	/*height: 130%;*/
	margin: 0 20px 0 20px;
	padding: 0;
	border: 0;
}

.topnav {
	clear: both;
	height: 17px;
	width: 665px;
	background-color: #B5ADA0;
	color: #FFFFFF;
	font-size: 9px; 
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Arial, sans-serif; 
	/*text-align: right;*/
	margin: 0;
	padding: 3px;
	border: 0;
}
#topnav-left {
	width: 30%;
	float: left;
	display: block;
	margin: 0 0 0 3px;
	padding: 0;
	border: 0;
	text-align: left;
}
#topnav-right {
	width: 60%;
	display: block;
	float: right;
	margin: 0 3px 0 0;
	padding: 0;
	border: 0;
	text-align: right;
}

.topnav a:link {
	color: #FFFFFF;
	text-decoration : none;
}

.topnav a:visited {
	color: #FFFFFF;
	text-decoration : none;
}

.topnav a:hover {
	color: #663333;
	text-decoration : none;
}

.topnav a:active {
	color: #FFFFFF;
	text-decoration : none;
}

#contentarea {
	width: 665px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
}

html>body #contentarea {
	padding: 12px 20px 20px 20px;
}

#leftcol {
	float: left;
	width: 161px;
	margin: 0;
	padding: 0;
	border: 0;
}

#rightcol {
	float: right;
	width: 494px;
	margin: 0;
	padding: 10px 0 0 5px;
	border: 0;
}

html>body #rightcol {
	padding: 7px 0 0 10px;
}

#itemleftcol {
	float: left;
	width: 420px;
	margin: 0;
	padding: 0;
	border: 0;
}

#itemrightcol {
	background-color: #EAE7E3;
	float: right;
	width: 207px;
	margin: 0 0 10px 10px;
	padding: 15px 77px 180px 8px;
	border: 0;
	text-align: left;
	color: #666666;
	font-size: 9px; 
	font-family: Verdana, sans-serif; 
	line-height: 160%;
}

html>body #itemrightcol {
	width: 127px;
	padding: 15px 97px 150px 10px;
}

#detailleftcol {
	float: left;
	width: 120px;
	margin: 15px 0 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: #B5ADA0;
	font-weight: bold;
	font-size: 10px; 
	font-family: Arial, sans-serif; 
	line-height: 260%;
}

#detailrightcol {
	float: right;
	width: 280px;
	margin: 15px 0 0 20px;
	padding: 0;
	border: 0;
	text-align: left;
	color: #666666;
	font-size: 9px; 
	font-family: Verdana, sans-serif; 
	line-height: 160%;
}

.footer {
	clear: both;
	width: 665px;
	height: 20px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 9px; 
	font-weight: normal;
	font-family: Verdana, sans-serif; 
	margin: 10px 0 0 0;
	padding: 3px;
	border-top: dotted #595959 1px;
}

#footerleft {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

#footerright {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right;
}
	
a.flink:link {
	color: #000000;
	text-decoration : none;
}

a.flink:visited {
	color: #000000;
	text-decoration : none;
}

a.flink:hover {
	color: #663333;
	text-decoration : none;
}

a.flink:active {
	color: #000000;
	text-decoration : none;
}

.feature {
	width: 494px;
	margin: 0;
	padding: 0 0 0 5px;
	border: 0;	
}

.featuretext {
	width: 494px;
	background-color: #EAE7E3;
	color: #333333;
	font-size: 11px; 
	font-weight: normal;
	line-height: 180%;
	font-family: Georgia, serif; 
	text-align: left;
	margin: 10px 0 0 0;
	padding: 25px 20px 38px 20px;
	border: 0;
}

html>body .featuretext {
	width: 454px;
	margin: 10px 0 10px 5px;
	padding: 25px 20px 36px 20px;
}

.content {
	width: 494px;
	background-color: #EAE7E3;
	text-align: left;
	margin: 0;
	padding: 8px 10px 20px 15px;
	border: 0;
}

html>body .content {
	width: 454px;
	margin: 0px 0 10px 5px;
	padding: 8px 20px 20px 20px;
}

.toc {
	width: 494px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
}

html>body .toc {
	width: 494px;
	margin: 0px 0 10px -10px;
	padding: 8px 0 20px 0;
}

.linksheader {
	background-color: #FFFFFF;
	color: #893C47;
	font-size: 11px; 
	font-weight: bold;
	letter-spacing: .5px;
	font-family: Arial, sans-serif; 
	text-align: left;
	margin-bottom: 5px;
	padding: 3px 0 3px 0;
	border-bottom: dotted #893C47 1px;
}

.linksblock {
	width: 157px;
	background-color: #ECEEF0;
	color: #9B9B9B;
	font-size: 10px; 
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 80%;
	font-family: Arial, sans-serif; 
	text-align: left;
	margin: 0 0 8px 0;
	padding: 2px 0 2px 5px;
	border: 0;
}

html>body .linksblock {
	line-height: 200%;
	padding: 0 0 2px 5px;
}

a.linksblock:link {
	color: #6F6F6F;
	text-decoration : none;
}

a.linksblock:visited {
	color: #6F6F6F;
	text-decoration : none;
}

a.linksblock:hover {
	color: #7F2727;
	text-decoration : none;
}

a.linksblock:active {
	color: #7F2727;
	text-decoration : none;
}
/*
a.linksblock:link {
	color: #9B9B9B;
	text-decoration : none;
}

a.linksblock:visited {
	color: #9B9B9B;
	text-decoration : none;
}

a.linksblock:hover {
	color: #663333;
	text-decoration : none;
}

a.linksblock:active {
	color: #9B9B9B;
	text-decoration : none;
}
*/
.login {
	width: 157px;
	background-color: #DFE0E5;
	color: #9B9B9B;
	font-size: 10px; 
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 200%;
	font-family: Arial, sans-serif; 
	text-align: left;
	margin: 0 0 8px 0;
	padding: 0 0 2px 5px;
	border: 0;
}

td {
	color: #666666;
	font-size: 11px; 
	font-weight: normal;
	line-height: 160%;
	font-family: Georgia, serif; 
	padding: 5px;
	margin: 0;
	border: 0;
}

li {
	list-style-position: inside;
}

h2 {
	color: #893C47;
	font-size: 14px; 
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	padding: 0;
	border-bottom: dotted #893C47 1px;
}

.productnav {
	clear: both;
	color: #595959;
	font-size: 9px; 
	/*text-align: left;*/
	font-weight: normal;
	font-family: Verdana, sans-serif; 
	margin-top: 0;
	margin-bottom: 5px;
	padding: 3px 0 3px 0;
	border-bottom: dotted #595959 1px;
}
div.productnav span.left {
  float: left;
  text-align: left;
  display: block;
  margin: 0;
  padding: 0;
  }

div.productnav span.right {
  /*float: right;*/
  text-align: right;
  display: block;
  margin: 0;
  padding: 0;
  }

.thumbsect {
	width: 150px;
	height: 585px;
    overflow: auto;
}

html>body .thumbsect {
	width: 150px;
}

.itemthumb {
	color: #666666;
	font-size: 9px; 
	font-family: Verdana, sans-serif; 
	text-align: left;
	line-height: 160%;	
	margin-bottom: 10px;
	padding: 3px 0 3px 0;
	border-bottom: dotted #595959 1px;
}

.itemthumb a:link {
    color: #666;
}
.itemthumb a:visited {
    color: #666;
}
.itemthumb a:hover {
    color: #666;
	text-decoration: none;
}
.itemthumb a:active {
    color: #666;
}

a.redroll:link {
	color: #AFAEAD;
	text-decoration : none;
}

a.redroll:visited {
	color: #AFAEAD;
	text-decoration : none;
}

a.redroll:hover {
	color: #993333;
	text-decoration : none;
}

a.redroll:active {
	color: #AFAEAD;
	text-decoration : none;
}

.whybuy {
	text-align: left;
}

li.whybuy {
	margin: 0 0 0 -25px;
	list-style-type: circle;
	list-style-position: outside;
	line-height: 110%;
	padding: 0 0 4px 0;
	color: #666;
}

li.benefits {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 0;
}


/* Added by jmg 2/2/2005 */
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
  
.contactinfo {
    color: #666;
}

.contactform td {
    borderspacing: 0px;
	padding: 0px;
	vertical-align: top;
}
.contactform td.label { text-align: right; }

.dealers {
    margin-top: 20px;
	color: #666666;
	font-size: 11px; 
	font-weight: normal;
	line-height: 180%;
	font-family: Georgia, serif; 
	text-align: left;
}
.dealers h3 { 
    font-family: lucida grande, verdana, sans-serif; 
	text-transform: uppercase;
}

#dealerlist {
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	border-left: none;	
	margin-bottom: 10px;
}

#dealerlist a:link {
	color: #666;
}
#dealerlist a:visited {
	color: #666;
	text-decoration : none;
}

#dealerlist a:hover {
	color: #666;
	text-decoration : underline;
}

#dealerlist a:active {
	color: #666;
	text-decoration : none;
}

#dealerlist tbody tr.even td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	background-color: #ECEEF0;
	vertical-align: top;
}

#dealerlist tbody tr.odd td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	background-color: #fff;
	vertical-align: top;
}

.features1 {
	padding: 0;
}

html>body .features1 {
	padding: 3px 0 4px 0;
}
div.phpGoogleStoreLocator_map
{
 
 /*border:solid;*/
/* width:445px;*/
 height:445px;
   /* Hide the map */
   /* display:none; */
   
   /* Put a border around the map */
   /* border:solid;*/
}
