﻿/***************Site Wide**************/
html,
body {
margin:auto;
padding:0px;
font-family:Arial, Helvetica, Sans-Serif;

}
.main{
	background:url(../imgs/body-bg.jpg) repeat-x;
}

.child{
	background:url(../imgs/body-bg2.jpg) repeat-x;
}
.pictures{
	padding:5px;
	background:#fff;
	border:2px solid #666;
}
a img{
border:0px;
}
a{
text-decoration:none;
color:#c13d1b;
}
.clear {
clear: both;
margin: -1px 0px 0px 0px;
height: 1px;
font-size: 1px;
line-height: 1px;
width: 100%;
}
.ahem {  /* Like display: none, but screenreader-friendly */
position: absolute;
overflow: hidden;
height: 0px;
width: 0px;
left: -1000px;
top: -1000px;
}
.fl{
float:left;
}
.fr{
float:right;
}

#wrapper{
	margin:auto;
	width:865px;

}
#header{
	width:865px;
}
.logo{
	width:239px;
	height:100px;
	background:url(../imgs/logo.gif) no-repeat;
	display:block;
}
#nav{
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#nav li{
	float:left;
	background:url(../imgs/nav-border.gif) no-repeat 0 0;
}
#nav li, #nav li a{
	margin:0 0 5px 0;
	padding:30px 8px 12px 8px;
	display:block;
	color:#fff;
	font-weight:bolder;
	font-size:16px;
}
#nav li a:hover{
	color:#c13d1b;
}

h1, h1 a{
	color:#c13d1b;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:16px;
}
.subnav{
	width:100%;
		background:#645d81;
		height:35px;
		padding:5px 20px 0 20px;
}
.tagline h2 , .subnav h2{
	color:#fff;
	font-size:14px;
	text-align: left;
}
.tagline a, .subnav a{
	color:#fff;
}
.tagline a:hover, .subnav a:hover{
	color:#c13d1b;
}
.cycles{
	width:422px;
	height:291px;
	background:url(../imgs/bicycle.jpg) no-repeat;
	margin:18px 0 0 0;
}
.fitness{
	width:408px;
	height:291px;
	background:url(../imgs/fitness.jpg) no-repeat;
	margin:18px 0 0 0;
}

#footer{
	text-align:center;
	background:#c13d1b;
	border-top:1px solid #666666;
	padding:10px 0 5px 0;
	width:100%;
}
#footer p{
	color:#fff;
	margin:0;
	padding:0;
	font-size:10px;
}
.content h2{
	font-size:30px;
	color:#333;
	margin:0 0 5px 0;
	padding:0;
}
.content h3{
	color:#333;
	font-size:16px;
	margin:0 0 5px 0;
	padding:0;
}
.content p{
	font-size:14px;
	color:#333;
	line-height:normal;
	text-align:justify;
}
.content{
	font-size:14px;
	color:#c13d1b;
	line-height:normal;
	text-align:justify;
}
.column1{
	width:505px;
	padding:20px 20px 0 20px;
	font-weight: normal;
	font-size: 14px;
}
.column2{
	width:250px;
	padding:20px 20px 0 20px;
}
