/* ------------------------------------------------
THE SALVAGE AUCTION - MAIN WEBSITE STYLESHEET
http://www.thesalvageauction.com

Author: 107 Designs, http://www.107designs.com
Last Revision: 19 Oct 2007

TABLE OF CONTENTS
-----------------
PRIMARY CONTAINERS			- main containers for page layout
STYLE CONTAINERS			- non-semantic containers for element styling
NAVIGATION CONTAINERS		- navigation bars and menu styling
DOCUMENT ELEMENTS			- headings, paragraphs, etc.
HYPERLINKS					- all classes of links
TABLES						- all classes of tables
FORMS						- all classes of forms, fieldsets, labels, etc.
LISTS						- all ordered and unordered lists
IMAGES						- classes for displaying images
SPECIAL ELEMENTS			- everything else
------------------------------------------------- */



/* ------------------------------------------------
	PRIMARY CONTAINERS
------------------------------------------------- */
body {
	margin: 0;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:76%;
	background-color: #3D4358;
}

#headerWrapper {
	width:100%;
	text-align:center;
	min-width:922px;
	border-bottom:2px solid #222222;
	background: #000000 url('img/headerMainBG.jpg') repeat-x top left;
	height:178px;	
}

#header {
	width:922px;
	margin:0 auto;
	padding:0;
	height:150px;
	position:relative;
	background: #000000 url('img/headerBG.jpg') no-repeat top center;
}

#branding h1 {
	margin:0;
	padding:0;
	text-indent:-9000px;
}

#info {
	position:absolute;
	top:80px;
	left:300px;
	color:#CCCCCC;
	text-align:left;
}

#memberships {
	position:absolute;
	top:15px;
	right:0;
}

#content {
	margin:0 auto;
	padding:0;
	width:922px;
	background-color:#3D4358;
	text-align:center;
}

#footer {
	margin:0 auto;
	padding:0;
	height:122px;
	width:922px;
	background: #D2D2D2 url('img/footerBG.jpg') repeat-x bottom left;
}

/* ------------------------------------------------
	STYLE CONTAINERS
------------------------------------------------- */
#accessibility {
	text-indent:-9000px;
	margin:0;
	padding:0;
	width:0;
	height:0;
	float:left;
}

.contentWrapper {
	margin:25px auto;
	padding:0;
	width:922px;
	background: #CBD8E0 url('img/mainContentBG.jpg') repeat-y top right;
}

.mainContent {
	text-align:left;
	padding:30px;
	position:relative;
	width:580px;
}

.secondaryContent {
	text-align:left;
	float:right;
	width:230px;
	padding:15px 15px 0 35px;
	margin:0;
}

.secondaryContent p {
	margin:10px 0;
}

/* ------------------------------------------------
	NAVIGATION CONTAINERS
------------------------------------------------- */
#mainNav { 
	margin:0 auto;
	padding: 0; 
	height: 28px;
	width:922px;
	display:block;
	list-style: none; 
	background-color:#999999;
	font-size:1.3em;
}

#mainNav li { 
	display: inline;
	float:right;
}

#mainNav li a { 
	height:28px;
	line-height:28px; 
	display: block; 
	padding:0 25px;
	text-decoration:none;
	color:#FFFFFF;
	float: left;
}

#mainNav li a:hover { 
	background: #FFFFFF url('img/navHover.jpg') repeat-x center;
	color:#FFFFFF;
	text-decoration: none;
}

/* ------------------------------------------------
	DOCUMENT ELEMENTS
------------------------------------------------- */
h1, h2, h3, h4, h5 {
	font-family:Helvetica, Arial, sans-serif;
	color:#333366;
	letter-spacing:-1px;
	margin:0;
}

/*
h1 {
	font-size:2.6em;
	line-height:1.8em;
	padding:0 0 0 45px;
	height:56px;
	display:block;
	background-image:url('img/h1Bg.jpg');
	background-position:left center;
	background-repeat:no-repeat;
}
*/

h2 {
	font-size:2.3em;
	display:inline;
}

h3 {
	font-size:2.1em;
	display:inline;
}

h4 {
	font-size:1.5em;
	margin:10px 0;
}

h4.attn {
	color:#FF6666;
}

h5 {
	font-size:1.2em;
	margin:1em 0 0 0;
}

p {
	font-size:1.1em;
	line-height:1.6em;
	margin:0 0 2em 0;
	padding:0;
}

#footer p {
	clear:both;
	margin:0;
	padding:25px;
	text-align:right;
	color:#CECECE;
	font-size:1em;	
}

.secondaryContent p {
	margin-bottom:3em;
}

.clearBoth {
	clear:both;
	margin:0; 
	padding:0;
	font-size:2px;
}

.clearLeft {
	clear:left;
	margin:0; 
	padding:0;
	font-size:2px;
}

#info p {
	font-size:1.4em;
	line-height:1.3em;
}


/* ------------------------------------------------
	HYPERLINKS
------------------------------------------------- */
a { color:#333366; text-decoration:underline; }
a:hover { color:#000000; text-decoration:underline; }
#footer a { color:#FFFFFF; text-decoration:underline; background-color:none; }
#footer a:hover {color:#666666; text-decoration:none; background-color:#EDEDED; }

.pdf {
	background: url('img/pdf.gif') no-repeat left center;
	padding:3px 0 3px 18px;
}

.ebay {
	background: url('img/ebay.png') no-repeat left center;
	height:35px;
	padding:10px 0 10px 78px;
	font-size:1.2em;
}

.ebaySmall {
	background: url('img/ebaySmall.png') no-repeat left center;
	padding:5px 0 5px 37px;
}

.feed {
	background: url('img/rss.png') no-repeat left center;
	padding:15px 0 15px 32px;
	font-size:1.2em;
}

.viewPhotos {
	background: url('img/camera.png') no-repeat left center;
	padding:3px 0 3px 18px;	
}

.viewFeatures {
	background: url('img/info.png') no-repeat left center;
	padding:3px 0 3px 18px;
}

/* ------------------------------------------------
	TABLES
------------------------------------------------- */
.narrow {
	width:auto;
}

.wide {
	width:750px;
}

#mainTable {
	border-collapse: collapse;
	margin:20px auto;
	padding:1em;
}

#mainTable caption {
	font-size:1.5em;
	color:#333366;
	font-weight:bold;
	text-align:center;
	margin:1em auto;
}

#mainTable th, #mainTable td {
	padding: 3px 7px;
}

#mainTable td {
	border-bottom: 1px dotted #999999;
}

#mainTable thead {
	background-color:#333366;
	border-bottom:5px solid #999999;
}

#mainTable th {
	font-size:1.2em;
	font-weight:normal;
	text-align:left;
	color:#EDEDED;
}

#mainTable .odd {
	background-color:#CFCFCF;
}

#mainTable .right {
	font-weight:bold;
	text-align:right;
}

#mainTable tr:hover {
	background-color:#FFFFFF;
}

#mainTable thead tr:hover {
	background-color:transparent;
	color:inherit;
}

/* ------------------------------------------------
	FORMS
------------------------------------------------- */
#mainForm {
	margin:1em 2em;
	width:75%;
}

#mainForm fieldset {
	padding:1em 3em;
	margin:1em 0;
	background-color:none;
	border:1px solid #ABABAB;
}

#mainForm legend {
	font-size:1.2em;
	font-weight:normal;
	color:#666666;
}

#mainForm label{
	display:block;
	margin:.1em 0;
	padding: 0;
}

#mainForm input, #mainForm textarea, #mainForm select {
	margin:.2em 0 1em 0;
	width:65%;
	background-color:#DEDEDE;
	border:none;
	border-bottom:2px solid #333333;
	color:#333333;
}

#mainForm textarea {
	width:95%;
	height:80px;
}

#mainForm input:focus, #mainForm textarea:focus, #mainForm select:focus, #orderForm input:focus, #orderForm textarea:focus, #orderForm select:focus {
	background-color:#FFFFFF;
	border:none;
	border-bottom:2px solid #CC6600;
}


#mainForm .submit {
	display:inline-block;
	margin:0;
	width:auto;
	color:#333333;
	border:none;
	background-color:#CCCCCC;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;	
}

#mainForm .submit:hover, #mainForm .submit:active, #mainForm .submit:focus {
	color:#FFFFFF;
	border:none;
	background-color:#444444;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;	
}

#mainForm .turing {
	width:45px;
	margin:0;
}

.validation-advice, .feedback {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#F90000;
	font-weight:bold;
	font-size:1.2em;
	padding:.3em 0 0 19px;
	background: url(img/alert.gif) no-repeat left center;
}

.feedback {
	position:absolute;
	margin-left:0;
	height:23px;
}

input.radio, input.checkbox {
	width:auto;
	height:auto;
}

/* ------------------------------------------------
	LISTS
------------------------------------------------- */
.listings {
	/*position:relative;*/
	width: 260px;
	padding:0 10px 20px 10px;
	margin:0;
	float: left;
}


.listings img {
	float:left;
	margin:0 10px 5px 0;
	padding:5px;
	width:100px;
	background-color:#CCCCCC;
	border: 1px solid #000000;
}

.listings h4 {
	display:block;
	margin-bottom:5px;
	font-size:1.3em;
}

.listings p {
	padding: 0;
	line-height:1.4em;
}

#faq li {
	margin-top:20px;
	list-style:none;
	margin-left:-30px;
}

#faq strong {
	display:block;
	font-size:1.1em;
}


/* ------------------------------------------------
	IMAGES
------------------------------------------------- */
.featuredImg {
	position:relative;
	float:right;
	margin:-45px -40px 0 0;
}

img {
	border:0;
}

.sidebarThumb, .inventoryThumb {
	width:90px;
	padding:5px;
	border-bottom:1px solid #696969;
	border-right:1px solid #696969;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	background-color:#DEDEDE;
}

.sidebarThumb {
	float:left;
	margin:0 10px 10px 0;
}

.inventoryThumb {
	margin:0;
}

.soldBanner {
	position:absolute;
	z-index:99;
	top:110px;
	right:25px;
}

#memberships img {
	margin:0 8px;
}

/* ------------------------------------------------
	SPECIAL ELEMENTS
------------------------------------------------- */