/*
Moton Motor Cycles - Please do not copy or reproduce without the owners express writren consent
*/

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
	margin: 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	font: normal x-large "DomBold BT", Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	text-align: justify;
	padding: 10px 0px 10px 0px;
}
p, blockquote {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}
blockquote {
	font-style: italic;
}
em {
	font-style: normal;
	border-bottom: 1px dashed #000;
}

/* LVHA */
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
/* Positioning */
.l {
clear: both;
float: left;
padding: 10px 10px 10px 0px;
}
.r {
clear: both;
float: right;
padding: 10px 0px 10px 10px;
}
.nr {
clear: both;
float: right;
padding: 50px 100px 10px 10px;
}
.idt {
margin-left: 100px;
}

/* For Visibility & Keyword Tags*/
.hide {
display: none;
}
.tiny {
font-size: x-small;
text-align: right;
}
#moton-motor-cycle-keywords {
background-color: #C90404;
color: #fff;
padding: 10px 0px 10px 0px;
font-size:xx-small;
text-align: center;
}

/* Red Header Area */
#moton-motor-cycles-header {
	background-color: #C90404;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #930000;
}

/* Logo */
#moton-logo {
	float: left;
	height: 89px;
	width: 638px
}

#moton-address h2 {
	font: normal small Arial, Helvetica, sans-serif;
	float: right;
	width: 180px;
	padding-right: 20px;
	color: #fff;
	text-align: right;
	text-transform: none;
}
#moton-address a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}


/* Main Top Right Navigation */
#mainNav {
	clear: both;
	height: 32px;
}

#mainNav ul {
	list-style: none;
}

#mainNav li {
	display: inline;
	height: 32px;
	width: 100px;
}

.main-menu-tab {
	display: block;
	float: left;
	height: 32px;
	width: 100px;
	margin: 0px 1px 0px 0px;
	background:  transparent url(../images/moton-menu-bg.gif) no-repeat;
}

#mainNav a {
	display: block;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
#mainNav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
}


/* Main Body */
#moton-content {
	clear: both;
	width: auto;
	margin: 10px;
}
#moton-content p a {
	text-decoration: underline;
	color: #000;
}

#moton-content a:hover, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #ff0000;
}
table {
	margin: 15px 0px 15px 50px;
	line-height: 2em;
}
td.col1 {
	vertical-align: text-top;
	text-align: left;
}
td.col2 {
	padding-left: 30px;
	vertical-align: text-top;
	text-align: left;
}
.col2 a{
	color: #000;
}

ul li {
	margin: 15px 0px 15px 30px;
}
p .map {
text-align: center;
vertical-align: text-top;
}

/*** Bikes for Sale Styling ***/
/* Container */
.moton-sales {
	clear: both;
	display: block;
	margin: 10px 0px 10px 0px;
	border-top: 1px dashed #ff0000;
}
/* Container for the list */
.moton-sales ul {
	clear: right;
	float: left;
	list-style-type: none;
	padding: 0; 
	margin: 0; 
	list-style-type: none;
}
/* Left Hand Titles ONLY */
.moton-sales .header li {
	width: 60px;
	font-weight: bold;
	padding-left: 0px;
}
/* Centre Bike Details Only */
.moton-sales .text li {
	width: 150px;
	padding-left: 0px;
}
/* Images ONLY */
.moton-sales a img {
	width: 135px;
	height: 101px;
	border: 1px solid #000;
	padding: 2px;
	margin-top: 15px;
	vertical-align: top;
}

/* Resize the image on hover */
.moton-sales a:hover img  {
	width: 270px;
	height: 202px;
	border: 1px solid #000;
	padding: 2px;
	margin-top: 15px;
}

/* Resize the image on hover */
.moton-sales img a:active   {
	width: 270px;
	height: 202px;
	border: 1px solid #000;
	padding: 2px;
	margin-top: 15px;
}

/* Resize the image on hover */
.moton-sales a:hover img  {
	width: 270px;
	height: 202px;
	border: 1px solid #000;
	padding: 2px;
	margin-top: 15px;
}
/* Resizing the link when 'clicked' */
.moton-sales a:active, .moton-sales a:focus {
	width: 270px;
	height: 202px;
	margin-top: 15px;
}
/* Resizing the image when 'clicked' */
.moton-sales a:active img, .moton-sales a:focus img {
	width: 270px;
	height: 202px;
	margin-top: 15px;
}

/* The 'click' hack for Internet Explorer */
.moton-sales a:visited {
  color:#000;
  }

/* Footer */
#moton-footer {
	clear: both;
	padding: 10px;
	border-top: 3px solid #930000;
	background: #C90404;
}
#moton-footer p {
	width: auto;
	margin: 0 auto;
	text-align: center;
	font-size: x-small;
	color: #FFF;
}
#moton-footer a {
	text-decoration: underline;
	color: #FFF;
}
#moton-footer a:hover, a:active, a:visited {
	font-weight: bold;
	color: #000;
}

