﻿/* CSS layout */
/* CSS layout */
/* ERIC MEYER'S CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END CSS RESET */

#masthead {
	background-color: #C0C0C0;
	background-image: url('Images/HebertCyclesMasthead1.jpg');
	background-repeat: no-repeat;
}
#top_nav {
}
#page_content {
	background-color: #FFFFFF;
	display: block;
	margin-bottom: 30px;
	clip: rect(auto, auto, auto, auto);
	height: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1em;
	padding-top: 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-bottom: auto;
	padding-bottom: 20px;
	font-size: .9em;
	text-align: center;
	display: block;
	margin-top: auto;
}
#menus {
	background-color: #C0C0C0;
	margin-bottom: 10px;
}
#wrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
hr {
	padding: 0px;
	margin: 0px;
}
.grayBar {
	background-image: url('Images/tinygraybar.gif');
	background-repeat: repeat-x;
	top: 0px;
	background-color: #FFFFFF;
}
.grayBarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	padding-left: 15px;
	vertical-align: bottom;
	color: #FFFFFF;
}
.thumbnailImage {
	padding: 5px 5px 5px 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.thumbnailDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	width: 100px;
	padding-left: 15px;
	text-align: center;
	line-height: normal;
}
.footNoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: 10px;
}
p {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
.h2PaddedLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 10px;
}
.alignCenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.alignLeft {
	margin: 5px 10px 10px 5px;
	float: left;
	padding-left: 5px;
}
.alignRight {
	margin: 5px 10px 10px 5px;
	float: right;
}
.tdUsedMCs {
	vertical-align: middle;
	text-align: left;
	padding: 10px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
}
.tdHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;	
	background-color: #CCCCCC;
	padding-left: 10px;
}
.ulCentered {
	text-align: center;
}
.ulLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	padding-left: 10px;
	margin-left: 10px;
}
.flashplayerstype {
	margin: 5px 10px 10px 10px;
	float: right;
}
.announcments {
	margin: 10px;
	text-align: center;
	font-weight: bold;
	width: 400px;
}
.BMWMotorradMastheadLogo {
  margin: 8px 10px;
}
#buttonLeft {
	margin-left: 40px;
}

#editBikeForm {
  margin-left: 40px;  
}

.inputText {
  border-style: solid;
  border-width: 1px;   
}
.missingEntry {
	color: #FF0000;
	font-size: .8em;
}

