@import url("body.css");

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/*----------
	Basic Styles
	-----------*/
body {
	background: top left repeat-x url(images/bgTile.jpg);
	text-align: center;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #56534e;
}
h1 {
	font-size: 2.5em;
	color: #e46600;
	margin: 0 30px 0 30px;
	padding-top: 25px;
}
h2 {
	font-size: 2.5em;
	color: #56534e;
}
h3 {
	color: #56534e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}
a {
	color: #0866ab;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 1.4em;
	line-height: 1.6em;
}
.error {
	color: #d10000;
}
strong {
	font-weight: bold;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select.char8 {
	width: 73px;
}
select.char16 {
	width: 143px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
input.char8 {
	width: 63px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
table tr td, table tr th {
	font-size: 1.3em;
	vertical-align: top;
}

/*----------
	Wrappers
	-----------*/
div#wrapper {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background: top left repeat-y url(images/pageWrapperTile.gif);
}
div#innerWrapper {
	background: top left no-repeat url(images/pageWrapperBg.jpg);
}

/*----------
	Header
	-----------*/
div#header {
	background: bottom left repeat-x url(images/headerBg.gif);
	margin: 0 20px;
	height: 94px;
}
div#header a.siteLogo {
	margin: 12px 0 0 23px;
	float: left;
}
div#header div.right {
	width: 620px;
	float: right;
}
div#header p {
	color: #c3c3c3;
	margin: 10px 10px 0 0;
	float: right;
}
div#header p span.welcome {
	color: #56534e;
	font-weight: bold;
}
div#header p a {
	font-size: .9em;
}
div#header div.right ul {
	margin-top: 15px;
	clear: right;
}
div#header div.right ul li {
	float: right;
}
div#header div.right ul li a.imageBtn {
	display: block;
	height: 42px;
	text-indent: -9000em;
	/*fix text indent problem*/
	white-space: nowrap;
	margin-right: 8px;
}
div#header div.right ul li a.standardBtn {
	display: block;
	height: 42px;
	white-space: nowrap;
	margin-right: 8px;
	background: top right no-repeat url(images/btnRight.gif);
	color: #fff;
	cursor: pointer;
	_width: 1%
}
div#header div.right ul li.selected a.standardBtn {
	background: top right no-repeat url(images/btnRightSelected.gif);
}
div#header div.right ul li a.standardBtn span {
	display: block;
	height: 21px;
	background: left top no-repeat url(images/btnLeft.gif);
	font-size: 1.4em;
	font-weight: bold;
	padding: 11px 30px 10px 30px;
}
div#header div.right ul li.selected a.standardBtn span {
	background: left top no-repeat url(images/btnLeftSelected.gif);
}
div#header div.right ul li a.standardBtn:hover {
	background-position: right -42px;
	text-decoration: none;
}
div#header div.right ul li.selected a.standardBtn:hover {
	background-position: right top;
	text-decoration: none;
	cursor: default;
}
div#header div.right ul li.selected a.standardBtn:hover span {
	background-position: left top;
}
div#header div.right ul li a.standardBtn:hover span {
	background-position: 0 -42px;
}
div#header div.right ul li a.buyBtn {
	width: 93px;
	background: top left no-repeat url(images/buyBtn-off.gif);
}
div#header div.right ul li a.sellBtn {
	width: 93px;
	background: top left no-repeat url(images/sellBtn-off.gif);
}
div#header div.right ul li a.dealerDirectoryBtn {
	width: 159px;
	background: top left no-repeat url(images/dealerBtn-off.gif);
}
div#header div.right ul li.selected a.buyBtn {
	width: 93px;
	background: top left no-repeat url(images/buyBtn.gif);
}
div#header div.right ul li.selected a.sellBtn {
	width: 93px;
	background: top left no-repeat url(images/sellBtn.gif);
}
div#header div.right ul li.selected a.dealerDirectoryBtn {
	width: 159px;
	background: top left no-repeat url(images/dealerBtn.gif);
}
div#header div.right ul li a.imageBtn:hover {
	background-position: 0 -42px;
}

/*----------
	Main Navigation
	-----------*/
div#siteNavigation {
	background: top left repeat-x url(images/navigationBg.gif);
	margin: 0 20px;
	clear: both;
	height: 49px;
}
div#siteNavigation ul {
	margin-left: 10px;
}	
div#siteNavigation ul li {
	float: left;
	padding-top: 5px;
	margin-left: 5px;
	_width: 1%;
}
div#siteNavigation ul li.selected {
	background: bottom right no-repeat url(images/tabRight.gif);
}
div#siteNavigation ul li a {
	font-weight: bold;
	color: #fff;
	font-size: 2em;
	display: block;
	padding: 10px 15px 0 15px;
	height: 34px;
}
div#siteNavigation ul li.selected a {
	color: #56534e;
	background: bottom left no-repeat url(images/tabLeft.gif);
}
div#siteNavigation div.right {
	float: right;
}
div#siteNavigation div.right span {
	float: right;
	margin: 15px 20px 0 0;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
} 
div#siteNavigation div.right input {
	float: right;
	margin: 12px 10px 0 0;
	font-size: 11px;
	width: 186px;
	padding: 4px 2px 4px 4px;
	color: #aaa9a6;
}
div#siteNavigation div.right a.goBtn {
	float: right;
	display: block;
	width: 39px;
	height: 25px;
	text-indent: -9000em;
	background: top left no-repeat url(images/goBtn.gif);
	margin: 12px 20px 0 0;
}
div#siteNavigation h2 {
	color: #fff;
	font-size: 2em;
	padding: 12px 0 0 30px;
	font-weight: bold;
}
a.goBtn:hover {
	background-position: 0 -25px !important;
}

/*----------
	Content
	-----------*/
div#content {
	margin: 0 20px 0 20px;
	background: top left repeat-x url(images/contentTop.gif);
	min-height:500px;
	/*height:500px;*/
}

/*----------
	Footer
	-----------*/
div#footer {
	clear: both;
	text-align: center;
	padding-top: 35px;
	background: #fff top left no-repeat url(images/footerBg.jpg);
	font-size: .85em;
	padding-bottom: 20px;
}
div#footer p.links {
	color: #e3e3e3;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

input.error  { background: #fed; border: 1px solid #e00; }
select.error { background: #fed; border: 1px solid #e00; }
textarea.error { background: #fed; border: 1px solid #e00; }