/* CSS Document */

* { margin: 0; padding: 0; }

.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 */

body {
	background-color: #FFF;
	text-align: center;
	font: Verdana;
	font-size: 12px;
	color: #000;
}

h1 {
	font: Helvetica;
	font-weight: bold;
	font-size: 20px;
	color: #0048a9;
	padding: 20px 0;
}

h2 {
	font: Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #0048a9;
	padding: 20px 0 5px 0;
}

p {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	padding: 0 0 5px 0;
}

a {
	color: #77787b;
}

a:hover {
	color: #0048a9;
}

hr	{
	margin: 10px 0;
}

.header {
	width: 950px;
	height: 150px;
	margin: 0 auto;
	font-size: 1px;
	
}

.bodyBG {
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-y;
	width: 950px;
	margin: 0 auto;
	overflow: auto;
}

.bodyBG ul {
	
}


.leftNavigation {
	width: 148px;
	float: left;
}

.leftNavigation li {
	list-style-type: none;
	text-align: left;
	font: Helvetica;
	font-size: 13px;
	color: #636466;
	width: 148px;
}

.leftNavigation a {
	text-decoration: none;
	color: #636466;
	display: block;  
	padding: 9px 0 9px 27px;
	width: 148px;
}

.leftNavigation a:hover {
	color: #FFF;
	background-color: #939598;
	width: 148px;
/*	display: block;  */
	padding: 9px 0 9px 27px;
}

.contentArea {
	width: 596px;
	text-align: left;
	margin: 0 0 0 25px;
	float: left;
}

.content {
	width: 515px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.rightSide {
	width: 175px;
	float: right;
}

.rightSide p {
	font: Helvetica;
	font-size: 10px;
	color: #636466;
}

.rightSide H3 {
	font: Helvetica;
	color: #154ca1;
	font-size: 12px;
	font-weight: bold;
}

.rightSide p {
	font: Helvetica;
	color: #636466;
	font-size: 11px;
	padding: 5px;
	text-align: left;
}

.rightSide p strong {
	font: Helvetica;
	color: #154ca1;
	font-size: 11px;
}

.rightSide a {
	font: Helvetica;
	color: #636466;
	font-size: 11px;
}

.rightSide a:hover {
	color: #154ca1;
}

.rightSide ul {
	padding-top: 10px;
}

.rightSide li {
	text-align: left;
	padding: 5px 0 5px 14px;
	color: #636466;
	list-style-type: none;
}

.footer {
	background: url(../images/footer.jpg);
	width: 950px;
	height: 75px;
	margin: 0 auto;
	clear: both;
}

.footer p {
	font: Helvetica;
	color: #FFF;
	font-size: 11px;
	padding: 10px 0 10px 0;
}

.footer a {
	text-decoration: none;
	color: #FFF;
}

.footer a:hover {
	text-decoration: underline;
}


/*  -------------------------------------------------------  */

/*  Lightbox  */

#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;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #000; }
#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;
}

/*  End of Lightbox styles  */

.content {
	width: 500px;
}

.priceList td {
	padding: 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*  for pricelist page  */

td a {
	color: #0048a9;
	text-decoration: none;
}

td a:hover {
	color: #77787b;
	text-decoration: underline;
}

.sundriesCopy {
	width: 275px;
	float: left;
}

.sundriesImage {
	width: 200px;
	padding-left: 20px;
	float: left;
}

.sundriesTitle {
	clear: both;
}

.sundriesHR {
	height: 5px;
	clear: both;
	padding-top: 15px;
}
