.menutitle{
	cursor:pointer;
	margin-bottom: 10px;
	margin-top: 17px;	
	margin-left: 10px;
	background-color:#FFFFFF;
	color:#666666;
	width:150px;
	padding:2px;
	text-align:left;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #999999;
}

.menulink:link{
	cursor:pointer;
	margin-bottom: 0px;
	margin-top: 0px;	
	margin-left: 0px;
	background-color:#FFFFFF;
	color:#666666;	
	padding-top:35px;
	padding-right:20px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	border:0px solid #000000;
}

.menulink:visited{
	cursor:pointer;
	margin-bottom: 0px;
	margin-top: 0px;	
	margin-left: 0px;
	background-color:#FFFFFF;
	color:#666666;
	width:150px;
	padding:0px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	border:0px solid #000000;
}

.menulink:hover{
	cursor:pointer;
	margin-bottom: 0px;
	margin-top: 0px;	
	margin-left: 0px;
	background-color:#FFFFFF;
	padding-top:35px;
	padding-right:20px;	
	color:#666666;
	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	border:0px solid #000000;
}

.menulink:active{
	cursor:pointer;
	margin-bottom: 0px;
	margin-top: 0px;	
	margin-left: 0px;
	background-color:#FFFFFF;
	color:#666666;
	width:150px;
	padding:0px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	border:0px solid #000000;
}

.menulink2:link{
	cursor:pointer;
	margin-bottom: 0px;
	margin-top: 0px;	
	margin-left: 0px;
	background-color:#FFFFFF;
	color:#FF0000;
	width:150px;
	padding:0px;
	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	border:0px solid #000000;
}

.menulink2:visited{
	cursor:pointer;
	margin-bottom: 0px;
	margin-top: 0px;	
	margin-left: 0px;
	background-color:#FFFFFF;
	color:#FF0000;
	width:150px;
	padding:0px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	border:0px solid #000000;
}

.menulink2:hover{
	cursor:pointer;
	margin-right:0px;
	margin-bottom: 0px;
	margin-top: 0px;	
	margin-left: 0px;
	background-color:#FF0000;
	color:#FFFFFF;
	width:150px;
	padding:5px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	border:0px solid #000000;
}

.menulink2:active{
	cursor:pointer;
	margin-bottom: 0px;
	margin-top: 0px;	
	margin-left: 0px;
	background-color:#FF0000;
	color: #FFFFFF;
	width:150px;
	padding:0px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	border:0px solid #000000;
}


.submenu{
	cursor:pointer;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	background-color:#FFFFFF;
	color:#000000;
	width:90%;
	padding:5px;
	text-align:left;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height: 17.5px;
}

a.sublink:link{
	cursor:pointer;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#FFFFFF;
	display: inline-block;
	color:#E80000;
	width:100%;
	text-align:left;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height: 17.5px;
	border-bottom:1px solid #E80000;
}

a.sublink:visited{
	cursor:pointer;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#FFFFFF;
	display: inline-block;
	color:#E80000;
	width:100%;
	text-align:left;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height: 17.5px;
	border-bottom:1px solid #E80000;
}

a.sublink:hover{
	cursor:pointer;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#CBCBCB;
	color:#E80000;
	display: inline-block;
	width:100%;
	text-align:left;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height: 17.5px;
	border-bottom:1px solid #E80000;
}

a.sublink:active{
	cursor:pointer;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#666666;
	color:#FFFFFF;
	display: inline-block;
	width:100%;
	text-align:left;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height: 17.5px;
	border-bottom:1px solid #E80000;
}

h1 {
	color: #D80001;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin-top: 12px;
	margin-left: 20px;
	line-height: 16.7pt;
	text-align: left;
  }

a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #E80000;
  text-decoration: none;
}

a:hover {
  color: #E80000;
  text-decoration: none;
  background-color: #CBCBCB;
}

a:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #000000;
}

.photo {
  border-style: outset;
  border-width: 2pt; 
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #B8B8B8;
}

.photo1 {
  border-style: outset;
  border-width: 2pt; 
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #B8B8B8;
}

.prod {
	cursor: pointer;
	color: #666666;
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 3px;
	margin-left: 5px;
	line-height: 12.5pt;
	text-align: left;
}

.body {
	color: #666666;
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 15.3pt;
	text-align: justify;
}

.bodyl {
	color: #666666;
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.bodyc {
	color: #666666;
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;

}

#linkBodyC {
	color: #E80000;

}

.bodycb {
	color: #000000;
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

.bodyr {
	color: #666666;
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

.bodyru {
	color: #666666;
	font-size: 12pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 20.3pt;
	text-align: right;
	text-decoration: underline;
}

.port {
	color: #666666;
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 11.5pt;
	text-align: center;
}

.port2 {
	color: #666666;
	font-size: 7pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 9.5pt;
	text-align: center;
}

.test {
	color: #6E6E6E;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 15px;
	line-height: 12.3pt;
	text-align: left;
}

.testname {
	color: #6E6E6E;
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 10.3pt;
	text-align: right;
}

.address {
	color: #000000;
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 11pt;
}

.copy {
  color: #999999;
  font-size: 7pt;
  font-family: verdana,arial,helvetica,sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: right;
}

.z {
  color: #999999;
  font-size: 7pt;
  font-family: verdana,arial,helvetica,sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-left: 0px;
  text-align: left;
  }
  
li {
	color: #666666;
	font-size: 14pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 12.5pt;
	text-align: left;
}

li.list {
	color: #666666;
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 12.5pt;
	text-align: left;
}


#lightbox{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #ffffff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 30%;
	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: 20;
	border: none;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: url('images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block
	}
#prevLink { left: 0; float: left; background: url('images/prevlabel.gif') no-repeat left 15%;}
#nextLink { right: 0; float: right; background: url('images/nextlabel.gif') no-repeat right 15%;}
/*
#prevLink:hover, #prevLink:visited:hover { background: url('images/prevlabel.gif') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('images/nextlabel.gif') no-repeat right 15%; }
*/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 15px; }
#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.0em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity: .4;
	opacity: .4;	
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.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 */ 
ul {
    font-family: Arial, Verdana;
    font-size: 14px;
	float:right;    
	margin-top: 0px;
    padding: 10px;
    list-style: none;
}
ul li {
    display: block;
    position: relative;
    float: left;
}
li ul {
    display: none;
}
ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    background: #FFFFFF;
    margin-left: 1px;
    white-space: nowrap;
}
ul li a:hover {
background: #C0C0C0;
}
li:hover ul {
    display: block;
    position: absolute;
}
li:hover li {
    float: none;
    font-size: 14px;
}
li:hover a { background: #FFFFFF; }
li:hover li a:hover {
    background: #C0C0C0;
}


.fadein img { position:absolute;  }


.nohover a:hover { background-color: transparent; }

.confirmation-field { display: none; } 

	
