/* CSS Document */

* { 
padding : 0;
margin : 0;
} 


body { text-align: center; background-color: #eeeeee; margin-top: 0px; margin-bottom: 0px; }

#page { font-family: Arial, Helvetica, sans-serif; width: 760px; text-align: left; margin-left: auto; margin-right: auto; padding-left: 0px; padding-right: 0px; }

#main { font-family: Arial, Helvetica, sans-serif; background: url(images/main-background.gif) repeat-y; float: left;  width: 760px; }


#header { height: 104px; background-color: #dcdcdc; width: 760px; float: left; 
vertical-align: bottom;
}

#header img { float: left; 
vertical-align: bottom;
}

.header-bottom {
background: url(images/header-background.jpg) no-repeat;
width: 642px; 
float: right; 
height: 104px;
}

#leftcolumn {float: left; 
width: 150px; 
height: 200px;}

#leftcolumn ul { 
padding: 0px;
margin: 0px;
list-style-type: none;
color: #ffffff;
font-weight: bold;
font-size: 110%;
margin-top: 16px;
margin-left: 0px;
float: left; 
width: 150px; 
padding-left: 0px;
position: relative;
left: 12px;
}

ul li {
padding: 0px;
margin: 0px;
margin-bottom: 9px;
padding-left: 0px;
margin-left: 0px;
}

ul a {
color: #ffffff;
text-decoration: none;
}

ul a:hover {
color: #dcdcdc;
}

ul a.active {
color: #e52139;
}

#leftcolumn img.bikes {
margin-top: 20px;
position: relative;
left: 13px;
}


img.bikesright {
margin-top: 20px;
position: relative;
left: 21px;
}


#content { float: left; width: 390px; background-color: #ffffff; margin-top: 40px; margin-right: 15px; margin-left: 35px;}


#content img {
padding: 0px;
margin: 0px;
}

h1 {
font-size: 95%;
color: #46ab81;
margin-top: 20px;
margin-bottom: 0px;
font-weight: bold;
}

.h1red a {
color: #dd6773;
text-decoration: none;
}

h3 {
font-size: 90%;
margin-top: 20px;
margin-bottom: 13px;
color: #262427;
}

h4 {
font-size: 70%;
margin-top: 13px;
margin-bottom: 10px;
color: #262427;
}

#content p {
margin-bottom: 10px;
font-size: 70%;
color: #262427;
}


a.designby {
color: #cccccc;
font-size: 55%;
margin: 10px 20px 10px 10px;
text-decoration: none;
float: right;
width: 740px;
text-align: right;
}