﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;	
}

ol, ul {
	list-style: none;
}

/***** END RESET *****/

body {
	background: url('../siteart/page-photo-bg.png') repeat-x top center #696969;
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 0 0 0;
	text-align: center;
}

/***** TEXT/LINK FORMATTING *****/

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff1520;
	text-decoration: none;
}

.navigation li a:link, 
.navigation li a:visited {
	background: #000;
	color: #FFF;
	display: block;
	height: 25px;
	margin: 0 0 1px 0;
	padding: 7px 0 0 6px;
	text-decoration: none;	
	width: 214px;
}

.navigation li a:hover,
.navigation li a:active {
	background: #ff1520;
	color: #000;
}

.navigation-02 li a:link, 
.navigation-02 li a:visited {
	background: #000;
	color: #FFF;
	display: block;
	height: 25px;
	margin: 0 1px 1px 0;
	padding: 7px 0 0 6px;
	text-decoration: none;	
	width: 120px;
}

.navigation-02 {
	margin: 0 auto;
	padding-left: 39px;
}

.navigation-02 li {
	float: left;
	margin: 0 auto;
}

.navigation-02 li a:hover,
.navigation-02 li a:active {
	background: #ff1520;
	color: #000;
}

p {
	font-size: 12px;
	margin: 0 0 10px 0;
}

p img {
	border: 1px solid #000;
	float: right;
	margin: 0 10px 10px 10px;
}

h2 {
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

h4 {
	color: #000;
	font-size: 18px;
	border-bottom: 1px solid #ff1520;
	margin: 0 0 15px 0;
}


/***** SITE FRAMEWORK *****/

table.main-table-wrapper {
	margin: 0 auto;
	margin-bottom: 60px;
	padding: 0;
	text-align: left;
	width: 960px;  /** Change to appropriate table width **/
}

table.main-table-wrapper_auc {
	margin: 0 auto;
	margin-bottom: 60px;
	padding: 0;
	text-align: left;
	width: 960px;  /** Change to appropriate table width **/
}

table.main-table-wrapper tr td {
	vertical-align: top;
	margin: 0 auto;
}

table.main-table-wrapper_auc tr td {
	vertical-align: top;
}

.header {
	background: url('../siteart/header-bg2.png') no-repeat top center;
	height: 228px;
}
.header img {
	margin: 25px 0 0 30px;
}

.header_auc {
	background: url('../siteart/header-bg4.png') no-repeat top center;
	height: 228px;
	width: 960px;
}
.header_auc img {
	margin: 25px 0 0 30px;
}

.content {
	background: url('../siteart/content-bg.png') repeat-y 	top center;
	margin: 0 auto;
}
.content-table {
	border-spacing: 0;
	margin-top: 10px;
	margin-right: 0 auto;
	margin-left: 0 auto;
	margin-bottom: 0;
	width: 200px;
	
}
.sidebar {
	width: 235px;
}
.sidebar ul {
	margin: 0 0 0 15px;
}
.location-info {
	text-align: center;
	padding: 90px 0px 30px 40px;
	width: 235px;
}
.location-info img {
	margin: 0 0 0 20px;
}

.main-content {
	text-align: left;
	width: 565px;
}
.slideshow { 
	float: left;
	height: 330px; 
	width: 550px; 
	margin: auto; 
	padding: 0;
}
#slideshow {
	border: 1px solid #000;
	padding-left: 0;
	margin-left: 40px;
}
.weather {
	padding: 30px 0 30px 90px;
}

.scrolling-inv {
	background: url('../siteart/content-bg.png') repeat-y top center;
	padding: 5px 20px;
}
.border-red {
	background: url('../siteart/border-bg.jpg') no-repeat top center;
	height: 10px;
	width: 960px;
}

.footer {
	background: url('../siteart/border-bg.jpg') repeat-y top center;
	padding: 5px 0 15px 0;
	width: 960px;
}

.footer_auc {
	background: url('../siteart/border-bg2.jpg') repeat-y top center;
	padding: 5px 0 15px 0;
	width: 960px;
}

.footer table {
	margin: 0 auto;
}

.clear{
	clear: all;
}

/***** CONTENT PAGE FRAMEWORK *****/

.main-content-02 {
	align-content: center;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 19px;
	padding-bottom: 0;
}

#content-page {
	padding: 0 10px;
	width: 545px;
}

.contact-info {
	border-top: 1px solid #ff1520;
	border-bottom: 1px solid #ff1520;
	margin: 15px 0;
	padding: 5px 0;
}

table.main-table-wrapper tr td .links-list td {
	background: #FFF;
	border: 1px solid #000;
	height: 50px;
	margin: 0 10px 10px 10px;
	padding: 15px 0;
	text-align: center;
	vertical-align: middle;
	width: 250px;
}

table.main-table-wrapper tr td .links-list td:hover,
table.main-table-wrapper tr td .links-list td:active {
	border: 1px solid #ff1520;
}

.photo-gallery img {
	border: 1px solid #000;
}
