@charset "utf-8";
/* CSS Document for New Hudson Motorcycles */

body {
	background-color: #000;
	text-align: center;
	font-size: 1.2em;
	color: #CC0;
}

h1, h2 {
	color: #FFF;
}

hr { 
	color: #CC0;
	background-color: #CC0;
	height: 1px;
	border: 0;
}

#outer {
	padding: 0px;
	width: 900px;
	border: solid thin #CC0;
}

#outer img.logo1 {
	float: left;
	top: 40px;
	padding: 20px 40px 0px 40px;
}

#outer img.logo2 {
	float: right;
	padding: 30px 30px 10px 0px;
}

#outer img.logo3 {
	text-align: right;
	padding: 12px 0 0 40px;
	float: left;
}

#eXTReMe img {
	border: none;
}

/* ------------------ Content ----------------- */
#content {
	position: relative;
	float: right;
	padding: 10px;
	margin: 18px 6px 12px 6px;
	width: 650px;
	border: solid thin #404040;
} 

#content p {
	text-align: justify;
}

#content h2 {
	text-align: left;
}

#content a {
	text-decoration: underline;
	color: #CC0;
}

#content a:hover {
	text-decoration: none;
}

#content img {
	border: solid #333;
	border-width: 5px;
	border-bottom-width: 40px;
}

.lable {
	position: relative;
	top: -28px;
}

#content table  {
	text-align: center;
}

#content table img {
	border: none;
	border-width: 0;
}

#content .cen {
	text-align: center;
}

#content ul {
	text-align: justify;
}

#photo {
	color: #CC0;
	background: #333;
	text-align: right;
}

/* ----------------- Gallery ---------------- */
#content .gallery td p {
	text-align: center;
}
/* ----------------- Spares ---------------- */
#spares {
		background: #333;
}

#spares td, #spares td p {
		text-align: left;
		padding: 5px;
}

#spares li {
		text-align: left;
}

/* ------------------ menu ----------------- */
#menu {
	position: relative;
	text-align: left;
	float: left;
	padding: 0 0 0 6px;
	width: 200px;
}

#menu ul {
	padding: 0px;
	list-style: none;
	line-height: normal;
	border: solid thin #404040;
}

#menu ul li {
	display: inline;
	border-width: 1px 0 1px 0;
	margin: 0;
}

#menu a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #CC0;
}

#menu a:hover {
	display: block;
	background-color: #404040;
	text-decoration: underline;
}

#menu .selected a {
	background-color: #333;
	text-decoration: none;
}


/* ---------- Contact/Contract Forms ----------*/

.form { 
	border : 1px solid;
    width: 99.9%;
    margin: 0 0 20px 0;
}

.form td { 
	vertical-align : top;
	text-align: left;
}

.form td.rite { 
	text-align : right; 
}

#nhmForm, #grey {
	background-color:#333;
}

#raNdcd {
        letter-spacing: 3px;
}

.red { 
	color : #ff0000; 
}

/* ---------- Footer - all pages ----------*/

#footer {
	font-size: smaller;
	padding: 0 20px 0 20px;
}

#footer p {
	text-align: left;
	float: left;
}

#footer #rite {
	float: right;
}

#footer a {
	text-decoration: none;
	color: #CC0;
}

#footer a:hover {
	text-decoration: underline;
}

