/*
* Reset things
*/

html, body {
	height: 100%;	
}

html, body, p, h1, h2, h3, h4, div, table, tr, td, ul, li {
	border: 0;
	color: #000;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: left;
}

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 10pt 0;	
}

ul {
	margin: 0;
	padding: 0 0 10pt 20pt;
}

label {
	padding: 0 0 10pt 0;
}

p, ul, li, td, label { font-size: 12pt; line-height: 14pt; }
h1 {font-size: 20pt;  }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 13pt; }

hr {
	border: 0;
	border-top: 1px solid #999;
}

img {
	border: 0;
}

a {
	color: #D00;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}

#wrapper {
	margin: 20px auto 0 auto;
	width: 860px;
}

/*
* Header
*/

body {
	background: #FFF url(img/background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

#header {
	height: 348px;
}

#header img {
	position: absolute;
	z-index: 0;
}

#header div {
	position: absolute;
	z-index: 1;
}

#header .contact {
	margin-left: 600px;
	margin-top: 100px;
	padding: 0;
	width: 360px;
}

#header div.contact p {
	margin: 13px 15px 0 0;
	text-align: right;
	font-size: 14px;
}

#header div.menu {
	margin-top: 272px;
	margin-left: 310px;
	width: 550px;	
}

#header .menu table {
	height: 49px;
	width: 550px;
}

#header .menu table td {
	background: url(img/spacer.gif);
	background-repeat: no-repeat;
	width: 16.66%;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

div.menu a {
	color: #000;
}

#content {
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	margin: 0 4px;
	padding: 10px;
	background: #FFF;
	width: 1000px;
}

p.footer {
	clear: both;
	border-top: 1px solid #EEE;
	color: #999;
	font-size: 8pt;
	margin: 0;
	padding: 9px 7px 0 7px;
}

p.small {
	font-size: 11pt;
}

div.sidebar {
	float: left;
	min-height: 100%;
	height: 100%;
	width: 250px;
	padding: 5px;
	margin: 0 10px 10px 0;
	border-right: 1px solid #EEE;
	text-align: center;
}

div.sidebar p, div.sidebar img {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

div.sidebar-content {
	float: right;
	width: 555px;
}

div.sidebar p {
	margin: 0;
	padding: 0;	
	font-size: 10pt;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

ul.error {
	background-color: #C30;
	border-bottom: 1px solid #F00;
	border-top: 1px solid #F00;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 25px;
}
	
ul.error li
{
	color: #FFF;
}

#dealers a {
	color: #000;
	text-decoration: underline;
}

#dealers .dist {
	color: #D00;
}

div.two-column {
	clear: both;
	float: none;
	width: 100%;
}

div.left {
	float: left;
	width: 49%;
}

div.right {
	float: right;
	width: 50%;
}

input.text-wide, select {
	margin-left: 10px;
	width: 300px;
}