/*html { 
	height: 100%; 
	margin-bottom: 1px; 
}*/

body {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #000000;
	height: 100%; 
	margin-bottom: 1px; 

}
td {
	font-size: 11px;
}

/* ===== A ===== */
A:link {text-decoration: none; color: #00CCCC;}
A:visited {text-decoration: none; color: #00CCCC;}
A:active {text-decoration: none; color: #00CCCC;}
A:hover {text-decoration: underline; color: #00CCCC;}

/* ===== FONTS =====*/	
.headline {
	font-size: 16px;
	font-weight: bold;
}
.subHeadline {
	font-size: 13px;
	font-weight: bold;
}

/* ===== HEADER ===== */
#pageHeader {
	width: 760px;
	background: #333333;
	border-bottom: 1px solid #990000;
	/*background-image:url(graphics/page_header_02.jpg);*/
	background-repeat: no-repeat 
}

#content {
	width: 760px;
	padding: 0px;
}

#mainContent {
	vertical-align: top;
}

/* ===== HOME ===== */
#homeWelcome {
	background: #1F1F1F;
	margin-bottom: 10px;
}
#homeWelcome td {
	padding: 10px;
}

/* ===== NEWS ===== */
#homeNews ul
{
	margin: 5px;
	padding: 5px;
	list-style-type: none;
	/*list-style-image: url(graphics/arrow.gif);*/

}
#homeNews li { 
	margin: 0 0 5px 0;
	font-size: 13px; 
}
.newsDate {
	color: #999999;
	font-size: 10px;
}

/* ===== GALLERY ===== */
#galleryList {
	border-collapse: collapse;
}
.galleryRow td {
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #333333;
	vertical-align: top;
}

/* ===== BIKES/FRAMES ===== */
.bikeBrands {
	border-bottom: 1px dotted #333333;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* ===== DEMO FLEET ===== */
.demoFleet {
	padding-bottom: 5px;
	border-collapse: collapse;
}
.demoFleet td {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ===== LEFT NAV ===== */
#leftNav {
	width: 160px;
	vertical-align: top;
	/*border-right: 1px  solid #333333;*/
}	
#leftNavList {
	text-align: left;
	font-size: 12px;
	font-family: Tahoma,Verdana,Arial,sans-serif;
}
#leftNavList ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#leftNavList li { 
	/*margin: 0 0 .2em 0;*/
	margin: 0 0 0 0; 
}
#leftNavList a
{
	display: block;
	color: #FFF;
	background-color: #000000;
	/*width: 9em;*/
	width: 150px;
	padding: .4em .8em;
	margin: 0 0 .1em 0;
	text-decoration: none;
}
#leftNavList a:hover
{
	background-color: #990000;
	color: #FFF;
}

/* ===== PAGE FOOTER ===== */
#pageFooter {
	width: 760px;
	border-top: 1px dotted #1F1F1F;
	text-align: center;
}

/* ===== FORMS ===== */
.buttonSubmit {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 85%;
	background-color: #00CCCC;
	padding: 2px;
   	border:1px solid #FFFFFF;
}

/* ===== LIST ITEMS ====== */
.listItems {
	width: 760px;
	border-collapse: collapse;
}
.listItems td {
	padding: 5px;
	border-bottom: 1px dotted #333333;
}


/* ===== SYSTEM MESSAGE ===== */
.systemMessageError {
	color: #FF0000;
	font-weight: bold;
}
.systemMessageWarning {
	color: #F5B800;
	font-weight: bold;
}