body, html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin:0 0 0 0;
	background-color:#67B2ED;
}
h1 {
	font: italic 18px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #006699;
}
h2 {
	font: italic 18px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #006699;
}
a:link {color: #036;}
a:visited {color: #036;}
a:hover {color: #C90;}
a:active {color: #F90;}
fieldset{
	padding:10px;
	width:90%;
}
legend {
	font-weight: bold;
	color: #006699;
	font-style: italic;
	padding-right:6px;
}
input, textarea{
	border:1px solid #ccc;
	font:14px Arial, Helvetica, sans-serif;
}
li{
	list-style-image:url(/images/bullet2.gif);
}

/********************************
*            STYLES             *
********************************/
.note{
	background-image:url(/images/wheel_note.gif);
	background-repeat:no-repeat;
}
.red {color: #AE0007;}
.orange {color:#F60;}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #99CCFF;
	text-decoration: none;
}
.specs {border: 1px solid #e2e7eb;}
.specs td{border-bottom: 1px dashed #CCCCFF;}
.divider{
	background-image:url(/images/rope.gif);
	background-repeat:repeat-x;
	background-position:center;
	padding:10px 0px 5px 0px;
}
.formSet{
	background:url(/images/form_bkg.gif) top repeat-x;
	border:1px solid #ccc;
	background-color:#E1F1FF;
}
.small{font-size:12px;}
.delivery{
	background:url(/images/delivery.png) no-repeat center;
	width:500px;
	text-align:center;
	height:33px;
	font:italic 14px "Lucida Sans",Arial,Helvetica,Sans-Serif;
	padding-top:16px;
}
a.social_f, a.social_t, a.social_yt{
		height:50px;
		width:50px;
		overflow:hidden;
		position:relative;
		top:0;
		left:0;
		float:left;
}
a.social_f{background:url(/images/facebook-icon.png) top left;}
a.social_f:hover{background-position:-50px 0;}
a.social_t{background:url(/images/twitter-icon.png) top left;}
a.social_t:hover{background-position:-50px 0;}
a.social_yt{background:url(/images/youtube-icon.png) top left;}
a.social_yt:hover{background-position:-50px 0;}

/********************************
*             TAGS              *
********************************/
#header {
	background-image: url(/images/hdr_bkg.gif);
	background-position: center top;
	width:100%;
}
#main {
	background-color:#FFFFFF;
	width:100%;
	text-align:center;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/images/ftr_bkg.gif);
	height:50px;
	color: #fff;
	text-decoration: none;
}
#notetxt{
	padding:20px 20px 10px 35px;
	text-align: left;
	font-size:12px;
	color:#083241;
}

/********************************
*         LIGHTBOX CSS          *
********************************/
#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/l-box/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/l-box/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/l-box/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#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;
	}
