/*** Elements ***/

html, body{
  background-image: url(../app_images/bg.gif);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #000000;
  margin: 0;
  padding: 0;
}

h1{
 font-family: Arial;
 font-weight: bold;
 font-size: 16px;
 color: #FFFFFF;
 vertical-align: middle;
 text-transform: uppercase;
 margin: 10px;
 padding-top: 10px;
}

h2{
 font-family: Arial;
 font-weight: bold;
 font-size: 16px;
 color: #FFFFFF;
 vertical-align: middle;
 text-transform: uppercase;
}

p{
 margin: 0;
}

a{
  color: #FBF104;
 font-size: 12px;
}

/*** Classes ***/
.arrow{
 vertical-align: middle;
}

.vDash{
	background-image: url(../app_images/vDash.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-style: 2px dashed #C2C5AC;
}

.highlight{
 color: #A83733;
 padding: 0px 0px 0px 0px;
}

.uline{
 border-bottom: 1px dashed #4C5143;
 color: #000;
}

.imgb{
 border: 2px solid #949E7E;
}

.spares{
	width: 100px;
}

.spares td{
	width: 100px;
	font-family: arial;
	color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}

.spares td:hover{
  background-color: #0b60a1;
}

.spares td img{
    border: 3px solid #A6A669;
}

.performance{
  width: auto;
}

.performance td{
 width: 130px;
 font-family: arial;
 color: #6B7459;
 font-size: 12px;
 vertical-align: top;
 text-align: left;
}

.performance td img{
    border: 3px solid #A6A669;
}

.dealers{
width: auto;
}

.dealers td{
width: 100px;
 font-family: arial;
 color: #6B7459;
 font-size: 12px;
 vertical-align: top;
 text-align: left;
 padding-top: 10px;
 border-bottom: 1px dashed #A6A669;
}

.dealers td a{
 font-family: arial;
 color: #3399CC;
 font-size: 10px;
 text-align: center;
}

.links{
 width: auto;
}

.links td{
width: 150px;
 font-family: arial;
 color: #6B7459;
 font-size: 12px;
 vertical-align: top;
 text-align: left;
 padding-top: 10px;
 border-bottom: 1px dashed #A6A669;
}

.links td a{
 font-family: arial;
 color: #FFF500;
 font-size: 12px;
 text-align: center;
}

.enquire{
 width: auto;
}

.enquire td{
 font-family: arial;
 color: #6B7459;
 font-size: 12px;
 vertical-align: top;
 text-align: left;
 padding-top: 5px;
}

.singlelinetf{
 width: 190px;
 padding: 5px;
  font-family: arial;
 color: #6B7459;
 border: 1px solid #6B7459;
}

.multilinetf{
	width: 340px;
	height: 100px;
	padding: 5px;
	font-family: arial;
	color: #6B7459;
	border: 1px solid #6B7459;
	float:inherit
}

.multilinetf2{
	width: 250px;
	height: 100px;
	padding: 5px;
	font-family: arial;
	color: #6B7459;
	border: 1px solid #6B7459;
	float:inherit
}

.btn{
	padding: 10px;
	font-family: arial;
	color: #FFFFFF;
	border: 1px solid #6B7459;
	background-color: #464C3A;
}

.specs{
	font-family: arial;
	color: #6B7459;
	font-size: 12px;
	vertical-align: inherit;
	text-align: left;
	padding-top: 2px;
	border-bottom: 1px dashed #A6A669;
	border-top: 1px dashed #A6A669;
}




/*** Identifiers ***/
#iShell{
	width: inherit;
	height: auto;
}

#iBody{
	background-color: #000000;
	width: auto;
	height: auto;
	border-left: 2px dashed #C2C5AC;
	border-right: 2px dashed #C2C5AC;
	border-bottom: 2px dashed #C2C5AC;
}

#iBLeft{
	width: 425px;
	float: none;
	padding: 10px 5px 10px 15px;
}

#iBLeft p{
 font-family:arial;
 color: #313131;
 font-size: 11px;
 padding-left: 10px;
}

#iBLeft table{
 font-family:arial;
 color: #313131;
 font-size: 12px;
 padding-left: 10px;
}

#iBRight{
	float: right;
	width: 325px;
	padding-bottom: 0px;
	border-left: 2px dashed #C2C5AC;
	padding-right: 0px;
}

#iBRight p{
font-family: arial;
 color: #FFF402;
 font-size: 12px;
 text-align: left;
 padding-left: 60px;
 padding-right: 30px;
}

#iMenu{
	position : absolute;
	padding-left: 250px;
	top: 334px;
	left: -157px;
	width: -93px;
}

#clear{
	width: auto;
	height: auto;
	clear: both;
	padding: 10px 5px 10px 5px;
	margin-top: 1px;
	border-top: 2px dashed #C2C5AC;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;/* background-color: #869270;*/
}

#clear a{
 color: #00000;
}

#bikecontent{
 clear: both;
 width: 867px;
 height: auto;
 padding-top: 60px;
 padding-left: 10px;
 padding-right: 10px;
 text-align: left;
}
#iShell #iBody #clear .dealers {
	width: auto;
}
.vDash #iBody #clear .spares .spares .spares br {
	font-weight: bold;
	text-decoration: underline;
}

