/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000; 
	background:#000 url(../09images/scatter_bkgd_sp_fl.jpg) top center repeat-y; 
	margin: 0; 
	padding: 0;
}
p {
	padding:0 12px 12px 12px;
}
h1 span{
	display:none;
}
h3 {
	font-size:1.8em;
	font-weight:bold;
	padding:8px 0 0 12px;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:8px 0 0 12px;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
}
em {
	font-style:normal;
	font-weight: bold;
	color:#BF0000;
}
#container {
	margin: auto;
	width:787px;
	height:100%;
	background:url(../09images/blackground787.gif) repeat-y;
	position:relative;
	top:0;
}
#wrapper {
	position: relative;
	margin-left: 160px;
}
#leftside {
	position: absolute;
	margin-left: -160px;
}

#main {
	position: relative;
	padding: 12px;
}
/*#content {
	background-color:#FFF;
	margin-top:38px;
}*/
#upper {
	clear:left;
	position: relative;
	height: auto;
}
.buy_box {
	color:#000000;
	padding-top:8px;
	margin-left: 360px;
	margin-top:45px;
	width: 180px;
	background-color:#FFF;
}
.item_pic {
	float: left;
	margin-bottom: 15px;
	background-color:#FFF;
	padding:2px;
}
#lower {
	clear: both;
	background-color:#FFF;
	margin-right: 20px;
	/*width: 480px;*/
}
.price {	
	font-weight:bold;
}

#logo {
	padding-top: 20px;
	position: relative;
}
#warranty {
	position:relative;
	background-color:#999999;
	padding-top:8px;
}
#warranty em {
	font-size:1.6em;
}
#dealers a {
	display: block;
	text-decoration: none;
}
.feature {
	margin-left: -20px;
}

/*Temporary for testing: */
#dealer_list {
	background-color:#CCCCCC;
}
.find_bike {
	margin: 6px;
	background-color:#999999;
	border-style:solid;
	border-width:2px;
	border-color:#000;
}
#cat_menu {
	background-color:#999999;
	margin-right: 20px;
}
#cat_pic {
	background-color:#000000;
	margin-top:8px;
}
	
.sale_note {
	padding-top:4px;
	background-color:#CAE497;
	width:100%;
}



/* _____________________Top Menu */

#top_menu {
	width:580px;
	position: relative;
}
#top_menu ul {
	position:relative;
	z-index:300;
	width:600px;
	padding:10px 0 0 0;
	margin:0;
	list-style-type:none;
}
#top_menu a {
	display: block;
	padding:0 0 2px 8px;
	border-width:1px;
	border-style:none solid solid solid;
	border-color:#333;
	text-decoration: none;
	color:#666;
}
#top_menu li {
	float: left;
	width: 16%;
	margin-bottom:15px;
}
#top_menu a:hover {
color:#CCC;
}


/* _____________________ Menu */


#menu {
width: 146px;
margin-top: 14px;
}

#menu ul {
position:relative;
z-index:306;
padding:0;
margin:0;
line-height:18px;
list-style-type:none;
width:146px;
}

#menu a, #menu h2 {
font: 13px/* Georgia, "Times New Roman", Times, serif*/;
display: block;
border-width: 1px;
border-style: solid;
border-color:#000000;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #669112;
padding: 4px 2px;
}

#menu a {
color: #000;
background: #669112;
text-decoration: none;
}



/* ??? 
.menu li:hover > a {
	color:#efa;
	background:#aa7;
}*/




#menu a:hover {
background: #97D51D;
}
#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



/*______________________ Footer  */

#footer {
	position: relative;
	margin-top: 12px;
	color:#666666;
}
#copywrite {
	font-size:9px;
}
#footer a:link, #footer a:visited {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#CCC;
}



/* ______________________ Form  */

input.btn {
	background:#CCC;
	font-weight:bold;
	border-style:outset;
	border-width:2px;
	border-color:#999;
}
input.btnhov {
	background:#97D51D;
}
.view_cart a:link, .view_cart a:visited {
	background: #CCC;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 8px;
	border-style:outset;
	border-width:2px;
	border-color:#999;
}
.view_cart a:hover {
	background:#97D51D;
}


/* ___________________ Multi Item Form  */

.one_item {
	position: relative;
	padding:3px 0;
	background-color:#999;
	border: 1px solid black;
}
.one_cart {
	width: 30%;
	margin-left: 400px;
}
.one_detail {
	float: left;
	width: 70%;
}
.one_item a:link, .one_item a:visited {
	color:#006600;
}
.one_item a:hover {
	color:#333;
}

/* _________________ main links  */
a:link, a:visited {
	text-decoration: none;
	border:none;
	color:#006600;
}
a:hover {
	text-decoration:underline;
}
/*___________________ em links */
em a:link, em a:visited {
	text-decoration: none;
	border:none;
	color:#BF0000;
}
em a:hover {
	text-decoration:underline;
}