html, body {

	font-family: Arial, Helvetica, sans-serif;

	color: #FFFFFF;

}



img {

	border: none;

}



.cart_icon {

	border: none;

	margin: 12px 0px;

}



.searchBtn {

	color: #C10327;

	background-color: #FFFFFF;

	height: 20px;

	width: 38px;

	font-size: 10px;

	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;

	font-weight: bold;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	border-top-color: #b1d16c;

	border-right-color: #b1d16c;

	border-bottom-color: #b1d16c;

	border-left-color: #b1d16c;

}

.searchBox {

	color: #333333;

	background-color: #FFFFFF;

	border: 1px solid #e1e1e1;

	font-size: 12px;

	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;

}

.textbox {

	color: #333333;

	background-color: #FFFFFF;

	border: 1px solid #000;

	font-size: 12px;

	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;

}

.textboxDisabled {

	background-color: #FFFFFF;

	border: 1px solid #e1e1e1;

	/*font-size: 12px;*/

	color: #e1e1e1;

	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;

}

.submit {

	color: #FFFFFF;

	/* height: 18px; */

	/* font-weight: bold; */

	font-size: 14px;

	background-color: #BF0228;

	border: 1px solid #BF0228;

	font-family:Arial, Helvetica, sans-serif;

	font-weight: bold;

}

form {

	margin: 0px;

	padding: 0px;

}



ol, ul {

	margin-left: 30px;

	padding: 0px;

}



li {

	margin: 0px;

	padding: 0px;

}

li.bullet {

	list-style-type: square;

}

li.bulletLrg {

	list-style-type: square;

	font-size: 12px;

}



li.num {

	color: #333333;		

}

li.account {

	list-style-type: square;

	padding-top: 5px;

	padding-bottom: 5px;

}

.txtSession, .txtCopy, .txtSiteDocs {

	color: #fff;

}

a.txtSession, a.txtSiteDocs {

	color: #fff;

	text-decoration: none;

}

a.txtSession:hover, a.txtSiteDocs:hover {

	text-decoration: underline;

}

.terms {

	color: #333333;

}

a.terms {

	color: #000;

	text-decoration: none;

}

a.terms {

	text-decoration: underline;

}

.txtButton {

	color: #FFFFFF;

	/* background-color: #C20325; */

	border: 1px solid #000000;

	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;

	padding: 2px;

	line-height: 18px;

	text-align: center;

	text-decoration: none;

	background-image: url(../styleImages/backgrounds/button_bg.gif);

	background-repeat: repeat-x;

}

a.txtButton {

	color: #FFFFFF;

	border: 1px solid #000000;

	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;

	padding: 2px;

	line-height: 20px;

	text-align: center;

	text-decoration: none;

	background-image: url(../styleImages/backgrounds/button_bg.gif);

	background-repeat: repeat-x;

}

a.txtButton:hover {

	color: #FFFFFF;

	background-color: #19A3AE;

	border: 1px solid #000000;

	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;

	padding: 2px;

	line-height: 20px;

	text-align: center;

	text-decoration: none;

	background-image: url(../styleImages/backgrounds/button_hover_bg.gif);

	background-repeat: repeat-x;

}

.txtNextButton {
	color: #FFFFFF;
	/* background-color: #C20325; */
	border: 1px solid #000000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	background-image: url(../styleImages/backgrounds/button_next_bg.gif);
	background-repeat: repeat-x;
}

a.txtNextButton {
	color: #FFFFFF;
	border: 1px solid #000000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	background-image: url(../styleImages/backgrounds/button_next_bg.gif);
	background-repeat: repeat-x;
}

a.txtNextButton:hover {
	color: #FFFFFF;
	background-color: #19A3AE;
	border: 1px solid #000000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	background-image: url(../styleImages/backgrounds/button_next_hover_bg.gif);
	background-repeat: repeat-x;
}

.txtOldPrice {

	text-decoration: line-through;

	font-size:12px;

}

.txtSale {

	color: #BF0228;

	font-family: Arial, Helvetica, sans-serif;

	font-size:16px;

	font-weight:bold;

}

.txtOutOfStock {

	color: #FF0000;

}

.txtPrice {

	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;

	font-size:16px;

	font-weight:bold;

	color: #333333;

}

.txtSiteDocs, a.txtSiteDocs {

	color: #000000;

	text-decoration:none;

	font-family:Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

}

a.txtSiteDocs:hover {

	text-decoration:none;

}

.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {

	color: #333333;

	text-decoration:none;

}

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {

	color: #BF0228;

	text-decoration:none;

}

a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {

	color: #70cdcc;

	text-decoration:none;

}

.txtContentTitle {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #000;

	height: 15px;

	padding: 5px;

	border-top-width: 1px;

	border-right-width: 1px;

	border-left-width: 1px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	border-top-color: #E1E1E1;

	border-right-color: #E1E1E1;

	border-left-color: #E1E1E1;

	background-color: #FFFFFF;

	text-align: center;

}

.txtBoxSave {

	color: #70cdcc;

	padding-left: 16px;

}

.tblList {

}

.tdListTitle {

	background-color: #BF0228;

	font-weight: bold;

	color: #FFFFFF;

	text-align: center;

}

.tdEven {

	background-color: #efefef;

	border-bottom: 1px dashed #e1e1e1;

	font-weight: bold;

}

.tdOdd {

	background-color: #FFFFFF;

	border-bottom: 1px dashed #e1e1e1;

}

.txtCartPrice {

	float: right;

	color: #BF0228;

	padding-right: 3px;

}

.txtCart {

	color: #BF0228;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

}

.cartTotal {

	border-top: 1px dashed #e1e1e1;

	padding-top: 2px;

	margin-top: 3px;

	margin-bottom: 5px;

}

a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {

	text-decoration: none;

	color: #333333;

}

a.txtCartProduct:hover {

	text-decoration: none;

	color: #70cdcc;

}

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {

	color: #FFFFFF;

	background-color: #BF0228;

	border: 1px solid #BF0228;

	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;

	line-height: 20px;

	text-align: center;

	text-decoration: none;

	padding-top: 2px;

	padding-right: 2px;

	padding-bottom: 2px;

	padding-left: 2px;

}

a.txtviewCart:hover {

	color: #FFFFFF;

	background-color: #19A3AE;

	border: 1px solid #FFFFFF;

	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;

	padding: 2px;

	line-height: 20px;

	text-align: center;

	text-decoration: none;

}

a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {

	color: #FFFFFF;

	background-color: #e1e1e1;

	border: 1px solid #cccccc;

	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;

	padding: 2px;

	line-height: 20px;

	text-align: center;

	text-decoration: none;

}

.cartProgress {

	font-weight: normal;

	color: #666666;

	padding: 4px;

/* 	border: 1px solid #000; */

	margin: auto;

}

.txtcartProgressCurrent {

	color: #BF0228;

	font-weight: bold;

}

.quickBuy {

	text-align: center;

	color: #666666;

}

.tdcartTitle {

	font-weight: bold;

	color: #333333;

	background-color: #ccc;

	border-bottom: 1px dashed #000;

}

.tdcartEven {

	background-color: #ffffff;

	border-bottom: 1px dashed #e1e1e1;	

}

.tdcartOdd {

	background-color: #FFFFFF;

	border-bottom: 1px dashed #e1e1e1;

}

.tdCartSubTotal {

	padding-top: 10px;

}



.txtStockWarn {

	color: #FF0000;

}

.txtError {

	font-weight: bold;

	color: #050F72;

	background-color: #FFCECE;

	border: 1px solid #FF0000;

	padding: 2px;

}

.txtCopyright, a.txtCopyright {

	text-align: center;

	/*font-size: 11px;*/

	padding-top: 5px;

	color: #000000;

}

a.txtCopyright:hover {

	text-decoration: none;

}

.dropDown {

	width: 120px;

}

.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {

	font-weight: bold;

	color: #000000;

	text-decoration: none;

	font-weight: bold;

}



.RatingTop {

	background-color: #ffffff;

	padding: 3px;

}



.RatingMain {

	background-color: #ffffff;

	padding: 3px;

	font-style:italic;

}



.ReviewBot {

	background-color: #ffffff;

	padding: 3px;

}



.RatingBottom {

	background-color: #e1e1e1;

	padding: 3px;

	color: #FFFFFF;

	/*font-size: 11px;*/

}



a.sortLink {

	color: #FFFFFF;

	font-weight: bold;

	text-decoration: none;

}

a.sortLink:hover {

	text-decoration: underline;

}



#shipping-select {

	width: 220px;

}









/* CATEGORY BUTTONS */

.boxCategories {

  padding-top: 10px;

}



.boxCategories ul {

	padding: 0px;

	margin-bottom: -8px;

	margin-right: -3px;

	counter-reset: item;

	background-image: url(../styleImages/backgrounds/sideboxtextBg.gif);

	background-repeat: repeat-y;

}

#categories .boxmid .bullet {

	list-style-type: none;

	list-style-position: outside;

	display: block;

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

	text-align: left;

	font-weight: bold;

	height: 24px;

	background-image: url(../styleImages/images/menu_bg.gif);

	/*  background-repeat: repeat-x; */

  background-repeat: no-repeat;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 2px;

	margin-left: 0px;

	padding-top: 5px;

	padding-right: 5px;

	padding-bottom: 0px;

	padding-left: 18px;

}



.boxCategories #mainmenu-nav .li-nav {

	background-image: url(../styleImages/backgrounds/cat-button-bg.gif);

	width: 212px;

	height: 24px;

	margin-top: 2px;

	margin-right: 0px;

	margin-bottom: 2px;

	margin-left: -2px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	background-repeat: no-repeat;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 10px;

	line-height: 22px;

}

#pageSurround .colLeft .boxCategories #mainmenu-nav .li-nav {

}



#categories .boxmid {

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	margin: 0px;

}



#categories .boxmid ul {

	display: block;

	padding: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	margin-right: 0px;

	counter-reset: item;

	background-image: url(../styleImages/backgrounds/sideboxtextBg.gif);

	background-repeat: repeat-y;

	margin-top: 0px;

}



#categories .boxmid .bullet {

	list-style-type: none;

	list-style-position: outside;

	display: block;

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

	text-align: left;

	font-weight: bold;

	height: 24px;

	background-image: url(../styleImages/backgrounds/cat-button-bg.gif);

	/*  background-repeat: repeat-x; */

  background-repeat: no-repeat;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 4px;

	padding-top: 5px;

	padding-right: 5px;

	padding-bottom: 0px;

	padding-left: 18px;

}







#categories .boxmid .bullet .txtDefault, #categories .boxmid .bullet .txtDefault:link {

  display: block;

  color: #374F69;

}

.colLeft #categories .boxhead {

	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);

	height: 45px;

	width: 231px;

	padding-top: 0px;

	padding-bottom: 0px;

	background-repeat: no-repeat;

	margin: 0px;

}

#pageSurround .colLeft #categories .boxhead .myrep-txt {

	text-align: center;

	padding-top: 12px;

}

#pageSurround .colLeft #categories .boxfoot {

	background-image: url(../styleImages/backgrounds/sideboxbottomBg.gif);

	height: 20px;

	width: 231px;

	background-repeat: no-repeat;

}

#pageSurround .colMid .boxContent .tblList .tdOdd img, #pageSurround .colMid .boxContent .tblList .tdEven img {

	border: thin solid #BF0228;

}

#pageSurround .colMid .boxContent .tblList {

	font-family: Arial, Helvetica, sans-serif;

	color: #BF0228;

	font-size: 12px;

}

#topHeader #tabmenucontainer #searchform #sessionbox .sessionTitle, #topCartHeader #tabmenucontainer #searchform #sessionbox .sessionTitle  {

	width: 100px;

	float: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	padding-left: 10px;

}

#topHeader #tabmenucontainer #searchform #sessionbox .boxSession, #topCartHeader #tabmenucontainer #searchform #sessionbox .boxSession {

	width: 155px;

	float: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

}



#cartlink {

	vertical-align:top;

	float:right;

	width:41px;

	height:31px;

	margin-top: -8px;

}

#registerBox {

	width: 110px;

	float: left;

}

#pageSurround .colLeft .boxhead .boxContentLeft .boxSession {

	height: 222px;

	width: 222px;

}

#pageSurround .colMid .boxContent #toplefthomecontent {

   font-weight:normal;

	float: left;

	width: 475px;

}

#pageSurround .colMid .boxContent #toprighthomecontent {

	float: left;

	width: 180px;

}





.ContentTitle h1

{

	background-image: url(../styleImages/images/trailer-header-BG.jpg);

	background-repeat: no-repeat;

	text-align: left;

	width: 410px;

	padding-top: 6px;

	padding-left: 50px;

	padding-right: 6px;

	font-family: Arial,Helvetica,sans-serif;

	font-size: 18px;

	color: #461504;

	font-weight: normal;

	padding-bottom: 5px;



}#toplefthomecontent .boxContentLefth {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #E23827;

}



/* start mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */

/* by Estelle - http://cubecart.expandingbrain.com */



/* Information displayed after email is sent */

.divEmailInfo {

	margin: 1em auto 1em auto;

	color: black;

	background-color: #E0FFB8;

	padding: 1em;

	position: relative;

}

.divEmailError {

	margin: 1em auto 2em auto;

	padding: 1em;

	color: red;

	background-color: #FFEEE7;

}

.divEmailFields {

	margin: 1em auto;

	padding: 10px;

	width: 95%;

	overflow: auto;

	border: 1px dashed #94DA3A;

}



/* Table and field sizes/alignment */

table.contactForm {

	margin: 0 auto;

	width: 100%;

}

.contactForm input.textbox {

	width: 96%;

}

.contactForm select {

	/*width: 243px;*/

}

.contactForm textarea {

	width: 99%;

	height: 160px;

}



/* Field error messages */

span.validation-advice, span.custom-advice, label.error {

	margin-top: 5px;

	color: #FF0000;

	background-color: #FFFFFF; /* set this to fix problem in IE */

	font-weight: bold;

}



/* This is for the CAPTCHA */

#recaptcha_area {

	margin: 0.5em 0;

}

.recaptcha_theme_white .required, .recaptcha_theme_blackglass .required, .recaptcha_theme_red .required {

	border: 1px solid #70CDCC !important;

}

.recaptcha_theme_white .validation-failed, .recaptcha_theme_blackglass .validation-failed, .recaptcha_theme_red .validation-failed {

	border: 2px solid #FF3333 !important;

}

.recaptcha_theme_white .validation-passed, .recaptcha_theme_blackglass .validation-passed, .recaptcha_theme_red .validation-passed {

	border: 1px solid #B1D16C !important;

}

.recaptcha_theme_white .validation-advice, .recaptcha_theme_blackglass .validation-advice, .recaptcha_theme_red .validation-advice {

    display: none;

}



/* end mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */











/* ================================================================ 

This copyright notice must be untouched at all times.



The original version of this stylesheet and the associated (x)html

is available at http://www.cssplay.co.uk/menus/flyoutt.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the assocaited (x)html may be modified in any 

way to fit your requirements.

=================================================================== */

/* common styling */

/* .menu {font-family: arial, sans-serif; width:106px; height:150px; position:relative; margin:0; font-size:11px; margin:50px 0; font-weight:bold; } */

.menu {font-family: arial, sans-serif; /* width:216px; height:150px; */ position:relative; margin:0; font-size:11px; margin:0; font-weight:bold;}

/* .menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#fff; width:104px; height:20px; text-align:center; border:1px solid #fff; border-width:1px 1px 0 0; background:#7b93b7; line-height:19px; font-size:11px;}

*/



.menu ul li a, .menu ul li a:visited {

display:block; 

text-decoration:none; 

color:#bf0228; 

width:220px; 

height:24px; /* text-align:right;  */

border:0px solid #fff; 

border-width:0px 0px 0 0; 

background-image:url(../styleImages/backgrounds/sideboxtextBg.gif); 

background-repeat:repeat-y; 

line-height:24px; 

padding-left: 18px;

/* font-size:11px;  */ 

/* padding-right:10px; */

}



.menu ul {padding:0; margin:0;list-style-type: none; width:220px; }

.menu ul li {float:left; margin-right:1px; position:relative; width:220px; }

.menu ul li ul {display: none; width:220px;}



/* specific to non IE browsers */

 .menu ul li:hover a {color:#fff; background:#BF0228; width:213px; /* margin-right:10px; */} 



/* .menu ul li:hover ul {display:block; position:absolute; top:0; left:105px; width:105px;} */

.menu ul li:hover ul {display:block; position:absolute; top:0; left:230px; width:200px; border:thin; border-bottom-width:thin; border-color:#CC0000;}

/* .menu ul li:hover ul li a.hide {background:#dfc184; color:#000;} */

.menu ul li:hover ul li a.hide {background:#ffff00; color:#fff;}

/* .menu ul li:hover ul li:hover a.hide {width:150px;} */

.menu ul li:hover ul li:hover a.hide {width:200px;}

.menu ul li:hover ul li ul {display: none;}

/* .menu ul li:hover ul li a {display:block; background:#b3ab79; color:#000; width:150px;} */

.menu ul li:hover ul li a {display:block; background:#E4E8B5; color:#000; width:200px; border:thin; border-bottom-width:thin; border-color:#CC0000;}

.menu ul li:hover ul li a:hover {background:#BF0228; color:#fff;}

/* .menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;} */

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:218px; top:0; color:#000;}

.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#E4E8B5; color:#000;}

.menu ul li:hover ul li:hover ul li a:hover {background:#BF0228; color:#fff;}

#pageSurround .colMid .boxContent #toplefthomecontent #home-r1-c1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	margin-top: 8px;

	margin-left: 13px;

	text-align: center;

}



#pageSurround .colMid .boxContent #toplefthomecontent #home-r1-c2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 24px;

	font-weight: bold;

	color: #FFFFFF;

	margin-top: 8px;

	margin-left: 5px;

	text-align: center;

	margin-right: 10px;

}



#pageSurround .colMid .boxContent #toplefthomecontent #home-r2-c1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 24px;

	font-weight: bold;

	color: #FFFFFF;

	margin-top: 8px;

	margin-left: 13px;

	text-align: right;

	width: 450px;

	margin-bottom: 12px;

	height: 32px;

}



#pageSurround .colMid .boxContent #toplefthomecontent #home-r3-c1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #C10327;

	margin-top: 0px;

	margin-left: 13px;

	text-align: center;

	width: 450px;

	margin-bottom: 0px;

	height: 38px;

	padding: 0px;

	margin-right: 0px;

}



#pageSurround .colMid .boxContent #toplefthomecontent #home-r4-c1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #C10327;

	margin-top: 0px;

	margin-left: 13px;

	text-align: left;

	width: 450px;

	margin-bottom: 0px;

	padding: 0px;

	margin-right: 0px;

}



#pageSurround .colMid .boxContent #toplefthomecontent #home-r1-c2-button {

	margin-top: 82px;

	margin-left: 9px;

	text-align: left;

}



#pageSurround .colMid .boxContent #toplefthomecontent #home-r4-c1-button {

	margin-top: 13px;

	margin-left: 293px;

	text-align: left;

	margin-bottom: 0px;

	padding: 0px;

 }



 



 	.bodycontenttitle2 {





  position: relative;

	left: 0px;

	padding-left: 8px;

	padding-right: 8px;

	padding-top: 0px;

	padding-bottom: 25px;

	float: left;

	text-align: left;

	font-size: 11px;

	color: #000000;





	 }

	h2.Titleh2 { margin:2pt; padding:0; }

	/*.Titleh2, */ .Titleh2 a  {

	background-image: url(../styleImages/images/small-arrow.jpg);

                background-repeat: no-repeat;

                text-align: left;

                VALIGN=top

                height: 0px;

                padding-top: 0px;

                padding-left: 30px;

                padding-right: 0px;

                font-family: Arial, Helvetica, sans-serif;

                font-size: 13px;

                color: #461504;

                font-weight: bold;

                padding-bottom: 0px;

                text-decoration: underline;

				margin: 0;



}



Titleh2 a:hover {

  color: #461504;

	text-decoration:none;

}

a.txtDefault, a.txtLink, a.txtLocation {

	color: #000fff;

	text-decoration:none;

}

a.Titleh2:hover, a.txtLink:hover, a.txtLocation:hover {

	color: #461504;

	text-decoration:none;

}

a.Titleh2:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {

	color: #461504;

	text-decoration:none;

}



	h2.Tireh2 { margin:2pt; padding:0; }

	/*.Tireh2, */ .Tireh2 a  {

                background-repeat: no-repeat;

                text-align: center;

                VALIGN=top

                height: 0px;

                padding-top: 0px;

                padding-left: 0px;

                padding-right: 0px;

                font-family: Arial, Helvetica, sans-serif;

                font-size: 18px;

                color: #461504;

                font-weight: bold;

                padding-bottom: 0px;



				margin: 0;



}



Tireh2 a:hover {

  color: #461504;

	text-decoration:none;

}

a.txtDefault, a.txtLink, a.txtLocation {

	color: #000fff;

	text-decoration:none;

}

a.Tireh2:hover, a.txtLink:hover, a.txtLocation:hover {

	color: #461504;

	text-decoration:none;

}

a.Tireh2:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {

	color: #461504;

	text-decoration:none;

}


.bodycontentwide h4 {
	font-size: 11px;
	color: #bf0228;
}

.Tireh4 { margin:2pt; padding:0; }

	/*.Tireh4, */ .Tireh4 a  {

                background-repeat: no-repeat;

                text-align: center;

                VALIGN=top

                height: 0px;

                padding-top: 0px;

                padding-left: 0px;

                padding-right: 0px;

                font-family: Arial, Helvetica, sans-serif;

                font-size: 12px;

                color: #461504;

                font-weight: bold;

                padding-bottom: 0px;


				margin: 0;


}

Tireh4 a:hover {

  color: #461504;

	text-decoration:none;

}

a.txtDefault, a.txtLink, a.txtLocation {

	color: #000fff;

	text-decoration:none;

}

a.Tireh4:hover, a.txtLink:hover, a.txtLocation:hover {

	color: #461504;

	text-decoration:none;

}

a.Tireh4:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {

	color: #461504;

	text-decoration:none;

}

/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 3px;
	margin:5px;
	position: relative;
	/* z-index: 1;                            ****************************** */
	height:100%;
	color: #000000;
	text-align: center;
	}

#Inner {
	margin: 15px;
	padding:5;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 165px;
	height: 245px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	}

.LPImage {
	float: none;
	text-align: center;
	border:1px solid #cccccc;
	height: 155px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}

.LPName {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	width:100%;
	color: #333333;
	}

.LPName a:link, .LPName a:visited {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: #242726;
	background: #FFFFFF;
	text-decoration:none;
	}

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	text-transform:uppercase;
	color: #667777;
	}
