@import url(reset.css);

/* @group general */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	background-color: #fff;
	color: #262626;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #7d0025;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7d0025;
}	
a {
	outline: none;
}
h1, h2, h3, h4{
	color: #8c8b00;
	font-size: 2.4em;
	line-height: 1.2em;
}
h2{
}
h3{
}
h4{
}
.nav{
	clear: both;
}
.nav li{
	float: left;
}
.nav2 li{
	display: inline;
}
strong {
	font-weight: bold;
}

ul.listNormal {
	padding-left: 40px;
}
ul.listNormal li{
	list-style-type: disc;
}
#skip {
	display: none;
}
.success {
	border: 2px solid #009900;
	background-color:#8EFF52;
	padding: 10px 15px;
	color: #006600;
}
.hide{
	display:none;
}
.show{
	display:block;
}

/* @group floats */
.left{
	float:left;
}
.right{
	float:right;
}
.nav li.right{
	float:right;
}
/* @end floats */


/* @end general*/






/* @group layout */
#container {
	
	
	
}

#content {
	width:955px;
	margin: 0 auto;
	
}
#content-main,
.content-main  {
	padding: 60px 0 0 80px;
	width: 420px;
	float:left;
}
#content  p,
#content  li{
	font-size: 1.2em;
	line-height:1.337em;
}
#content  p,
#content ul {
	
	margin-bottom:20px;	
}




/* @end layout*/









/* @group header */

#header {
	padding: 15px 20px 10px;
	width:915px;
	margin: auto;
}
#header a{
	float: right;

}
#header a#logo {
	float: left;

}
div.nav{
	background:  url(/img/nav/nav-bg.gif) center top repeat-y;
	height:24px
}
div.nav ul{
	margin: 0 auto;
	width:955px;
	text-transform:uppercase;
}
div.nav li{
	background: #837b00;
	height:24px;

}
div.nav li.first{
	padding-left: 80px;
}
div.nav li.last{
	background: #837b00 url(/img/nav/nav-TOPR.png) top right no-repeat;
	padding: 0; 
}

div.nav .last a {
	background: url(/img/nav/nav-BOTR.png) bottom right no-repeat;
	padding-right: 20px;	
}
div.nav a {
	font-size: 11px;
	text-decoration:none;
	padding-right: 25px;
	height:24px;
	line-height:26px;
	display:inline-block;
}

div.nav a:link,
div.nav a:visited {
	color: #fff;
}
div.nav a:hover,
div.nav a:active {
	color: #f9f7cc;
}
div.nav a:link.on,
div.nav a:visited.on,
div.nav a:hover.on,
div.nav a:active.on {
	color: #f9f7cc;
	font-weight: bold;
}


/* @end header*/

/* @group drop-down nav */

ul#nav li ul {
	position: absolute;
	width: 100px;
	left: -9999px;
	background: #9F9613;
}

ul#nav li:hover ul, ul#nav li.sfhover ul {
	left: auto;
}

div.nav ul#nav ul li {
	background: #9F9613;
	padding: 0 0 2px 10px;
}

div.nav ul#nav ul li a {
	display: block;
	width: 80px;
}

div.nav ul ul a:link, div.nav ul ul a:visited {
	color: #F9F7CC;
}

div.nav ul ul a:hover {
	font-weight: bold;
}

/* @end */



/* @group footer */
#footer-container {
	border-top:1px solid #dcd9d9;
	margin-top: 25px;
	font-size:1.2em;
}
#footer {
	width:915px;
	margin: 0 auto;
	padding: 25px 20px;
}
#footer a{
	text-transform: uppercase;
}

/* @end footer*/









/* @group page-home */

body#page-home{
	background:url(/img/layout/bg-home.jpg) center top no-repeat;
}
#page-home h1{
	display:none;
}
#page-home #content-main{
	height: 390px;
	width:315px;
	padding-top:141px;
	color:#fff;
}
#page-home #content p{
	font-size:16px;
	line-height:23px;
}
#page-home #content p.last{
	margin-bottom: 1px;
	font-size:14px;
}
#page-home #footer-container{
	border-top: none;
}

/* @end page-home*/





/* @group email-signup */
.email-signup input{
	margin-bottom:8px;
}
.e2ma_signup_form_element input{
	width: 262px;

}

.e2ma_signup_form_label,
#e2ma_signup_message,
.e2ma_signup_form_required_footnote,
#e2ma_signup_reset_button{
	display:none;
}

/* @end email-signup */





/* @group NEW page-products */

body#page-products #content-main {
	width:875px;
	padding: 60px 0 0 80px;
}

div#bags-back {
	width: 954px;
	height: 370px;
	background: url(/img/products/product-bag-back.jpg) no-repeat;
	padding: 88px 0 0 37px;
}

div#bags-back img {
	margin-right: 13px;
}

div#access-back {
	width: 954px;
	height: 370px;
	background: url(/img/products/product-access-back.jpg) no-repeat;
	padding: 87px 0 0 151px;
}

div#access-back img {
	margin-right: 84px;
}

div#subnav {
	border: 1px solid #a4a4a4;
	width: 954px;
	clear: both;
}

.subnav-access {
	margin-left: 30px;
}

body#page-products div#subnav {
	width: 868px;
}

div#subnav p {
	margin: 15px;
	color: #827b00;
}

div#subnav a {
	padding: 0 5px;
}

body#page-products h1 {
	font-size: 4em;
	margin: 0 0 25px 0;
}

body#page-products h2 {
	font-size:1.4em;
	font-weight:bold;
	margin: 0 0 15px 0;
}

div#product-text ul {
	list-style: disc;
	margin: 0 0 20px 25px;
}

div#product-text li {
	margin: 0 0 4px 0;
	font-size: 1.4em;
}

body#page-products #product-text p {
	font-size:1.4em;
	line-height:1.5em;
}

div#product-text {
	width: 375px;
	float: left;
}

div#product-text strong, div#fabrics strong {
	color: #8C8B00;
}

div#product-images {
	width: 430px;
	float: left;
	margin:0 0 30px 65px;
}

div#product-images img {
	margin-bottom: -2px;
}

div#view {
	background: #7c0141;
	padding: 13px 10px 10px;
}

div#view p {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.1em;
}

div#view a {
	padding: 0 5px;
	color: #fff;
}

div#fabrics {
	border: 1px solid #a4a4a4;
	padding: 13px 10px;
}

div#videos {
	border-top: 1px solid #a4a4a4;
	clear: both;
	padding: 30px 0;
}

div.col1, div.col2 {
	float: left;
	margin-bottom: 30px;
}

div.col2 {
	margin-left: 70px;
}

#image-lrg {
	height: 282px;
}

#image-lrg img {
	height: 282px;
	width: 430px;
}

#image-lrg img + img {
	display: none;
}

/* @end NEW page-products */


/* @group page-products */

#page-products-landing #product {
	padding: 0;
	width: 580px;
	overflow:hidden;
	/*height:407px;*/

}
#page-products-landing #product img{
	display:block;
	/*width: 528px;
	height:370px;*/
}

#page-products-landing h1 {
	color: #7d0025;
	font-size: 3.4em;
	margin-bottom: 20px;
}

#page-products-landing #content-main  {
	width:875px;
	padding: 60px 0 0 15px;
}
#product-thumbs {
	float: left;
	width: 260px;
}
#product-thumbs dt a{
	display:block;
	border: 1px solid #fff;
	width:197px;
	height:165px;
}
#product-thumbs dt a:hover{
	border: 1px solid #aaa;
}
#product-thumbs  dt.on a{
	border: 1px solid #999;
}
#product-thumbs dd{
	font-size:16px;
	margin: 5px 0 22px;
}
#product-thumbs dd a{
	color: #8c8b00;
	text-decoration:none;
}
#product {
	border: 1px solid #959595;
	float: left;
	width: 528px;
	padding: 15px 15px 15px 37px;
}
#product-thumbs div a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
}




#products-fineprint {
	clear:both;
}
.product-info {
	float:left;
	width: 200px;
}

#content ul.product-details {
	float: left;
	padding-right: 7px;
	margin: 2px 0 0;
}
#content ul.product-swatches {
	float: left;
	padding-right: 7px;
	margin: 8px 0 0;
}
.product-details li,
.product-swatches li{
	float:left;
	padding: 0 9px 9px 0;
	
}

.product-details li a {
	display:block;
	height:54px;
	width:73px;
	border: 1px solid #dcd9d9;
}
.product-details li a:hover {
	border: 1px solid #aaa;
}
.product-swatches li a{
	display:block;
	height:63px;
	width:47px;
	border: 1px solid #fff;
}
.product-swatches li a:hover {
	border: 1px solid #aaa;
}
.product-swatches li.on a{
	border: 1px solid #999;
}
#content p.products-swatch-label{
	clear:both;
	text-transform:uppercase;
	margin-bottom: 0;
	font-size:9px;
}
#content p.product-features {
	font-weight:bold;
	margin-bottom: 0;
}
#content ul.product-features {
	padding-left: 13px;
}
/*#content .product-features li{
	line-height: 1em;
}*/
.product-preview {
	float: right;
	width: 285px;
	
}

.product-preview dt{
	height: 231px;
	overflow:hidden;
}
.product-preview dt,
.product-preview dd{
	display:none;
}
.product-preview dt.first,
.product-preview dd.first{
	display:block;
}





#content ul#products-fineprint {
	border-top: 1px solid #464646;
	margin-top:20px;
	padding-top: 40px;
}
#products-fineprint li{
	float: left;
	width: 245px;
}
#products-fineprint li#care-instructions{
	width: 475px;
	margin-right:70px;
}
#products-fineprint h3{
	font-size: 26px;
	margin-bottom:15px;
}
#products-fineprint p{
	font-size: 12px;
}

/* @end page-products */




/* @group page-community */
body#page-community{
	background:url(/img/layout/bg-bike-w.png) center top no-repeat;

}
body#page-community #content-main li{
	padding: 2px 0;
}
#page-community #content-main{
	height: 490px;
}

/* @end page-community */




/* @group page-contact */
body#page-contact{
	background:url(/img/layout/bg-bike-w-contact.jpg) center top no-repeat;
}
#page-contact #content-main{
	height: 490px;
}
#page-contact legend {
	color: #8c8b00;
	
	font-size: 2.4em;
	line-height: 1.8em;
}
#page-contact label{
	display:none;
}
#page-contact .e2ma_signup_form_element input {
	padding:5px;
	border: 1px solid #000;
	width: 240px;
}
#page-contact input {
	margin:5px 0;
}


/* @end page-contact */




/* @group page-about */

body#page-about{
	background:url(/img/layout/bg-bike-w-about.jpg) center top no-repeat;

}


#page-about #content-main h1,
#page-about #content-main h2,
#page-about #content-main h3 {
	
	margin-bottom:20px;	
}


/* @end page-about */




/* @group page-stores */

#page-stores dl {
	overflow:hidden;
}
#page-stores #content-header  {
	padding:60px 0 0 80px;	
}
#page-stores #content-main,
#page-stores .content-main  {
	padding: 0 0 0 80px;
	width: 370px;
	clear:both;
}
#page-stores h2 {
	padding-top:25px;
	clear:both;	
	margin-bottom: 20px;
}
#page-stores h3 {
	color: #262626;
	font-size: 1.8em;
	margin: 0 0 5px 0;
}
/*#page-stores p.retailer {
	font-size:1.6em;
	font-weight:bold;
}*/
#page-stores p.disclaimer {
	margin: 3px 0;
}
#page-stores dt,
#page-stores dd {
	font-size:12px;
	line-height:20px;
	padding-bottom: 8px;
}
#page-stores dt {
	float:left;
	clear:both;
	padding-left: 25px;
	background-repeat:no-repeat;
	background-position: 0 3px;
	width: 275px;
}
#page-stores dt.no-website {
	width: 335px;
}
#page-stores dd {
	float:right;
	font-size:11px;
	width:65px;
}
#page-stores dd span{
	font-size:16px;
}
#page-stores #content-supplimental,
#page-stores .content-supplimental{
	float:left;
	width:345px;
	padding:0 0 0 30px;
}
.m1 {background-image:url(/img/google/marker-local-1.png);}
.m2 {background-image:url(/img/google/marker-local-2.png);}
.m3 {background-image:url(/img/google/marker-local-3.png);}
.m4 {background-image:url(/img/google/marker-local-4.png);}
.m5 {background-image:url(/img/google/marker-local-5.png);}
.m6 {background-image:url(/img/google/marker-local-6.png);}
.m7 {background-image:url(/img/google/marker-local-7.png);}
.m8 {background-image:url(/img/google/marker-local-8.png);}
.m9 {background-image:url(/img/google/marker-local-9.png);}
.m10 {background-image:url(/img/google/marker-local-10.png);}
.m11 {background-image:url(/img/google/marker-local-11.png);}
.m12 {background-image:url(/img/google/marker-local-12.png);}
.m13 {background-image:url(/img/google/marker-local-13.png);}
.m14 {background-image:url(/img/google/marker-local-14.png);}
.m15 {background-image:url(/img/google/marker-local-15.png);}
.m16 {background-image:url(/img/google/marker-local-16.png);}
.m17 {background-image:url(/img/google/marker-local-17.png);}
.m18 {background-image:url(/img/google/marker-local-18.png);}
.m19 {background-image:url(/img/google/marker-local-19.png);}
.m20 {background-image:url(/img/google/marker-local-20.png);}

#map,
#map-outside-chicago {
	width: 345px;
	height: 420px;
	background: #eaeaea url(/img/loading-map.gif) center 202px no-repeat;

}
#map-outside-chicago {
	margin-top: 100px;
}
#map small,
#map-outside-chicago small{
	line-height:20px;

}

div.list-column {
	float: left;
	width: 218px;
}


/* @end page-stores */


