body	{ margin-top:0px; margin-bottom:12px; margin-left : 13px; margin-right : 13px; background-color:#ffffff; }

/* CSS for Misc Stuff */

a 			 {	font-family: Verdana; font-size: 11px; color: #7a9eff; text-decoration:none; font-weight: normal; }
a:hover	 {	font-family: Verdana; font-size: 11px; color: #222222; text-decoration:none; font-weight: normal; }
.spacer	 { font: normal 1px verdana; color:#222222; }
.image	 { border-top: solid 1px #000000; border-bottom: solid 1px #000000; border-left: solid 1px #000000; border-right: solid 1px #000000;}	
.black-text		{ font: normal 11px verdana; color:#000000; }	
.pink-text		{ font: normal 11px verdana; color:#cf5050; }		

/* CSS for header */

.header	{ background-color:#ffffff; }	

/* CSS for Menu */

.menu					{ padding:1px; background-color:#ffffff; border-top: solid 1px #000000; border-bottom: solid 1px #000000; border-left: solid 1px #000000; border-right: solid 1px #000000;}
.menu-inner			{ padding-top: 5px; padding-bottom: 4px; font: normal 11px verdana; color:#000000; background-color:#ee6969; border-top: solid 1px #ee6969; border-bottom: solid 1px #7f1515; border-left: solid 1px #ee6969; border-right: solid 1px #ee6969;}	
.menu-hover			{	border-top: solid 1px #7f1515; border-bottom: solid 1px #ffffff; border-left: solid 1px #7f1515; border-right: solid 1px #ffffff; font: normal 11px verdana; color:#222222; background-color: #ff9797; Padding: 4px; cursor: pointer; }						
.menu-nohover		{	border: solid 1px #ee6969; font: normal 11px verdana; color:#222222; background-color: #ee6969; Padding: 4px; cursor: pointer; }

/* CSS for Content */

.content			{ padding-top: 6px; padding-bottom: 6px; background-color:#ffffff; border-top: solid 1px #ffffff; border-bottom: solid 1px #ffffff; border-left: solid 1px #ffffff; border-right: solid 1px #ffffff;}		
.content-main    { padding-top: 8px; padding-bottom: 6px;padding-left: 6px; padding-right: 6px; background-color:#ffffff; font: normal 11px verdana; border-top: solid 1px #dddddd; border-bottom: solid 1px #dddddd; border-left: solid 1px #dddddd; border-right: solid 1px #dddddd;}	
.content-main-2 { padding-top: 6px; padding-bottom: 6px;padding-left: 6px; padding-right: 6px; background-color:#ffffff; font: normal 11px verdana; border-top: solid 1px #dddddd; border-bottom: solid 1px #dddddd; border-left: solid 1px #dddddd; border-right: solid 1px #dddddd;}	
.content-blocks  { padding:6px; background-color:#ffffff; font: normal 11px verdana; border-top: solid 1px #dddddd; border-bottom: solid 1px #dddddd; border-left: solid 1px #dddddd; border-right: solid 1px #dddddd;}	

/* CSS for Footer */

.footer				{ padding:1px; background-color:#ffffff; border-top: solid 1px #000000; border-bottom: solid 1px #000000; border-left: solid 1px #000000; border-right: solid 1px #000000;}
.footer-inner		{ padding-top: 5px; padding-bottom: 4px; font: normal 11px verdana; color:#000000; background-color:#ee6969; border-top: solid 1px #ee6969; border-bottom: solid 1px #7f1515; border-left: solid 1px #ee6969; border-right: solid 1px #ee6969;}	
.footer-text		{ font: normal 11px verdana; color:#000000; }

/* CSS for Blocks */

.blocks-top		{ font: normal 11px verdana; color:#000000; }
.blocks-middle	{ font: normal 11px verdana; color:#cf5050; }
.blocks-bottom	{ font: normal 9px verdana; color:#999999; }

/* CSS for About Us Page */

.pic-bar	{ padding-top: 5px; padding-bottom: 3px;padding-left: 3px; padding-right: 3px;  background-color:#efefef; font: normal 11px verdana; color:#000000;border-top: solid 1px #000000; border-bottom: solid 1px #000000; border-left: solid 1px #000000; border-right: solid 1px #000000;}
.pic-text	{ padding:3px; font: normal 11px verdana; color:#000000; }

/* CSS for Questions Page */

.package	{ font: normal 11px verdana; color:#000000; }	
.contents	{ font: normal 11px verdana; color:#cf5050; }	

/* CSS for Gallery Page */

.hand { cursor:pointer; font-family: Verdana; color: white; font-size:14px; text-decoration: none; padding:3px;}
.thumb { border-top: solid 1px #000000; border-bottom: solid 1px #000000; border-left: solid 1px #000000; border-right: solid 1px #000000;}
#lightbox{
	position: absolute;
	top: 40px;
	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;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

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

/* CSS for Bikes Page */

.feature			{ font: normal 11px verdana; color:#000000; }	
.specification	{ font: normal 11px verdana; color:#cf5050; }	

/* CSS for Questions Page */

.question	{ font: normal 11px verdana; color:#000000; }	
.answer		{ font: normal 11px verdana; color:#cf5050; }	

/* CSS for Links Page */

.title	{ font: normal 11px verdana; color:#000000; }	
.info	{ font: normal 11px verdana; color:#cf5050; }	

/* CSS for Contact Us Page */

.contact-form	{ padding:6px; background-color:#efefef; font: normal 11px verdana; color:#000000;border-top: solid 1px #000000; border-bottom: solid 1px #000000; border-left: solid 1px #000000; border-right: solid 1px #000000;}
.contact-text	{ padding:6px; font: normal 11px verdana; color:#000000; }

/* CSS for forms */

.text 			{ border: solid 1px #999999; font: normal 11px Verdana; color: #222222; height:22px;}
textarea		{ border: solid 1px #999999; font: normal 11px Verdana; color: #222222; overflow:auto;}
.button 			{ font: normal 11px Verdana; color: #222222; height:26px;}

