@charset "utf-8";
/***********************************************************
Styles set in fixed_template.dwt
***********************************************************/
body, html  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	padding: 0; 
	height: 110px;
	background-color: #FFFFFF;
} 
#top_nav {
	height: 30px;
	border-bottom-color: #000000;
	border-bottom-width: medium;
	border-bottom-style: none;
	background-color: #FFFFFF;
}

.img_padding {
	padding-right: 20px;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /*form_fields has 195px*/
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #000000;
	height: auto;
	margin-top: 10px;
}

#sidebar1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: center;
}

.sidebar_textbox {
	height: 550px;
	width: 155px;
	border: thick solid #F2D534;
	padding: 5px;
}
.sidebar_textbox p {
	font-size: 0.95em;
	padding: 0;
	margin: 0;
	margin-top: .5em;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
.thrColFixHdr #mainContent {
	clear: none;
	margin-left: 185px; /*form_fields had 195px*/
	background-color: #FFFFFF;
	margin: 0;
} 
#article {
	margin-left: 182px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
	height: auto;
	width: 620px;
	line-height: 1.5em;
}
#article #slideshow {
	float: left;
	height: 300px;
	width: 400px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #ffffff;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.9em;
}
.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;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#content_area {
	height: auto;
	width: 630px;
	margin-left: 190px;
}
.thrColFixHdr #container #mainContent #content_area hgale {
	font-size: 12px;
}
#footer {
	font-size: 0.8em;
	text-align: center;
}

#gear_text {
	height: auto;
	width: 630px;
	margin-left: 190px;
}
#motorcycle_text li {
	text-indent: 30px;
}
#article #miles {
	font-size: .85em;
}
#article #accessories li {
	text-indent: 30px;
}
#article #2010_nav {
	font-size: 0.85em;
}
#sidebar2 #img2, #img3 {
	padding-top: 15px;
}
#article p #bags3 {
	margin-left: 20px;
	margin-bottom: 5px;

}
#frmContact table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

#email_spry .textfieldRequiredMsg {
	font-size: 0.75em;
}
.input {
	background: #f2d534;
}

#email_spry .textfieldInvalidFormatMsg {
	font-size: 0.75em;
}

td input {
	font-size: 1em;
	font-weight: bold;
	background-color: f2d534;
}
#frmContact #comments {
	width: 450px;
}
