/******************************
************ Menu *************
******************************/
#catalog {
	width: 194px;
	height: 78px;
	background: url(/images/menu/catalog.png) no-repeat;	
}

#catalog:hover{
	opacity: 0.8;
	filter: alpha(opacity=80); /*for Internet Explorer 6/7*/
	filter: Òalpha(opacity=80)Ó; /*for Internet Explorer 8*/
}

#history {
	width: 194px;
	height: 78px;
	margin-left: 194px;
	background: url(/images/menu/history.png) no-repeat;	
}

#history:hover{
	opacity: 0.8;
	filter: alpha(opacity=80); /*for Internet Explorer 6/7*/
	filter: Òalpha(opacity=80)Ó; /*for Internet Explorer 8*/
}

#dealers {
	width: 194px;
	height: 78px;
	margin-left: 381px;
	background: url(/images/menu/dealers.png) no-repeat;	
}

#dealers:hover{
	opacity: 0.8;
	filter: alpha(opacity=80); /*for Internet Explorer 6/7*/
	filter: Òalpha(opacity=80)Ó; /*for Internet Explorer 8*/
}

#blank {
	width: 194px;
	height: 78px;
	margin-left: 571px;
	background: url(/images/menu/blank.png) no-repeat;	
}

#flower{
	width: 135px;
	height: 147px;
	margin: -80px 0 0 731px;
	position: absolute;
	z-index: 2;
}

/******************************
***** Catalog - Sub Menu ******
******************************/

#townie{
	width: 194px;
	height: 47px;
	background: url(/images/menu/townie.png) no-repeat;	
}

#townie:hover{
	opacity: 0.7;
	filter: alpha(opacity=70); /*for Internet Explorer 6/7*/
	filter: Òalpha(opacity=70)Ó; /*for Internet Explorer 8*/
}

#amsterdam{
	width: 194px;
	height: 47px;
	margin-left: 194px;
	background: url(/images/menu/amsterdam.png) no-repeat;	
}

#amsterdam:hover{
	opacity: 0.7;
	filter: alpha(opacity=70); /*for Internet Explorer 6/7*/
	filter: Òalpha(opacity=70)Ó; /*for Internet Explorer 8*/	
}

#cruiser{
	width: 194px;
	height: 47px;
	margin-left: 381px;
	background: url(/images/menu/cruiser.png) no-repeat;	
}

#cruiser:hover{
	opacity: 0.7;
	filter: alpha(opacity=70); /*for Internet Explorer 6/7*/
	filter: Òalpha(opacity=70)Ó; /*for Internet Explorer 8*/	
}

#accessories{
	width: 194px;
	height: 47px;
	margin-left: 571px;
	background: url(/images/menu/accessories.png) no-repeat;	
}

#accessories:hover{
	/*background: url(/images/menu/accessories-hover.png) no-repeat;	COMING SOONs*/
}

/******************************
***** Content Type Main *******
******************************/
#catalog-heading {
	width: 333px;
	height: 42px;
	margin-bottom: 10px;	
}

#catalog-info {
	width: 333px;
	padding-right: 15px;
	font-size: 10px;
	line-height: 15px;
}

#catalog-all {
	padding-right: 45px;
}

#catalog-slideshow {
	width: 376px;
	padding: 10px;
}

#catalog-slideshow img{
	width: 100px;
}

#catalog-skyline {
	width: 100%;	
}

#catalog-skyline img{
	width: 710px;
	height: 113px;
	padding: 10px 8px;
}

#catalog-next {
	padding: 20px 40px 0 0;
}

/******************************
**** Content Type Catalog *****
******************************/

#bikes {
	width:728px;
	min-height: 150px;
	height: auto;
	border: 1px solid #000;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-radius-bottomright: 20px;
}

#bikes p {
	width: 200px;
	padding-left: 40px;
}

#bikes img{
	width: 200px;
	padding: 0 20px;
}

/******************************
**** Content Type - Dealers *****
******************************/
#filter_outer {
	margin:0 40px 20px 0;
	border:1px solid #e6f1f4;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}

#filter_inside {
	height:50px;
	padding:10px;
	margin:2px;
	background-color:#E6F1F4;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}

#filter_inside td{
	padding:5px;
}

#dealerName {
	width: 700px;
	padding: 2px 0;
	margin:1px 13px;
	background-color: #579cd5;
	text-decoration: none;
	border:none;
	outline:none;
}

#dealerName a{
	display:block;
	width: 700px;
	padding:5px;
	color:#ffffff;
	text-decoration: none;
	border:none;
	outline:none;
}

#dealerBox {
	width: 700px;
	height: 200px;
	padding:0 20px;
	margin-bottom:10px;
}

#dealerBox table{
	height: 200px;
	padding:0;
	margin:0;
	border:none;
	border-collapse: collapse;
}

#dealerInfo {
	width:200px;
	height:200px;
	padding:0 10px;
	background-color:#E6F1F4;
}

#dealerInfo h2 {
	padding-bottom: 5px;
}

#dealerImg {
	width:200px;
	height:200px;
	background-color:#E6F1F4;
	margin: 0 auto;
}

#google_map {
	width:255px;
	height:200px;
	margin: 0 5px;
}
