<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b35d14;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4a4a4a;
}

#quicknav-tile {
	width: 100%;
	height: 32px;
	background: #b35d14 url('imgs/bg-qn-tile.png') repeat-x top center; 

	margin: 0; 
	padding: 0;
	text-align: center;
	top: 0;
}


#quicknav-out {
	width: 100%;
	height: 32px;
	background: url('imgs/bg-qn.jpg') no-repeat top center; 
	margin: 0; 
	padding: 0;
	text-align: center;
	top: 0;
}

#quicknav-in {
	width: 812px;
	height: 32px;
	margin: 0 auto 0 auto; 
	padding: 8px 0 0 0;
	text-align: right;
	top: 0;
}

#blackbar {
	width: 100%;
	height: 6px;
	background: #000000; 
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #ededed url('imgs/bg-panel.png') repeat-x top center; 
	margin: 0;
	border: 0px solid #000000;
	overflow: auto;

}

#container {
	width: 812px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ededed url('imgs/bg-panel.png') repeat-x top center; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#right {
	float: right; 
	width: 280px; /* since this element is floated, a width must be given */
	margin: 32px 0 0 0;
}

#left { 
	width: 420px;
	margin: 0 0 0 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 

#resellers {
	clear: both;
	width: 812px;
	height: 31px;
	margin: 0;
	padding: 24px 0 26px 0;
	text-align: center;
}

#contact-tile {
	width: 100%;
	height: 55px;
	background: #eaeaea url('imgs/bg-contact-tile.png') repeat-x top center; 
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

#contact-in {
	width: 812px;
	height: 55px;
	background: url('imgs/bg-contact.png') no-repeat top center; 
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

#footer-tile {
	width: 100%;
	height: 150px;
	background: #b35d14 url('imgs/bg-bottom-tile.png') repeat-x top center; 
	padding: 0;
}

#footer {
	width: 100%;
	height: 150px;
	background: url('imgs/bg-bottom.jpg') no-repeat top center; 
	padding: 28px 0 0 0; 
	text-align: center;
}

p {
	font: .75em Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	text-align: left;
	color: #4a4a4a;
} 

p a {
	color: #d2771b;
	text-decoration: none;
} 
p a:hover {
	color: #d2771b;
	text-decoration: underline;
} 

.loc {
	font: .75em Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 3em;
	text-align: left;
	color: #4a4a4a;
	padding: 0 0 0 0;
} 

.loc a {
	color: #d2771b;
	text-decoration: none;
} 
.loc a:hover {
	color: #d2771b;
	text-decoration: underline;
} 

h3 {
	font: 1.2em Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 0em;
	text-align: left;
	color: #4e4e4e;
}

.quicklinks {
	font: .7em Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #ffffff;
	margin-top: 0;
}

.quicklinks a {
	color: #ffffff;
	text-decoration: none;
}
.quicklinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.emphasis {
	font-weight: bold;
	color: #2b2b2b;
	letter-spacing: 1px;
}

.maplink {
	color: ff00ff;
	text-align: right;
	margin: 4px 0 0 0;
}

.contact {
	font: .75em Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: center;
	color: #707070;
	padding: 10px 0 0 0;
} 

.contact a {
	color: #d2771b;
	text-decoration: none;
}

.footnote {
	font: .65em Lucida Grande, Times New Roman, Times, serif;
	font-weight: normal;
	font-style:italic;	
	line-height: 1.7em;
	text-align: center;
	letter-spacing: 1px;
	color: #f4e7dc;
}



a img {
	border: 1px solid #edad5f;
}
a:hover img {
	border: 1px solid #d2771b;
}