@charset "UTF-8";
/* CSS Document */

.catBoxTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
.catBoxTxtYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0;
	font-weight: bold;
}
.catBoxTxt a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.catBoxTxt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0;
}
.catBoxTxt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.catBoxTitlesTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.mainTitlesTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
.mainTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.mainTxtItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: italic;
}

.mainTxtBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}



.navTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.redMainTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C00;
	font-style: italic;
	font-weight: bold;
}
.mainTxtTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.mainTxtTitles2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.shoppingCartTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}




body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/Images/BGmain.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}

.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	height: 248px;
	width: 900px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	background-color: #DDDDDD;
	background-image: url(/Images/Header.png);
	background-repeat: no-repeat;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #mainsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 144px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 740px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(/Images/categoryBox.png);
	background-repeat: no-repeat;
	text-indent: 0;
	background-position: 2px 5px;
	text-align: left;
}

.thrColFixHdr #maintopbar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 687px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
	height: 138px;
}
.thrColFixHdr #prodCatSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 144px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(/Images/prodcatboxBG.png);
	background-repeat: no-repeat;
	text-indent: 0;
	background-position: 2px;
	text-align: left;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 142px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 660px;
	margin: 0px;
	background-image: url(/Images/rightbarcontent.png);
	background-repeat: no-repeat;
	background-position: center 185px;
}
.thrColFixHdr #aboutUsSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	height: 696px;
	background-image: url(/Images/aboutuspics.png);
	background-repeat: no-repeat;
	background-position: center 21px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.thrColFixHdr #servicesSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	height: 458px;
	background-image: url(/Images/servicespics.png);
	background-repeat: no-repeat;
	background-position: center 95px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.thrColFixHdr #findUsSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	height: 358px;
	background-repeat: no-repeat;
	background-position: center 95px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 520px;
	background-image: url(/Images/maincontentBG.png);
	background-repeat: no-repeat;
	float: left;
	height: 630px;
} 

.thrColFixHdr #aboutUsContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 558px;
	background-image: url(/Images/aboutusContentBox.png);
	background-repeat: no-repeat;
	float: left;
	height: 533px;
}
.thrColFixHdr #productsCatContent {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 688px;
	background-repeat: no-repeat;
	float: right;
	height: 700px;
	background-position: center 5px;
}
.thrColFixHdr #productsContent {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 688px;
	background-repeat: no-repeat;
	float: right;
	height: 700px;
	background-position: center 5px;
	background-color: #FFF;
}
.thrColFixHdr #findUsContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 530px;
	background-image: url(/Images/aboutusContentBox.png);
	background-repeat: no-repeat;
	float: left;
	height: 533px;
}
.thrColFixHdr #confirmationContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 830px;
	background-repeat: no-repeat;
	float: none;
	height: 533px;
}
.thrColFixHdr #conditionsContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 800px;
	background-image: url(/Images/aboutusContentBox.png);
	background-repeat: no-repeat;
	float: left;
	background-position: 120px 7px;
}






.thrColFixHdr #footer {
	float: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #photoGalleryContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 430px;
	background-repeat: no-repeat;
	float: left;
	height: 533px;
	text-align: center;
}
.thrColFixHdr #photoGalleryContent2 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 430px;
	background-repeat: no-repeat;
	float: left;
	height: 533px;
	text-align: center;
}
.thrColFixHdr #photoGalleryBox {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 279px;
	background-repeat: no-repeat;
	float: left;
	height: 270px;
	text-align: center;
}
.thrColFixHdr #perfBuggiesBox {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 279px;
	background-repeat: no-repeat;
	float: left;
	height: 915px;
	text-align: center;
}
.thrColFixHdr #videoGalleryBox {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 379px;
	background-repeat: no-repeat;
	float: left;
	height: 800px;
	text-align: center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 30px;
}




#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:/Images/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-image: url(/Images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(/Images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#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; }
#navBox {
	width: 100%;
	margin-top: 184px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#searchContent {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#titleBox {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/Images/flame.png);
	background-repeat: no-repeat;
	background-position: 250px;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#titleBoxStore {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/Images/flame.png);
	background-repeat: no-repeat;
	background-position: 320px;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #storeGalleryBox {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 279px;
	background-repeat: no-repeat;
	height: 690px;
	text-align: center;
	float: left;
}
#titleBoxVideo {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/Images/flame.png);
	background-repeat: no-repeat;
	background-position: 190px;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #constructionContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 858px;
	background-repeat: no-repeat;
	float: none;
	height: 533px;
}
