body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #232020;
	background: #d9e9f7
}
/* General Reset */
img { border-style: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
/* Wrapper Start */
#wrapper {
	margin: 0px auto 0;
	width: 820px;
	background: url(../images/bg-wrapper.gif) repeat-y;
	overflow:hidden;
}
/* Header Start */
.header {
	height:94px;
	padding:23px 0 0;
	background: url(../images/bg-header.gif) no-repeat;
	overflow:hidden;
}
.logo{
	width:168px;
	height:80px;
	margin:0 0 0 24px;
	overflow:hidden;
	float:left;
	display:inline;
	background:url(../images/30-bike-rentals.gif) no-repeat;
}
.logo a{
	width:168px;
	height:80px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/* Navigation Start */
.nav{
	margin:32px 0 0 115px;
	padding:0;
	list-style:none;
	float:left;
}
.nav li{
	float:left;
}
.nav li a{
	height:50px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.nav li .rental-bikes{
	width:138px;
	background:url(../images/nav.gif) no-repeat 0 0;
}
.nav li .rental-bikes:hover{
	background:url(../images/nav.gif) no-repeat 0 -50px;
}
.nav .active .rental-bikes,
.nav .active .rental-bikes:hover{
	background:url(../images/nav.gif) no-repeat 0 -100px;
}
.nav li .faqs{
	width:90px;
	background:url(../images/nav.gif) no-repeat -141px 0;
}
.nav li .faqs:hover{
	background:url(../images/nav.gif) no-repeat -141px -50px;
}
.nav .active .faqs,
.nav .active .faqs:hover{
	background:url(../images/nav.gif) no-repeat -141px -100px;
}
.nav li .contact{
	width:115px;
	background:url(../images/nav.gif) no-repeat -234px 0;
}
.nav li .contact:hover{
	background:url(../images/nav.gif) no-repeat -234px -50px;
}
.nav .active .contact,
.nav .active .contact:hover{
	background:url(../images/nav.gif) no-repeat -234px -100px;
}
/* Navigation End */
/* Header End */
/* Main Start */
.main{
	width:800px;
	margin:0 20px 0 0;
	background: url(../images/bg-main.gif) repeat-y;
	overflow:hidden;
}
.homecontent{
	width:521px;
	float:left;
}
.content{
	width:521px;
	float:left;	
	padding:20px 0 20px 24px;
}
.homecontent p{
		padding:15px 0 15px 24px;
}
.image{
	width:255px;
	float:right;
	background: url(../images/bg-main.gif) repeat-y;
}
.image img{
	display:block;
}
.image p{
	margin:26px 20px 10px 20px;
}
.content dl{
	width:195px;
	margin:0;
}
.content dt{
	margin:20px 0 0;
	font-weight:bold;
	color:#6f5139;
	
}
.homecontent dl{
	width:500px;
	margin:20px;

}
.homecontent dt{
	margin:20px;
	font-weight:bold;
	color:#6f5139;
}
.homecontent dd{
	margin:20px;
}
.q{
	font-weight:bold;
	color:#6f5139;
}
.content dd{
	margin:0;
}
.content dd a{
	color:#6f5139;
}
.main a{
	color:#6f5139;
}
.content dl p{
	margin:0;
}
.content dd a:hover{
	text-decoration:none;
}
/* Main End */
/* Carousel Start */
.visual{
	width:755px;
	height:144px;
	padding:20px 20px 0 25px;
	background:#d9e4ca;
	overflow:hidden;
}
.visual .bike-rentals{
	float:left;
}
.visual span#quantity{
	margin:5px 0 0;
	float:right;
	color:#6f5139;
}
.frame{
	width:755px;
	height:115px;
	overflow:hidden;
	clear: both;
}
.visual .back{
	margin:42px 3px 0 3px;
	float:left;
}
.visual .forward{
	float:right;
	margin:42px 0 0 -5px;
}
.carousel-holder{
	width:692px;
	overflow:hidden;
	float:left;
}
.carousel{
	margin:22px 0 0;
	padding:0;
	list-style:none;
	width:9999px;
	overflow: hidden;
}
.carousel li{
	width:102px;
	float:left;
	display:inline;
	padding:0 15px 0 0;
	text-align:center;
	overflow:hidden;
}
.carousel li .holder{
	width:102px;
}
.holder img{
	display:block;
}
.holder .bike{
	width:96px;
	height:65px;
	margin:0 0 6px;
	display:block;
	border:3px solid #d9e4ca;
	background-color: #fff;
	text-decoration:none;
}
.holder .link{
	color:#6f5139;
	text-decoration:underline;
}
.holder .bike:hover,
li.active .holder  .bike{
	border:3px solid #6f5038;
}
/* Carousel End */
/* Main-inner Start */
.inner-page .main{
	padding:25px 0 0;
	background:#fff;
}
.gallery{
	width:479px;
	float:left;
	margin:11px 0 0 35px;
	display:inline;
}
.description{
	width:204px;
	margin:0 22px 0 0;
	padding:0 0 30px;
	float:right;
	display: inline;
}
.description p{
	margin:0;
}
.description h2{
	margin:0 0 18px;
}
.description h3{
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#6f5139;
	background-color: #fff;
}
.description strong{
	margin:23px 0 0;
	color:#6f5139;
	display:block;
	background-color: #fff;
}
.rates{
	margin:0;
	padding:0;
	list-style:none;
}
.rates .price{
	float:right;
}
.select-bike{
	margin:22px 0 0;
	padding:0;
	list-style:none;
	width:205px;
}
.select-bike li{
	float:left;
	padding:0 10px 0 15px;
	background: url(../images/delimiter.gif) no-repeat 0 3px;
}
.select-bike li:first-child{background:none;}
.select-bike li a{
	color:#6f5139;
}
.select-bike li .prev{
	padding:0 0 0 10px;
	background: url(../images/bg-prev.gif) no-repeat 0 5px;
}
.select-bike li .next{
	padding:0 9px 0 0;
	background: url(../images/bg-next.gif) no-repeat 100% 6px;
}
/* Main-inner End */
/* Footer Start */
.footer{
	margin:0 auto;
	padding:21px 105px 15px;
	width:610px;
	background: url(../images/bg-footer.gif) no-repeat;
	overflow:hidden;
	text-align:center;
}
.footer .list{
	margin:0;
	padding:0;
	list-style:none;
}
.footer .list li{
	display:inline;
	line-height:18px;
	padding:0 7px 0 9px;
	background: url(../images/separator.gif) no-repeat 0 2px;
}
.footer .list li:first-child{background:none;}
.footer .list li a{
	color:#6e5038;
	text-decoration:none;
}
.footer .list li a:hover{
	text-decoration:underline;
}
.footer .list li span{
	color:#6e5038;
	margin:0;
}
.footer .trek{
	margin:26px 0 0;
	display:block;
}
/* Footer End */
/* Wrapper End */
