* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}

body {
	background: url(../images/bigback3.jpg) no-repeat center top #0080C5;
}

#navigation {
	width: 775px;
	margin: auto;
	height: 140px;
	position: relative;
}

#navigation img {
	border: none;
}

h3 {
	font-size:14px;
	font-weight:bold;
	}

.btnHome, .btnNews, .btnEvents,.btnMembership, .btnContact, .btnCharities, .btnLinks, .btnClubRides, .btnGallery, .btnLogIn, .btnMembers   {
	position: absolute;
	width: 90px;
	height: 24px;
	}
/* Top row */	
.btnHome {top: 29px;	left: 14px;}
.btnNews {top: 29px;	left: 146px;}
.btnEvents {top: 29px; left: 277px;}
.btnMembership {top: 29px;	left: 408px;}
.btnContact {top: 29px;	left: 539px;}
.btnCharities {top: 29px; left: 671px;}
/* Bottom Row */
.btnClubRides {top: 95px;	left: 14px;}
.btnLinks {top: 95px;	left: 146px;}
.btnGallery {top: 95px; left: 277px;}

.btnLogIn {top: 95px;	left: 539px;}
.btnMembers {top: 95px; left: 671px;}

/* page */

#page {
	position: relative;
	width: 775px;
	margin: auto;
	font-size: 13px;

}


/* drop down menus */

#menuMembers, #menuLinks, #menuGallery, #menuAccounts, #menuNewsletters {
	width: 155px;
	position: absolute;
	background: url(../images/dropDownTop.png) no-repeat top;
	visibility: hidden;
	z-index:10;
}

/* remove png background for ie6 */
* html #menuMembers, * html  #menuLinks, * html  #menuGallery, * html  #menuAccounts, * html  #menuNewsletters {
	background-image:none;
	background-color:#2780AF;
	border:1px solid #fff;
	z-index:10;
	}

#menuLinks {
	top: 10px;
	left: 105px;
}

#menuGallery {
	top: 10px;
	left: 236px;
}

#menuMembers {
	top: 10px;
	left: 630px;
}

#menuAccounts {
	top: 120px;
	left: 620px;
}

#menuNewsletters {
	top: 65px;
	left: 620px;
}

.dropDown {
	width: 155px;
	padding-bottom: 25px;
	padding-top: 5px;
	background: url(../images/dropDownBtm.png) no-repeat bottom;
	z-index:10;
}

/* remove png background for ie6 */
* html .dropDown {
	background-image:none;
	background-color:#339AD1;
	border-top:1px solid #fff;
	z-index:10;
	}
	

.dropDown a {
	display: block;
	padding-left: 15px;
	line-height: 18px;
	text-decoration: none;
	color: #FFF;
}

.dropDown a:hover {
	background: url(../images/dropDownLiBg.gif) no-repeat 4px 0px;
}


/* main content */


#content {
padding: 10px 70px;
}

#content h1 {
	text-align: center;
	font-size:25px;
	color: White;
	margin-bottom: .5em;
}

#content {
	margin-bottom: 1.8em;
	line-height: 1.7em;
	color: #FFF;
}


#content a {
	color:#F68E1E;
	font-weight:bold;
	text-decoration: none;
	font-style: italic;
	}

#content a:hover {
	color:#FFF;
	}


#content p, #newsStory p {
	margin-bottom:10px;
	}



.pageTitle {
	margin:15px 0 20px 0;
	text-align: center;
	}
	


/* footer */

#page #footer {
	text-align:center;
	font-size:10px;
	color:#FFF;
	margin-top:15px;
	}

#page #footer a {
	color:#FFF; text-decoration:none;
	}


/* apparel unused


#apparel {
	width:600px;
	margin: auto;
	margin-top: 15px;
}
#apparelBox{
	width:246px;
	height:392px;
	background: url(../images/apparelBox.gif) no-repeat;
	float: right;
	position: relative;
}
#apparelList {
	width:353px;
	padding-top: 30px;
	text-align: right;
	font-weight: bold;
	float: right;
}

#apparelList ul {
	list-style-type: none;
}

#apparelList li a {
	color: White;
	text-decoration: none;
	text-indent: 15px;
	padding: 6px 10px 9px 10px;
	font-size: 10px;
	letter-spacing: .15em;
	line-height: 27px;
}

#apparelList li a:hover {
	background: url(../images/apparelSelectBG.gif);
	color:#F78F1E;
	font-size: 11px;
}

#apparelSizeBtn {
	position: absolute;
	top: 10px;
	left: 10px;
}

#apparelSizes {
	position: absolute;
	top: 230px;
	left: 9px;
}

#apparelSizes img {
	padding-right: 2px;
	}

#apparelSizes em {
	font-style: normal;
	font-size: 13px;
	font-weight: bolder;
	color: #0080c5;
	line-height: 1.8em;
}

#apparelSizeFieldHolder {
	position: absolute;
	top: 300px;
	left: 50px;
	background: url(../images/apparelSizeFieldBG.gif) no-repeat;
	width: 46px;
	height: 19px;
	padding-top: 2px;
	text-align: center;
}

#apparelSizeField {
	border: none;
	border: 0px solid #FFF;
	width: 30px;
	text-align: center;
} */

/* apparel used */

#apparel {
	width:600px;
	height:0px;
	visibility:hidden;
	}

/* Gallery */

.galleryThumb {
	width: 128px;
	padding:15px;
	color: #FFF;
	font-size: 11px;
	}

.galleryThumb img {
	padding: 2px;
	border: 1px solid #59C7FF;
	}





	
	/* Lightbox styles */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* News */

#newsStory h1 {
	text-align: left;
	font-size: 14px;
}

.newsL {
	float: left;
	padding: 5px 10px 10px 0
}

.newsR {
	float: right;
	padding: 8px 0 10px 10px
}
/* Club Rides */

.clubRides {
	margin-bottom: 20px;
	border-bottom: 1px solid #0091DB;
}

.clubRidesC1 {
	font-weight: bold;
	width: 100px;
}

.clubRidesC2 {
	width: 350px;
}

/* login */

#login {
	width:305px;
	height:142px;
	background:url(../images/loginBg.gif) no-repeat;
	margin: auto;
	}

.loginC1 {
	letter-spacing:.25em;
	padding-right:10px;
	}

/* GearShift */

#basket {
	border: 1px solid #ccc;
	color: #000;
	background: #51A9D6;
}

#basket td, #basket th {
	background: #ddeef7;
	padding: 2px;
}

#basket .col1 {
}

#basket .col2 {
	width: 50px;
}

#basket .col3 {
	width: 60px;
}

#basket .col4 {
	width: 50px;
}

/* event entry */

#eventEntry input, #eventEntry textarea {
	width:200px;
	}

#eventEntry td {
	padding:0 4px 4px 0;}
	
	
/* my membership */

.myMembershipDetails {
	width:550px;
	margin-bottom:20px;
	background:#339AD1;
	border:1px solid #FFF;
	}
	
.myMembershipDetails td {
	padding:3px;
	}
	
.myMembershipDetails .col1 {
	width:150px;
	}
	
.myMembershipDetails .col2 {	
	font-weight:bold;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	