/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
 

#navMainWrapper {

}

#navMain a {
	background:url("../images/tableftE.gif") no-repeat left top;
}
#navMain a span {
	background:url("../images/tabrightE.gif") no-repeat right top;
}
#navMain a span.last {
	background:url("../images/tabrightE_last.gif") no-repeat right top;
}
/* end main color changes */


/* other background color or image changes */
body {

	background:#f3eeec; /* main site background color, blue default */
}
#headerWrapper {
	background:#fff;  /* background color behind logo and sales text, white default */
}
input:focus, select:focus, textarea:focus {
	background:#e0e8ef; /* background color for input boxes, light blue default */
}
.messageStackWarning, .messageStackError {
	background:#990000;  /* background color for warning messages, red default */
}
.messageStackSuccess {
	background:#929292;  /* background color for success messages, grey default */
}
.messageStackCaution {
	background:#FFFF99;  /* background color for caution messages, yellow default */
}
h2.centerBoxHeading  {
}
TR.tableHeading {
	background:#f4f3f2; /* background color for various table headings (including shopping cart heading), medium grey default */
}
.rowEven {
	background:#fff;  /* background color for even listings, very light grey default */
}
.rowOdd {
	background:#fff;  /* background color for even listings, very light grey default */
}
#navEZPagesTop {
	background:url("../images/ezbg.gif") repeat-x;  /* grey background image behind ezpages section */
}
#contentMainWrapper {
	background-color:#fff; /*background color for the main "content" of the site */
}
#contentMainWrapperb {
}
input.search {
	background: url("../images/rounded-search-input.gif") top left no-repeat; /* rounded search image for the search sidebox */
}
/* font color changes */

body {
	color:#6a4c3e;  /* main site font color*/
}
a:link {
	color:#6a4c3e; /* main site links color */
	text-decoration:none;
}
a:visited {
	text-decoration:none; /* color of links after customer has visited them */
	color:#6a4c3e;
}
a:hover {
	color:#42220e; /* color when links are hovered over */
	text-decoration:none;
}

.leftBoxHeading a, .rightBoxHeading a {
	color:#6a4c3e; /* right and left box LINK heading color */
}
.leftBoxHeading a:hover, .rightBoxHeading a:hover {
	color:#E8E9E9; /* right and left box LINK heading color when hovered over*/
}
#navMain a span {
	color:#fff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */
}
#navMain a:hover span {
	color:#fff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */
}
#tagline {
	color:#333; /* tagline text color */
}
#productPrices {
	color:#402d23; /* color of price */
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
	color:#990000; /* color of sale prices and alerts */
}
.messageStackWarning, .messageStackError {
	color:#fff; /* color of warning message text */
}
.bold, .important, #tagline, #navEZPagesTop, LEGEND, #navSupp ul li a, #navCatTabs ul li a, #navEZPagesTOCWrapper, #cartSubTotal, .cartBoxTotal, #cartBoxEmpty, #cartBoxVoucherBalance  {
	font-weight:700;
}
/* end of site font color changes */


/* site and main content width section */
	
html>body {
	width: auto;
}
#nw {
     width:1020px;
}



/*wrappers - page or section containers*/
#nw {
	text-align:left;
	vertical-align:top;
	margin:0 auto;
}
#headerWrapper {
	float:left;
	width:100%;
}
#navMainWrapper {
	height:32px;
	width:100%;
	font-size:12px;
}
#logoWrapper {
	width:auto;
}
#logo {
	text-align:center;
}
#taglineWrapper {
	width:75%;
	float:left;
}
#tagline {
	font-size:1.1em;
	text-align:center;
	padding:25px 8px 35px;
}
#navEZPagesTop {
	width:auto;
	padding:7px 0;
}
#navEZPagesTop a {
	padding:0 8px;
}
#contentMainWrapper {
	min-height: 100%;
}
#contentMainWrapperb {
	min-height: 100%;
}
* html #contentMainWrapper {
	height: 100%;
}
.outer {
	padding-left: 270px; /* Same width as margin-left for the float-wrap div */
}
.inner {
	width: 100%;
}
.float-wrap {
	float: left;
	width: 97%;
	margin-left: -270px; /* Same length as .outer padding-left but with negative value */
}
#content {
	float: right;
 	margin-right: -270px; /* Same length as .outer padding-left but with negative value */
	width: 95%;   
	line-height:1.6;
	padding:0em .5em 0em .5em;
	position: relative; /* IE needs this  */
}
.contentWrap {
	padding: 0px 0 5px 5px;
	margin-top: 3em; 
 }
#navColumnOne {
	float: left;
	position: relative; /* IE needs this  */
	padding:0em .5em 0em .5em;
}
#navColumnTwo {
	float: right;
	position: relative; /* IE needs this  */
}
* html #navColumnTwo {
}
/* end wrappers - page or section containers*/

* {
	margin:0;
	padding:0;
}
body {
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size:73.5%;
	margin-top:20px;
}
a img {
	border:none;
}
ul, ol {
	text-align:left;
	padding-left:25px;
	margin:0 0 10px 10px;
}
h1 {
	font-size:1.3em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .larger, .sideBoxContent {
	font-size:1em;
}

LEGEND {
	color:#DBCFC9; /* #6a4c3e;     */
}
.biggerText {
	font-size:1.1em;
}
h1, h2, h3, h4, h5, h6 {
	margin:.3em 0;
}
CODE {
	font-family:tahoma, arial, verdana, helvetica, sans-serif;
	font-size:1em;
}
FORM, SELECT {
	display:inline;
	font-size:1em;
	margin:.5em;
}
option {
	padding-right:.5em;
}
INPUT {
	margin:.3em .5em;
}
html>/**/body input[type=checkbox], html>/**/body input[type=radio] {
	float:left;
	clear:both;
}
html>/**/body .checkboxLabel, html>/**/body .radioButtonLabel {
	margin:0 .2em .5em 0;
	float:left;
}
.ratingRow input[type=radio] {
	float:none;
	margin:0 .5em;
}
TEXTAREA {
	margin:auto;
	display:block;
	width:95%;
}
FIELDSET {
	padding:.5em;
	margin:.5em 0;
	border:1px solid #DBCFC9;
}
LEGEND {
	padding:.3em;
}
h4.optionName {
	padding-right:1em;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float:left;
}
LABEL.inputLabel {
	width:90%;
	float:left;
	margin:.3em;
}
LABEL.inputLabelPayment {
	width:15em;
	float:left;
	padding:.5em;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width:12em;
	float:left;
}
ADDRESS {
	font-style:normal;
	padding-right:40px;
}
.clearBoth {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

HR {
	height:1px;
	margin:.5em 0;
	border:none;
	color:#DBCFC9;
	border-bottom:1px solid #DBCFC9;
}
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding:.2em;
}
/* product info page css */

#cartAdd {
	width:125px;
	text-align:left;
	margin:10px auto;
	float:left;
	padding-right:10px;
}
#cartAdd input {
	margin:.3em 0 0 0;
}
#productDescription {
	margin-top:20px;
	clear:both;
}
#rightFloat {
	float:left;
	width:45%;
}
#leftFloat {
	float:left;
	text-align:center;
}
#productDetailsList {
	float:left;
}
#productAttributes {
	width:100%;
	float:left;
	border:1px solid #dbcfc9;
	padding-left:5px;
	margin:5px 0 0 0px;
}
#productImage {
	margin:0;
}
.imgLink {
	text-align:center;
	margin:0 auto;
	display:block;
	color:#6a4c3e;
	width:100%;
}
#friendReview {
	width:200px;
	padding:15px 0 10px 0;
	float:left;
	clear:left;
	text-align:left;
}
.reviewCount {
	float:left;
	padding-left:2px;
}
#productReviewLink {
	padding:5px 0;
}
.wrapperAttribsOptions {
	line-height:2em;
	width:auto;
	float:left;
}
.wrapperAttribsOptions h4 {
	padding-right:15px;
}
/* end product info page css */

/* css for top menu tabs */

#navMain {
	float:right;
	width:750px;
	line-height:normal;
	height:32px;
}
#navMain ul {
	float:right;
	list-style:none;
}
#navMain li {
	display:inline;
}
#navMain a {
	float:left;
	text-decoration:none;
}
#navMain a span {
	float:left;
	display:block;
	padding: 7px 15px 0 15px;
	text-align:center;
	width:90px;
	cursor:pointer;
	height:25px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span {
	float:none;
}
/* End IE5-Mac hack */

#navMain a:hover {
	background-position:0% -32px;
}
#navMain a:hover span {
	background-position:100% -32px;
}
/* end css for top menu tabs */
	
.navNextPrevWrapper {
	margin-bottom:1em;
}
.navPrevCounter {
	font-size:.9em;
}
.navNextPrevList {
	display:inline;
	white-space:nowrap;
	padding:0 1em;
	list-style-type:none;
	position:relative;
}
#navSuppWrapper {
	width:100%;
	margin:0 auto;
	float:left;
}
#navSupp {
	margin:0 auto;
	text-align:center;
	padding-top:1em; 
}
#navSupp ul {
	list-style-type:none;
	text-align:center;
	padding: .1em 0;
}
#navCatTabs ul {
	list-style-type:none;
	text-align:center;
}
#navSupp li, #navCatTabs li {
	display:inline;
	padding:0 .5em;
}
#navSupp ul li a, #navCatTabs ul li a {
	text-decoration:none;
	white-space:nowrap;
	display:inline;
	width:0;
}
#navEZPagesTOCWrapper {
	float:right;
	height:1%;
	border:1px solid #000;
}
#navEZPagesTOC ul {
	padding: .5em 0;
	list-style-type:none;
	line-height:1.5em;
}
#navEZPagesTOC ul li {
	white-space:nowrap;
}
#navEZPagesTOC ul li a {
	padding:0 .5em;
}
#navCategoryIcon, .buttonRow {
	margin:.5em;
}
#navMainSearch {
	float:left;
	width:120px;
}
input.search {
	border: 0;
	width: 100px; /* width of text-display area */
	padding: 3px 15px 4px 20px;
	font-size: 11px;
}
input#searchTop {
	border: 0;
	width: 110px; /* width of text-display area */
	padding: 4px 15px 5px 20px;
	font-size: 12px;
}
* html input#searchTop {
	background-attachment: fixed;
}
#navBreadCrumb {
	text-align:left;
	line-height:1.8em;
	font-size:1em;
	margin:auto;
	color:#ad9386;
	width:95%;
	padding:.5em 0em .5em 0em;
	text-transform:lowercase;
}
#navBreadCrumb a{
	color:#ad9386;
	text-decoration: underline;

}
#navBreadCrumb a:hover{
	color:#42220e;
}
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align:top;
}
#productDescription {
}
.shippingEstimatorWrapper {
	padding:.5em;
}.important {
	padding:.5em;
}
.gvBal {
	float:right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding:.8em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size:.9em;
}
#siteinfoLegal {
	clear:both;
}
.tableHeading TH {
     border-bottom:1px solid #f3eeec; 
}
#cartSubTotal {
	border-top:1px solid #DBCFC9;
	text-align:right;
	line-height:2.2em;
	padding-right:2.5em;
}
.tableRow, .tableHeading, #cartSubTotal {
	height:2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding:.5em 0 0;
}
#cartProdTitle {
	text-align:center;
	color:#6A4C3E;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align:center;
	padding-right:.2em;
}
.cartRemoveItemDisplay input[type=checkbox] {
	float:none;
	margin-bottom:1em;
}
#scUpdateQuantity {
	width:1.8em;
}
#scProductsHeading {
	padding-left:2em;
}
.cartQuantity {
	width:4em;
}
.cartNewItem {
	position:relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
	position:relative;   /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
	text-align:right;
	padding-right:10px;
}
.cartRemoveItemDisplay {
	width:5em;
}
.cartAttribsList {
	margin-left:1em;
}
#mediaManager {
	width:50%;
	margin:.2em;
	padding:.5em;
}
.mediaTitle {
	float: left;
}
.mediaTypeLink {
	float: right;
}
.normalprice, .productSpecialPriceSale {
	text-decoration:line-through;
}
.orderHistList {
	margin:1em;
	padding:.2em 0;
}
#ezPageBoxList li {
	padding:.2em 0;
}
.totalBox {
	width:5.5em;
	text-align:right;
	padding:.2em;
}
.lineTitle, .amount {
	text-align:right;
	padding:.2em;
}
.amount {
	width:5.5em;
}
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin:.5em 1em 0 0;
}
#cartImage {
	margin:.5em 1em;
}
.attribImg {
	width:20%;
	margin:.3em 0;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin:1em 0;
}
.centerBoxContentsProducts {
	margin:0 auto;
	text-align:center;
	width:95%
}

.leftBoxHeading {
     text-align:left;
     margin-top:0;
     margin-right:1em;
     margin-bottom:0;
     margin-left:1em;
     }
h3.leftBoxHeading, h3.rightBoxHeading {
	font-size:1.25em;
	font-weight:bold;
	height:1.5em;
	padding:0em 0 0 0;
     color: #907364;
     text-transform:uppercase;
}

h2.centerBoxHeading {
	margin:2em  auto 2em auto;
	padding:.5em 0;
	text-align:center;
 	border:1px solid #DBCFC9;
	line-height:normal;
	width:90%;
}

.sideBoxContent {
	font-size:1.2em;
	padding:5px;
	font-weight:normal;

}
.sideBoxContent ul {
	text-align:left;
	list-style-type:none;
	padding:0 0 0 10px!important;
	margin:0!important;
}
.sideBoxContent li {
}
#categoriesContent, #documentcategoriesContent {
	text-align:left;
	padding-left:10px;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align:center;
}
.productListing-data img {
	padding:10px;
}
#upProductsHeading {
	text-align:left;
}
#upDateHeading {
	text-align:right;
}
/*misc*/
.back {
	float:left;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}
.rowOdd {
	height:1.5em;
	vertical-align:top;
}
.rowEven {
	height:1.5em;
	vertical-align:top;
}
.hiddenField {
	display:none;
}
.visibleField {
	display:inline;
}
#accountLinksWrapper li {
	padding:.5em 0;
	display:block;
	list-style:none;
}
.accountTotalDisplay, .accountTaxDisplay {
	width:20%;
	text-align:right;
}
.accountQuantityDisplay {
	width:10%;
	vertical-align:top
}
TR.tableHeading {
	height:2em;
}
#siteMapList {
	width:90%;
	float:right;
}
.ratingRow {
	margin:1em 0 1.5em 0;
}
LABEL#textAreaReviews {
	font-weight:normal;
	margin:1em 0;
}
.information {
	padding: 10px 3px;
	line-height: 150%;
}
#shoppingcartBody #shippingEstimatorContent {
	clear: both;
}
.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#seShipTo {
	padding: 0.2em;
}
.smallProductImage {
	padding:1em;
}
#sendSpendWrapper {
	border:1px solid #cacaca;
	float:right;
	margin:0 0 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	width:46%;
}
/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */

#productMainImage {
	float:left;
	background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
	background: url("../images/shadow.gif") no-repeat bottom right;
	margin: 10px 0 0 5px;
}
#productMainImage img {
	display: block;
	position: relative;
	background: #fff;
	margin: -3px 6px 6px -3px;
	border: 1px solid #a9a9a9; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
}
/* end css for product image drop shadow */

/*
P3 updates
*/

#siteinfoIP {
  	background-color: #f3eeec;
	margin: 0;
	padding:  .1em 0em;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #ad9386;
     }

#siteinfoLegal {
  	background-color: #f3eeec;
	margin: 0;
	padding:  .1em 0em;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #ad9386;
     }
     
.leftBoxContainer {
	margin-top: 2.25em;
     font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffffff;
	padding: 0.5em 0.8em;
	color: #907364;
     width:85% !important;
     margin-left:auto;
     margin-right:auto;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 1.0em;
	}

#catBoxDivider {
     display:none;
}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #907364;
	text-decoration: none;
	line-height: 1.8em;
	font-size: .9em;
	}
A.category-top:hover {
	color: #42220e;
			}

A.category-links, A.category-links:visited {
	font-size: .9em;
	color: #907364;
	line-height: 1.3em;
	}
A.category-links:hover {
	color: #42220e;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #907364;
	text-decoration: none;
	line-height: 1.5em;
	font-size: .9em;
 	}


A.category-subs:hover, A.category-products:hover {
	color: #42220e;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	}
/* end categories box links */
#Logo-Left {
     width:55%;
     float:left;
     text-align:left;
}
#Logo-Right {
     width:40%;
     float:right;
     text-align:right;
}

#P3Nav1 {
	margin:auto;
	background-color: #f3eeec;
	height: .8em;
     width:1010px;
	color: #AC9488;
	}

#P3Nav1 ul {
	margin: 0;
	padding:  0.8em 0em;
	list-style-type: none;
	display: inline;
	text-align: center;
	line-height: 2em;
	font-size: 1em;
	text-transform:lowercase;
 	}

#P3Nav1 ul li  {
	display: inline;
	}

#P3Nav1 ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	}
	
body {
	behavior: url(includes/csshover.htc);
	}
	
li.submenu li.submenu:hover {color: #ffffff!important;	background: #f3eeec;}


#P3Nav1 ul {
	margin: 0; 
	padding: 0;
	}

#P3Nav1 .P3NavLeft li {           /* fix ie stupid bug */
	position: relative; 
	list-style: none; 
	margin: 0; 
	float: left; 
	}
#P3Nav1 .P3NavRight li {               /* fix ie stupid bug */
	position: relative; 
	list-style: none; 
	margin: 0; 
	float: right;
	}

#P3Nav1 ul.level1 {
	width:100%; 
	margin:0 auto;
	text-align:center;
	background:#ced7a3;
	height:25px;
	z-index:1000;
	}

#P3Nav1 li:hover {}
#P3Nav1 li.submenu {}
#P3Nav1 li.submenu:hover {}
#P3Nav1 li a {display: block; padding: .6em 1.2em .6em 1.2em ;text-decoration: none; text-transform:lowercase; color:#ac9488; font-weight: normal; text-align:center;}
#P3Nav1>ul a {width: auto;}
#P3Nav1 ul ul {position: absolute; width: 13em;display: none;}
#P3Nav1 ul ul li {border-bottom: 1px solid #CCC; width:13em;}
#P3Nav1 li.submenu li.submenu {}
#P3Nav1 ul.level1 li.submenu:hover ul.level2, 
#P3Nav1 ul.level2 li.submenu:hover ul.level3,
#P3Nav1 ul.level3 li.submenu:hover ul.level4,
#P3Nav1 ul.level4 li.submenu:hover ul.level5 {display:block;z-index:1000;}
#P3Nav1 ul.level2 {top: 1.3em; background:#f3eeec;z-index:1000;}
#P3Nav1 ul.level3, #P3Nav1 ul.level4, #P3Nav1 ul.level5 {top: 0; left: 13em; background:#f3eeec;}
#P3Nav1 ul.level2 a {padding: 0.5em 0.25em;color: #AC9488; text-transform:lowercase;}  /* this is text color on drop-down submenu */
#P3Nav1 ul.level2 a:hover {color:#f3eeec; background-color:#AC9488;}
#P3Nav1 form {
     margin:0;
     padding:0;
     border:0;
     }
     


#P3Navbox {
     border-bottom: 1px solid #CDBEB6;
     border-top: 1px solid #CDBEB6;
	margin:auto;
	background-color: #ffffff;
	font-weight: bold;
	height: 2.7em;
     width:95%;
	color: #AC9488;
     font-size:1em;
}

#P3Navbox ul li  {
	display: inline;
	vertical-align:middle;
	}

#P3Navbox ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	}
.P3NavLeft {
  float:left;
}

.P3NavRight {
     float:right;
}

#P3Navbox ul {
	margin: 0; 
	padding: 0;
	}

#P3Navbox .P3NavLeft li {
	position: relative; 
	list-style: none; 
	margin: 0; 
	float: left;   /*   this is were ie is barfing */
	}

#P3Navbox .P3NavRight li {
	position: relative; 
	list-style: none; 
	margin: 0; 
	float: right;   /*   this is were ie is barfing */
	}

#P3Navbox ul.level1 {
	width:100%;
	padding:.6em 0em .5em 0em ;
	margin:0 auto;
	text-align:center;
	height:1.5em;
 	z-index:1000;
	}

#P3Navbox li:hover {}
#P3Navbox li.submenu {}
#P3Navbox li.submenu:hover {}
#P3Navbox li a {
     display: block;
     padding: .3em .5em .3em .5em;
     text-decoration: none;
     color:#42220e;
     font-weight: bold;
     text-align:center;
     font-size:1.3em;
     }
#P3Navbox #P3NavLeft li a {
     text-transform:uppercase;
     }
#P3Navbox #P3NavRight li a {
     text-transform:lowercase;
     }

#P3Navbox>ul a {width: auto;}
#P3Navbox ul ul {position: absolute; width: 17em; display: none;}
#P3Navbox ul ul li {border-bottom: 1px solid #CCC; border-left: 1px solid #CCC; width:17em;}
#P3Navbox li.submenu li.submenu {}
#P3Navbox ul.level1 li.submenu:hover ul.level2,
#P3Navbox ul.level2 li.submenu:hover ul.level3,
#P3Navbox ul.level3 li.submenu:hover ul.level4,
#P3Navbox ul.level4 li.submenu:hover ul.level5 {display:block;/*position: relative; makes ie work */ z-index:1000;}
#P3Navbox ul.level2 {top: 1.3em; background:#f3eeec; z-index:1000;}
#P3Navbox ul.level3, #P3Navbox ul.level4, #P3Navbox ul.level5 {top: 0; left: 17em; background:#f3eeec;width:17em;}
#P3Navbox ul.level2 a {padding: 0.5em 0.25em;color: #42220e; text-transform:none;font-weight: bold; font-size:1em;}  /* this is text color on drop-down submenu */
#P3Navbox ul.level2 a:hover {color:#f3eeec; background-color:#AC9488;}

.contentWrap {
     padding-left:1em;
}

#navSupp a:link {
	color:#907364; /* main site links color */
	text-decoration:none;
	font-size: 1.2em;
	font-weight:500;
}
#navSupp a:visited {
	text-decoration:none; /* color of links after customer has visited them */
	color:#907364;
	font-size: 1.2em;
	font-weight:500;
}
#navSupp a:hover {
	color:#907364; /* color when links are hovered over */
	text-decoration:underline;
	font-size: 1.2em;
	font-weight:500;
}
.listingProductImage {
  border:1px solid #dbcfc9; 
}
style1 {color: #907364 !important;}
.style2 {
	font-size: 18px;
	color: #907364 !important;
	padding-left: 5px;
}
.style3 {color: #907364 !important;}


#indexProductListCatDescription {
     font-size:1em !important;
}
.forward {
     color:#6a4c3e;
     }
.forward a{
     color:#6a4c3e;
     }
input.search {
	background: url("../images/rounded-search-input.gif") top left no-repeat; /* rounded search image for the search sidebox */
}
#searchTop {
	background: url("../images/SR/rounded-search-input-top.png") top center no-repeat;
}
     
#P3Search {
     width:70%;
     margin:auto;
}
.floatingBox {
	border:1px solid #DBCFC9;
}
#search {
     margin:auto;
}
.searchContent {
	font-size: .9em;
}
#reviewsHeading , #reviewsHeading a:visited {
	font-size:1.25em;
	font-weight:bold;
	height:1.5em;
	padding:0em 0 0 0;
     color: #907364;;
     text-transform:uppercase;
	}
	
#reviewsHeading a:hover {
	font-size:1.25em;
	font-weight:bold;
	height:1.5em;
	padding:0em 0 0 0;
     color:  #42220e;
     text-transform:uppercase;
			}
#P3Flash {
     z-index:10 !important;
     margin:auto;
     width:880px;
     }
#indexProductListCatDescription {
	margin:0;
}

#bannerTwo{
/*  height:200px;   */
  width:90%;
/*  border:5px solid red; */
  margin:auto;
}