/**
 * Fluid CSS (tableless) Layout to aid accessibility and search engine optimisation
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 2006-09-19 duncanad $
 */

* {
	margin: 0;
	padding:0;
	}

html {
	font-size: 100%;
	}
	
body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	line-height:1.2;
	color: #ffffff;
	background-color: #e5edf5;
	text-align: center;			/* For IE5/Win just to centre layout in that old relic! */
	z-index: 0;
	}

p {
	padding: 0.5em 0 0.5em 0;
	font-size: 1.2em;
	}

a img {
	border: none;
	position:relative;
	z-index:1;
	}

a:link, #navEZPagesTOC ul li a {
	color: #e6ad0e;
	text-decoration: none;
	}
 
a:visited {
	color: #e6ad0e;
	text-decoration: none;
	}

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

a:active {
	color: #e6ad0e;
	}

h1 {
	font-size: 1.8em;
	color: #e6ad0e;
	}

h2 {
	font-size: 1.6em;
	color: #e6ad0e;
	}

h3 {
	font-size: 1.3em;
	}

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

.sideBoxContent {
	font-size: 1.2em;
	color: #e6ad0e;
	}

.biggerText {
/*	font-size: 1.2em;*/
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}
	
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	} 

ul {
	margin-left: 2em;
	list-style-position: inside;
	font-size: 1.2em;
	color: #e6ad0e;
	}
	
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

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

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 #e6ad0e;
	}

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

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


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

#logo, .centerBoxContents, .specialsListBoxContents, .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;
	}

ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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

/*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 {
	position: relative;
	text-align: left;
	width: 95%;			/*For fluid design width is set as percentage. */
	min-width: 76em;		/* set to maintain sensible line lengths. */
	max-width: 95em;		/* set to maintain sensible line lengths. */
	overflow: hidden;		/* hides huge margins required for equal column heights. */
	vertical-align: top;
	background-color: #030b20;
	padding: 0em;
	margin: auto;
	margin-top: 0;
	}

/*** Moved to ie_stylesheet.css ***/	
/* IE6 doesn't understand min and max widths so for IE only set fixed width. */
/* * html #mainWrapper {
	width: 76em;			/* Using em units allows some fluidity when user changes text size. */
/* Hides from IE5-mac \*/	
/*	height: 1%;				/* Fix for IE6 peekaboo bug */
/* End hide from IE5-mac */	
/*	} */

#headerWrapper {
	position: relative;
	padding: 0;
	margin: 0;
	}

/*** Moved to ie_stylesheet.css ***/	
/* Hides from IE5-mac \*/		
/* * html #headerWrapper {
	height: 1%;
	}
/* End hide from IE5-mac */

#navMainWrapper {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	}

/*** Moved to ie_stylesheet.css ***/	
/* Hides from IE5-mac \*/
/* * html #navMainWrapper {
	height: 1%;
	}
/* End hide from IE5-mac */ 
	
#navMain {
	position: relative;
	float: right;
	}
	
#navMain ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
	
#navMain ul li {
	display: inline;
	}
	
#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #f81a09;
	white-space: nowrap;
	}
	
#navMain ul li a:hover {
	color: #F49402;
	}
	
#navMainSearch {
	position: relative;
	float: right;
	text-align: right;
	margin: 0.2em;
	width: 300px;
	background-image:url(../images/nav_search_bg.gif);
	}

#logoWrapper {
	clear: both;
	position:relative;
	margin: 0em;
	padding: 0em;
	background-image:url(../images/new_header_bg.jpg);
	background-repeat: no-repeat;
	background-color: #030b20;
	height: 290px;
	}

#tagline {	
	position: relative;
	top: 20px;
	margin-left: 320px;
	margin-right: 10px;
	}

#tagline h1 {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#logoName {
	position: relative;
	margin-left: -1000px;
	}

#logoText {
	position: absolute;
	top: 100px;
	margin-left: 120px;
	padding: 0;
	}

#penfold {
	position: absolute;
	top: 115px;
	margin-left: 20px;
	padding: 0;
	}
	
#logoText h1, #penfold h1 {
	color: #FDB727;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .3em;
	margin: 0;
	padding: 0;
	}
	
#bannerTwo {
	position: absolute;
	top: 25px;
	left: 24em;
	padding: 0;
	}
	
#bannerTwo img {
	float: left;
	}
	
#bannerTwo h1, #bannerTwo h2, #bannerTwo h3, #bannerTwo h4 {
	color: #bd2347;
	margin: 0;
	padding: 0;
	line-height: 120%;
	}
	
#bannerTwo h1 {
	font-size: 30px;
	}
	
#bannerTwo h2 {
	font-size: 24px;
	}
	
#bannerTwo h3 {
	font-size: 16px;
	}
	
#bannerTwo h4 {
	font-size: 16px;
	}

#navCatTabs {
	position: relative;
	margin-top: -65px;
	min-height: 40px;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	width: 100%;
	z-index:1;
	}
	
/*** Moved to ie_stylesheet.css ***/	
/* * html #navCatTabs {
	height: 40px;
	} */

#navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navCatTabs ul li {
	display: inline;
	background-color: #e6ad0e;
	margin: .1em;
	padding: .1em;
	}

#navCatTabs ul li.category-subs-selected {
	background-color: #f81a09;
	margin: .1em;
	padding: .1em;
	}

#navCatTabs ul li a {
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
	}
	
#navCatTabs ul li a:hover {
	color: #ffffff;
	}

/* New wrapper around Left, Centre and Right columns. */
#contentMainWrapper {
	position: relative;
	}

/*** Moved to ie_stylesheet.css ***/		
/* Hides from IE5-mac \*/
/* * html #contentMainWrapper {
	height: 1%;
	}
/* End hide from IE5-mac */ 

/* New wrapper for centre column content */	
#centerColumnWrapper {
	position: relative;
	float: left;
/*	padding-bottom: 20010px;		/* large number plus desired margin-bottom */
/*	margin-bottom: -20000px;		/* same large number */
	width: 100%;
	}

/*** Moved to ie_stylesheet.css ***/	
/* * html #centerColumnWrapper {
	width: 56em;
	} */

#navColumnOne {	
	position: relative;
	vertical-align: top;
	float: left;
	line-height:1.2;
	margin-left: -100%; 
/*	padding-bottom: 20010px;		/* large number plus desired margin-bottom */
/*	margin-bottom: -20000px;		/* same large number */	
	}
		
/*** Moved to ie_stylesheet.css ***/	
/* * html #navColumnOne {
	margin-left: -56em;
	} */

div.leftBoxContainer {
	position: relative;
	margin-bottom: 1.5em;
	} 

#navColumnTwo {
	position:relative;
	vertical-align: top;
	float: left;	
/*	padding-bottom: 20010px;		/* large number plus desired margin-bottom */
/*	margin-bottom: -20000px;		/* same large number */
	}

div.rightBoxContainer {
	position: relative;
	}

/*** Moved to ie_stylesheet.css ***/	
/*** Following code from 'Holy Grail' article but not required ***/
/*** IE6 Fix ***/
/* * html #navColumnOne {
  left: 15em;           /* RC width */
/*} */

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

.wrapperAttribsOptions input {
	vertical-align: bottom;
	}

.wrapperAttribsOptions label
	{
	width: 12em;
	text-align: right;
/*	margin-left: .5em;*/
	display: inline;
	}

/*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;
	}

#navSuppWrapper {
	margin: 0em;
	background-color:#030b20;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	}
		

	

	
/* ++++ bof Fluid CSS Layout ++++ */
#footerWrapper	{
	clear: both;				/* Clear floated three column layout */
	position: relative;
	background-color: #e5edf5;		/* Same as body background-color */
	color: #e6ad0e;
	}

/*** Moved to ie_stylesheet.css ***/	
/* * html #footerWrapper {			/*  IE6 Fix */
/* 	position: relative;
	width: 76.1em;				/* Same as mainWrapper width plus 0.1em */
/*  	padding-bottom: 10010px;
  	margin-bottom: -10000px; */
/*  	background-color: #e5edf5;	/* Same as body background-color */
/* } */
/*
.cat_300 p {
	width:700px;
	margin:auto;
	color:#e6ad0e;
	font-size:1.6em; 
	}

.cat_300 a {
	font-size:1.8em;
	font-weight:bold;
	line-height:150px;
	vertical-align:middle;
	}*/

#navSuppWrapper	{
 	}

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

#navSupp ul li {
	display: inline;
	}
	


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

	



#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	border: 1px solid #000000;
	}
	
/*** Moved to ie_stylesheet.css ***/	
/* Hides from IE5-mac \*/
/* * html #navEZPagesTOCWrapper {
	height: 1%;
	}
/* End hide from IE5-mac */ 

#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, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navBreadCrumb {
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

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




a:visited.category-products {
	color:#000000;
	}
			


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	position:relative;
	vertical-align: top;
	}

.content, #productDescription, .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, #bannerThree,  #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

#bannerThree h2 {
	font-size: 2.4em;
	text-align: right;
}
	
/*** Moved to ie_stylesheet.css ***/	
/* * html .centerColumn {
	height:1%;
	} */

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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	background-color: #f81a09;
	}

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

#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 ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

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

.categoryListBoxContents {
	position: relative;
	vertical-align: top;
	float: left;
	margin: 0;
	text-align: left;
/*	font-size: 1.2em;
	line-height: 1.8em;*/
	}

.centerBoxWrapper {
	margin-top: 2.5em;
	}

#categoriescontext {
	position:relative;
	}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label a {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	}

h3.leftBoxHeading label {
	line-height: 1.1em;
	padding: 0.3em 0.2em;
	}

.leftBoxHeading {
	margin: 0 0 .5em 0;
	background-color: #f81a09;
	padding: 0.3em 0.2em;
	}
	
.centerBoxHeading {
	margin: 0 0 .5em 0;
	padding: 0.3em 0.2em;
	}
	
h2.centerBoxHeading {
	color: #e6ad0e;
	text-align: right;
}

.sideBoxContent {
	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, #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, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

 .centerBoxContentsFeatured, .listingDescription {
	text-align: justify;
	}

#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;
	}

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

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

#current-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 {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}

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

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 {
	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;
	}

#offersWrapper {
	position: relative;
	width: 100%;
	margin: auto;
	clear: both; 
	font-family:"Comic Sans MS", Verdana, Arial, sans-serif;
	}

#offersWrapper h1 {
	font-size: 48px;
	margin: 0;
	}

#offersWrapper h2 {
	font-size: 30px;
	}

#offersWrapper h3 {
	font-size: 24px;
	}

#offersWrapper h4 {
	font-size: 18px;
	}

#mainOfferBox {
	position: relative;
	width: 530px;
	min-height: 125px;
	margin: auto;
	padding-top: 12px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
	background-image: url(../../../../images/offers/may_08/offers_bgd_main.jpg);
	background-repeat: no-repeat;
	}
	
#mainOfferBox_dec08 {
	position: relative;
	width: 530px;
	min-height: 258px;
	margin: auto;
	padding-top: 12px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
/*	background-image: url(../../../../images/offers/june_08/offers_bgd_main.jpg);
	background-repeat: no-repeat;*/
	}

#mainOfferBox_aug08_1 {
	position: relative;
	width: 530px;
	min-height: 175px;
	margin: auto;
	padding-top: 12px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
	background-image: url(../../../../images/offers/aug_08/offers_bgd_main_1.jpg);
	background-repeat: no-repeat;
	}

#mainOfferBox_aug08_2 {
	position: relative;
	width: 530px;
	min-height: 175px;
	margin: auto;
	padding-top: 12px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
	background-image: url(../../../../images/offers/aug_08/offers_bgd_main_2.jpg);
	background-repeat: no-repeat;
	}

#mainOfferBox_aug08_3 {
	position: relative;
	width: 530px;
	min-height: 175px;
	margin: auto;
	padding-top: 12px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
	background-image: url(../../../../images/offers/aug_08/offers_bgd_main_3.jpg);
	background-repeat: no-repeat;
	}
	
#mainOfferBox h1 {
	font-size: 36px;
	}

#mainOfferBox img {
	float: left;
	margin: 0px 10px;
	}	

#mainOffer1Box {
	position: relative;
	width: 530px;
	height: 90px;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
	background-image: url(../../../../images/offers/wbd_2008/easter_banner_bgd.jpg); 
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-bottom: 10px;
	}
	
#mainOffer1Box h4 {
	text-align:left;
	padding-left: 30px;
	}
	
#mainOffer1Box ul,  #mainOfferBox_aug08_1 ul, #mainOfferBox_aug08_2 ul, #mainOfferBox_aug08_3 ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: left;
	padding-left: 25px;
	}

#mainOffer1Box ul li, #mainOfferBox_aug08_1 li, #mainOfferBox_aug08_2 li, #mainOfferBox_aug08_3 li {
	display: inline;
	margin: .1em;
	padding: .1em;
	}
	
#mainOffer1Box img {
	float: left;
	margin: 0;
	padding:0;
	}
	

#mainOffer2Box {
	position: relative;
	width: 260px;
	height: 90px;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
	background-image: url(../../../../images/offers/wbd_2008/offers_main_bgd_2.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	}
	
#mainOffer2Box img {
	float: left;
	margin: 0 12px;
	}

.offersBoxWrapper2 {
	position: relative;
	float: left;
	min-height: 90px;
	width: 50%;
	}

.offersBoxWrapper2_oct08 {
	position: relative;
	float: left;
	min-height: 170px;
	margin-bottom:10px;
	width: 50%;
	}

.offersBoxWrapper2_aug08 {
	position: relative;
	float: left;
	min-height: 175px;
	margin-bottom:10px;
	width: 50%;
	}
	
.offersBoxWrapper3 {
	position: relative;
	float: left;
	min-height: 170px;
	width: 33%;
	margin-bottom:10px;
	}

/* html .offersBoxWrapper4 {
	width: 49%;
	}*/

.offersBoxWrapper4 {
	position: relative;
	float: left;
	min-height: 135px;
	width: 25%;
	margin-bottom:10px;
	}

/* html .offersBoxWrapper4 {
	width: 24%;
	}*/
	
.offersBox {
	width: 125px;
	min-height: 125px;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
	padding-top: 12px;
	}

.offersBox2 {
	position: relative;
	width: 260px;
	min-height: 90px;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
	}

.offersBox2_oct08 {
	position: relative;
	width: 260px;
	min-height: 170px;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
	}

offersBox2_oct08 img {
	margin: 0;
	}

.offersBox2_aug08 {
	position: relative;
	width: 260px;
	min-height: 175px;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
	}
	
.offersBox3 {
	position: relative;
	width: 170px;
	min-height: 170px;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
	}
	
.offersBox4 {
	position: relative;
	width: 125px;
	min-height: 170px;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	color: #ffffff;
	}
	
#offersWrapper a:link, #offersWrapper a:visited {
	color: #ffffff;
	}
	
#offersWrapper a:hover  {
	color: #ffcc00;
	}

#offer1_june08 {
  	background-image:url(../../../../images/offers/june_08/offer1_bgd.jpg);
	background-repeat: no-repeat;
	}
	
#offer1_may08 {
  	background-image:url(../../../../images/offers/may_08/offer1_bgd.jpg);
	background-repeat: no-repeat;
	}

#offer1_aug08 {
  	background-image:url(../../../../images/offers/aug_08/offer1_bgd.jpg);
	background-repeat: no-repeat;
	}
	
#offer2_june08 {
	background-image: url(../../../../images/offers/june_08/offer2_bgd.jpg);
	background-repeat: no-repeat;
	}

#offer2_aug08 {
	background-image: url(../../../../images/offers/aug_08/offer2_bgd.jpg);
	background-repeat: no-repeat;
	}

#offer2_may08 {
	background-image: url(../../../../images/offers/may_08/offer1_bgd.jpg);
	background-repeat: no-repeat;
	}
	
#offer3_june08 {
	background-image: url(../../../../images/offers/june_08/offer3_bgd.jpg);
	background-repeat: no-repeat;
	}

#offer3_aug08 {
	background-image: url(../../../../images/offers/aug_08/offer3_bgd.jpg);
	background-repeat: no-repeat;
	}

#offer4_aug08 {
	background-image: url(../../../../images/offers/aug_08/offer4_bgd.jpg);
	background-repeat: no-repeat;
	}
	
#offer3_may08 {
	background-image: url(../../../../images/offers/may_08/offer1_bgd.jpg);
	background-repeat: no-repeat;
	}
	
#offer4 {
	background-image: url(../../../../images/offers/april_08/offer4_bgd.jpg);	
/*	background-image: url(../../../../images/offers/wbd_2008/offer4_bgd.jpg);*/
	background-repeat: no-repeat;
	}
	
#offer5 {
	background-image: url(../../../../images/offers/april_08/offer5_bgd.jpg);
/*	background-image: url(../../../../images/offers/wbd_2008/offer5_bgd.jpg); */
	background-repeat: no-repeat;
	}
	
#offer6 {
	background-image: url(../../../../images/offers/april_08/offer6_bgd.jpg);
/*	background-image: url(../../../../images/offers/offer6_bgd.jpg);*/
	background-repeat: no-repeat;
	}
	
#offer7 {
	background-image: url(../../../../images/offers/april_08/offer7_bgd.jpg);
/*	background-image: url(../../../../images/offers/offer7_bgd.jpg);*/
	background-repeat: no-repeat;
	}
	
#offer8{
	background-image: url(../../../../images/offers/april_08/offer8_bgd.jpg);
/*	background-image: url(../../../../images/offers/offer8_bgd.jpg);*/
	background-repeat: no-repeat;
	}

.holder {
 	position:relative;
 	background-color: #fffceb;
 	border:1px solid #469ad2;
 	text-align:left;
 	width:550px;
 	margin:0 auto;
 	}
	
.header	{
	position:relative;
	float:left;
	padding:0;margin:0;
	width:550px;
	}
	
.content {
	position:relative;
	clear:both;
	text-align:left;
	font-size:1.0em;
	padding:5px;
	width:100%;
 	}
	
.content img {
	float:left;
	margin:10px;
	}
 
.salutation {
	position:relative;
	text-transform:lowercase;
	text-transform:capitalize;
	}
	
.footer {
	border-top:1px solid #469ad2;
	font-size:0.9em;
	margin-top:10px;
	text-align:center;
	width:550px;
	}
	
.unsubscribe {
	border-bottom:1px solid #469ad2;
	padding:5px;
	}
	
.copyright {
	border-bottom:0px solid #469ad2;
	padding:5px;
	}
	
.disclaimer {
	background-color:#f9f9f9;
	border:1px solid #469ad2;
	text-align:left;
	font-size:1.0em;
	margin:10px auto;
	padding:5px;
	width:540px;
	}
.disclaimer1 {
	color:#666666;
	padding:5px;
	}
.disclaimer1 a:link {
	color:#666666;
	}
.disclaimer1 a:visited {
	color:#666666;
	}
.disclaimer2 {
	color:#666666;
	padding:5px
	}

#wpccacceptContent {
	text-align: center;
	}

.featureBox {
	width: 80%;
	margin: 1em auto;
	border: 2px solid #FF0000;
	}
		
