/*
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: bold medium 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: #fff;
}
/* Positioning */
.l {
display: none;
}

.r {
display: none;
}

/* For Visibility & Keyword Tags*/
.hide {

}
.tiny {
font-size: x-small;
text-align: right;
}
#moton-motor-cycle-keywords {
display: none;}

/* 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 {
display: none;
}

#moton-address h2 {
	float: left;
	width: 180px;
	color: #fff;
	font-size:small;
	text-align: left;
	text-transform: none;
}

/* Main Top Right Navigation */
#mainNav {
display: none;
}

/* 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;
}

ul li {
	margin: 15px 0px 15px 50px;
}
p .map {
text-align: center;
vertical-align: text-top;
}

/*** Bikes for Sale Styling ***/
/* Container */
.moton-sales {
	clear: both;
	display: block;
	margin: 0px;
	border-bottom: 1px dashed #930000;
}
/* Left Column containing the Image only */
.moton-sales img {
	float: right;
	width: 100px;
	height: 65px;
	border: none;
	padding: 2px;
}
/* Container for the list */
.moton-sales ul {
	float: left;
	list-style-type: none;
}
/* Centre Column containing the Titles only */
.moton-sales .header li{
	width: 30px;
	font-weight: bold;
	padding-left: 0px;
}
/* Right Column containing the Details only */
.moton-sales .text li {
	width: 200px;
	padding-left: 0px;
}

/*Container*/

/* Footer */
#moton-footer {
	clear: both;
	padding: 10px;
	border-top: 3px solid #930000;
	background: #C90404;
}
#moton-footer p {
	width: auto;
	margin: 0 auto;
	text-align: left;
	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;
}

