html
{	font-family:tahoma, Georgia, "Times New Roman", Times, serif; 
		color:#666;}	
body	
{ background-color:#fff4e9; }

* {
	
	margin: 0px;
	padding: 0px;
	
}

.clear {clear:both;}

.clearleft {clear: left;}

.clearright {clear: right;}

.normal {font-weight: normal;}

.bold {font-weight: bold;}

.altrow {background-color: #cee;}

.sss-blue {

	color: #ef791f;
	font-weight: bold;

}

.sss-blue2 {

	color: #000;
	font-weight: bold;

}

ul {list-style: none;}

a { color: Blue; text-decoration: none;}

a:hover { color: Blue; text-decoration: underline;}

a:visited {color: Blue;}

p {
	
	margin-bottom: 1em;
	font-size:0.85em; width:100%; text-align:left; line-height:1.25em;
}
h1 {
	font-family:tahoma, Georgia, "Times New Roman", Times, serif; 
	font-size: 1.7em;
	width:120%;
	color: #ef791f;
	
}

h2 {
	font-family:tahoma, Georgia, "Times New Roman", Times, serif; 
	font-size: 1.2em;
	color: #000;
	
}

h2.right-header {
	
	text-align: center;
	color: #ef791f;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 2px solid #cecece;
		
}

.more-details a {
	
	font-size: 11px;
	color: #c00;

}

label {
float:left;
margin-bottom:10px;
margin-right:30px;
width:200px;
}

option {padding: 0px 5px;}

input,select,textarea {

	border: 1px solid #004d84;
	margin-bottom: 6px;
	padding: 2px;
	
}

th {
	
	background-color: #ef791f;
	color: #fff;
	
}

body {

	background-color: White;	
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;

}

#container {
	
	background-color: White;	
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 960px;
	margin-left: auto;
	margin-right: auto;

}

#wrapper {

	width: 940px;
	padding: 0px 10px 0px 10px;
	
}

#header {
	
	width: 920px;
	padding: 10px;
	
}


#nav {
	
	width: 940px;
	background-color: #ef791f;
	color: #fff;
	
}

#nav li {

	float:left;
	
}

#nav li a {
	
	display: block;
	color: #fff;
	font-weight: bold;
	font-family: arial;
	font-size: 1em;
	padding: 10px;
}

#nav li a:hover {

background-color: #c5631a;
text-decoration: none;

}

#left {
	
	float: left;
   width: 620px;
	padding: 10px;
	background-color: #fff;
	
}

#left img {
	
	margin-right: 4px;
	
}

#right {
	
	width: 280px;
	padding: 10px;
	float: right;
	background-color: #fff;
	
}

#auctionbox {
	
	background-image: url(images/auction-hammer.gif);
	background-repeat: no-repeat;
	height: 90px;
	padding: 0px 5px;
	padding-right: 50px;
	border: 1px solid #c00;
	
}


#footer , #footer a {
	
	/*clear: both;*/
	width: 940px;
	height: 80px;
	color: #666;
	font-size:0.9em;
	/*background-image: url(images/bottom-banner.gif);
	background-image: url(images/site-shed-sales.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #fff;
	border-bottom: 3px solid #000;*/
	text-decoration: none;
	text-align: left;

		
}

#footer a:hover {text-decoration: underline;}

/* JSLightbox */

#lightbox{
	background-color:#eee;
	padding: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	z-index: 9999;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
a.homelink {

	color: #000;
	text-decoration: none;
		
}

a.homelink:hover {
	
	text-decoration: none;
	
}

.alt {
	
	background-color: #fec59b;
}