@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/body_bg.gif) repeat-x left top;
	font: 62.5% Verdana, Geneva, sans-serif;
}
p {
	font-size: 1.2em;
	padding: 0px 10px 10px;
	margin: 0px;
}
h1 {
	border-bottom: 2px solid #000;
	padding: 20px 0px 5px;
	margin: 0px 10px 5px;
	letter-spacing: -1px;
	font: 2.4em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2 {
	padding: 20px 0px 0px;
	margin: 0px 10px 5px;
	letter-spacing: -1px;
	font: 1.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
	border-bottom: 2px solid #000;
	padding: 20px 0px 5px;
	margin: 0px 10px 5px;
	letter-spacing: -1px;
	font: 2.4em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
form {

}
label {
	display: block;
	/*float: left;*/
	width: 250px;
	/*margin-right: 10px;*/
	/*text-align: right;*/
	font-weight: bold;
	padding-bottom: 5px;
}
p input {
	width: 380px;
}
p textarea {
	height: 100px;
	width: 380px;
}
a {
	color: #FFF;
}
a:hover {
	color: #993300;
}
img a {
	border-style: none;
}
img {
	border-style: none;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/container_bg.gif) repeat-x left top;
	position: relative;
	min-height: 100%;
}
#header {
}
#contact {
	background: url(../images/contact_bg.png) no-repeat left bottom;
	padding: 0px 25px 20px 20px;
}
#error {
	background: url(../images/contact_bg.png) no-repeat left bottom;
	padding: 0px 25px 20px 20px;
}
#commentForm label.error {
	color: #900;
	font-style: italic;
	width: auto;
	clear: left;
}
#gallery {
	margin-top: 70px;
	background: url(../images/gallery_bg.png) no-repeat left top;
	padding-top: 25px;
	padding-bottom: 25px;
}
#gallery img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 400px;
}
#gallery li {
	margin: 0px 2px;
}


#gallery #large_image {
	height: 320px;
	width: 400px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#gallery #thumbnails {
	height: 75px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#text {
	padding: 0px 25px 20px 20px;
}
#submit_wrapper {
	border-style: none;
	padding-left: 10px;	/*clear: both;*/
	padding-bottom: 10px;
}
#column_right {
	width: 50%;
	float: right;
}
#column_left {
	float: left;
	width: 49%;
}
#attention {
	padding: 0px 20px;	
}
#dealer_text {
	background: url(../images/contact_bg.png) no-repeat left bottom;
	padding: 0px 25px 20px 20px;
}
#dealer_list {
	clear: both;
	padding-top: 50px;
}
#dealer_table {
	border-collapse: collapse;
	margin: 0px 20px;
	text-align: left;
	border: 1px solid #505050;
}
#dealer_table thead {
}
#dealer_table th {
	background: #646464 url(../images/table_head.gif) repeat-x left bottom;
	padding: 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
#dealer_table td {
	font-size: 1.2em;
	padding: 5px;
	border-top: 1px solid #4F4F4F;
	border-bottom: 1px solid #4F4F4F;
}
#footer {
	clear: both;
	padding: 10px 0px;
	border-top: 1px solid #999;
	margin: 20px 10px 0px;
}
#footer a, #text a {
	color: #D9A500;
}

.thumb_gap {
	margin-left: 2px!important;
}
.even {
	background: #CCC;
}
.odd {
	background: #E0E0E0;
}
.highlight {
	background-color:#555;
	color: #FFF;
}
.loading {
	background: url(../images/loadingAnimation.gif) no-repeat center center;
	height: 50px;
}


#dealer_table thead tr .header {
	cursor: pointer;
	background: #d9a604 url(../images/table_head_sortable.gif) no-repeat right bottom;
}
#dealer_table thead tr .headerSortUp {
	background: #d9a604 url(../images/table_head_asc.gif) no-repeat right bottom;
}
#dealer_table thead tr .headerSortDown {
	background: #d9a604 url(../images/table_head_desc.gif) no-repeat right bottom;
}
