#lightbox{
	position: absolute;
	top: 40px;
	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;
	padding: 4px;

	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lbox/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/lbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

a:link 								{font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #003366; font-weight: bold;} 
a:visited							{font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #003366; font-weight: bold;} 
a:hover								{font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 11px;color: #CC0000; text-decoration: none; font-weight: bold;}

a.LinkPaging:link, a.LinkPaging:visited {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
} 
a.LinkPaging:hover								{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

a.LinkManuf:link, a.LinkManuf:visited, a.LinkManuf:hover {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 10px;
	text-decoration: none;
	padding: 10px;



} 
a.LinkManuf:link, a.LinkManuf:visited {
	color: #CC0000;

}
a.LinkManuf:hover {
	color: #000000;
}

a.LinkHeader:link, a.LinkHeader:visited {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #003399;
	font-weight: bold;
	text-transform: uppercase;
} 
a.LinkHeader:hover								{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.LinkSubNav:link, a.LinkSubNav:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 2px;
	padding: 0px 1px;
} 
a.LinkSubNav:hover					{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 2px;
	padding: 6px 1px 5px;
}

a.LinkNav:link, a.LinkNav:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 1px;
	padding: 0px 1px;
} 
a.LinkNav:hover					{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	margin: 0px 1px;
	padding: 6px 1px;
}
a.LinkBox:link, a.LinkBox:visited {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
} 
a.LinkBox:hover					{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a.LinkFoot:link, a.LinkFoot:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
} 
a.LinkFoot:hover					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
	text-decoration: none;
}

body {
	text-align: center;
	width: 938px;
	background-color: #000000;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: auto;
	margin-left: auto;
}
form								{margin: 0px;}

.copyright			 				{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF;}
.infoCell1 							{font-weight: bold; background-color: #D8D9C9;}
.infoCell2 							{font-weight: bold; background-color: #ECECE4;}
.horizLine 							{background-image: url(../images/box/box_horiz.gif); background-repeat: repeat-x; background-position: center center;}
.singleBox 							{
	border: 1px solid #999999;
	height: 20px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CC3333;
	margin: 0px;
	color: #FFFFFF;
}
.singleBoxOff 						{
	border: 1px solid #999999;
	height: 20px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0px;
	text-decoration: underline;
}
.HeadLogo {
	background-color: #E7E7E7;
	height: 85px;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.HeadNav {
	background-color: #C02C30;
	width: 938px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.HeadLine {
	width: 938px;
	background-image: url(../images/headline.gif);
	background-repeat: repeat-x;
	height: 16px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
ul.NavUL {
	margin: 0px;
	padding: 0px;
}
li.NavLI {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.HeadSearch {
	height: 95px;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
}
.FootSearch {
	height: 70px;
	width: 938px;
	background-color: #999999;
	margin-right: auto;
	margin-left: auto;

}
.FootNav {
	background-color: #000000;
	width: 938px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.ContentBody {
	width: 938px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
.ContentNav {
	background-color: #E7E7E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 226px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.ContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 708px;
	background-color: #FFFFFF;
	text-align: left;
	min-height: 600px;
}
.SearchBox {
	width: 226px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	height: 95px;
	margin-right: auto;
	margin-left: auto;
}
.SearchPics {
	float: right;
	width: 708px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 95px;
	margin-right: auto;
	margin-left: auto;
}
.PageHeader {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
}
.PageHoriz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/horiz_line.gif);
	background-repeat: repeat-x;
	height: 10px;
	background-position: center center;

}
.PageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 100%;
}
.PagingBody {
	width: 500px;
	background-color: #FFFFFF;
	height:25px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;

}
.PagingLeft {
	width: 250px;
	float: left;
	height: 25px;
}
.PagingRight {
	width: 245px;
	float: right;
	text-align: right;
	height: 25px;
}
.SearchHead {
	text-align: left;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.SearchField {
	width: 100%;
	text-align: left;
	font-size: 10px;
}
.SearchInput {
	height: 20px;
	width: 195px;
}
.BoxContainer {
	width: 500px;
	border: 1px solid #CCCCCC;
	height: 128px;
	background-color: #FFFFFF;
}
.BoxLeft {
	width: 125px;
	float: left;
	margin: 0px;
}
.BoxRight {
	width: 360px;
	float: right;
}
.ProdPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #CC0000;
}
.PageTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.SubNav {
	background-image: url(../images/subcat.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	height: 17px;
	padding-left: 20px;

}
.PagePrice {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}
.PicBox {
	margin: 6px 10px;
	border: 1px solid #999999;
	float: left;
	text-align: center;
}

.SearchPicsBox {
	margin-right: 4px;
}
.SearchPicsBox {
	background-color: #FFFFFF;
	float: left;
	width: 174px;
}
.SearchPicsBoxR {
	float: left;
	width: 174px;
	background-color: #FFFFFF;
}

.SearchPicsBoxH {
	height: 75px;
	width: 174px;
}
.SearchPicsBoxT {
	background-color: #C02C30;
	height: 20px;
	width: 174px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.FormField100 {
	width: 100px;
	height: 20px;
}
.FormField200 {
	width: 200px;
	height: 20px;
}
.FormField300 {
	width: 300px;
	height: 20px;
}
textarea {
	overflow: auto;
}
.FormLeft {
	float: left;
	width: 95px;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;




}
.FormRight {
	float: right;
	width: 450px;
	background-color: #F4F4F4;
	height: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;



}
.FormItem {
	width: 550px;

}
hr {
	height: 2px;
	width: 100%;
	color: #CC3333;
}

.FeatTop, .FeatBtm, .FeatMid, .FeatContainer {
	width: 240px;
}
.FeatTop {
	background-image: url(../images/box/feat_top.gif);
	background-repeat: no-repeat;
	height: 7px;
	background-position: bottom;
}
.FeatBtm {
	background-image: url(../images/box/feat_btm.gif);
	height: 20px;
	background-repeat: no-repeat;

}
.FeatMid {
	background-image: url(../images/box/feat_mid.gif);
	background-repeat: repeat-y;
}
.FeatContainer {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.BodyBorder {
	background-color: #FFFFFF;
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}
.ConPadding {
	padding: 5px;
}
.ContentBorder {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	clear: both;
	background-image: url(../images/content-bg.gif);
	background-position: left top;

}
.HeadLogoImg {
	margin-top: 8px;
	margin-left: 10px;
}
.PageLogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
}
.FormPad {
	padding: 4px;
}
.SearchBoxH {

	height: 75px;
	width: 226px;
}
.SearchBoxT {

	background-color: #C02C30;
	height: 20px;
	width: 226px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

