/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2004-2007 Cherryone
 * @http://www.cherryoneweb.com
 * @version $Id: stylesheet.css 5347 2006-12-22 20:26:09Z birdbrain $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #e5edf5;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
/* 
a:visited {
	color: #3300FF;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}*/

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}


h1, h2, h3, h4, h5, h6 {
color: #97AB3A;
    margin: 0.3em 3px;

}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}


#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}
	
#navBreadCrumb a:hover{color:#000000}

#navColumnOne {
	background-color: #FFCC99;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert  a:hover{background-color:transparent}

/*.content,*/  .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	
	text-align: center;
	
	border: none;
	padding: 1em;
	width:100px;
	background-color: #FFFFFF
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	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: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
  font-weight: bold;
  }

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}



#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading {
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}


*{
margin:0;
padding:0;
}




/* louis style */

body {

background-color: #FFD0E6;
font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(images/bodyBg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-size:69%
}





#mainMainWrap {


	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0px;
	width: 940px;
	height:100%;
	

	
	}
		

 #signup table {

 color: #000000;
 width: 200px;

 border-collapse: collapse;
}

#signup td {
background-color: #fff;
 border-bottom: 1px solid #dfe696;
 padding-left: 4px;
 padding-top: 4px;

	margin:11px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:19px;
	color: #869733;
	
	

	text-transform:uppercase;
 
 
 
}
.button {
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #BEC934;
 color: #fff;
 margin-left: 10px;
 margin-top: 3px;
 margin-bottom: 2px;
}


form {

 padding: 5px;
}

.tdName{
font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align:right;
 }

.tdName2{
background-color: #fff;
 border-bottom: 1px solid #fff;
 padding-left: 4px;
 padding-top: 4px;
margin:11px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:17px;
color: #524A27;
text-transform:uppercase;
}

.texta {
 
 background-color: #dfe696;
 border: 1px solid #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 width: 110px;
 margin-right: 0px;
  margin-left: 10px;
 text-align:left;
}

	
h6{
	text-decoration: none;
	color: #535A31;
	margin: 0px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	text-transform: uppercase; 

}


h5{	text-decoration: none;
	color: #ECE745;
	margin: 0px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	text-transform: uppercase; 
	}

h4{
text-decoration: none;
	color: #97AB3A;
	margin: 0px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	text-transform: uppercase; 
}

h3{
text-decoration: none;
	color: #97AB3A;
	margin: 0px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase; 
}

h2{	
text-decoration: none;
	color: #97AB3A;
	margin: 0px;
	font-weight:bold;
	font-family:"Comic Sans MS";
	font-size:12px;
	text-transform: uppercase; 
	
	} 

h1 {	
text-decoration: none;
	color: #949C77;
	margin: 0px;
	font-weight:bold;
	font-family:"Comic Sans MS";
	font-size:27px;
	text-transform: uppercase; 	
	} 

.saleText {	
text-decoration: none;
	color: #D5379A;
	margin: 0px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform: uppercase; 	
	} 

.saleText2 {	
text-decoration: none;
	color: #D5379A;
	margin: 0px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform: uppercase; 	
	} 
	
.saleText2 a:hover {
	color: #871D60;	
	text-decoration: underline;
} 	



.MenuTitleBottom{
text-decoration: none;
	color: #7B823C;
	margin: 0px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform: uppercase;
	word-spacing:5px;
}


.footerBottom{
text-decoration: none;
	color: #301514;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform: uppercase;	

}



a img {border: none; }
img{border:none}

a.homeOver  {
	  float: left;
	  display: block;
	  width: 82px;
	  height: 32px;
	  background: url("images/homeBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;
  }
  
a.homeOver:hover {
	  float: left;
	  display: block;
	    width: 82px;
	  height: 32px;
	  background: url("images/homeOverBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;	
	}

a.aboutOver  {
	  float: left;
	  display: block;
	  width: 118px;
	  height: 32px;
	  background: url("images/aboutBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;  }
  
 a.aboutOver:hover {
	  float: left;
	  display: block;
	   	  width: 118px;
	  height: 32px;
	  background: url("images/aboutOverBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;	
	}

 a.giftOver  {
	  float: left;
	  display: block;
	  width: 154px;
	  height: 32px;
	  background: url("images/giftBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;

  }
  
  a.giftOver:hover {
	  float: left;
	  display: block;
	 	  width: 154px;
	  height: 32px;
	  background: url("images/giftOverBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;
	
	}
	

 a.shopOver  {
	  float: left;
	  display: block;
	  width: 88px;
	  height: 32px;
	  background: url("images/shopBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;

  }
  
  a.shopOver:hover {
	  float: left;
	  display: block;
	    width: 88px;
	  height: 32px;
	  background: url("images/shopOverBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;
	
	}

 a.pressOver  {
	  float: left;
	  display: block;
	  width: 87px;
	  height: 32px;
	  background: url("images/pressBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;

  }
  
  a.pressOver:hover {
	  float: left;
	  display: block;
	    width: 87px;;
	  height: 32px;
	  background: url("images/pressOverBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;
	}

 a.policiesOver  {
	  float: left;
	  display: block;
	  width: 99px;
	  height: 32px;
	  background: url("images/policiesBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;

  }
  
  a.policiesOver:hover {
	  float: left;
	  display: block;
	  width: 99px;
	  height: 32px;
	  background: url("images/policiesOverBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;
	
	}

 a.shippingOver  {
	  float: left;
	  display: block;
	  width: 104px;
	  height: 32px;
	  background: url("images/shipBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;

  }
  
  a.shippingOver:hover {
	  float: left;
	  display: block;
	  width: 104px;
	  height: 32px;
	  background: url("images/shipOverBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;
	
	}

 a.contactOver  {
	  float: left;
	  display: block;
	  width: 116px;
	  height: 32px;
	  background: url("images/contactBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;

  }
  
  a.contactOver:hover {
	  float: left;
	  display: block;
		  width: 116px;
	  height: 32px;
	  background: url("images/contactOverBtn.jpg") 0 0 no-repeat;
	  text-decoration: none;
	
	}

 a.muralOver  {
	  float: left;
	  display: block;
	  width: 112px;
	  height: 38px;
	  background: url("images/murals.gif") 0 0 no-repeat;
	  text-decoration: none;

  }
  
  a.muralOver:hover {
	  float: left;
	  display: block;
	   width: 112px;
	  height: 38px;
	  background: url("images/muralsOver.gif") 0 0 no-repeat;
	  text-decoration: none;
	
	}

 a.monoOver  {
	  float: left;
	  display: block;
	  width: 184px;
	  height: 38px;
	  background: url("images/mono.gif") 0 0 no-repeat;
	  text-decoration: none;
  }
  
  a.monoOver:hover {
	  float: left;
	  display: block;
	   width: 184px;
	  height: 38px;
	  background: url("images/monoOver.gif") 0 0 no-repeat;
	  text-decoration: none;
	
	}

 a.giftsOver  {
	  float: left;
	  display: block;
	  width: 87px;
	  height: 38px;
	  background: url("images/gifts.gif") 0 0 no-repeat;
	  text-decoration: none;

  }
  
  a.giftsOver:hover {
	  float: left;
	  display: block;
	   width: 87px;
	  height: 38px;
	  background: url("images/giftsOver.gif") 0 0 no-repeat;
	  text-decoration: none;
	
	}

 a.gearOver  {
	  float: left;
	  display: block;
	  width: 99px;
	  height: 32px;
	  background: url("images/gear.gif") 0 0 no-repeat;
	  text-decoration: none;
  }
  
  a.gearOver:hover {
	  float: left;
	  display: block;
	 	  width: 99px;
	  height: 32px;
	  background: url("images/gearOver2.gif") 0 0 no-repeat;
	  text-decoration: none;
	
	}
	
	
a.ecoOver  {
	  float: left;
	  display: block;
	  width: 250px;
	  height: 38px;
	  background: url("images/ecoBtn.gif") 0 0 no-repeat;
	  text-decoration: none;
	  margin-left:-12px

  }
  
  a.ecoOver:hover {
  float: left;
	   display: block;
	   width: 250px;
	  height: 38px;
	  background: url("images/ecoOver2.gif") 0 0 no-repeat;
	  text-decoration: none;
	  margin-left:-12px
}


#header{
	float:left;
	margin-top:0px;
 	margin-left: 0px;	
	width: 938px;
	height: 195px;
	}



*html #logo{
margin-left: 160px;
}

#nav{
	clear:both;
	margin-top:0px; 		
	width:600px;
	height: 38px;
	text-align:center;
	padding-left:12px
	
	/*border: 3px coral solid;*/
	}

*html #nav{
margin-left: 100px;
}
	
#testing2{
background-color:#FF0000;
float:left;
margin-top:556px;
	margin-left: 0px;	
	width: 91px;
	height: 244px;
	}

#wrap {
float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;	
	width: 901px;
	height:100%;	
	background-color:#fff;
		}

#secNav{
	float:left;
	margin-top:0px;
 	margin-left: 0px;	
	width: 901px;
	height: 47px;
	background-image: url(images/bgNav.jpg);
	background-repeat: no-repeat;
	}

#mainNav{
	float:left;
	margin-top:15px;
 	margin-left: 23px;	
	width: 848px;
	height: 32px;
	padding:0px;
	background-color:#ee87b4;
	}
	
	
*html #mainNav{
margin-left: 10px;
	width: 855px;

}

ul {
	float:none;
	padding-left:20px;
}

ul li {
	padding-bottom:7px;
	padding-left:1px;
	padding-top:9px;
	text-align:left;
}

#bodyArea{

	float:left;
	margin-top:0px;
 	margin-left: 0px;	
	width: 891px;
	height:100%;
	border-left:5px solid #f391bb;
	border-right:5px solid #f391bb;
	}

#bodyHolder{

	padding-top:195px;
	float:left;
	margin-top:30px;
 	margin-left: 10px;	
	width: 100%;
	min-height:300px;
	background-image: url(images/aboutUsBg.jpg);
	background-repeat: no-repeat;	
		}

#sale{
	float:left;
	margin-top:20px;
 	margin-left: 20px;
	padding:0px;	
	width: 220px;
	height:41px;	
	background-image: url(images/sale.jpg);
	background-repeat: no-repeat;
	text-align:right;
	vertical-align:text-bottom;
	padding-top:23px;	
	}
#search{
	float:left;
	margin-top:40px;
 	margin-left: 340px;
	padding:0px;	
	width: 270px;
	height:100%;	
	}
	
	*html #search{
margin-left: 300px;
}
	
#flashPlace{
	float:left;	
	
	margin-top:0px;
 	margin-left:-3px;	
	width: 876px;
	height: 407px;
	background-color:#666666;
	
}

#prodPlace{
float:left;

	
	margin-top:20px;
 	margin-left:10px;	
	width: 847px;
	height: 488px;
	background-color:#666666;

	
}

*html #prodPlace{
margin-left: 5px;
}

#welcome{
	text-align:left;
	margin-top:15px;
 	margin-left:3px;	
	padding-left:0px;
	height:32;
	background-color:#fff;	
}

#welcome2{
	text-align:left;
	margin-top:15px;
 	margin-left:3px;	
	background-color:#fff;	
}

#welcomePress{
	float:left;
	margin-bottom:45px;
	margin-top:15px;
 	margin-left:5px;	
	width: 850px;
	height:400px;
	background-image: url(images/pressWelcome2.jpg);
	background-repeat: no-repeat;	
}

#welcomeCoolLinks{
	float:left;
	margin-bottom:45px;
	margin-top:15px;
 	margin-left:5px;	
	width: 850px;
	height:400px;
	background-image: url(images/coollinks.jpg);
	background-repeat: no-repeat;	
}

#welcomeBlogs{
	float:left;
	margin-bottom:45px;
	margin-top:15px;
 	margin-left:5px;	
	width: 850px;
	height:400px;
	background-image: url(../images/blogs.jpg);
	background-repeat: no-repeat;	
}

#locationText{
	float:left;
	margin-top:15px;
 	margin-left:35px;	
	width: 400px;
	height:200px;
	background-color:#fff;
	background-image: url(images/contactWelcome.jpg);
	background-repeat: no-repeat;	
}

#locationText2{
	float:left;
	margin-top:100px;
 	margin-left:70px;	
	width: 290px;
	height:80px;	
}

*html #locationText2{
 	margin-left:30px;
}


#contactTable{
	float:left;
	margin-top:50px;
 	margin-left:50px;	
	width: 380px;
	background-color:#fff;
}


*html #contactTable{
width: 300px;
}

#mapSection{
	float:left;
	margin-top:20px;
	margin-bottom:30px;
 	margin-left:155px;
	padding:0px;	
	width: 570px;
	height:320;
	background-color:#fff;
	border:4px solid #FF99FF;	
}

*html #mapSection{
margin-left:75px;
}

#contactSecMain{
	float:left;
	margin-top:25px;
 	margin-left: 65px;
	padding-left:25px;
	padding-top:15px;
	width: 420px;
	height:350px;
	background-image:url(images/contactBg.jpg);
	background-repeat:no-repeat;	
	}	

*html #contactSecMain{
	margin-left: 0px;	
}
	
#contactSec{   
	float:left;
	margin-top:0px;
 	margin-left: 15px;	
	width: 460px;
	height:400px;
	}	
	
*html #contactSec{
margin-left: 15px;	
}

#textArea{
	text-align:left;
	margin-top:10px;
 	margin-left:55px;	
	width: 80%;	
}

*html #textArea{
width: 770px;
margin-left:30px;	
}
	

#textArea2{
	float:left;
	margin-top:80px;
 	margin-left:290px;	
	width: 520px;
	
}

*html #textArea2{
margin-left: 145px;
}

#textArea3{
	float:left;
	margin-top:50px;
 	margin-left:105px;	
	width: 640px;
	border-top:1px  dotted #FFCCFF;	
}

*html #textArea3{
	margin-left: 45px;
}


#flashGallArea{
	float:left;	
	margin-top:5px;
 	margin-left:115px;	
	width: 660px;	
}


*html #flashGallArea{
margin-left: 55px;
}

#bottomMenu{
	float:left;	
	margin-top:50px;
 	margin-left:125px;	
	width: 610px;
	height:30px;
	margin-bottom:20px;
	background-color:#fff;	
}

	
*html #bottomMenu{
margin-left: 75px;
}

#bottomMenu2{
	text-align:center;
	float:left;	
	margin-top:30px;
 	margin-left:75px;	
	width: 740px;
	margin-bottom:20px;
	height:50px;
	background-color:#fff;	
}

*html #bottomMenu2{
	margin-left: 40px;
}

#bottomCurve{
	float:left;
	margin-top:0px;
 	margin-left: 10px;	
	background-image: url(images/bottomCurve2.gif);
	background-repeat: no-repeat;	
	width: 920px;
	height:180px;

}
#adds{float:none;
	margin-top:0px;
 	margin-left:50px;
	padding:0px;	
	width: 784px;
	height:27;
	text-align:center;
	
}
	
	#logoHolder{
	float:left;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
 	margin-left:5px;	
	width: 895px;
	height:150;

	border-top:1px solid #F391BA;

}

	
	*html #logoHolder{
margin-left: 3px;
width: 858px;	
padding-bottom:0px;
}
	

#logoSmall{
	float:left;
	margin-top:0px;
 	margin-left:10px;
	padding-top:5px;
	padding-right:15px;	
padding-left:10px;	
	height:50px;
	border-right:1px solid #999999;
	background-color:#fff;

}


#testing{
background-color:#FF0000;
float:left;
	margin-top:556px;
 	margin-left: 0px;	
	width: 17px;
	height: 244px;

	}
	
	#footer{
	float:left;
	margin-bottom:15px;
	margin-top:25px;
 	margin-left: 200px;	
	width: 610px;
	}	
	

*html #footer{
margin-left: 100px;	
}
#ezPagesHeading{font-size:0;
visibility:hidden}

a{ text-decoration:none;}
a:link{color:#999900}
a:hover{ background-color:#FFCCFF; color:#000006}
a:visited{color:#999900}

#logo{
	float:left;
	margin-top:0px;
 	margin-left: 300px;	
	width: 306px;
	height: 151px;
	}
#logo a:hover{ background-color:transparent}

.MenuTitleBottom a:hover{ background-color:#FFCCFF; color:#000006}



.centerBoxHeading{font-size:25px; font-family:"Comic Sans MS"; padding-top:12px}

#productName{color: #97AB3A; font-family:"Comic Sans MS"; width:600px}

#productGeneral{padding-top:10px; padding-bottom:15px;  padding-right:12px}
#productGeneral form a{font-size:18px; font-family:"Comic Sans MS"; line-height:45px}
/*ul{line-height:1.5em}*/
.productGeneral{padding-top:10px; padding-bottom:15px;  padding-right:12px}
.productGeneral form a{font-size:18px; font-family:"Comic Sans MS"; line-height:45px}

#productGeneral a:hover{color:#000006}
.productGeneral a:hover{color:#000006}

.biggerText{width:60%; font-size:15px; padding:18px; font-family:"Comic Sans MS"; color:#663300}
.biggerText p{font-size:16px; font-family:"Comic Sans MS"; color:#663300; text-align:justify}
.biggerText li{margin-left:19px; font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#000000; margin-bottom:8px; text-align:justify}
.biggerText u1{padding-left:2px}

#productPrices{font-size:31px; font-weight:normal; color:#996633; font-family:"Comic Sans MS"; width:600px}

#productListHeading{color: #97AB3A; font-family:"Comic Sans MS";}

#productListing{width:700px}

.productListing-data{padding:9px}

.itemTitle{font-family:"Comic Sans MS"}

#loginDefault{padding-left:35px; padding-right:35px; text-align:left}

#loginDefault fieldset{width:94%}

#loginDefaultHeading{font-family:"Comic Sans MS";}

#productAttributes{text-align:center}
.wrapperAttribsOptions{text-align:center}
.buttonRow{margin-right:65px}



#un{width:75%;}

#un ul{font-size:14px}

.wishlist-odd{width:99%; border:dashed 1px; margin-bottom:12px}
.wishlist-even{width:99%; border:dashed 1px; margin-bottom:12px}

.wishlist-odd h3{font-size:21px;font-family:"Comic Sans MS"; width:45%; margin-top:22px}
.wishlist-even h3{font-size:21px;font-family:"Comic Sans MS"; width:45%; margin-top:22px}

.tableheading{font-size:19px; font-family:"Comic Sans MS"}

h1, h2, h3, h4, h5, h6 {
color: #97AB3A;}
p ul{text-align:left}

#murals{
width:700px; text-align:left; 
text-decoration: none;
color: #90335d;
font-weight:400;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;

}


#textArea, #welcomePress, #murals p {
text-decoration: none;
	color: #90335d;
	font-weight:400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	} 

#accountDefault{text-align:center}
 #accountLinksWrapper{width:100%; text-align:center}
 
#contactUsDefault{padding-left:35px; padding-right:35px; text-align:left}

#contactUsDefault fieldset{width:94%}

#searchform{width:50%}

#productMainImage{float:left; width:350px;}
* #productMainImage{float:left; width:150px;margin-right:-140px }
*html #productMainImage{float:left; width:150px;margin-right:-290px }
#buffer{height:1px; clear:both;}

#want_wishlist{width:60%;}

#productAttributes{width:auto; text-align:center}

.wrapperAttribsOptions {
	margin-left:210px;
	height:30px;
	text-align:center;
	}
	
.attribImg {


	width: 20%;
	height:auto;
	margin: 0.3em 0em;
}

.attribImg img{


	width: 100px;
	height:auto;
	margin: 0.3em 0em;
}

#checkoutShipto{text-align:left;width:40%}