body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: center;
	width: 750px;
	height: 500px;
	padding: 0px;
	margin: 0px;
}
#topleft {
	float: left;
	text-align: left;
	width: 300px;
	height: 308px;
	padding: 0px;
	margin: 10px auto 0px 20px;
}
#topright {
	float: right;
	width: 385px;
	padding: 0px;
	margin: 10px 0px 0px 20px;
}
#left2 {
	text-align: left;
	float: left;
	width: 300px;
	padding: 0px;
	margin: 20px 0px 20px 20px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
#rightbottom {
	text-align: left;
	float: right;
	width: 380px;
	padding: 0px;
	margin: 20px 0px 0px 25px;
}
#bottom {
	text-align: left;
	clear: left;
	width: 730px;
	padding: 0px;
	margin: 10px 0px 0px 20px;
}
.prodtable {
	border-collapse: collapse;
    width: 750px;
}
.prodtable td {
	padding: 4px;
	border: solid 1px #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
}
td {
font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
}

td.colorcell {
background-color: #A50000;
border: 0px;
font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #EFC329;
}
#scroller {
	position: relative;
	top: -20px;
	left: 3px;
}
.uploadouter {
width: 300px;
border-collapse: collapse;
border: solid 1px #000000;
}

.uploadouter td {
	padding: 0px;
}
.form {
	background: #FFFFFF;
	width: 300px;
}
form {
	margin: 0px;
	padding: 0px;
}
.form td {
	padding: 4px;
	font-size: 11px;
	font-family: Tahoma;
}

input.submit {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	width: 60px;
	background: #F7F7F7;
}

input.reset {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #2F436D;
	height: 20px;
	width: 60px;
	background: #F7F7F7;
}
input  {
	background: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	margin-bottom: 0px;
}
input.contact  {
	width: 200px;
	background: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	margin-bottom: 0px;
}
textarea  {
	width: 200px;
	background: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#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: 11px Tahoma, 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}