/* 

<h1> is for products.

<h1 class="blueheader"> is for headlines

<h2> is subtitles (right below a headline)

<h2 class="subhead"> is for paragraph headers

<h3> is for footers and parenthetical text

*/


h1 { color:#339933; font: bold 22px Arial, Helvetica, sans-serif; margin-top: 0px; margin-left: 0px; margin-bottom: 3px; }


h2 { color:#999999; font: bold 13px Arial, Helvetica, sans-serif; margin-top: 0px; margin-left: 0px; margin-bottom: 6px; }


h3 { color:#666666; font: 12px Tahoma; margin-top: 0px; margin-left: 0px; margin-bottom: 2px; }

red { color:#CC0000  ; font: 10px VERDANA, ARIAL, HELVETICA  , sans-serif; margin-top: 0px; margin-left: 0px; margin-bottom: 0px}

.blue{ color:#003399}

.red{ color:#FF0000}

.green{ color:#339933}

.subhead{ color:#339933}

.blueheader { color:#003399; margin-left: 9px; }

.hideDiv {
	display:none;
}


/* The following are also required in the head of all page templates; edit them here, edit them there. IE5-6 */

p { padding: 0px;
	margin-top: 8px;
	margin-bottom: 12px;
	text-align: left;
	font-size: 12px;	
    font-family: "Tahoma", Verdana, sans-serif;
	font-weight: normal;
	list-style: none; 
}


td {
	font-size: 11px;	
    font-family: "Tahoma", Verdana, sans-serif;
}

/*
A:link {text-decoration: none; color: #006699  } 
A:active {text-decoration: none; color: #006699  } 
A:visited {text-decoration: none; color: #006699  }
A:hover {text-decoration: underline; color: #006699  }

.PAGETABLE {border: #000000 solid; border-width: 1px 1px 0px 1px}
.PAGETABLE2 {border: #000000 solid; border-width: 0px 1px 0px 1px}

  */

<!-- Quotes -->

div.quote_open {
  background: url(/rootimages/quoteopen.png top left no-repeat);
  padding-left: 40px;
  padding-right: 40px;
}

div.quote_body {
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 18px;
	text-align: left;
	font-size: 11px;	
    font-family: "georgia", times, serif;
	font-weight: normal;
	list-style: none; 
}

<!-- LIGHT BOX -->

#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 */
	}	
	
<!-- END LIGHT BOX -->

