/* Global Styles */


body { 
	margin: 0px 0px 0px 0px;
	scrollbar-arrow-color: #F58728;
scrollbar-3dlight-color: #fff;
scrollbar-darkshadow-color: #757575;
scrollbar-face-color: #9F9999;
scrollbar-highlight-color: #F58728;
scrollbar-shadow-color: #716f64;
scrollbar-track-color: #FFFFFF;
	 text-align: center;
}



ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height:35px;
	float: left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#nav a { /* Main menu text style*/
	float: left;
	color: white;
	Width: 100%;
	font-family: verdana;
	font-size:12px;
	text-decoration: none;
	Height:35px;
	background-position:bottom;
	padding-top:15px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#nav a:hover { /* Main menu text style*/
	
	color: black;
	Width: 100%;
	font-family: verdana;
	font-size:12px;
	text-decoration: none;
	background-position:top;
	height: 35px;
	float: left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#nav li li a { /* Stlye for drop menu items  */
	display: block;
	font-weight: normal;
	color: Black;
	padding: 8px;
	width: 152px;
	background: none;
	float: left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}

#nav li li a:hover {/* Stlye for drop menu items on hover */
	
	border:none;
	font-weight: normal;
	color: Orange;
	padding: 8px;
	width: 152px;
	background: none;
	float: left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

li { /* Stlye for Main Menu items */
	float: left;
	position: relative; 
	width: 152px;
	height:35px;
	padding: 0px;
	border:none;
}


li a:hover {/* Stlye for Main Menu items on hover */
	float: left;
	position: relative;
	width: 152px;	
	color: black;
	background: url(Images/TopMenuButtonOn.jpg) bottom left no-repeat;
	padding: 0px;
	border:none;
	height:35px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#drop li a{
	float: left;
	position: relative;
	width: 152px;
	text-align: center;
	cursor: default;
	background-color: transparent;
	border:none;
	
	
}



li#first {
	width: 15px;
	border:none;
	float: left;
	
}

li#last {
	width: 10px;
	float: left;
	}

li ul {
	display: none;
	position: absolute;
	width: 152px;
	left: 0;
	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	border:none;
	float: left;
	height:auto;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

li:hover ul, li.over ul {
	display: block;
	width:152px;
	float: left;

}


hr {
	display: none;
}

.iframes {
	display: block;
width: 800px;
height: 100%;
margin: 0 auto;
border:none;
}

.bodyText {
	font:11px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.imagelink {
	text-decoration: none;
	border:0px;
	padding:0px;
	}

.imagelink2 {
	border: #CCC solid 1px;
	padding:2px;
	}

.subHeader {
	font:14px Verdana;
	color: #F58728;
	font-weight:normal;
	text-decoration: none;
	}

	
.subHeaderBlack {
	font:14px Verdana;
	color: black;
	font-weight:normal;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:11px arial;
	color: #716f64;
	}
	
.smallTextInput {
	font:11px arial;
	color: #716f64;
	height:20px;
	
	}

.smallerText {
	font:9px arial;
	color: white;
	text-align: center; 
	padding-bottom:70px;
	text-decoration: none
	}
	
.smallerText a:visited {
	font:9px arial;
	color: white;
	text-align: center; 
	Text-decoration:none;
	}	
	
.smallerText a:hover {
	font:9px arial;
	color: #F58728;
	text-align: center; 
	Text-decoration:none;
	}	
	
.smallerTextOrange {
	font:9px arial;
	color: #F58728;
	text-align: center; 
	
	}

.smallerTextGrey {
	font:9px arial;
	color: #999999;
	text-align: center; 
	padding-bottom:70px;
	text-decoration: none
	}
	
.smallerTextGrey a:visited {
	font:9px arial;
	color: #999999;
	text-align: center; 
	Text-decoration:none;
	}	
	
.smallerTextGrey a:hover {
	font:9px arial;
	color: #F58728;
	text-align: center; 
	Text-decoration:none;
	}	
	

.smallTextBold {
	font:11px arial;
	color:black;
	font-weight:bold;
	}
	


.pageheader{ /* pager header text style*/
	
	color: white;
	font-family: verdana;
	font-size:10px;
	}
	
	/* Stlye for left hand side menu */
.submenu {
    display:none;
    underline: none;
	float: left;
	}

.menuhead{
	font-family: verdana;
	font-size:12px;
	font-weight: normal;
	color: #716f64;
	Text-decoration:none;
	Width:150px;
	Border-top:1px solid #716f64;
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
	float: left;

}

.menuhead:hover{
	font: verdana 12px normal;
	color: Black;
	Text-decoration:none;
	Width:150px;
	Border-top:1px solid #716f64;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #F58728;
	text-align: center;
	float: left;
}

.menuhead:visited{
	font: verdana 12px normal;
	color: Black;
	Text-decoration:none;
	Width:150px;
	Border-top:1px solid #716f64;
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
	float: left;
}


.menulink:link {
	font-family: verdana;
	font-size:10px;
	font-weight: normal;
	color: #716f64;
	Text-decoration:none;
	Width:150px;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	Border-top:1px dashed #F58728;
	float: left;
	}

.menulink:visited {
	font-family: verdana;
	font-size:10px;
	font-weight: normal;
	color: #716f64;
	Text-decoration:none;
	Width:150px;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	Border-top:1px dashed #F58728;
	float: left;
		
}

.menulink:hover {
	color:#F58728;
	font-family: verdana;
	font-size:10px;
	font-weight: normal;
	color: #F58728;
	Text-decoration:none;
	Width:150px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	Border-top:1px dashed #F58728;
	float: left;
	
}

.iframe {
	border:none;
	padding:0px;
	margin:0px;

}

.listright{
	border: 1px solid #716f64;
	border-left:none;
	padding-top:4px;
	padding-left:4px;
	padding-bottom:4px;
	margin:2px;
}


.listleft{
	border: 1px solid #716f64;
	border-right:none;
	padding-top:4px;
	padding-left:4px;
	padding-bottom:4px;
	margin:2px;
}


	

/* Hoverbox Code */

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
	
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}

.hoverbox li
{
	/*background: #eee;*/
	/*border-color: #ddd #bbb #aaa #ccc;*/
	/*border-style: solid;*/
	/*border-width: 1px;*/
	color: inherit;
	display: inline;
	float: left;
	/*margin: 3px;*/
	/*padding: 5px;*/
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 400px;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 14px 14px 14px 14px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid silver;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
top: -300px;
left: -3000px;
border: 1px solid orange;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1px;
padding: 3px;
}

.thumbnail:active span{ /*CSS for enlarged image*/
visibility: visible;
top: -300px;
left: -400px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.prodlink {
	border:none;
	text-decoration:none;
	}


	/*light box CSS*/
	
#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; margin-top:50px}
#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-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;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#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; }


