body {
  background-color: #FFF;
  color: #000000;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
 margin: 0px;
}

A:link {
	color: #CC0000;
	text-decoration: none;
}

A:visited {
	color: #CC0000;
	text-decoration: none;
}

A:active {
	color: #CC0000;
	text-decoration: none;
}

A:hover {
	color: #CCCCCC;
	text-decoration: none;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #000000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

P {
	font-size: 12px;
	 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

TD.dark {
	font-size: 12px;
	 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color : #666666;
}

P.dark {
	font-size: 11px;
	 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color : #666666;
}

TD.smaller {
	font-size: 11px;
	 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
}

HR {
	color : #D2D2CA;
	height : 1px;
}

TD.topbg {
background-image: url(images/topbg.gif);
font-size: 12px;
font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
color : #666666;
}

.leftbg {

background-image: url(images/leftbg.gif);

}



.rightbg {

background-image: url(images/rightbg.gif);

}



#menu ul

{

margin-left: 0;

padding-left: 0;

list-style-type: none;

font-family: Tahoma, Helvetica, sans-serif;

font-size: 10px;

margin:0px;

}



#menu a

{

display: block;

padding: 2px;

width: 132px;

background-color:#F7F7F4;

border-bottom: 1px solid #D2D2CA;

}



#menu a:link, #menuitems a:visited

{

color: #333;

text-decoration: none;

font-weight: bold;

}



#menu a:hover

{

background-color: #D2D2CA;

color: #333;

font-weight: bold;

}

table#shipping
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 580px;
background-color: #F7F7F4;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

#shipping td
{background-color: #F7F7F4;
color: #000;
padding: 4px;
text-align: left;
border: 1px #CCC solid;}

table#shipping td.hed
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;
font-size: 12px;
font-weight: bold;}

.note
{
color: #CC0000;
}

/*********************************   FORM     **********************************/

.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Trebuchet MS !important;
  font-size: 11px !important;
}
td.left {
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:bold;
   color:#ff5200;
   vertical-align: top;
   text-align: left;
}
.pagebreak{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:bold;
   color:black;
}
td.right {
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   vertical-align: top;   
   text-align: left;   
}
.tbmain{
   height:100%;
   color:#333333;
   background: #F7F7F4 top repeat-x;
}
.head{
   font-family: "Trebuchet MS";
   font-size: large;
   font-weight: bold;
   color:#ff5200;
   vertical-align: top;
   text-align: left;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.head{
   font-family: "Trebuchet MS";
   font-size: large;
   font-weight: bold;
   color:#ff5200;
   vertical-align: top;
   text-align: left;
}

/*****************     Image rollovers          *******************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #d2d2ca;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -280px;
left: 60px; /*position where enlarged image should offset horizontally */

}

.red {
	color: #CC0000;
}

#dealers tr td { border: 1px dotted #b4b4b4;}
