/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.navbar {
	background-image: url(images/nav-bar.gif);
	height: 26px;
	vertical-align: middle;
	}
	
.looksellbox {
	background-image:url(images/looking-to-buy-box.png);
	height: 209px;
	width: 188px;
	vertical-align: middle;
	}

.rightshadow {
	background-image:url(images/right-shadow.gif);
	width: 5px;
	background-repeat:repeat-y;
}
.leftshadow {
	background-image:url(images/left-shadow.gif);
	width: 5px;
	background-repeat:repeat-y;
}

.bottombartxt {
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	background:url(images/nav-bar.gif);
	height: 26px;
	width: 775px;
}
a {color: #333333;}
a:hover {color: #FFFFFF;}
a:visited {color: #333333;}
a:active {color: #333333;}

.style1 {
	color: #AD5225;
	font-size: 11px;
}
.style2 {
	color: #762C08;
	font-weight: bold;
	font-size: 22px;
	font-family: Times New Roman, Times, serif;
}
#nav { }

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align:middle;
}

#nav a {
	display: block;
	text-decoration: none;
	margin-top: 3px;
	padding-bottom: 5px;
}

#nav a:hover { color: #FFFFFF; }

#nav li { /* all list items */
	float: left;
	padding-right: 26px;
	padding-left: 26px;
	
/* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
	background: #d7d0bd;
	padding: 8px 3px 5px 8px;
	width: auto;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #FFFFFF;
}

#nav li ul li {
	clear: both;
	text-align: left;
	padding: 3px 5px 0px 2px;
	margin: 0;
}
