/* Colors

Cyan #00afdb
Aqua #67c8c6
Gray #666

*/




/* Reset and Utility */


html {
	font-size: 16px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.lastRight {
	margin-right: 0;
	border: none;
}




/* Basic Structure */


body {
	font-size: 62.5%;
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
	color: #000;
	background: #00afdb url(../images/background_texture.gif) repeat left top;
}

#backgroundWrapper {
	height: auto;
	width: 900px;
	background: transparent url(../images/mainContent_background.png) repeat-y center top;
	margin: 0 auto;
}

#contentWrapper {
	height: auto;
	width: 760px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
	background-color: #fff;
	overflow: auto;
}

#header {
	height: 115px;
	width: 760px;
}

#logo {
	height: 87px;
	width: 140px;
	float: left;
}

#mainContent {
	height: auto;
	width: 760px;
	font-size: 1.4em;
	line-height: 1.3;
	margin: 0;
	overflow: auto;
}

#largeImage{
	height: 220px;
	width: 760px;
}

#footer {
	width: 760px;
	margin: 60px 0 0;
	clear: both;
	font-size: 1.1em;
	overflow: auto;
}




/* Typography */


a, a:link, a:visited {
	color: #67c8c6;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration:none;
	border-bottom: 1px dotted #67c8c6;
}

h1 {
	/*width: 230px;
	height: 52px;*/
	font-size: 1.6em;
	line-height: 1.2em;
	color: #00afdb;
	font-weight: normal;
	text-transform: uppercase;
	/*text-indent: -9999em;*/
	margin: 0 0 60px;
	/*background: url(../images/title_placeholder.gif) no-repeat top left;*/
}

h1 .cufon {
	margin: 0 0 3px;
}

#logo a:hover, #logo a:active {
	text-decoration:none;
	border-bottom: none;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}



/* Main Navigation */


#mainNav {
	width: 500px;
	list-style: none;
	font-size: .1em;
	float: right;
	margin: 63px 0 0;
}

#mainNav li {
	height: 25px;
	float: left;
	margin-right: 15px;
}

#mainNav li.lastRight {
	margin-right: 0;
}


#mainNav a, #mainNav a:visited {
	height: 25px;
	text-indent: -999em;
	display: block;
	border: none;
}

#mainNav a:hover, #mainNav a:active {
	border: none;
}

#mainNav a.current {
	cursor: default;
}

#mainNav a#navAbout {
	width: 65px;
	background: url(../images/mainNav_background.gif) no-repeat 0 0;
}

#mainNav a#navAbout:hover {
	background: url(../images/mainNav_background.gif) no-repeat 0 -25px;
}

#mainNav a#navAbout.current {
	background: url(../images/mainNav_background.gif) no-repeat 0 -50px;
}

#mainNav a#navAbout.current:hover {
	background: url(../images/mainNav_background.gif) no-repeat 0 -50px;
}

#mainNav a#navProducts {
	width: 88px;
	background: url(../images/mainNav_background.gif) no-repeat -65px 0;
}

#mainNav a#navProducts:hover {
	background: url(../images/mainNav_background.gif) no-repeat -65px -25px;
}

#mainNav a#navProducts.current {
	background: url(../images/mainNav_background.gif) no-repeat -65px -50px;
}

#mainNav a#navProducts.current:hover {
	background: url(../images/mainNav_background.gif) no-repeat -65px -50px;
}

#mainNav a#navTeam {
	width: 55px;
	background: url(../images/mainNav_background.gif) no-repeat -153px 0;
}

#mainNav a#navTeam:hover {
	background: url(../images/mainNav_background.gif) no-repeat -153px -25px;
}

#mainNav a#navTeam.current {
	background: url(../images/mainNav_background.gif) no-repeat -153px -50px;
}

#mainNav a#navTeam.current:hover {
	background: url(../images/mainNav_background.gif) no-repeat -153px -50px;
}

#mainNav a#navRides {
	width: 106px;
	background: url(../images/mainNav_background.gif) no-repeat -208px 0;
}

#mainNav a#navRides:hover {
	background: url(../images/mainNav_background.gif) no-repeat -208px -25px;
}

#mainNav a#navRides.current {
	background: url(../images/mainNav_background.gif) no-repeat -208px -50px;
}

#mainNav a#navRides.current:hover {
	background: url(../images/mainNav_background.gif) no-repeat -208px -50px;
}

#mainNav a#navNews {
	width: 121px;
	background: url(../images/mainNav_background.gif) no-repeat -314px 0;
}

#mainNav a#navNews:hover {
	background: url(../images/mainNav_background.gif) no-repeat -314px -25px;
}

#mainNav a#navNews.current {
	background: url(../images/mainNav_background.gif) no-repeat -314px -50px;
}

#mainNav a#navNews.current:hover {
	background: url(../images/mainNav_background.gif) no-repeat -314px -50px;
}




/* Homepage */


#slideshowWrapper {
	width: 760px;
	height: 384px;
	position: relative;
}

#slideshow {
	width: 760px
	height: 384px;
	position: absolute;
}

#slideshow img {
	position: absolute;
	z-index: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}

#slideshow img.previous {
	z-index: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#slideshow img.current {
	z-index: 2;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#homeButtons {
	width: 250px;
	height: 384px;
	z-index: 5;
	position: absolute;
	right: 0;
}

#homeButtons #newBicycles, #homeButtons #bicycleRepairs, #homeButtons #bicycleRentals, #homeButtons .buttonTextWrapper  {
	width: 250px;
	height: 128px;
}

.buttonTextWrapper  {
	position: relative;
}

#homeButtons #newBicycles {
	background: url(../images/button_newBicycles.png) no-repeat left top;
}

#homeButtons #bicycleRepairs {
	background: url(../images/button_bicycleRepairs.png) no-repeat left top;
}

#homeButtons #bicycleRentals {
	background: url(../images/button_bicycleRentals.png) no-repeat left top;
}

#homeButtons .buttonTextWrapper {
	display: none;
}

#newBicycles .buttonTextWrapper {
	background-color: #00afdb;
}

#bicycleRepairs .buttonTextWrapper {
	background-color: #67c8c6;
}

#bicycleRentals .buttonTextWrapper {
	background-color: #a6a6a6;
}

#homeButtons .buttonText {
	padding: 15px 0 0 15px;
	width: 220px;
	position: absolute;
	bottom: 15px;
}

.buttonText p {
	font-size: .85em;
}

.buttonText p a, .buttonText p a:visited {
	color: #fff;
}

.buttonText p a:hover, .buttonText p a:active {
	color: #fff;
	border-bottom: 1px dotted #fff;
}




/* Secondary Pages Basic Structure */


#mainCol {
	width: 500px;
	float: right;
	margin: 35px 0 0;
	line-height: 1.5;
}

#mainCol p {
	margin: 0 0 15px;
}

.content-255right {
	width: 255px;
	float: right;
}

.content-255left {
	width: 255px;
	float: left;
	margin-right: 5px;
}

#sideCol {
	float: left;
	width: 230px;
	margin: 35px 0 0;
}




/* About */

#rentals {
	margin-top: 20px; 
}

#rentals p {
	color: #00afdb;
	font-size: .9em;
	line-height: 1.35;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding-left: 10px;
	border-left: 1px dotted #00afdb;
}

#rentals img {
	padding-top: 3px;
}



/* Products */


#productLogos {
	width: 760px;
	list-style: none;
	float: left;
	margin-top: 20px;
}

#productLogos li {
	float: left;
	width: 253px;
	height: 85px;
}

#productLogos li a {
	width: 253px;
	height: 85px;
	display: block;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#productLogos li a:hover {
	border: none;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}




/* Team */


#team #slideshowWrapper, #rides #slideshowWrapper {
	width: 760px;
	height: 220px;
	position: relative;
}

#team #slideshow, #rides #slideshow {
	width: 760px
	height: 220px;
	position: absolute;
}

#riders {
	width: 230px;
	color: #00afdb;
}

#riders h2 {
	font-size: .8em;
	text-transform: uppercase;
	margin: 10px 0 3px;
	padding-top: 5px;
	border-top: 1px dotted #00afdb;
}

#riders ul {
	list-style: none;
	font-size: .8em;
}

#riders ul.col2 {
	width: 115px;
	float: left;
}

#riders ul.col2 li {
	width: 115px;
}

#sponsors {
	width: 500px;
	list-style: none;
	float: left;
	margin-top: 20px;
}

#sponsors li {
	float: left;
}

#sponsors li.trainingBible {
	padding: 0 15px 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px dotted #00afdb;
}

#sponsors li.right {
	float: right;
	padding-left: 15px;
	border-left: 1px dotted #00afdb;
}

#sponsors li a {
	display: block;
}

#sponsors li a:hover {
	border: none;
}




/* Group Rides */

#rideSchedule {
	width: 230px;
	color: #00afdb;
}

#rideSchedule h2 {
	font-size: 1em;
	margin-bottom: 5px;
}

.rideEntry {
	width: 230px;
	padding-top: 5px;
	margin: 10px 0 0;
	border-top: 1px dotted #00afdb;
	overflow: auto;
	clear: both;
}

.rideEntry img {
	margin-left: 5px;
	vertical-align: middle;
}

#rideSchedule h4 {
	font-size: .8em;
	font-weight: bold;
	display: block;
	float: left;
}

#rideSchedule h4.right {
	float: right;
	text-align: right;
}

#rideSchedule p {
	font-size: .8em;
	margin-top: 5px;
}

#rideSchedule a, #rideSchedule a:link, #rideSchedule a:visited {
	color: #00afdb;
	text-decoration: none;
}

#rideSchedule a:hover, #rideSchedule a:active {
	color: #74c5e7;
	text-decoration:none;
	border-bottom: none;
}




/* Footer */


.shopInfo {
	width: 245px;
	float: left;
	margin: 0 15px 0 0;
	padding-bottom: 20px;
	border-right: 1px dotted #00afdb;
}

.shopInfo h3 {
	color: #67c8c6;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 4px;
}

.shopInfo p {
	color: #666;
}

.shopInfo em {
	color: #000;
	font-style: normal;
}

.shopInfo abbr {
	color: #000;
	font-weight: bold;
	font-size: .8em;
}

.shopInfo.lastRight {
	width: 235px;
	margin-right: 0;
	border: none;
}

#copyright {
	width: 900px;
	height: 40px;
	margin: 0 auto 30px;
	background: transparent url(../images/background_bottom.png) no-repeat left top;
}

#copyright p {
	padding: 22px 30px 0 0;
	text-align: right;
	display: block;
}

#copyright a {
	color: #666;
}

#copyright a:hover, #copyright a:visited {
	border-bottom-color: #666;
}




/* Colors

Cyan #00afdb
Aqua #67c8c6
Gray #666

*/