@charset "UTF-8";
/*MOBIUS NEW MEDIA STYLE SHEET FOR GARRISON'S CYCLERY OF CENTREVILLE*/
body, h1, h2, h3, h4, h5, h6, p, dd, dt, dl, ul, ol, li, td, tr, a, thead, tbody, table, form, fieldset, label, input {
	margin: 0;
	padding: 0;
}
html {
	line-height: 1;
}
img {
	border: none;
}
a:focus {
	outline: none;
}
body {
	font-size: 62.5%;
	line-height:  1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	background: url(../images/body-bg.png) repeat-x top #121212;
	text-align: center;
	SCROLLBAR-FACE-COLOR: #222222; 
	SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #333333; 
	SCROLLBAR-ARROW-COLOR: #666666; 
	SCROLLBAR-TRACK-COLOR: #121212;
	SCROLLBAR-DARKSHADOW-COLOR: #000000; 
}
/*LAYOUT*/
#container {
	width: 992px;
	background: url(../images/container-bg.png) repeat-y;
	margin: 40px auto 0px auto;
	text-align: left;
	border-bottom: 1px solid #000;
}
#header {
	height: 166px;
	background: url(../images/header_bg.jpg) no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}
#header h1 {/*logo*/
	width: 275px;
	height: 110px;
	text-indent: -9999em;
	overflow: hidden;
	font: 3.6em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	right: 36px;
	top: 36px;
}
#header h1 a {/*logo link*/
	background: url(../images/header-logo.gif) no-repeat 0 0;
	display: block;
	width: 100%;
	height: 100%;
}
#header h1 a:hover {/*logo link Hover */
	background: url(../images/header-logo-hover.gif) no-repeat 0 0;
	display: block;
	width: 100%;
	height: 100%;
}
#sub_header {
	height: 36px;
	background: url(../images/div-bg.png) no-repeat;
	margin: 0;
	padding: 2px 0px 0px 0px;
	text-align: center;
}
#sub_header h2 {
	height: 27px;
	background: url(../images/div_title.gif) no-repeat center;
	text-indent: -9999em;
	overflow: hidden;
}
#left_sidebar {
	margin: 0;
	padding: 0px 8px;
	background: url(../images/sidebar-bg.gif) repeat-y;
	float: left;
	width: 194px;
}
#leftside {
	width: 500px;
	float: left;
	}
#rightside {
	width: 247px;
	float: left;
	}	
#signupbox {
	margin: 1px 0px;
	padding: 15px;
	background: #090909;
	clear: left;
}
#contactform p {
	font-size:12px;
	font-weight:bold;
	}
#mailingList {
	width: 98%;
	height: 23px;
	margin: 8px 0;
	padding: 0px;
	outline: none;
	border: 1px solid #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #222;
	font-weight: bold;
	color: #ccc;
	font-size: 12px;
	}
#signmeup {
	margin: 0;
	padding: 3px;
	border: 1px solid #333;
	outline: none;
	background: #666;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #111;
	cursor: pointer;
	width: 65px;
	}
#signmeup a{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #111;
	cursor: pointer;
	}		
#repairbox {
	margin: 5px 0px 5px 40px;
	padding: 3px;
	border: solid 5px #FF3;
	width: 80%;
}
#content {
	margin: 0 0 0 210px;
	padding: 5px 10px;
	background: url(../images/content-bg.jpg) no-repeat top left;
}	
#bottnav {
	margin: 0;
	padding: 10px 0 8px 0;
	border-top: 2px solid #333;
	text-align: center;
	clear: left;
}
#footer {
	width: 955px;
	margin: 15px auto;
	padding: 0 15px;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	text-align: left;
}
.contentwrapper {
	margin: 0;
	padding: 5px 0 20px 0;
	border-top: 2px solid #333;
	
}
.contentwrapper p, .contentwrapper h2, .contentwrapper h3, #contentleftcol p, #contentleftcol h2, #contentleftcol h3 {
	padding: 0 15px 0 40px;
}
#contentleftcol {
	margin: 0 222px 0 0;
	padding: 10px 0 20px 0px;
	border-top: 2px solid #333;
}
#contentrightcol {
	margin: 0;
	padding: 20px;
	float: right;
	border-top: 2px solid #333;
	border-left: 1px solid #333;
	border-bottom: 8px solid #333;
	border-right: 1px solid #333;
	width: 180px;
	background: url(../images/trans_white_90.png) repeat;
}
#splash {
	width: 800px;
	margin: 25px auto;
	padding: 25px 50px;
	background: #fff;
}	
#splash  h1, #splash  h2, #splash p {
	color: #999;
}
/*NAVIGATION*/
ul#nav {
	background-color: #222;
	list-style: none;
	width: 194px;
	float: left;
}
ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
ul#nav a, ul#nav span {/*first level link color*/
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	padding: 8px 17px;
	border-bottom: 1px solid #090909;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
ul#nav a:hover {/*first level link hover color*/
	color: #fc0;
}
ul#nav ul.subnav {
	list-style: none;
	font-size: .8em;
	background: #090909;
	border-bottom: 1px solid #090909;
	width: 194px;
	float: left;
	padding: 5px 0 3px 0;
}
ul#nav ul.subnav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
ul#nav ul.subnav a {
	padding: 0 17px 5px 34px;
	border-bottom: none;
}
#sub_about, #sub_products, #sub_services, #sub_gallery, #sub_community, #sub_techtips, #sub_centreville {/*keeps all other secondary levels closed*/
	display: none;
}
/* OPENS SUBMENU ON HOVER  ul#nav li#products:hover ul#sub_products, ul#nav li#services:hover ul#sub_services, ul#nav li#gallery:hover ul#sub_gallery, ul#nav li#community:hover ul#sub_community, ul#nav li#centreville:hover ul#sub_centreville {
	display: block;
}*/
#body_about #sub_about, #body_products #sub_products, #body_services #sub_services, #body_gallery #sub_gallery, #body_community #sub_community, #body_techtips #sub_techtips, #body_centreville #sub_centreville {/*keeps secondary level open*/
	display: block;
}
#body_home li#home a, #body_about li#about a, #body_products li#products a, #body_services li#services a, #body_gallery li#gallery a, #body_community li#community a, #body_techtips li#techtips a, #body_centreville li#centreville a, #body_giftcards li#giftcards a, #body_links li#links a, #body_contact li#contact a, #body_testimonials li#testimonials a { /*first level current state*/
	color: #fc0;
}
#body_about li#about li a, #body_products li#products li a, #body_services li#services li a, #body_gallery li#gallery li a, #body_community li#community li a, #body_techtips li#techtips li a, #body_centreville li#centreville li a {/*secondary level link color*/
	color: #ccc;
}
#body_about li#about li a:hover, #body_products li#products li a:hover, #body_services li#services li a:hover, #body_gallery li#gallery li a:hover, #body_community li#community li a:hover, #body_techtips li#techtips li a:hover, #body_centreville li#centreville li a:hover {
	color: #00ab53;/*secondary level link hover color*/
}
#body_centreville.centreville_maps li#maps a, #body_centreville.centreville_thingstodo li#thingstodo a, #body_about.about_rob li#rob a, #body_about.about_location li#location a, #body_about.about_testimonials li#testimonials a, #body_products.products_bikes li#bikes a, #body_products.products_gear li#gear a, #body_products.products_parts li#parts a, #body_services.services_fitting li#fitting a, #body_services.services_repair li#repair a, #body_services.services_clinics li#clinics a, #body_services.services_schedule li#schedule a, #body_gallery.gallery_shop li#gallery_shop a, #body_gallery.gallery_customerBikes li#gallery_customerBikes a, #body_gallery.gallery_newBike li#gallery_newBike a,#body_gallery.gallery_eyecandy li#gallery_eyecandy a, #body_gallery.gallery_events li#gallery_events a, #body_gallery.gallery_posters li#gallery_vintage a, #body_community.community_events li#events a, #body_community.community_calendar li#calendar a, #body_community.community_board li#board a, #body_techtips.techtips_fixaflat li#fixaflat a, #body_techtips.techtips_beginnertips li#beginnertips a {/*secondary level current state*/
	color: #00ab53;
}
/*FONTS*/
p {
	font-size: 1.35em;
	margin-bottom: 12px;
	line-height: 1.3em;
	letter-spacing: .05em;
}
p.quote {
	font-size: 1.6em;
	margin: 20px 45px 0 45px;
	padding: 20px 0;
	border-top: 4px double #333;
}
p.quote:before {
   content: "\201C";
   padding-right: 0.1em;
}
p.quote:after {
   content: "\201D";
   padding-left: 0.1em;
}
p.smaller {
	font-size: 95%;
}
p.taxsmall {
	font-size: 98%;
	color: #000;
	text-shadow: 1px 1px 3px #fff;
}
.yellow {
	color: #fc0;
}
.red {
	color: #f00;
}
.blue {
	 color:#09F;
}
.white {
	color: #ccc;
}
.green {
	color:#00ab53;
}
p.big {
	font-size: 1.8em;
}
p.small {
	font-size: 1.4em;
}
p.times {
	font-family: "Times New Roman", Times, serif;
}
p.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
p.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.geneva {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p.courier {
	font-family: "Courier New", Courier, monospace;
}
p.bold {
	font-weight: bold;
}
p.italic {
	font-style: italic;
}
#bottnav p {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	color: #ccc;
}
#footer p {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #666;
}
td {
	font-size: 1.3em;
	letter-spacing: .05em;
}
h1 {
	font: normal 2.6em Clarendon, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.6em;
	color: #fc0;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: .1em;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}
h1#welcome, h1#abouth, h1#product, h1#service, h1#galleries, h1#communities, h1#techtip, h1#centrevill, h1#giftcard, h1#link, h1#contacts, h1#shop, h1#testimonial, h1#emailsignup {
	height: 31px;
	text-indent: -9999em;
	overflow: hidden;
}
h1#emailsignup {
	background: url(../images/title_mailinglist.png) no-repeat;
}
h1#testimonial {
	background: url(../images/title_testimonials.gif) no-repeat;
}
h1#welcome {
	background: url(../images/title_welcome.gif) no-repeat;
}
h1#abouth {
	background: url(../images/title_about.gif) no-repeat;
}
h1#product {
	background: url(../images/title_brands.gif) no-repeat;
}
h1#service {
	background: url(../images/title_services.gif) no-repeat;
}
h1#galleries {
	background: url(../images/title_gallery.gif) no-repeat;
}
h1#communities {
	background: url(../images/title_community.gif) no-repeat;
}
h1#techtip {
	background: url(../images/title_techtips.gif) no-repeat;
}
h1#centrevill {
	background: url(../images/title_centreville.gif) no-repeat;
}
h1#giftcard {
	background: url(../images/title_gift-cards.gif) no-repeat;
}
h1#link {
	background: url(../images/title_bike-links.gif) no-repeat;
}
h1#contacts {
	background: url(../images/title_contact.gif) no-repeat;
}
h1#shop {
	background: url(../images/title_online-shop.gif) no-repeat;
}
/*LISTS*/
ul#submenulist {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: .05em;
	margin: 15px 47px;
	padding: 0px 15px;
	list-style: none;
	border-left: 4px solid #333;
}
ul#submenulist li {
	padding: 5px 0px;
}
/*MOBIUS LINK*/
p.mobius {
	float: right;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	width: 136px;
	height: 26px;
	border-left: 2px solid #333;
}
p.mobius a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/footer_mobius.gif) no-repeat 15px 0px;

}
p.mobius a:hover {
	background-position: 15px -26px;
}
/*LINKS*/
#content a:link, #content a:visited, #splash a:link, #splash a:visited {
	color:#fc0;
	text-decoration: none;
}
#content a:hover, #content a:active, #splash a:hover, #splash a:active {
	color:#00ab53;
}
#bottnav a:link, #bottnav a:visited {
	color: #ccc;
	text-decoration: none;
}
#bottnav a:hover, #bottnav a:active, #footer a:hover, #footer a:active {
	color: #fc0;
}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #fc0;
}
/*LISTS*/
.ul_maps, .ul_thumbs {
	margin: 0 45px;
	padding: 0;
	list-style: none;
}
.ul_maps {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	width: 40%;
	float: left;
	margin: 0 0 15px 45px;
}
.ul_maps li {
	display: block;
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 15px;
	overflow: hidden;
	height: 155px;
}
.ul_maps img {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	border: 2px solid #333;
}
.ul_maps a img {
	float:none;
	padding: 0;
	margin: 0;
	border: none;
}
.ul_products {
	border-top: 1px solid #333;
	margin: 0 0 15px 45px;
	padding: 0;
	list-style: none;
	width: 635px;
	float: left;
}
.ul_products p {
	font-size: 1.15em;
	padding: 0 10px 0 0;
}
.ul_products li {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	height: 83px;
	width: 315px;
	float: left;
}
.ul_products img {
	float: left;
	border: 2px solid #333;
	margin: 0 15px 15px 10px;
}
.ul_products img:hover {
	border: 2px solid #00ab53;
}
.ul_products li h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #00ab53;
	margin-bottom: 5px;
	}	
.ul_thumbs li {
	margin: 0 10px 10px 0;
	padding: 0;
	list-style: none;
	float: left;
	line-height:0;
}
.ul_thumbs li a {
	margin: 0;
	padding: 0;
	border: 3px solid #333;
	display: block;
}
.ul_thumbs li a:hover {
	border: 3px solid #00ab53;
}
.ul_default {
	margin: 0 0 20px 0;
	padding: 0 75px;
	list-style: circle;
}
.ul_default li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style: circle;
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: .05em;
}
/*SIGNUP FORM*/
#signupform label {
	font-weight: bold;
	font-size: 12px;
}
#signupform .text {
	width: 92%;
	margin: 8px 0;
	padding: 5px;
	outline: none;
	border: 1px solid #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/signupform_textBg.gif) #222;
	font-weight: bold;
	color: #ccc;
	font-size: 12px;
}
#signupform .submit {
	margin: 0;
	padding: 3px;
	border: 1px solid #333;
	outline: none;
	background: #666;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	cursor: pointer;
}
#signupform .submit:hover {
	background: #fc0;
}
/*SIGNUP2 FORM*/
#signupform2 label {
	font-weight: bold;
	font-size: 12px;
}
#signupform2 .text {
	width: 45%;
	margin: 8px 0;
	padding: 5px;
	outline: none;
	border: 1px solid #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/signupform_textBg.gif) no-repeat #222;
	font-weight: bold;
	color: #ccc;
	font-size: 12px;
}
#signupform2 .submit {
	margin: 0;
	padding: 3px;
	border: 1px solid #333;
	outline: none;
	background: #666;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	cursor: pointer;
}
#signupform2 .submit:hover {
	background: #fc0;
}
/*ULTILITIES*/
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.content_padding {
	margin: 0;
	padding: 0 45px;
}
.imgBorder {
	border: 2px solid #333;
}
hr {
	margin: 10px 45px;
	padding: 0;
	height: 2px;
	background-color: #333;
	color: #333;
	border: none;
	outline: none;
}
.imgRight {
	float: right;
	margin: 0 0 30px 30px;
}
.disclaimer {
	width: 300px;
	margin: 50px auto;
	border: 2px solid #f00;
	padding: 10px;
	color: #f00;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #600;
}
#taxfreeShopping {
	padding: 0;
	border: 1px solid #333;
	width: 242px;
	height: 107px;
	background-image:url(../images/taxfree.jpg);
	background-repeat: no-repeat;	
	}
#taxfreeShopping h2 {
	font-size: 2.3em;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	text-shadow: 1px 1px 3px #000;
	}	
/* RSS Feed */
#rss{
	width: 247px;
	height: 515px;
	margin:0;
	line-height: 16px;
	float: left;
	border-left: 1px solid #333;
	overflow:auto;
	}
#rss h3 {
	color:#00ab53;
	padding: 10px 10px 0 10px;
	font-size:16px;
	}	
#rss ul {
	list-style-type:none;
	list-style:none;
	float: left;
	}
#rss li {
	list-style-type:none;
	list-style:none;
	float: left;
	width: 220px;
	padding: 0 5px;
	}		
#rssfeed {
	font-size:12px;
	font-weight:normal;
	color:#369;
	}
.ul_rssFeed {
	font-size:9px;
	color:#FFF;
	}
.ul_rssFeed span {
	font-size:9px;
	}	
.ul_rssFeed li p {
	font-size:12px;
	}	
.ul_rssFeed li p a{
	font-size:14px;
	font-weight:bold;
	}	
.ul_rssFeed a:link, a:visited {
	color:#000;
	}

