@import url('reset.css');
/*
Text color: #fff
Link color: #fff
Link hover: #b50e2b
Background color: #000
*/
body 
{
	background-color: #000;
	font: 13px arial, "Times New Roman", serif;
	text-align: center;
	color: #fff;
}
p
{
	margin-bottom: 12px;
}
li
{
	display: inline;
}
span
{
	visibility: hidden;
}
a:link, a:visited
{
	color: #fff;
}
a:hover
{
	color: #b50e2b;
}
.hide
{
	visibility: hidden;
}
/* Position */
#Wrapper	
{ 	
	width: 960px;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#Header		
{
	height: 157px;
	position: relative;
	background: url('../graphics/header-1.png') no-repeat;
}
#Logo		
{
	position: relative;
	left: 413px;
	top: 19px;
	width:	126px;
	height: 103px;
	background: url('../graphics/logo.png') no-repeat;
}
#Logo a:link, #Logo a:visited
{
	display: block;
	height: 103px;
	width: 126px;
	text-decoration: none;
}
#Nav
{
	height: 78px;
	background: url('../graphics/nav.png') no-repeat;
}
#Nav-Text
{
	position: relative;
	left: 69px;
	top: 16px;
	height: 19px;
	background: url('../graphics/nav-text.png') no-repeat;
}
#Nav-Text li
{
	position: absolute;
}
#Nav-Text a:link, #Nav-Text a:visited
{
	display: block;
	height: 19px;
	text-decoration: none;
}
#Nav-Text li.ln1
{
	width: 38px;
}
#Nav-Text li.ln1 a:hover, #Nav-Text li.ln1 #selected
{
	background: url('../graphics/nav-text.png') no-repeat 0 -19px;
}
#Nav-Text li.ln2
{
	left: 73px;
	width: 49px;
}
#Nav-Text li.ln2 a:hover, #Nav-Text li.ln2 #selected
{
	background: url('../graphics/nav-text.png') no-repeat -73px -19px;
}
#Nav-Text li.ln3
{
	left: 157px;
	width: 60px
}
#Nav-Text li.ln3 a:hover, #Nav-Text li.ln3 #selected
{
	background: url('../graphics/nav-text.png') no-repeat -157px -19px;
}
#Nav-Text li.ln4
{
	left: 252px;
	width: 138px;
}
#Nav-Text li.ln4 a:hover, #Nav-Text li.ln4 #selected
{
	background: url('../graphics/nav-text.png') no-repeat -252px -19px;
}
#Nav-Text li.ln5
{
	left: 432px;
	width: 41px;
}
#Nav-Text li.ln5 a:hover, #Nav-Text li.ln5 #selected
{
	background: url('../graphics/nav-text.png') no-repeat -432px -19px;
}
#Nav-Text li.ln6
{
	left: 509px;
	width: 48px;
}
#Nav-Text li.ln6 a:hover, #Nav-Text li.ln6 #selected
{
	background: url('../graphics/nav-text.png') no-repeat -509px -19px;
}
#Nav-Text li.ln7
{
	left: 592px;
	width: 64px;
}
#Nav-Text li.ln7 a:hover, #Nav-Text li.ln7 #selected
{
	background: url('../graphics/nav-text.png') no-repeat -592px -19px;
}
#Nav-Text li.ln8
{
	left: 691px;
	width: 63px;
}
#Nav-Text li.ln8 a:hover, #Nav-Text li.ln8 #selected
{
	background: url('../graphics/nav-text.png') no-repeat -691px -19px;
}
#Body
{
	float: left;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
	width: 100%;
	overflow: hidden;
	width: 960px;
}
#Left-Nav
{
	width: 100%;
	float: left;
	background: url('../graphics/side-bg.png') repeat-y; 
	position: relative;
}
 #Right-Contact
{
	float: right;
	background: url('../graphics/side-bg.png') repeat-y;
	position: relative;
	width: 746px;
	margin-right: -534px;
}
 #Left, #Right
{
	position: absolute;
	top: 0;
	width: 213px;
	overflow: hidden;
}
#Left
{
	left: -213px;
}
#Right
{
	left: 535px;
}
#Left-Nav select, #Right-Contact p
{
	margin-left: 10px;
}
#Left-Nav select
{
	width: 190px;
	margin-bottom: 10px;
}
#Right-Contact address p:first-child
{
	margin-bottom: 10px;
}
#Right-Contact a
{
	margin-right: 5px;
}
div.side-head h3
{
	margin-left: 20px;
	position: relative;
	top: -5px;
	width: 213px;
}
#Left h3.dealers
{
	background: url('../graphics/dealers.png') no-repeat;
	width: 213px;
}
#Left h3.bikes
{
	background: url('../graphics/bikes.png') no-repeat;
}
#Right h3.contact
{
	background: url('../graphics/contact.png') no-repeat;
}
#Right h3.socialize
{
	background: url('../graphics/socialize.png') no-repeat;
}
.side-head
{
	background: url('../graphics/side-heading.png') no-repeat;
	margin: 41px 0 10px -10px;
}
#Section-Copy
{
	width: 515px;
	padding-right: 10px;
	float: left;
	min-height: 450px;
	position: relative;
	background-color: #000;
	right: 535px;
	padding-left: 10px;
}

#Section-Copy h2
{
	height: 32px;
	position: relative;
	top: -10px;
	margin-left: 5px;
}
#Section-Copy div.title
{
	background: url('../graphics/title.png') no-repeat;
	margin-top: 20px;
}
#Footer
{
	background: url('../graphics/footer.png') no-repeat;
	float: left;
	width: 960px;
	z-index: 1;
	margin-top: 50px;
	position: relative;
}
#Footer p, #Footer ul
{
	margin-top: 20px;
}
#Footer p
{
	float: left;
}
#Footer ul
{
	float: right;
}
#Footer ul li
{
	margin-left: 10px;
	font-size: 0.9em;
}

#Left-Bike
{
	background: url('../graphics/left-bike.png') no-repeat;
	width: 214px;
	height: 103px;
	position: absolute;
	top: -95px;
	left: 0;
}
#Right-Bike
{
	background: url('../graphics/right-bike.png') no-repeat;
	width: 214px;
	height: 103px;
	position: absolute;
	right: 0;
	top: -100px;
}

#Contact
{
	width: 195px;
	float: left;
}
#Contact h6
{
	margin: 10px 0 5px;
}

#Contact span.phone /* move the converted phone number undearneath the text version */
{
	margin-left: 56px;
	visibility: visible;
}

h6.map
{
	padding-left: 5px;
	float: right;
	margin: 10px 0 5px;
}
iframe
{
	width: 315px;
	height: 259px;
	float: right;
}


/*.google
{
	color: #fff;
	font-size: 0.8em;
}*/
#Left li
{
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
}
#bike-menu
{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
#bike-menu li
{
	margin-right: 5px;
}
div.bike
{
	clear: both;
	margin-bottom: 150px;
}
div.bike img
{
	float: left;
	margin-right: 50px;
}
div.bike dt
{
	color: #b50e2b;
}
div.bike dd
{
	margin-bottom: 5px;
}
#prev, #next
{
	display: block;
	width: 19px;
	height: 14px;
	position: absolute;
}
#prev
{
	background-image: url('../graphics/prev.png');
	top: 0;
	left: 290px;
}
#next 
{
	background-image: url('../graphics/next.png');
	top: 0;
	left: 647px;
}
.arrow
{
	text-decoration: none;
}
#twitter
{
	background-image: url('../graphics/twitter.png');
	width: 25px;
	height: 25px;
	display: block;
	text-decoration: none;
	float: left;
}
#facebook
{
	background-image: url('../graphics/facebook.png');
	width: 25px;
	height: 25px;
	display: block;
	text-decoration: none;
	float: left;
}
ul.dealers-list
{
	float: left;
	width: 148px;
	margin-right: 20px;
}
ul.dealers-list li
{
	display: block;
	margin-bottom: 5px;
}
