﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #101010;
	font: normal small Georgia;
	color: #999999;
}

h1  {
        margin: 0;
        font-family: "Minion Pro", Georgia, "Times New Roman", Times, serif;  
        font-weight: normal;
        color: #ffffff;
}

h2 {
        margin: 0;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        color: #D0D0D0;
        vertical-align: text-bottom;
}

h3 {
        color: #E92F2F;
        margin: 0;
        font-size: 1.4em;
        font-weight: normal;

}

h2 {
        font-size: 2em;
        color: #E92F2F;
}

img {
        border: none;
}

a {
	user-focus: none;
	outline : none;
	-moz-user-focus: none;
	-moz-outline: none;
	color: #E92F2F;
	text-decoration: none;
}

/* Header */

#header {
    	color: #000000;
	width: 650px;
	height: 130px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 140px;
    	color: #101010;
}

#logo h1{
	float: left;
	padding: 10px 10px 0 0;
	letter-spacing: -2px;
	font-size: 48px;
    	font-color: #000000;
}

#logo h2 {
    	vertical-align: -90%;
	float: right;
	padding: 46px 0 0 0;
	font-size: 24px;
	
}
/* Menu */

#menu {
	height: 40px;
	width: 650px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 130px;
	height: 30px;
	padding-top: 0px;
    	padding-bottom: 20px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 24px;
	color: #E92F2F;
}

#menu a:hover {
	color: #d0d0d0;
}

#menu .active a {
	color: #d0d0d0;
}

/* FAQs */

#faqs {
	text-align: left;
	font-size: 17px;
}

#faqs a ul {
	/*float: left;*/
	text-decoration: none;
	text-align: left;
	font-size: 17px;
	color: #e92f2f;
}
#faqs li a:hover {
	color: #d0d0d0;
}
#faqs .active a {
	color: #d0d0d0;
}

#faqs ul {
	/*float: left;*/
	text-align: left;
}

/* Gallery */

/*#gallery {
	clear: both;
	width: 400px;
	height: auto;
	margin: 0 auto;
}*/

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
    text-align: right;
}

#top-photo h3 {
	text-align: right;
	font-size: 1.6em;
	color: #ffffff;
}

#top-photo p {
	margin: 10;
	padding: 0 0 10px 0;
}

#prev {
	float: left;
	width: 30px;
	height: 100px;
	background: url(images/img11.gif) no-repeat;
}

#next {
	float: left;
	width: 30px;
	height: 100px;
	background: url(images/img13.gif) no-repeat right top;
}

#next span {
	display: none;
}

#prev span {
	display: none;
}

/* Content */

#content {
        height: auto;
	width: 700px;
	margin: 0 auto;
}

/* Sidebar

#sidebar {
	float: left;
	width: 150px;
}

#sidebar ul {
	list-style: none;
	margin: 100;
	padding: 30;
}
*/

/* Caaption */

#caption {
	font-size: small;
	text-decoration: none;
	color: #E92F2F;
}

#caption ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#caption li {
	display: inline;
	font-family: "Minion Pro";
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px;
	background: #101010;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #D0D0D0;
}

#footer a {
	color: #d0d0d0d;
}

#bikes h3 {
        width: 750px;
        text-align: right;
	font-size: 1.6em;
        color: #ffffff;
}

