@charset "utf-8";
/* CSS Document */
a.addthis_button{
	
	/*float:right;
	width:auto;
	margin-top:15px;
	margin-right:25px;*/
}
body{
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:justify;
}
#wrapper{
	width:950px;
	margin:0 auto;
}
#header{
	width:950px;
	height:103px;
	background: url(img/top_logoAlt.jpg) no-repeat;
}
#search{
	float:right;
	width:250px;
	margin-top:80px;
	/*margin-right:22px;*/
}
#search-submit{
	background-color:#69A424;
	border: outset 1px #CCC;
	color:#ffffff;
	padding:3px;
}
.searchBox{
	background: url(images/magnifier.png) no-repeat left center;
	padding-right:5px;
	padding-left:25px;
	color:#3c581c;
}
#topNav{
	width:950px;
	background:url(img/top_nav_bg.png) no-repeat;
	height:43px;
	margin-bottom:15px;
}
#sideNav{
	margin-top:0;
	width:230px;
	float:left;
	margin-right:10px;
	background-color:#f9f9f9;
}
#banner{
	/*background:url(img/banner_alt.jpg);*/
	width:660px;
	height:250px;
	float:right;
	
}
img#strapline{
	margin-left:50px;
	margin-top:7px;
}

#ad_space{
	margin-top:17px;
	width:660px;
	float:right;
	height:auto;
}
#mainContent{
	width:660px;
	float:right;
	padding:10px;
	
}
#left_col{
	float:left;
	width:290px;
	margin: 0 10px 0 10px;
	padding-right:33px;
	line-height:125%;
	font-size:14px;
	border-right:dotted 1px #CCC;
	
}
p.ebay{
	margin-top:12px;
	background:url(images/ebay_32.png) no-repeat left center;
	padding:10px 0px 10px 35px;
}
p.ebay a{
	text-decoration:none;
	color:#666;
}
p.ebay a:hover{
	text-decoration:underline;
	color:#68A424;
}
#right_col{
	float:left;
	width:290px;
	line-height:125%;
	font-size:14px;
	margin: 0 0px 0 20px;
}
#footer{
	padding-top:12px;
	clear:both;
	background:url(img/footer_bg.jpg) no-repeat;
	height:125px;
	text-align:center;
	color:#68A424;
	font-size:90%;
}
#footer a{
	color:#68A424;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:#8b361e;
}
#footer .xhtml {
	background: url(img/xhtml_valid.png) no-repeat left center;
	padding-left:20px;
}
#footer .css {
	background:url(img/css_valid.png) no-repeat left center;
	padding-left:20px;
}

/*****page style**********/
h2{
	background:url(img/h2_bg.jpg) no-repeat;
	height:43px;
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
	color:#FFF;
}
ul.nav{
	text-align:right;
	width:auto;
	padding-top:7px;
	font-size:12px;

}
#topNav li{
	display:inline;
	font-size:150%;
	margin-right:10px;
	margin-left:10px;
	padding: 5px 10px 10px 10px;
}
#topNav li a{
	color:#68A424;
	text-decoration:none;	
}
#topNav li a:hover{
		color:#8b361e;	
}
#topNav a.first-current{
	color:#8b361e;
}
#sideNav ul{
	line-height:200%;
	padding:0;
	font-size:14px; color:#666;
	text-align:left;
	list-style:none;
}
#sideNav li{
	border-bottom:dotted 1px #CCC;
}

/***********list classes****************/

li a{
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}
li.blue{
	background:#88A0B2;
	padding-left:15px;
	color:#FFF;
}

li.blue a:hover{
	margin-left:-15px;
	display:block;
	background:#CCC;
	color:#096;
	padding-left:15px;
}
li.green{
	background:#BFBC7C;
	padding-left:15px;
	color:#FFF;
}
li.green a:hover{
	margin-left:-15px;
	padding-left:15px;
	display:block;
	background:#7F7D53;
	color:#FFC;
}
li.brown{
	background:#B27A53;
	padding-left:15px;
	color:#FFF;
}
li.brown a:hover{
	margin-left:-15px;
	padding-left:15px;
	display:block;
	background:#FEAE77;
	color:#096;
}

li.red{
	background:#FFB477;
	padding-left:15px;
	color:#FFF;
}
li.red a:hover{
	margin-left:-15px;
	padding-left:15px;
	display:block;
	background:#Bf8759;
	color:#FFC;
}
/*******image styles & classes***********/
img.ad{
	margin-right:30px;
}
img#favs{
	margin-left:700px;
	margin-top:10px;
}
/**********table styles**************/
caption{
	font-size:18px;
	color:#69A424;
	text-align:left;
	margin-bottom:10px;
	
	
}
table.products{
	width:600px;
	margin:0 auto;
}
table.products td, table.products th {
	text-align: left;
	padding: 5px;
	font-size: 14px;
	border-bottom: 1px dashed #69A424;
}
table.products {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 8px;
}
table.products td {
	border-right: 1px dashed #69A424;
}
table.products th {
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background: url(img/th_bg.jpg);
}
table.products tr.odd{
	background-color:#DFF3C7;
}
