/* clearfix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* ~~ General ~~ */
.alt {
	display: none;
	visibility: hidden;
}


ul { 
	list-style: none; 
}

ul, li, dl dd {
	margin: 0;
	padding: 0;
}

p { margin-bottom: 0.7em; }

h1 { 

	}

	
h2 {
	margin-bottom: 0.5em;
	color: #000;
	font-size: 2.5em;
	text-transform: uppercase;

}

h3 { margin-top: 2em; }


a.addborder img {
	border: 3px solid #65ccec;
}

.alert {
	color: red;
}



/* COMMON LAYOUT
----------------------------------------------------- */



#content {
	margin: 1em 0;
}

#mainImage {
	text-align: center;
}


#topbanner {
	float: right;
}

#coupon {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}


/* HOME
----------------------------------------------------- */

ul#news {
	list-style: circle;
}


/* STORES 
----------------------------------------------------- */

#storelist {
	background: url(images/stores_page.jpg) no-repeat top right;
}

#storelist li,
#storelist2 li{
	font-weight: bold;
	font-size: 1.1em;
	margin: 1.5em 0;
	color: #333;
}

#storelist dd,
#storelist2 dd{
	font-weight: normal;
	color: #666;
}

/* TEAM
----------------------------------------------------- */



body#riderBody h3 {
	margin-top: 0;
}

body#riderBody p {
	padding: 0;
}

body#riderBody #subnav {
	float: left; 
	width: 130px;
	display: inline;
}

body#riderBody #photos {
	float: left;
	width: 422px;
	display: inline;
}

body#riderBody #bio {
	margin-left: 572px;
}

body#riderBody #bio ul {
	color: #000;
	padding-left: 0;
	width: 178px;
}

body#riderBody #bio li {
	margin-bottom: 1em;	
}

body#riderBody #headshots li {
	float: left;
	width: 75px;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 2em;
	height: 140px;

}

body#riderBody #headshots li img {
	display: block;
	margin-bottom: 1em;
}

/* CONTACT US
----------------------------------------------------- */


body#contactBody #content {
}

body#contactBody #content ul {
	margin-bottom: 1em;
}

body#contactBody #content ul ul {
	margin-left: 0;
}


/* end */

