body
{
	background-color: #f5f5f5; /*background-color: #786557;*/
	margin: 0;
	color: #333333;
	font-family: Tahoma, Verdana, Arial;
	font-size: .7em;
	background-image: url(images/background2.gif);
	/*background-image: url(images/background.gif);*/
	background-repeat: repeat;
}

a {color: #000000;}
a:link{color: #000000;background: none;}
a:active{color: #000000;background: none;}
a:visited{color: #000000;background: none;}
a:hover{color: #666666;	background: none;text-decoration: underline;}


.white {color: #000000;}
.white a:link{color: #000000;background: none;}
.white a:active{color: #000000;background: none;}
.white a:visited{color: #000000;background: none;}
.white a:hover{	color: #666666;	background: none;text-decoration: underline;}

.sales{color: #000000;}
.sales a:link{color: #000000;background: none;}
.sales a:active{color: #000000;background: none;}
.sales a:visited{color: #000000;background: none;}
.sales a:hover{color: #666666;background: none;text-decoration: underline;}

.menu{color: #000000;}
.menu a{vertical-align:bottom;text-align:right;width:380px;text-decoration:none;color:white;font-weight:bold;background:#999900;padding:5px;}
.menu a:hover{background:#CCCC00;}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {float:left;border: solid 1px #666666;  margin: 5px;vertical-align: middle; padding: 3px 3px 3px 3px;}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #999966;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #666633;
text-decoration: none;
}
/* \*/
* html div#nav a { display: block; width:3em;}
/* */