@charset "UTF-8";
body {
	font: 80% Arial, Helvetica, sans-serif;
	line-height: 130%;
	background:url(/images/body_bg.png) top left repeat-x #8d3800;
	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: #ffffff;
}
a {
	text-decoration:none;
	color:#ff8;
}
a:hover {
	color:#FF9;
}
a img {
	border:none;
}
#FWTableContainer185802747 {
}
div#contactlinks ul {
	list-style-type:none;
}
.infotext {
	color:#FF9;
}
.labeltext {
	color:#Ffb;
	font-size:larger;
}
.attentiontext{
	color:#f90;
}
.jobdesc {
	float:left;
	margin:1em;
	width:98%;
	border:solid 2px #2C3739;
	padding:1em;
}
.jobdesc h2 {
	background:#2C3739;
	margin:-0.75em;
	margin-bottom:0.5em;
	padding:0.5em;
	text-align:center;
	background:#666;
}
.salescol1 {
	width:40%;
	float:left;
	padding:1em;
}
.bikediv {
	width:98%;
	padding:1em;
	border:solid 2px #2C3739;
	margin:1.5em;
	height:45em;
}
.bikediv h2 {
	background:#2C3739;
	margin:-0.75em;
	margin-bottom:0.5em;
	padding:0.5em;
	text-align:center;
	background:#666;
}
.bikediv ul {
	list-style-type:square;
}
.bikedesc {
	font-size:larger;
}
.dollardiv {
	font-size:1.25em;
	color:#81B47A;
	text-align:right;
}
.taxesdiv {
	text-align:right;
}
input, textarea {
	font-family: sans-serif;
	font-size: 12px;
}
hr {
	height:0.25em;
	border:groove 2px #FFb;
	background:black;
	margin-top: 0.75em;
}
h1 {
	font-size:125%;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:110%;
}
h3, h2, h1 {
	color:#Ffb;
}
#header {
	background:url(/images/header.png) top left no-repeat;
	width:950px;
	height:230px;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainpagepic {
	text-align:right;
}
.parheader {
	color:#ff9900;
}
#outerborder {
	position:relative;
	top: -10px;
	width:922px;
	border:solid 8px black;
	background:silver;
	padding:6px;
}
#innerborder {
	width:910px;
	border:solid 4px black;
	padding:2px;
	background:#656565;
}
#content {
	background:black;
	padding:5px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 20px 15px 20px;
}
.shirtbar{
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 20px 15px 20px;
	
}
.sidebarpanel {
	width:96%;
	padding:1em;
	border:solid 2px #2C3739;
}
.sidebarpanel h2, .sidebarpanel h1 {
	background:#2C3739;
	margin:-0.75em;
	margin-bottom:0.5em;
	padding:0.5em;
	text-align:center;
	background:#666;
}
.event {
}
#mainContent {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 25px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#footer {
	width:850px;
	margin:10px auto;
	border:solid 1px silver;
	padding:8px;
	font-size:smaller;
	font-style:italic;
	background:black;
	text-align:center;
}
.imgwcap {
	text-align: center;
}
.salesimgdiv {
	text-align: center;
	margin-top:1em;
	position:relative;
}
.salesimgdiv img {
	width:98%;
}
#privacydiv {
	padding: 1.5em;
}
#mapdiv{
	width:590px;
	height:442px;
}
.eventdiv{
	padding:25px;
}
.coverdiv{
	position:absolute;
	top:0;
	left:0;
}
