#wrap {
	width: 881px;
	margin-left: auto;
	margin-right: auto;
}

.banner {
	
}

.bloglink{
	text-align: middle;
	position: center;
	font: #223866;
	text: 28px;
	
}

.producttitle{
	padding-top: 20px;
	color: #223866;
	font-family: New;
	font-weight: bold;
	font-style: italic;
}
.productlabel{
	
}

.leetext {
	float: left;
	padding-bottom: 5px;
	padding-right: 10px;
}

.homeimage {
	margin-top: 45;
	margin-left: 140;
}

.text2 {
	font: bold 20px Times New Roman;
	color: #000096;
	text-align: center;
}

.photos {
	text-align: center;
	margin-top: 45;
	font: italic bold 20px Times;
	color: #eb0000;
}

#body {
	font: Times New Roman;
	color: #223866;
	margin-top: 50;
	margin-left: 30;
	margin-right: 30;
}

#credit {
	text-align: center;
	padding-top: 25px;
	margin-bottom: auto;
	font: 12px Times New Roman;
	color: #223866;
}

#navcontainer {
	height: 10px;
	width: 900;
}
#navcontainer a {
	font: 17px Times New Roman, Times;
	color: #223866;
	display: inline-block;
	text-decoration: none;
	border: 2px solid #94948c;
	border-top: 0;
	-webkit-border-bottom-left-radius: 11px;
	 -webkit-border-bottom-right-radius: 11px;
	 -moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 11px;
}
#navcontainer #current {
	color: 223866;
	display: inline;
	background: #e0e0e0;
}
#navcontainer li {
	display: inline-block;
	position: relative;
}
#navcontainer ul {
	list-style: none;
	float: none;
}
ul#navlist { 
	font-family: 17 px Times New Roman; 
}
ul#navlist a {
	font-weight: none;
	text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*floats the primary nav buttons left, right or none*/
ul#navlist li { 
	float: none;
	padding-right: 4; 
}
ul#navlist li a {
	color: #223866;
	background-color: #ffffff;
	padding: 7px 9px 7px 9px;
	border: 2px #94948c solid;
	border-top: none;
}
ul#navlist li a:hover {
	color: #223866;
	background-color: #e0e0e0;
}
ul#navlist li a:active {
	color: #cccccc;
	background-color: #003366;
	border: 2px #94948c solid;
	border-top: none;
}

ul#subnavlist { 
	display: none; 
}
ul#subnavlist li { 
	float: none; 
}
ul#subnavlist li a {
	padding: 0px;
	margin: 0px;
}

ul#navlist li:hover ul#subnavlist {
	display: block;
	position: absolute;
	font-size: 8pt;
	padding-top: 1px;
}
/*adjust size of dropdown list*/
ul#navlist li:hover ul#subnavlist li a {
	display: block;
	width: 10em;
	padding: 5px 10px 5px 10px;
	border: none;
	border-top: 1px solid;
	-webkit-border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-moz-border-radius: 1px;
}

ul#subsubnavlist { 
	display: none; 
}
ul#subsubnavlist li { 
	float: none; 
}
ul#subsubnavlist li a {
	padding: 0px;
	margin: 0px;
}
ul#navlist li:hover ul#subnavlist li:hover ul#subsubnavlist {
	left: 190px;
	top: 0px;
	display: block;
	position: absolute;
	font-size: 8pt;
	padding-top: 0px;
}
/*adjust size of dropdown list*/
ul#navlist li:hover ul#subnavlist li:hover ul#subsubnavlist li a {
	display: block;
	width: 10em;
	padding: 5px 10px 5px 10px;
	border: none;
	border-top: 1px solid;
	-webkit-border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-moz-border-radius: 1px;
}

ul#subsubsubnavlist { 
	display: none; 
}
ul#subsubsubnavlist li { 
	float: none; 
}
ul#subsubsubnavlist li a {
	padding: 0px;
	margin: 0px;
}
ul#navlist li:hover ul#subnavlist li:hover ul#subsubnavlist li:hover ul#subsubsubnavlist {
	left: 190;
	top: 0px;
	display: block;
	position: absolute;
	font-size: 8pt;
	padding-top: 0px;
}
/*adjust size of dropdown list*/
ul#navlist li:hover ul#subnavlist li:hover ul#subsubnavlist li:hover ul#subsubsubnavlist li a {
	display: block;
	width: 10em;
	padding: 5px 10px 5px 10px;
	border: none;
	border-top: 1px solid;
	-webkit-border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-moz-border-radius: 1px;
}

#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; 
}

#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; 
}

#menu {
width: 100%;
background: #eee;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}

