body {
	background-color: #000000;
	margin-top: 0px;
	background-image: url(images/background_01.gif);
	background-repeat: repeat-x;
}

.subnav {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 12px;
	vertical-align: top;
}
.bullet {
	margin-bottom: 10px;
	list-style-image: url(images/bullet.png);
}
.bodycopy {
	background-color: #F6F6F6;
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.subhead {
	font-family: arial;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #006EAA;
}
.head {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}
.content-bkgd {
	background-image: url(images/gradiant-bkgd.gif);
	background-color: #f6f6f6;
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
	padding-top: 30px;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #006EAA;
}
a:active {
	text-decoration: none;
	color: #006EAA;
}
.footer {
	font-family: Arial;
	margin-left: 55px;
	font-size: 9px;
	color: #999999;
	text-transform: uppercase;
	padding-top: 10px;
}
.requiredfields {
	font-size: 9px;
	color: #006EAA;
	line-height: 12px;
	font-weight: bold;
}
input {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	margin-left: 10px;
	border: 1px solid #006EAA;
	margin-top: 10px;
	margin-bottom: 10px;
}
textarea {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
select {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.emailsignup {
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 12px;
}
.imgleft {
	margin-right: 10px;
}
.imgright {
	margin-left: 10px;
}
.headline {
	font-family: arial;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: left;
	padding-top: 20px;
}
.tablewrapright {
	float: right;
	margin-left: 10px;
	border: 1px none #006EAA;
}
.imageborder {
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tablewrapCenter {
	float: none;
	border: 1px none #006EAA;
}
.tablewrapleft {
	float: left;
	border: 1px none #006EAA;
	margin-right: 10px;
}
.cart-location {
	position: relative;
	left: 80px;
}
.sidebarcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
	padding-left: 12px;
	padding-right: 15px;
	vertical-align: top;
}
a.specialLink:link, visited, hover {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	left: 250px;
	position: relative;
}

/*These are Lightbox2 styles*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
	border: thin solid 006EAA;
}

#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #006EAA;
	font-size: 12px;
}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.features {
	font-family: arial;
	font-size: 12px;
	font-weight: bolder;
	text-transform: none;
	color: #006EAA;
	text-decoration: underline;
}
.imgleftbottom {
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgrightbottom {
	margin-bottom: 10px;
	margin-left: 10px;
}
