body {
	background-color: #57564a;
	font-family: Verdana;
}

img { 
	border: 0;
}

#contact {
	background-image: url('/images/contact_bg.jpg');
	background-position: center right;
	background-repeat: no-repeat;
	width: 924px;
	height: 16px;
	text-align: right;
	margin: auto;
	color: #d2e287;
	font-size: 9px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 25px;
}

#contact a {
	text-decoration: none;
	color: #d2e287;
}

#container {
	padding: 8px;
	width: 934px;
	background-color: #ffffff;
	margin: auto;
}

#container:after, .info_box:after, #info_box_navigation:after {
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
	content: ".";
}

#header {
	margin: 0 auto 5px 0;
	width: 934px;
	height: 85px;
}

#navigation {
	width: 934px;
	margin: 0 auto 5px 0;
	height: 30px;
	background-color: #669933;
	position: relative;
	z-index: 2;
}

#navigation ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 928px;
	height: 30px;
}

#navigation ul li {
	float: left;
	width: 103px;
	text-align: center;
	font-weight: bold;
	position: relative;
}

#navigation ul li a  {
	display: block;
	padding-top: 5px;
	height: 25px;
	text-decoration: none;
	color: #d2e287;
}

#navigation ul li a:hover {
	color: #669933;
	background-color: #d2e287;
}

#navigation ul li * {
	vertical-align: middle;
}

#navigation ul li ul {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 30px;
	width: 116px;
}

#navigation ul li ul li a {
	display: block;
	background-color: #d2e287;
	color: #669933;
	height: 25px;
	padding-top: 5px;
}

#navigation ul li ul li a:hover {
	display: block;
	background-color: #669933;
	color: #d2e287;
}

#navigation ul li ul li a small {
	font-size: 11px;
}

#home {
	width: 934px;
	margin: 0 auto 5px auto;
	position: relative;
	height: 447px;
	z-index: 1;
}

#home .slide {
	position: absolute;
	top: 0;
	left: 0;
}

#home_footer {
	width: 934px;
	height: 155px;
	margin: auto;
	background-color: #000000;
}	

#home_footer .home_footer_section {
	float: left;
	width: 311px;
	padding: 13px 0 13px 0;
	text-align: center;
	color: #6d6e71;
}

#left_column {
	float: left;
	width: 166px;
	margin-right: 5px;
	height: 588px;
}

#right_column {
	float: right;
	width: 763px;
	height: 588px;
	background-color: #000;
	color: #fff;
	font-size: 13px;
}

#right_column h1 {
	margin: 0 0 10px 0;
	font-size: 22px;
}

#right_column img {
	display: block;
	margin: 0;
}

#right_column hr {
	border: 0;
	border-top: 5px solid #fff;
	padding: 0;
	margin: 0;
}

.bike {
	float: left;
	width: 381px;
	text-align: center;
}

#dealers, #likes, #gallery {
	overflow: auto;
	height: 568px;
}

#dealers a, #likes a {
	color: #00aeef;
}

#gallery a {
	color: #669933;
}

#gallery img, #parts img, #ebb img {
	display: inline;
	padding: 3px;
	border: 1px solid #606060;
	margin: 6px;
}

#contact_page img {
	display: inline-block;
}

.geometry {
	margin: 20px 15px 20px 0;
	font-size: 10px;
	width: 445px;
	border-collapse: collapse;
}

.geometry th, .geometry td {
	border: 1px solid #c0c0c0;
}

#info_box_navigation {
	border-top: 5px solid #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 763px;
	background-color: #4d4948;
}

#info_box_navigation li {
	width: 190px;
	float: left;
	height: 20px;
	color: #fff;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 0;
}

#info_box_navigation li span {
	display: block;
	cursor: pointer;
}

#info_box_navigation li span:hover {
	text-decoration: underline;
}

#info_box_navigation #features, #features_box {
	background-color: #000;
}

#info_box_navigation #about, #about_box  {
	background-color: #221e1f;
}

#info_box_navigation #photos, #photos_box  {
	background-color: #3f3f40;
}

#info_box_navigation #geometry, #geometry_box  {
	background-color: #4d4948;
}

.info_box {
	width: 753px;
	height: 215px;
	overflow: auto;
	color: #fff;
	padding: 5px;
}

.info_box p {
	font-size: 11px;
}

#photo_box img {
	display: inline;	
}

#photo_box {
	padding: 30px 15px;
	height: 160px;
	white-space: nowrap;
}

#photo_box img {
	padding: 3px;
	border: 1px solid #c0c0c0;
	margin: 5px;
}

.popup {
	color: #333;
	display: none;
	position: absolute;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 5px;
	border: 2px solid #000;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;
}

#monthly_feature {
	background-color: #000;
	border: 2px solid #fff;
	height: 75%;
	color: #fff;
}

.popup_close {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 18px;
	height: 18px;
	background-color: #000;
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
