/**
 * 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 $
 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	height: auto;
	line-height: 12pt;
	font-weight: normal;
	width: 1000px;
	font-style: normal;
	}

a img {border: none; }


	
#navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: none;
}
 
 
	
#navEZPagesTOC ul li a:hover {
	color: #2D063F;
}
		
	
	
	#navMain ul li a:hover {
	color: #2D063F;
	}
	
	#navSupp ul li a:hover{
	color: #000000;
	}
	
	#navCatTabs ul li a:hover {
	color: #FFFFCC;
	}

#navCatTabs ul li a:link {
	color: #000000;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 7.7pt;
	text-transform: capitalize;
	}

h4, h5, h6, LABEL, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	color:#000000;
	font-style: normal;
	}
	
	optionName{
	font-size: 1.1em;
	color:#ffffff;
	font-style: normal;
	}



.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin: 0em;
	background-color: #FFFFFF;
	float: left;
	}

TEXTAREA {
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background-color: #E6EFBD;
	background-position: left top;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

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 
a {color: #FF0000;
	float: left;
	}
	
	.centerBoxContentsProducts a:link, a:visited, a:hover, a:active {
	color:#45474C;
	text-decoration: none;
	text-transform: none;
	padding: padding;
	width:auto;
	height: auto;
	}
	

	
	.itemTitle a:link, a:visited, a:hover, a:active {
	color:#939598
	float: left;
	
	}
	
.itemTitle2 a:link, a:visited, a:hover, a:active {
	color: #330066
	float: left;
	
	}	
	
	
	
	.centerBoxContentsNew a:hover, a:link, a:active, a:visited {
	color: #000000;
	text-decoration:none;
}


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: 0em;
	color: #000000;
	font-weight: normal;
	font-size: 12pt;
	font-family: Verdana;
	line-height: 16px;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	background-color: #000000;
	height: 110px;
	}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 16pt;
	border: 2px solid #000000;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	font-variant: normal;
	color: #000000;
	text-align: left;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	clip: rect(0px,0px,0px,0px);
	}

.messageStackWarning, .messageStackError {
	background-color: #FFFFFF;
	color: #000000;
	width: 677px;
	text-align: left;
	font-weight: normal;
	}

.messageStackSuccess {
	background-color: #FFFFFF;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFFFF;
	color: #540F79;
	}
	
	.messageStackSCthin {
	line-height: 16pt;
	border: 3px solid #560E78;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	font-variant: normal;
	color: 560E78;
	text-align: left;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 21px;
	}
	
	
	/* new message stack, generic and placed in same location throughout entire process */
	
	.bottleMessage {
	line-height: 16pt;
	border: 2px solid #000000;
	width: 575px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	z-index: 999;
	}
	
	

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 1000px;
	vertical-align: top;
	color: #333333;
	left: 0px;
	top: 0px;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	padding: 0em;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	height: 100%;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	border-top-color: #000000;
	} 

#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, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 50%;
	padding-left: 55px;
	}

.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 {
	background-color: ffffff;
	font-weight: normal;
	color: #000000;
	height: auto;
	padding-top: 0.5px;
	padding-right: 0.2px;
	padding-bottom: 0px;
	padding-left: 0.2px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	top: 0px;
	}
	
	#navSuppWrapper {
	margin: 0em;
	font-weight: bold;
	color: #ffffff;
	height: auto;
	padding-top: 0.5px;
	padding-right: 0.2px;
	padding-bottom: 0.5px;
	padding-left: 0.2px;
	margin-right: auto;
	margin-left: auto;
	background-color: ffffff;
	}
	
	#navCatTabsWrapper {
	margin: 0em;
	background-color: #631479;
	font-weight: bold;
	color: #ffffff;
	height: 145px;
	padding-top: 0.5px;
	padding-right: 0.2px;
	padding-bottom: 0.5px;
	padding-left: 0.2px;
	margin-right: auto;
	margin-left: auto;
	}
	

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

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	background-color: ffffff;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #333333;
	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, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #FFFFFF;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 1em;
	font-weight: bold;
	margin: .5em;
	padding: 1.0;
	width: auto;
	}

#navColumnOne {
	background-color: #E1edaf;
	}

#navColumnTwo {
	background-color: #FFFFFF;
	}

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

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

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	size:9px;
		
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
	
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	width: 780px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 19px;
	color: 45474C;
	}


.centerColumnFront {
	width: 810px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 5px;
	}
	
	
	.centerColumnWish {
	width: 810px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 120px;
	}
	




	
	.centerColumnClasses {
	width: 700px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 130px;
	}
	
	
	.centerColumnClasses2 {
	width: 770px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 20px;
	}
	
	.centerColumHistory {
	width: 770px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left:120px;
	}
	
	
	.centerColumnGifts {
	width: 810px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 45px;
	line-height: 13pt;
	}
	
	.centerColumnEvents {
	width: 900px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 65px;
	}
	
	
	.centerColumnNecessaryEvil {
	width: 810px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 50px;
	}
	
	
	.centerColumnCreateAccount {
	width: 810px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 50px;
	}
	
	.centerColumnLogin {
	width: 600px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 110px;
	}
	
	.centerColumnAccountEdit {
	width: 600px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 80px;
	}


	.centerColumnAccountList {
	width: 600px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 182px;
	}
	
	
    .centerColumnAccountPass {
	width: 600px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 225px;
	}
	
	
	.centerColumnAllEdit {
	width: 600px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 170px;
	}
	
	
	
	.centerColumnSearchResults {
	width: 810px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 50px;
	}
	
	.centerColumnIslandList {
	width: 810px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 41px;
	}

	
	
	.centerColumnShoppingCart {
	width: 760px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 45px;
	text-align: left;
	}
	
	.centerColumnLogout {
	width: 760px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 45px;
	}
	
	.centerColumnPress {
	width: 600px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 145px;
	}
	
	
	.centerColumnFAQ {
	width: 600px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 180px;
	}
	
	.centerColumnPriv {
	width: 600px;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 120px;
	}
	
	
	
/*
island stuff here rlos

*/

.IslandProductDisplay {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	}
	
	
.basicContactLeftColumn, {
	padding: 0.8em;
	width: 300px;
	}
	
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP  {
	font-size:10pt;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: none;
	text-align: left;
	margin: 0em;
	border: 0 none #FFFFFF;
	padding: 0em;
	width: 200px;
	vertical-align: bottom;
	height: 18px;
	}

.tableHeading TH {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color:#69228A;
	text-align: left;
	top: 0px;
	}
	

.minitableHeading TH {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color:#69228A;
	text-align: left;
	top: 0px;
	font-size: 8px;
	}
	
	.miniaccountPage a {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	line-height: 10px;
	}
	
	.miniaccountPageItalic a {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:italic;
	font-weight: normal;
	line-height: 12px;
	}
	
	.miniaccountPageC {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 8px;
	}
	
	
	.tablepriceSub TH {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color:#69228A;
	text-align: right;
	}

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

#cartSubTotal {
	border-top: 1px solid #69228A;
	font-weight: normal;
	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;
	background-color: #FFFFFF;
	color: 45474C;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	background-color: #FFFFFF;
	width: 100px;
	}

#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;
	background-color: #FFFFFF;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.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, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {
	border-top-width: 20px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1EDAF;
	border-right-color: #E1EDAF;
	border-bottom-color: #E1EDAF;
	border-left-color: #E1EDAF;
	top: -10px;
	background-color: E1EDAF;

}

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

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

.leftBoxContainer {
	margin-top: 1.5em;
	border: 0px solid #550E76;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #550E76;
	border-right-color: #550E76;
	border-bottom-color: #35074A;
	border-left-color: #550E76;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}

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

.rightBoxHeading {
	margin: 0em;
	background-color: #FFFFFF;
	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: left;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	padding-left: 4px;
	background-color: #FFFFFF;
	}

#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;
	padding-left: 0px;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: left;
	margin-left: 60px;
	text-align: right;
	padding-right: 10px;
	}

.bold {
	font-weight: bold;
	background-color: #FFFFFF;
	}

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

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

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

CAPTION {
	/*display: none;*/
	}

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

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

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

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

#ssignapList {
	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 {
	line-height: 150%;
	width: 250px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}

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


	.shoutBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: ffffff;
	text-align: center;
	height: 120px;
	width: 180px;
	white-space: normal;
	float: left;
	font-variant: small-caps;
	text-indent: 0px;
}
.logoBox {
	height: 120px;
	width: 449px;
	float: left;
	clear: none;
	top: 0px;
}
.shoppingCartTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	height: 120px;
	width: 170px;
	background-color: #562877;
	float: left;
}
.signInHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #45474C;
	background-color: #562877;
	float: left;
	height: 120px;
	width: 200px;
}
.shopCartZenned {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #E4F1B3;
	height: 100px;
	width: 80px;
	position: relative;
	float: right;
	clear: both;
	text-align: left;
	background-color: #ffffff;
	z-index: 1000;
	left: -230px;
	top: -230px;
	overflow: visible;
	right: 0px;
	visibility: visible;
}
.signInLinks s {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	height: 50px;
	width: 180px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

}

.searchHeader {
	height: 100px;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 15px;
	text-align: left;
	clear: none;
	float: none;
	background-color: ffffff;
}


.smarterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}



.frontPageOne {
	color: #631479;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
}


.listingDescription {
	margin: 10px;
	color: #45474C;
	width: 100px;
}



	/* added some cool stuff for the new product display here RLOS aeon */
	.wineName {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c8db4b;
	font-size: 16px;
}

.wineSize {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 7pt;
	line-height: 20px;
}


/* in this case, winename 2 is equal to green, or white*/
.wineNameMainWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C8DB4B;
	font-size: 13pt;
	font-variant: normal;
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
	left: 3px;
}

.wineNameMainRed {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #560E78;
	font-size: 13pt;
	font-variant: normal;
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
	left: 3px;
}

.wineNameMainRose {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A92783;
	font-size: 13pt;
	font-variant: normal;
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
	left: 3px;
}

.wineNameMainBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3c0e50;
	font-size: 13pt;
	font-variant: normal;
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
	left: 3px;
}



/* the wine manufacturer here*/

.wineMakerWhite {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #C8DB4B;
	font-weight: bold;
	font-size: 18pt;
	font-variant: normal;
	text-transform: uppercase;
	width: 300px;
	line-height: 25px;
}

.wineMakerRed {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: bold;
	color: #560E78;
	font-weight: bold;
	font-size: 18pt;
	font-variant: normal;
	text-transform: uppercase;
	width: 300px;
	line-height: 25px;
}

.wineMakerRose {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #A92783;
	font-weight: bold;
	font-size: 18pt;
	font-variant: normal;
	text-transform: uppercase;
	width: 300px;
	line-height: 25px;
}


.wineMakerBlue {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #3c0e50;
	font-weight: bold;
	font-size: 18pt;
	font-variant: normal;
	text-transform: uppercase;
	width: 300px;
	line-height: 25px;
}




.wineVarietalRed {
	font-family: Arial, Helvetica, sans-serif;
	color: #560E78;
	font-weight: bold;
	font-size: 13pt;
	font-variant: normal;
	width: 300px;
	line-height: 16px;
	padding-top: 4px;
}



.wineVarietalWhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #C8DB4B;
	font-weight: bold;
	font-size: 13pt;
	font-variant: normal;
	width: 300px;
	line-height: 16px;
	padding-top: 6px;
}

.wineVarietalRose {
	font-family: Arial, Helvetica, sans-serif;
	color: #A92783;
	font-weight: bold;
	font-size: 13pt;
	font-variant: normal;
	width: 300px;
	line-height: 16px;
	padding-top: 4px;
}

.wineVarietalBlue {
	font-family: Arial, Helvetica, sans-serif;
	color: #3c0e50;
	font-weight: bold;
	font-size: 13pt;
	font-variant: normal;
	width: 300px;
	line-height: 13px;
}


.wineDescRed {
	font-family: Arial, Helvetica, sans-serif;
	color: #560E78;
	font-size: 13pt;
	font-weight: bold;	
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	width: 300px;
}

.wineDescRose {
	font-family: Arial, Helvetica, sans-serif;
	color: #A92783;
	font-weight: bold;	
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	width: 300px;
}


.wineDescBlue {
	font-family: Arial, Helvetica, sans-serif;
	color: #3c0e50;
	font-weight: bold;	
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	width: 300px;
}


.wineDescWhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #C8DB4B;
	font-weight: bold;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	width: 300px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*
POTENT colors for these pages  a red 


giftTitle


8d1401

orange b16a00

golf ba953d

deep purple
451c48

green in silver of gift bucket
617166

deep green
354d0f

soft mann green
667158

wine rose
5d0b49

rich blue 040270

anothah green
040270
*/
.giftDescGreyGreen {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13pt;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
	width: 300px;
}

.giftTitle{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 18pt;
	font-variant: normal;
	text-transform: uppercase;
	width: 300px;
	line-height: 25px;
}


.wineName3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #45474C;
	font-size: 11px;
	font-variant: normal;
	text-transform: uppercase;
	width: 150px;
	padding-left: 0px;
	padding-right: 25px;
}








.wineLine {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #c8db4b; font-size: 12px; }


.wineRankings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	padding-top: 8px;
	padding-bottom: 2px;
	line-height: 15px;
	margin: 0px;
}


.wineLocBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	padding-top: 8px;
	padding-bottom: 2px;
	line-height: 13px;
	margin: 0px;
}
	
.wineLoc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
	text-align: left;
}

.wineListingsResults {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10pt;
	text-align: left;
}


.wineLineSpacing {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 3px;
}

.winesensesSpacing {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10p
	padding-top: 0px;
	padding-bottom: 0px;
t;
	padding-top: 3px;

margin: 0px;
}

/* 

changed oct 1*/
.wineRankpace{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 12pt;
}

.wineMakerTop {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15pt;
}

.wineMakerTopFloater {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15pt;
	overflow: visible;
	z-index: 500;
	position: relative;
	top: -40px;
	left: 0px;
	font-variant: normal;
	text-transform: uppercase;
}



.wineMakerSize {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
}


.prodNameLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	width: 180px;
	top: 20px;
	font-style: normal;
	line-height: normal;
	color: #0000;
	text-decoration: none;
}


/*
the book information here

*/
.BookTitleBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3c0e50;
	font-size: 20pt;
	text-transform: uppercase;
	width: 300px;
	line-height: 22px;
}


.AuthorNameMainBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3c0e50;
	font-size: 13pt;
	width: 300px;
	line-height: 25px;
}



.BookSize20Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3c0e50;
	font-size: 20pt;
	text-transform: uppercase;
	width: 300px;
	line-height: 22px;
}


.BookVarietyBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3c0e50;
	font-size: 18px;
	font-variant: normal;
	font-variant: normal;
	width: 300px;
	line-height: 18.25px;
}

.bookDescBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3c0e50;
	font-size: 18px;
	text-align: left;
}


/* on the island page */

.wineNameIsland {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #45474C;
	font-size: 9pt;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 14px;
}


.wineNameWish {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #560E78;
	font-size: 9pt;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 14px;
}


.wineislandBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3D3F43;
	font-size: 11px;
	line-height: 11px;
}


.wineLocIsland {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3D3F43;
	font-size: 11px;
	line-height: 11px;
}


.wineLocIslandSize {
	font-family: Arial, Helvetica, sans-serif;
	color: #3D3F43;
	font-size: 9px;
	line-height: 10px;
}
	font-size: 9px;
		line-height: 11px;

}


.wineLocIslandPrice {
	font-family: Arial, Helvetica, sans-serif;
	color: #3D3F43;
	font-size: 11px;

}


ttrib-2-0 {display:none;}

#tab_attrib-2-1, #attrib-2-1 {display:none;}



.shoutBoxLower {
	color: #45474C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	visibility: visible;
	width: 800px;
}
	
.shoutBoxLower2 {
	color: #530B61;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	visibility: visible;
	width: 800px;
}


.bottleRocketProductLink {
text-align:left;
text-transform:capitalize;
size:7.7 points;
color:#666666;
}
	
.aeonProdListing {
	float: left;
	text-align: right;
	padding-right: 0px;
	padding-left: 38px;
	margin: 0px;
	clear: both;
}

	
	
	
.aeonProdListingStandard {
	float: left;
	text-align: right;
	padding-right: 0px;
	padding-left: 32px;
	margin: 0px;
	clear: both;
}



.aeonProdListingGift {
	float: left;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	clear: both;
}

.flashHeader {
	background-color: #562877;
	height: 145px;
	width: 1000px;
}
.pureFlashHeaderBase {
	background-color: #ffffff;
	height: 245px;
	width: 1000px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	visibility: visible;
	top: 0px;
	overflow: visible;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #E6EFBD;
	border-right-color: #E6EFBD;
	border-bottom-color: #E6EFBD;
	border-left-color: #E6EFBD;
}
.signInZenned {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #E4F1B3;
	height: 100px;
	width: 225px;
	position: relative;
	float: right;
	clear: both;
	text-align: left;
	background-color: #ffffff;
	z-index: 0;
	left: -10px;
	top: -330px;
	overflow: hidden;
	visibility: hidden;
}

.hideMyStuff {
	z-index:400;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.hideMyStuff2 {
	z-index:400;
	border: 20px solid #E1EDAF;
}


.aboutUsText {
	color:#000000;
	padding: 0.4em;
	width: 750px;	
	
	}
.pressText {
	color:#000000;
	padding: 0.4em;
	width: 575px;	
	
	}

.headerBackgroundFlashReduction{
	color:#000000;
	background-color: #FFFFFF;
}

.bigPrice{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding-top: 0px;
	line-height: 25px;
}


	
.tochangequantitytypeinboxandclickupdatecart p,
{
   font: bold 12px/17px Helvetica;
   margin: 0px;
   color: #77787B;
   text-align: right;
}


#enteryouremailaddress p,
#ifyouveneverorderedfromusbeforepleasecreateanewacc p,
#enteryourpassword p  {
   font: bold 12px/24px Helvetica;
   margin: 0px;
   color: #464646;
   text-align: left;
}

#ifyouveneverorderedfromusbeforepleasecreateanewacc  {
	visibility: visible;
	position: absolute;
	left: 673px;
	top: 352px;
	z-index: 2;
	width: 255px;
}

#newcustomers p,
#returningcustomers p  {
   font: bold 14px/24px Helvetica;
   margin: 0px;
   color: #5B0D7A;
   text-align: left;
}

#enteryouremailaddress  {
	visibility: visible;
	position: absolute;
	left: 221px;
	top: 358px;
	z-index: 2;
	width: 378px;
}

#returningcustomers  {
	visibility: visible;
	position: absolute;
	left: 215px;
	top: 309px;
	z-index: 2;
	width: 172px;
}

#enteryourpassword  {
	visibility: visible;
	position: absolute;
	left: 384px;
	top: 675px;
	z-index: 2;
	width: 143px;
}

#newcustomers  {
	visibility: visible;
	position: absolute;
	left: 673px;
	top: 306px;
	z-index: 2;
	width: 127px;
}

#interim  {
   margin: 0px auto 0px auto;
   width: 864px;
   position: relative;
}
/* necessary evil stuff */
.necessaryEvilTable1 {
	color:#560E78;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	}
	
	.necessaryEvilTable2 {
	color:#560E78;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
.necevilstuff {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	}
	
.necevilTableShipHandBottle {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	}
	
.necevilTableTotal {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	}

.necevilTableBottlesList {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold; color: #430064;
font-size:12pt; 
}


	
	
.aSmallPrint a {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	line-height: 11px;
}
/* fonts for account page */

.newsletterSignup a {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	text-decoration: underline;
	padding-left:20px;
	}
	
	
	
	
.navigationPage a {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	}
	
.legalPage a {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	}
	
	
	
.accountPage a {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	}
	
	
	
.accountPageLinks a {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	text-decoration:underline;
	}
	
	
	
	
	
.cartProdTitle a {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	}
	
	
	.cartRemove a {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	}
	
	
	
	
.accountProductDisplay a {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	}
	
	
	
	.accountPageShopCart a {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	line-height: 11px;
	}
	
	
    .accountPageShopCartYear a {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	font-weight: normal;
	line-height: 11px;
	}
	
.accountPageEmailLinks a {
	color:#000000;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	text-decoration: underline;
}
	
	
	.shoutBoxLinks a {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
}
	
	
	

	.accountPageBold a {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
	}
	
	.accountTitles {
	color:#560E78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	padding: 0.5px;
	}

.accountTitlesHistory {
	color:#560E78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	padding: 0.5px;
	}
	
		.accountSmaller {
	color:#560E78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	padding: 0.5px;
	}
	

	
	
	.searchRocketResults {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-transform:	capitalize;
	text-align: center;
	}
	
	
		.searchAdvancedResults {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-transform:	capitalize;
	text-align: center;
	}
	
	
	
	.createAccountHeaders {
	color:#560E78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	padding: 0.5px;
	}


.shopCartTitles {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	padding: 0.5px;
	}
	
	.classLists a{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: underline;
	}
	
	
	
	.originlogin{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	}
	
	.accountCreateSubmit{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	padding-left: 180px;
	}
	
	.ageInstruct {
	color:#45474C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	padding-left: 0px;
	}
	
	/* fonts for the login pages */
	.loginPage {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	}
	
.create_account_button {
	margin: 0.5em;
	padding-left: 140px;
}


/* account information page stuff*/
.update_account_button {
	margin: 0.5em;
	padding-left: 200px;
}

.password_submit_button {
	margin: 0.5em;
	padding-left: 20px;
}

.tell_a_friend_button {
	margin: 0.5em;
	padding-left: 0px;
	padding-right: 6px;
}

.login_continue_button {
	margin: 0.5em;
	padding-left: 160px;
}

.login_ca_button {
	margin: 0.5em;
	padding-left: 160px;
}


.view_button {
	margin: 0.5em;
	padding-left: 75px;
}

.back_button {
	margin: 0.5em;
	padding-left: 80px;
}


.update_button_news {
	margin: 10px;
	padding-left: 400px;
	padding-top: 0px;
}

.back_button_news {
	margin: 0.5em;
	padding-left: 500px;
}

.sc_shiphere_button {
	margin: 0.5em;
	padding-left: 100px;
}
.sc_shipelse_button {
	margin: 0.5em;
	padding-left: 30px;
}


.back_button_addressedit {
	margin: 0.5em;
	padding-left: 500px;
}



.purple12 {
	color: #560E78;
	font-size: 12pt;
	line-height: 18px;
}

.purple10 {
	color: #560E78;
	font-size: 10pt;
}

.purple09 {
	color: #560E78;
	font-size: 9pt;
}

LABEL.personalDetailsInput {
	width: 11em;
	float: left;
	}
	
/* product return code 8*/
.listReturn a li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3D3F43;
	font-size: 11px;
	text-align: right;
}

.listReturn {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3D3F43;
	font-size: 11px;
	text-align: right;
	width: 550px;
	bottom: 10px;
	left: 0px;
}


.sortByDrop a li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3D3F43;
	font-size: 11px;
	text-align: right;
}

.sortByDrop {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3D3F43;
	font-size: 11px;
	text-align: right;
}


.sortByForm {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3D3F43;
	font-size: 11px;
	text-align: right;
}


/* 
the shout box stuff one
*/

#thrilltext  {
	visibility: visible;
	position: relative;
	left: 318px;
	top: -110px;
	z-index: 3;
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-right: 10px;
	margin-left: 0px;
	line-height: 20px;
}




#get_it_text  {
	visibility: visible;
	position: relative;
	left: 255px;
	top: -95px;
	z-index: 3;
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-right: 10px;
	margin-left: 0px;
	line-height: 20px;
}


#learn_text  {
	visibility: visible;
	position: relative;
	left: 230px;
	top: -105px;
	z-index: 3;
	width: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-right: 10px;
	margin-left: 0px;
	line-height: 20px;
}


#party_text  {
	visibility: visible;
	position: relative;
	left: 306px;
	top: -130px;
	z-index: 3;
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-right: 10px;
	margin-left: 0px;
	line-height: 20px;
}

#raves_text  {
	visibility: visible;
	position: relative;
	left: 240px;
	top: -105px;
	z-index: 3;
	width: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-right: 10px;
	margin-left: 0px;
	line-height: 16px;
}


/* 

classes style sheet stuff
  */

#bottlerocketoffersmanydifferentclassesfromoneoffstomu p  {
	margin: 0px;
	color: #45474C;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
}

#hurrytherearelimitedseatsleftforourexplorespainclass p  {
   font: bold 17px/15px Helvetica;
   margin: 0px;
   text-align: left;
   color: #B92F92;
}

#bottlerocketoffersmanydifferentclassesfromoneoffstomu  {
	visibility: visible;
	position: absolute;
	left: 68px;
	top: 63px;
	z-index: 2;
	width: 656px;
}

#wineknowledgeisacumulativethingthemoreyoudrinkthem p  {
	font: bold 15px/15px Helvetica;
	margin: 0px;
	text-align: left;
	color: #45474C;
}

#hurrytherearelimitedseatsleftforourexplorespainclass  {
	visibility: visible;
	position: absolute;
	left: 67px;
	top: 236px;
	z-index: 2;
	width: 576px;
	height: 62px;
}

#wineknowledgeisacumulativethingthemoreyoudrinkthem  {
	visibility: visible;
	position: absolute;
	left: 69px;
	top: 32px;
	z-index: 2;
	width: 655px;
	height: 26px;
}

#classes  {
   margin: 0px auto 0px auto;
   width: 797px;
   position: relative;
}


#classesImages  {
	visibility: visible;
	position: absolute;
	left: 140px;
	top: 310px;
	z-index: 2;
	width: 478px;
	height: 156px;
}


.islandSpace {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	padding-bottom: 5px;
	margin: 0px;
}


.islandTellMore {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #560F79;
	font-size: 9pt;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 12px;
}

.logOutPage {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	}
	
.emptyCartPage {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	}

.ccvExplanation {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	padding-left: 25px;
	}
/*
class: desc stylesheet references
*/
#explorewinefourweekintroductoryseriesexploreaustralia p,
#explorewinefourweekintroductoryseriesapracticalfun p,
#scratchingyourheadwishwinemademoresensejustwanttos p  {
	margin: 0px;
	font-weight: normal;
	color: #45474C;
	line-height: 15px;
	font-family: Helvetica;
}

#beginnersandexpertsalikearewelcometoallbottlerocketcla p  {
   font: 12px/19px Helvetica;
   margin: 0px;
   color: #45474C;
}

#explorewinefourweekintroductoryseriesexploreaustralia p  {
   font-size: 12px;
}

#beginnersandexpertsalikearewelcometoallbottlerocketcla  {
	visibility: visible;
	left: 83px;
	top: 80px;
	z-index: 2;
	width: 685px;
}

#explorewinefourweekintroductoryseriesexploreaustralia  {
	visibility: visible;
	left: 82px;
	top: 106px;
	z-index: 2;
	width: 374px;
}

#explorewinefourweekintroductoryseriesapracticalfun p  {
   font-size: 12px;
}

#scratchingyourheadwishwinemademoresensejustwanttos p  {
   font-size: 15px;
}

#scratchingyourheadwishwinemademoresensejustwanttos  {
	visibility: visible;
	left: 80px;
	top: 24px;
	z-index: 2;
	width: 674px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18px;
	color: #45474C;
}

#explorewinefourweekintroductoryseriesapracticalfun  {
   visibility: visible;
   left: 82px;
   top: 520px;
   z-index: 2;
   width: 626px;
}

#wineglassesfields  {
	background: url(includes/templates/Custom/images/settheclassdesc_media/wineglassesfields.jpg) no-repeat;
	visibility: visible;
	position: absolute;
	left: 455px;
	top: 1063px;
	z-index: 2;
	width: 237px;
	height: 142px;
	clear: both;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}


#aboutUsPicture {
	background: url(includes/templates/Custom/images/bottlerocket.jpg) no-repeat;
	visibility: visible;
	position: absolute;
	left: 627px;
	top: 357px;
	z-index: 2;
	width: 237px;
	height: 142px;
	clear: both;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#settheclassdesc  {
	width: 760px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#winetreeimage  {
	visibility: visible;
	position: absolute;
	left: 462px;
	top: 269px;
	z-index: 3;
	width: 237px;
	height: 183px;
	background-repeat: no-repeat;
}

#layer1  {
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 256px;
	height: 489px;
	background-color: #FFFFFF;
	background-image: none;
	overflow: visible;
}

/*  reset the footer on sunday june 29 to add the new non profit button */
#aboutusbutton a:hover,
#hoursbutton a:hover,
#contactusbutton a:hover,
#shippingbutton a:hover,
#myaccountbutton a:hover,
#nonprofitsbutton a:hover,
#pressbutton a:hover,
#fineprintbutton a:hover,
#newslettersbutton a:hover  {
   background-position: -1000px 0%;
}

#myaccountbutton a,
#nonprofitsbutton a,
#shippingbutton a,
#newslettersbutton a,
#pressbutton a,
#hoursbutton a,
#aboutusbutton a,
#contactusbutton a,
#fineprintbutton a  {
   background-repeat: no-repeat;
   display: block;
   height: 100px;
   width: 1000px;
   background-position: 0% 0px;
   font-size: 100px;
   line-height: 100px;
}

#myaccountbutton,
#nonprofitsbutton,
#newslettersbutton,
#pressbutton,
#hoursbutton,
#contactusbutton,
#shippingbutton,
#fineprintbutton,
#aboutusbutton  {
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 0px;
   width: 1000px;
   height: 100px;
}

#i5w19thstreetnewyorkny10011t2129292323hours118  {
   background: url(includes/templates/Custom/images/id05w19thstreetnewyorkny100.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 14px;
   top: 1px;
   z-index: 13;
   width: 133px;
   height: 76px;
}

#i2008bottlerocketwinespiritallrightsreserved  {
   background: url(includes/templates/Custom/images/id02008bottlerocketwinespir.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 240px;
   top: 25px;
   z-index: 13;
   width: 326px;
   height: 9px;
}

#newslettersbutton a  {
   background-image: url(includes/templates/Custom/images/newslettersbutton.jpg);
}

#nonprofitsbutton a  {
   background-image: url(includes/templates/Custom/images/nonprofitsbutton.jpg);
}

#contactusbutton a  {
   background-image: url(includes/templates/Custom/images/contactusbutton.jpg);
}

#fineprintbutton a  {
   background-image: url(includes/templates/Custom/images/fineprintbutton.jpg);
}

#myaccountbutton a  {
   background-image: url(includes/templates/Custom/images/myaccountbutton.jpg);
}

#newslettersbutton  {
   z-index: 9;
}

#nonprofitsbutton  {
   z-index: 11;
}

#shippingbutton a  {
   background-image: url(includes/templates/Custom/images/shippingbutton.jpg);
}

#contactusbutton  {
   z-index: 12;
}

#myaccountbutton  {
   z-index: 4;
}

#aboutusbutton a  {
   background-image: url(includes/templates/Custom/images/aboutusbutton.jpg);
}

#fineprintbutton  {
   z-index: 10;
}

#shippingbutton  {
   z-index: 5;
}

#aboutusbutton  {
   z-index: 6;
}

#pressbutton a  {
   background-image: url(includes/templates/Custom/images/pressbutton.jpg);
}

#hoursbutton a  {
   background-image: url(includes/templates/Custom/images/hoursbutton.jpg);
}

#pressbutton  {
   z-index: 7;
}

#hoursbutton  {
   z-index: 8;
}

#purepurple  {
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 3;
   width: 1000px;
   height: 100px;
   background-color: #ffffff;
   background-image: none;
}


#all  {
   background: url(includes/templates/Custom/images/all.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 2;
   width: 1000px;
   height: 100px;
}
/* the new shopping card text defines, from this point forward Aeon */
.shoppingCartItems a {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	size: 10 pt;
	padding: 0.2em;
	text-align: right;
	font-weight:bold;
	}
	
	.shoppingCartItemsBold a {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	size: 10 pt;
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	font-weight:bold;
	}
	
.floatingCart {
	position:absolute;
	left:615px;
	top:265px;
}


/* the wishlist stuff follows */

.wishListPage a {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	text-decoration: underline;
	width:300px;
	}
	
	
	.search_button {
	margin: 0.5em;
	padding-left: 140px;
	float:left;
}

/* for the order history area   */
.orderHistoryLine{
	text-align: right;
	padding-top: 0em;
	padding-right: 110px;
	padding-bottom: 0em;
	padding-left: 10px;
	}


.orderHistoryLineBOLD{
	text-align: right;
	padding-top: 0em;
	padding-right: 10px;
	padding-bottom: 0em;
	padding-left: 10px;
	font-weight:bold;
	}


/*  
wishlist buttons stuff
*/

.wish_back_button {
	margin: 0.5em;
	padding-left: 125;
}

.wish_tell_friend {
	margin: 0.5em;
	padding-left: 350px;
	float:left;
}

.wish_back_button2 {
	margin: 0em;
	padding-left: 150px;
}


.wish_submit_button {
	margin: 0em;
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.sortMech {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 225px;
	height: 25px;
	left: 0px;
	margin: 0em;
}


.boxAddress {
	line-height: 16pt;
	border: 1px solid #999999;
	width: 218px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: 000000;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

.boxAddress2 {
	line-height: 16pt;
	border: 1px solid #999999;
	width: 250px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: 000000;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}





.boxOrderTotalSC {
	line-height: 12pt;
	border: 1px solid #999999;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: 000000;
	text-align: right;
	margin: 0px;
	}
	
	.boxMiniCart {
	line-height: 16pt;
	border: 1px solid #999999;
	width: 370;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: 000000;
	text-align: left;
	padding: 10px;
	}



#callnowtodiscussyourcustomgift2129292323 p,
#makeiteasyfilloutthisformandwelltakecareofthere p,
#combineabookwithafewbottlesofwineaskustowrap6wi p,
#youdreamitwellmakeit p  {
   font: bold 12px/16px Verdana;
   margin: 0px;
   text-align: left;
}

#makeiteasyfilloutthisformandwelltakecareofthere p  {
   font-size: 14px;
}

#combineabookwithafewbottlesofwineaskustowrap6wi p  {
   font-weight: Normal;
}

#combineabookwithafewbottlesofwineaskustowrap6wi  {
   visibility: visible;
   position: absolute;
   left: 396px;
   top: 298px;
   z-index: 4;
   width: 298px;
}

#makeiteasyfilloutthisformandwelltakecareofthere  {
   visibility: visible;
   position: absolute;
   left: 152px;
   top: 535px;
   z-index: 4;
   width: 525px;
}

#callnowtodiscussyourcustomgift2129292323  {
   visibility: visible;
   position: absolute;
   left: 396px;
   top: 459px;
   z-index: 4;
   width: 263px;
}

#filloutthisformforyourcustomgift2129292323  {
	visibility: visible;
	position: absolute;
	left: 154px;
	top: 561px;
	z-index: 4;
	width: 263px;
}

#youdreamitwellmakeit p  {
   line-height: 36px;
}

#youdreamitwellmakeit  {
   visibility: visible;
   position: absolute;
   left: 396px;
   top: 264px;
   z-index: 4;
   width: 195px;
}

#cg-background  {
	background: url(../images/customgifts_media/cg-background.jpg) no-repeat;
	visibility: visible;
	height: 600px;
	width: 814px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#anassortmentoffourjapanesericewinesfromdelicatelyarom p,
#giveagiftpailforafunsplashysurpriseseeprepackaged p,
#forarecentcollegegraduatewhojustgotherfirstapartment p,
#makeiteasyonyourselfgetabottlerocketgiftcardandlet p,
#acouplehadjustreturnedfromtheirdreamvacationinitaly p,
#wantagiftforthebossorsomeoneyoubarelyknowbrowseo p,
#needmoreideashereareafewofthecustomgiftswevecreat p  {
	margin: 0px;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
}

#anassortmentoffourjapanesericewinesfromdelicatelyarom p  {
   text-align: right;
}

#anassortmentoffourjapanesericewinesfromdelicatelyarom  {
   visibility: visible;
   position: absolute;
   left: 161px;
   top: 547px;
   z-index: 4;
   width: 285px;
}

#forarecentcollegegraduatewhojustgotherfirstapartment  {
   visibility: visible;
   position: absolute;
   left: 357px;
   top: 897px;
   z-index: 4;
   width: 284px;
}

#acouplehadjustreturnedfromtheirdreamvacationinitaly  {
   visibility: visible;
   position: absolute;
   left: 355px;
   top: 321px;
   z-index: 4;
   width: 285px;
}

#makeiteasyonyourselfgetabottlerocketgiftcardandlet  {
   visibility: visible;
   position: absolute;
   left: 192px;
   top: 191px;
   z-index: 4;
   width: 444px;
}

#giveagiftpailforafunsplashysurpriseseeprepackaged  {
   visibility: visible;
   position: absolute;
   left: 193px;
   top: 125px;
   z-index: 4;
   width: 476px;
}

#needmoreideashereareafewofthecustomgiftswevecreat  {
   visibility: visible;
   position: absolute;
   left: 192px;
   top: 239px;
   z-index: 4;
   width: 471px;
}

#wantagiftforthebossorsomeoneyoubarelyknowbrowseo  {
   visibility: visible;
   position: absolute;
   left: 191px;
   top: 43px;
   z-index: 4;
   width: 449px;
}

#bottlerocketstarterbar p,
#sakesampler p,
#italianhoneymoon p  {
   font: bold 12px/16px Verdana;
   margin: 0px;
   text-align: left;
}

#bottlerocketstarterbar  {
   visibility: visible;
   position: absolute;
   left: 356px;
   top: 865px;
   z-index: 4;
   width: 174px;
}

#italianhoneymoon  {
   visibility: visible;
   position: absolute;
   left: 357px;
   top: 293px;
   z-index: 4;
   width: 135px;
}

#sakesampler  {
	visibility: visible;
	position: absolute;
	left: 354px;
	top: 513px;
	z-index: 4;
	width: 94px;
	font-weight: bold;
}

#giftideabackground  {
   margin: 0px auto 0px auto;
   background: url(../images/giftideas_media/giftidea-background.jpg) no-repeat;
   height: 1062px;
   width: 811px;
   position: relative;
}

#mylandscape  {
   background: url(../images/giftideas_media/mylandscape.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 193px;
   top: 290px;
   z-index: 4;
   width: 152px;
   height: 149px;
}

#lookingtosendagiftofwinebutwantitpackagedwithpunch p  {
   font: bold 16px/16px Verdana;
   margin: 0px;
   text-align: left;
}

#getagiftpailbottlerocketstakeontheoldfashionedgift p  {
   font: 12px/16px Verdana;
   margin: 0px;
   text-align: left;
}

#getagiftpailbottlerocketstakeontheoldfashionedgift  {
	visibility: visible;
	position: absolute;
	left: 160px;
	top: 286px;
	z-index: 5;
	width: 595px;
}

#lookingtosendagiftofwinebutwantitpackagedwithpunch  {
	visibility: visible;
	position: absolute;
	left: 139px;
	top: 253px;
	z-index: 5;
	width: 613px;
}

#gbbackground  {
   margin: 0px auto 0px auto;
   background: url(../images/giftbasketpage_media/gb-background.jpg) no-repeat;
   visibility: visible;
   height: 403px;
   width: 819px;
   position: relative;
}

#gblayer  {
   visibility: visible;
   position: absolute;
   left: 80px;
   top: 243px;
   z-index: 4;
   width: 673px;
   height: 160px;
   background-color: #FFFFFF;
   background-image: none;
}


/*  
here are the experimental div tags for the new method of dealing with the island layout spacing issue
 */
 
 #tellmemore p,
#dlist4 p,
#dlist3 p  {
   font: bold 11px/16px Helvetica;
   margin: 0px;
   text-align: left;
}

#syrahpetiterousse p,
#dlist3 p,
#i2005 p  {
   font: 11px/16px Helvetica;
   margin: 0px;
   color: #5C5C5C;
   text-align: left;
}

#dlist4 p  {
   color: #5C5C5C;
}

#dlist4  {
	visibility: visible;
	position: relative;
	left: 25px;
	top: 331px;
	z-index: 5;
	width: 156px;
}

#dlist1 p,
#price p  {
   font: bold 12px/16px Helvetica;
   margin: 0px;
   text-align: left;
}

#dlist2  {
	visibility: visible;
	position: relative;
	left: 25px;
	top: 241px;
	z-index: 5;
	width: 153px;
}

#dlist3  {
   visibility: visible;
   position: absolute;
   left: 25px;
   top: 301px;
   z-index: 5;
   width: 86px;
}

#tellmemore p  {
   color: #542678;
}

#dlist1 p  {
   color: #5C5C5C;
}

#tellmemore  {
	visibility: visible;
	position: relative;
	left: 25px;
	top: 374px;
	z-index: 5;
	width: 73px;
}

#size p  {
   font: bold 8px/16px Helvetica;
   margin: 0px;
   color: #5C5C5C;
   text-align: left;
}

#dlist1  {
	visibility: visible;
	position: relative;
	left: 24px;
	top: 207px;
	z-index: 5;
	width: 153px;
}

#dlist3 p  {
   color: #5C5C5C;
}

#layer1  {
	visibility: visible;
	position: absolute;
	left: 14px;
	top: 205px;
	z-index: 4;
	width: 181px;
	height: 538px;
	background-color: #FFFFFF;
	background-image: none;
}

#size  {
	visibility: visible;
	position: relative;
	left: 26px;
	top: 410px;
	z-index: 5;
	width: 41px;
}

#dlistyear  {
   visibility: visible;
   position: absolute;
   left: 25px;
   top: 254px;
   z-index: 5;
   width: 25px;
}

#dlist3  {
	visibility: visible;
	position: relative;
	left: 25px;
	top: 275px;
	z-index: 5;
	width: 154px;
}

#price  {
	visibility: visible;
	position: relative;
	left: 25px;
	top: 394px;
	z-index: 5;
	width: 42px;
}


	.footerAccount {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	padding: 0.5px;
	}
	
	/*
	all classes, arrived late on october 29 
	*/
	#allaboutaustralia p,
#class4explorered p,
#beginnersandexpertsalikearewelcometobottlerocketclasse p,
#tastetherestofthecontinentfromitalystuscanstogerman p,
#lastbutnotleasttastewinesoftheusachileandargentina p,
#class4theamericas p,
#thewinesmaybeforeignandhardtopronouncebutdangthey p,
#fromgrowerchampagnetochteauneufdupapeandeverythingin p,
#fromvinetowine p,
#discovertheprinciplesoforganicandbiodynamicagriculture p,
#exploreorganicbiodynamicwines p,
#foodwinepairingessentials p,
#youvegotthebasicsbutyouwantmorejointhisintermedia p,
#digdeeperintothehugevarietyofwhitewines p,
#doyoueverfeelthehiddengemsonawinelistareburiedfrom p,
#exploremorefourweekintermediateseries p,
#grapesgrowalloveritalytherearemorethan900000registe p,
#australiahas60designatedwineregionsmostofushaveonly p,
#spainhasthemostlandplantedinvinesintheworlddiscover p,
#knowthenobleandnotablewinesoftheworldandabitofhist p,
#class2majoreuropeanwineregions p,
#class1explorethemajorvarieties p,
#explorecabernetsauvignon p,
#discoverthemysterysurroundingsyrahsprovenancehowdidit p,
#explorewinefourweekintroductoryseries p,
#explorepinotnoir p,
#youlovefoodandenjoycookingforfriendsyougotorestaura p,
#pinotnoirinspirespassioninwinemakersandwineloversalike p,
#discoverthedarkmysteriousmagnificentgraperesponsiblefo p,
#isthereaclassyouwishweofferedsendusanemailwithyo p,
#class3explorewhite p,
#class1explorefrance p,
#explorefrance p,
#exploreitaly p,
#everwonderhowwineismadespendaneveninglearninghowgra p,
#class3winefromlandsdownunder p,
#explorespain p,
#navigatingarestaurantwinelist p,
#class2exploreoldvsnewworld p,
#tastethroughtheworldofredwineconcludewithpracticala p,
#learnhowregiongrapegrowerandwinemakerinfluencethefin p,
#allaboutaustraliaexplorecabernetsauvignonexplorefrancee p,
#exploresyrah p,
#learnaboutthegreatwinesofaustralianewzealandandsouth p,
#apracticalfunutilitarianworkshoptofamiliarizeyouwith p  {
   font: 12px/15px Verdana;
   margin: 0px;
   text-align: left;
}

#allaboutaustraliaexplorecabernetsauvignonexplorefrancee  {
   visibility: visible;
   position: absolute;
   left: 91px;
   top: 330px;
   z-index: 4;
   width: 331px;
}

#discoverthedarkmysteriousmagnificentgraperesponsiblefo  {
   visibility: visible;
   position: absolute;
   left: 314px;
   top: 856px;
   z-index: 4;
   width: 506px;
}

#pinotnoirinspirespassioninwinemakersandwineloversalike  {
   visibility: visible;
   position: absolute;
   left: 314px;
   top: 1387px;
   z-index: 4;
   width: 478px;
}

#beginnersandexpertsalikearewelcometobottlerocketclasse  {
   visibility: visible;
   position: absolute;
   left: 516px;
   top: 34px;
   z-index: 4;
   width: 262px;
}

#discovertheprinciplesoforganicandbiodynamicagriculture  {
   visibility: visible;
   position: absolute;
   left: 314px;
   top: 1254px;
   z-index: 4;
   width: 500px;
}

#discoverthemysterysurroundingsyrahsprovenancehowdidit  {
   visibility: visible;
   position: absolute;
   left: 90px;
   top: 1579px;
   z-index: 4;
   width: 513px;
}

#fromgrowerchampagnetochteauneufdupapeandeverythingin  {
   visibility: visible;
   position: absolute;
   left: 338px;
   top: 2544px;
   z-index: 4;
   width: 406px;
}

#learnaboutthegreatwinesofaustralianewzealandandsouth  {
   visibility: visible;
   position: absolute;
   left: 338px;
   top: 2640px;
   z-index: 4;
   width: 432px;
}

#learnhowregiongrapegrowerandwinemakerinfluencethefin  {
   visibility: visible;
   position: absolute;
   left: 338px;
   top: 2253px;
   z-index: 4;
   width: 456px;
}

#apracticalfunutilitarianworkshoptofamiliarizeyouwith  {
   visibility: visible;
   position: absolute;
   left: 318px;
   top: 2113px;
   z-index: 4;
   width: 471px;
}

#grapesgrowalloveritalytherearemorethan900000registe  {
   visibility: visible;
   position: absolute;
   left: 314px;
   top: 1135px;
   z-index: 4;
   width: 491px;
}

#everwonderhowwineismadespendaneveninglearninghowgra  {
   visibility: visible;
   position: absolute;
   left: 89px;
   top: 1846px;
   z-index: 4;
   width: 471px;
}

#youlovefoodandenjoycookingforfriendsyougotorestaura  {
   visibility: visible;
   position: absolute;
   left: 90px;
   top: 1722px;
   z-index: 4;
   width: 515px;
}

#tastethroughtheworldofredwineconcludewithpracticala  {
   visibility: visible;
   position: absolute;
   left: 337px;
   top: 2334px;
   z-index: 4;
   width: 436px;
}

#tastetherestofthecontinentfromitalystuscanstogerman  {
   visibility: visible;
   position: absolute;
   left: 338px;
   top: 2592px;
   z-index: 4;
   width: 395px;
}

#australiahas60designatedwineregionsmostofushaveonly  {
	visibility: visible;
	position: absolute;
	left: 90px;
	top: 678px;
	z-index: 4;
	width: 428px;
}

#spainhasthemostlandplantedinvinesintheworlddiscover  {
   visibility: visible;
   position: absolute;
   left: 314px;
   top: 1475px;
   z-index: 4;
   width: 532px;
}

#lastbutnotleasttastewinesoftheusachileandargentina  {
   visibility: visible;
   position: absolute;
   left: 338px;
   top: 2688px;
   z-index: 4;
   width: 464px;
}

#doyoueverfeelthehiddengemsonawinelistareburiedfrom  {
   visibility: visible;
   position: absolute;
   left: 89px;
   top: 1965px;
   z-index: 4;
   width: 482px;
}

#knowthenobleandnotablewinesoftheworldandabitofhist  {
   visibility: visible;
   position: absolute;
   left: 338px;
   top: 2205px;
   z-index: 4;
   width: 436px;
}

#youvegotthebasicsbutyouwantmorejointhisintermedia  {
   visibility: visible;
   position: absolute;
   left: 316px;
   top: 2406px;
   z-index: 4;
   width: 491px;
}

#thewinesmaybeforeignandhardtopronouncebutdangthey  {
   visibility: visible;
   position: absolute;
   left: 314px;
   top: 989px;
   z-index: 4;
   width: 486px;
}

#isthereaclassyouwishweofferedsendusanemailwithyo  {
   visibility: visible;
   position: absolute;
   left: 90px;
   top: 595px;
   z-index: 4;
   width: 442px;
}

#exploremorefourweekintermediateseries p  {
   font-weight: bold;
}

#explorewinefourweekintroductoryseries p  {
   font-weight: bold;
}

#digdeeperintothehugevarietyofwhitewines  {
   visibility: visible;
   position: absolute;
   left: 338px;
   top: 2301px;
   z-index: 4;
   width: 352px;
}

#exploremorefourweekintermediateseries  {
	visibility: visible;
	position: absolute;
	left: 318px;
	top: 2391px;
	z-index: 4;
	width: 458px;
}

#explorewinefourweekintroductoryseries  {
	visibility: visible;
	position: absolute;
	left: 318px;
	top: 2097px;
	z-index: 4;
	width: 424px;
}

#exploreorganicbiodynamicwines p  {
   font-weight: bold;
}

#navigatingarestaurantwinelist p  {
   font-weight: bold;
}

#class1explorethemajorvarieties  {
   visibility: visible;
   position: absolute;
   left: 337px;
   top: 2190px;
   z-index: 4;
   width: 290px;
}

#class2majoreuropeanwineregions  {
   visibility: visible;
   position: absolute;
   left: 338px;
   top: 2577px;
   z-index: 4;
   width: 314px;
}

#exploreorganicbiodynamicwines  {
   visibility: visible;
   position: absolute;
   left: 314px;
   top: 1239px;
   z-index: 4;
   width: 280px;
}

#navigatingarestaurantwinelist  {
	visibility: visible;
	position: absolute;
	left: 90px;
	top: 1950px;
	z-index: 4;
	width: 354px;
}

#class3winefromlandsdownunder  {
   visibility: visible;
   position: absolute;
   left: 338px;
   top: 2625px;
   z-index: 4;
   width: 316px;
}

#foodwinepairingessentials p  {
   font-weight: bold;
}

#explorecabernetsauvignon p  {
   font-weight: bold;
}

#class2exploreoldvsnewworld  {
   visibility: visible;
   position: absolute;
   left: 337px;
   top: 2238px;
   z-index: 4;
   width: 287px;
}

#foodwinepairingessentials  {
	visibility: visible;
	position: absolute;
	left: 90px;
	top: 1708px;
	z-index: 4;
	width: 331px;
	height: 13px;
}

#explorecabernetsauvignon  {
   visibility: visible;
   position: absolute;
   left: 314px;
   top: 840px;
   z-index: 4;
   width: 213px;
}

#class1explorefrance  {
   visibility: visible;
   position: absolute;
   left: 337px;
   top: 2529px;
   z-index: 4;
   width: 197px;
}

#allaboutaustralia p  {
   font-weight: bold;
}

#explorepinotnoir p  {
   font-weight: bold;
}

#class3explorewhite  {
   visibility: visible;
   position: absolute;
   left: 337px;
   top: 2286px;
   z-index: 4;
   width: 196px;
}

#allaboutaustralia  {
	visibility: visible;
	position: absolute;
	left: 91px;
	top: 663px;
	z-index: 4;
	width: 139px;
}

#class4theamericas  {
   visibility: visible;
   position: absolute;
   left: 337px;
   top: 2673px;
   z-index: 4;
   width: 190px;
}

#fromvinetowine p  {
   font-weight: bold;
}

#explorepinotnoir  {
   visibility: visible;
   position: absolute;
   left: 314px;
   top: 1372px;
   z-index: 4;
   width: 138px;
}

#class4explorered  {
   visibility: visible;
   position: absolute;
   left: 337px;
   top: 2319px;
   z-index: 4;
   width: 185px;
}

#explorefrance p  {
   font-weight: bold;
}

#exploreitaly p  {
   font-weight: bold;
}

#explorespain p  {
   font-weight: bold;
}

#fromvinetowine  {
	visibility: visible;
	position: absolute;
	left: 90px;
	top: 1831px;
	z-index: 4;
	width: 269px;
}

#exploresyrah p  {
   font-weight: bold;
}

#explorefrance  {
	visibility: visible;
	position: absolute;
	left: 314px;
	top: 975px;
	z-index: 4;
	width: 153px;
}

#exploreitaly  {
	visibility: visible;
	position: absolute;
	left: 314px;
	top: 1121px;
	z-index: 4;
	width: 172px;
}

#exploresyrah  {
	visibility: visible;
	position: absolute;
	left: 90px;
	top: 1564px;
	z-index: 4;
	width: 173px;
}

#explorespain  {
	visibility: visible;
	position: absolute;
	left: 314px;
	top: 1460px;
	z-index: 4;
	width: 152px;
}

#allclasses_layer  {
   margin: 0px auto 0px auto;
   background: url(../images/allclassesset_media/allclasses.jpg) no-repeat;
   height: 2792px;
   width: 846px;
   position: relative;
}


	
	/*
	this is the new current classes
	*/
	
	#bottlerocketoffersmanyclassesfromoneoffstomultiparts p,
#howdoesacabernetfromcaliforniadifferfrombordeauxcano p,
#whoisrudolfsteinerandwhatdoeshehavetodowithvineyard p,
#discoverthemysterysurroundingsyrahsprovenancehowdidit p  {
	margin: 0px;
	text-align: left;
	color: #010101;
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
}

#id1megstaloffinstructor p,
#mondayoct66308pm p,
#saturdayoct2546pm p,
#saturdaysept2746pm p,
#karenkinginstructor p,
#id0megstaloffinstructor p  {
   font: 12px/62px Verdana;
   margin: 0px;
   color: #010101;
   text-align: left;
}

#id1thisclassstartspromptlyat400andendsat6pmonly18luc p,
#id0thisclassstartspromptlyat400andendsat6pmonly18luc p  {
   font: italic 12px/15px Verdana;
   margin: 0px;
   text-align: left;
   color: #010101;
}

#id0thisclassstartspromptlyat400andendsat6pmonly18luc,
#id1thisclassstartspromptlyat400andendsat6pmonly18luc  {
	visibility: visible;
	position: absolute;
	left: 199px;
	z-index: 2;
	width: 509px;
}

#whoisrudolfsteinerandwhatdoeshehavetodowithvineyard,
#bottlerocketoffersmanyclassesfromoneoffstomultiparts  {
   visibility: visible;
   position: absolute;
   left: 198px;
   z-index: 2;
   width: 523px;
}

#currentclasses p,
#wineknowledgeisacumulativething p,
#themoreyoutastethemoreyouknow p  {
   font: bold 17px/62px Verdana;
   margin: 0px;
   text-align: left;
}

#explorethemajorgrapes80 p,
#exploresyrah75 p,
#naturalorganicbiodynamicwines75 p  {
   font: bold 12px/62px Verdana;
   margin: 0px;
   color: #652D91;
   text-align: left;
}

#bottlerocketoffersmanyclassesfromoneoffstomultiparts p  {
   color: #000000;
}

#discoverthemysterysurroundingsyrahsprovenancehowdidit  {
	visibility: visible;
	position: absolute;
	left: 88px;
	top: 1590px;
	z-index: 2;
	width: 530px;
}

#id0thisclassstartspromptlyat400andendsat6pmonly18luc  {
	top: 1291px;
}

#id1thisclassstartspromptlyat400andendsat6pmonly18luc  {
	top: 588px;
}

#howdoesacabernetfromcaliforniadifferfrombordeauxcano  {
	visibility: visible;
	position: absolute;
	left: 199px;
	top: 739px;
	z-index: 2;
	width: 522px;
	line-height: 16px;
}

#bottlerocketoffersmanyclassesfromoneoffstomultiparts  {
	top: 300px;
}

#whoisrudolfsteinerandwhatdoeshehavetodowithvineyard  {
	top: 522px;
}

#id0megstaloffinstructor,
#id1megstaloffinstructor  {
	visibility: visible;
	position: absolute;
	left: 199px;
	z-index: 2;
	width: 515px;
	height: 26px;
}

#wineknowledgeisacumulativething  {
   visibility: visible;
   position: absolute;
   left: 198px;
   top: 235px;
   z-index: 2;
   width: 463px;
}

#naturalorganicbiodynamicwines75  {
	visibility: visible;
	position: absolute;
	left: 199px;
	top: 430px;
	z-index: 2;
	width: 359px;
	height: 42px;
}

#themoreyoutastethemoreyouknow  {
   visibility: visible;
   position: absolute;
   left: 199px;
   top: 257px;
   z-index: 2;
   width: 486px;
}

#explorethemajorgrapes80  {
	visibility: visible;
	position: absolute;
	left: 1210px;
	top: 890px;
	z-index: 2;
	width: 259px;
}

#id1megstaloffinstructor  {
	top: 1003px;
}

#id0megstaloffinstructor  {
	top: 478px;
}

#karenkinginstructor  {
	visibility: visible;
	position: absolute;
	left: 1076px;
	top: 720px;
	z-index: 2;
	width: 168px;
}

#saturdaysept2746pm  {
	visibility: visible;
	position: absolute;
	left: 197px;
	top: 467px;
	z-index: 2;
	width: 362px;
	height: 20px;
}

#saturdayoct2546pm  {
	visibility: visible;
	position: absolute;
	left: 200px;
	top: 986px;
	z-index: 2;
	width: 514px;
	height: 17px;
}

#mondayoct66308pm  {
	visibility: visible;
	position: absolute;
	left: 1205px;
	top: 812px;
	z-index: 2;
	width: 204px;
}

#exploresyrah75  {
	visibility: visible;
	position: absolute;
	left: 199px;
	top: 962px;
	z-index: 2;
	width: 516px;
	height: 42px;
}

#currentclasses  {
	visibility: visible;
	position: absolute;
	left: 198px;
	top: 389px;
	z-index: 2;
	width: 187px;
}

#backgroundCurrentClasses  {
	margin: 0px auto 0px auto;
	visibility: visible;
	height: 1459px;
	width: 829px;
	position: relative;
}


	/*
	this is the new instructor code and css
	*/
	
	#megstaloff p,
#micheleanderson p,
#micheleworkedassommelieratthefourseasonshotelinsydney p,
#ellisapossessesanextensivealmostencyclopedicknowledgeo p,
#ellisacooper p,
#karenking p,
#karenkingworkedwiththeunionsquarehospitalitygroupfort p,
#megstaloffsworkasaconsultanttofinewineimporteranddi p  {
   font: 12px/15px Verdana;
   margin: 0px;
   text-align: left;
}

#megstaloffsworkasaconsultanttofinewineimporteranddi,
#micheleworkedassommelieratthefourseasonshotelinsydney  {
   visibility: visible;
   position: absolute;
   left: 369px;
   z-index: 3;
   width: 357px;
}

#ellisapossessesanextensivealmostencyclopedicknowledgeo  {
   visibility: visible;
   position: absolute;
   left: 369px;
   top: 376px;
   z-index: 3;
   width: 356px;
}

#micheleworkedassommelieratthefourseasonshotelinsydney  {
   top: 73px;
}

#karenkingworkedwiththeunionsquarehospitalitygroupfort  {
   visibility: visible;
   position: absolute;
   left: 369px;
   top: 680px;
   z-index: 3;
   width: 393px;
}

#megstaloffsworkasaconsultanttofinewineimporteranddi  {
   top: 1010px;
}

#micheleanderson p  {
   font-weight: bold;
}

#micheleanderson  {
   visibility: visible;
   position: absolute;
   left: 368px;
   top: 53px;
   z-index: 3;
   width: 131px;
}

#ellisacooper p  {
   font-weight: bold;
}

#megstaloff p  {
   font-weight: bold;
}

#ellisacooper  {
   visibility: visible;
   position: absolute;
   left: 368px;
   top: 355px;
   z-index: 3;
   width: 98px;
}

#karenking p  {
   font-weight: bold;
}

#instructors_background  {
   margin: 0px auto 0px auto;
   background: url(../images/instructorsset_media/instructors_background.jpg) no-repeat;
   visibility: visible;
   height: 1180px;
   width: 821px;
   position: relative;
}

#megstaloff  {
   visibility: visible;
   position: absolute;
   left: 368px;
   top: 991px;
   z-index: 3;
   width: 86px;
}

#karenking  {
   visibility: visible;
   position: absolute;
   left: 368px;
   top: 659px;
   z-index: 3;
   width: 80px;
}

#instructorslayer1  {
   visibility: visible;
   position: absolute;
   left: 354px;
   top: 17px;
   z-index: 2;
   width: 400px;
   height: 1163px;
   background-color: #FFFFFF;
   background-image: none;
}


#createaprivateclassbottlerocketseventspaceisavailabl p,
#downloadoureventserviceskitformoreinformation p,
#contactmelissahallfordetails2129292323oremailmelissa p  {
   font: 12px Verdana;
   margin: 0px;
   text-align: left;
}

#createaprivateclassbottlerocketseventspaceisavailabl p  {
   line-height: 15px;
}

#contactmelissahallfordetails2129292323oremailmelissa p  {
   line-height: 62px;
}

#createaprivateclassbottlerocketseventspaceisavailabl  {
   visibility: visible;
   position: absolute;
   left: 193px;
   top: 215px;
   z-index: 2;
   width: 534px;
}

#contactmelissahallfordetails2129292323oremailmelissa  {
   visibility: visible;
   position: absolute;
   left: 193px;
   top: 311px;
   z-index: 2;
   width: 463px;
}

#downloadoureventserviceskitformoreinformation p  {
   line-height: 62px;
}

#downloadoureventserviceskitformoreinformation  {
	visibility: visible;
	position: absolute;
	left: 196px;
	top: 355px;
	z-index: 2;
	width: 393px;
}

#private_background  {
   margin: 0px auto 0px auto;
   background: url(../images/privateclassesset_media/private_background.jpg) no-repeat;
   visibility: visible;
   height: 472px;
   width: 821px;
   position: relative;
}



#holidaypartiesofficeeventsengagementcelebrationsyoun p  {
   font: 12px/14px Verdana;
   margin: 0px;
   text-align: left;
}

#holidaypartiesofficeeventsengagementcelebrationsyoun  {
   visibility: visible;
   position: absolute;
   left: 354px;
   top: 62px;
   z-index: 2;
   width: 407px;
}

#bottlerocketbringsthepartytoyou p  {
   font: bold 12px/62px Verdana;
   margin: 0px;
   text-align: left;
}

#bottlerocketbringsthepartytoyou  {
   visibility: visible;
   position: absolute;
   left: 355px;
   top: 6px;
   z-index: 2;
   width: 275px;
}


#backgroundoffsite  {
   margin: 0px auto 0px auto;
   
      background: url(../images/customoffsiteset_media/offsite_background.jpg) no-repeat;

      

   visibility: visible;
   height: 480px;
   width: 824px;
   position: relative;
}


#bottlerocketcanaccommodateupto100peopleforinstoreeven p,
#thinkingofhavingawinetastingwithyourcoworkerswantt p,
#wehavea500squarefooteventspacesmartfunwinetasting p,
#bottlerocketoffersallinclusiveservicesforprivateevents p,
#downloadoureventserviceskitandstartplanningyoureventn p,
#pleasefilloutthisformtogiveusanideaofwhatyoudlike p  {
   font: 12px Verdana;
   margin: 0px;
   text-align: left;
}

#partyinawineshop p,
#foragoodtimecall2129292323 p,
#tellusaboutit p  {
   margin: 0px;
   line-height: 15px;
   font-weight: bold;
   font-family: Verdana;
   text-align: left;
}

#bottlerocketoffersallinclusiveservicesforprivateevents p  {
   line-height: 15px;
}

#bottlerocketcanaccommodateupto100peopleforinstoreeven p  {
   line-height: 14px;
}

#downloadoureventserviceskitandstartplanningyoureventn p  {
   line-height: 15px;
}

#bottlerocketoffersallinclusiveservicesforprivateevents  {
   visibility: visible;
   position: absolute;
   left: 101px;
   top: 126px;
   z-index: 2;
   width: 266px;
}

#downloadoureventserviceskitandstartplanningyoureventn  {
   visibility: visible;
   position: absolute;
   left: 102px;
   top: 258px;
   z-index: 2;
   width: 256px;
}

#bottlerocketcanaccommodateupto100peopleforinstoreeven  {
   visibility: visible;
   position: absolute;
   left: 353px;
   top: 358px;
   z-index: 2;
   width: 436px;
}

#thinkingofhavingawinetastingwithyourcoworkerswantt p  {
   line-height: 15px;
}

#wehavea500squarefooteventspacesmartfunwinetasting p  {
   line-height: 15px;
}

#pleasefilloutthisformtogiveusanideaofwhatyoudlike p  {
   line-height: 14px;
}

#thinkingofhavingawinetastingwithyourcoworkerswantt  {
   visibility: visible;
   position: absolute;
   left: 101px;
   top: 36px;
   z-index: 2;
   width: 276px;
}

#wehavea500squarefooteventspacesmartfunwinetasting  {
   visibility: visible;
   position: absolute;
   left: 102px;
   top: 184px;
   z-index: 2;
   width: 273px;
}

#pleasefilloutthisformtogiveusanideaofwhatyoudlike  {
   visibility: visible;
   position: absolute;
   left: 350px;
   top: 598px;
   z-index: 2;
   width: 405px;
}

#foragoodtimecall2129292323 p  {
   font-size: 16px;
}

#foragoodtimecall2129292323  {
   visibility: visible;
   position: absolute;
   left: 355px;
   top: 286px;
   z-index: 3;
   width: 345px;
}

#partyinawineshop p  {
   font-size: 12px;
}

#partyinawineshop  {
   visibility: visible;
   position: absolute;
   left: 351px;
   top: 340px;
   z-index: 2;
   width: 158px;
}

#tellusaboutit p  {
   font-size: 12px;
}

#tellusaboutit  {
   visibility: visible;
   position: absolute;
   left: 351px;
   top: 578px;
   z-index: 2;
   width: 112px;
}

#layer1InStore  {
   margin: 0px auto 0px auto;
   background: url(../images/custominstoreevents_media/layer1.jpg) no-repeat;
   height: 655px;
   width: 806px;
   position: relative;
}

#lookingforclassesclickherefordetails p,
#freewineinterestinggueststastingexperienceschocolate p,
#freewinetastingsatbottlerocketeverythursdayfridayands p,
#christinevachon11106karenpageandandrewdornenberg10 p,
#halloweencandywinespiritstasting p,
#sunday10260825pm p,
#thanksgivingwinefoodworkshop p,
#doesturkeytastebetterwithwhiteorredyoubethejudgew p,
#saturday11150825pm p,
#anannualbottlerockettraditionfivecandyfavoriteseachpa p,
#bottlerocketseclecticsalonbringswritersandperformersto p  {
   font: 12px/15px Verdana;
   margin: 0px;
   text-align: left;
}

#freewinetastingsatbottlerocketeverythursdayfridayands,
#lookingforclassesclickherefordetails  {
   visibility: visible;
   position: absolute;
   left: 423px;
   z-index: 2;
   width: 304px;
}

#upcomingevents p,
#pasteventsatbottlerocket p,
#haveanideaforapublicevent p  {
   font: bold 14px/15px Verdana;
   margin: 0px;
   text-align: left;
}

#bottlerocketseclecticsalonbringswritersandperformersto  {
	visibility: visible;
	position: absolute;
	left: 104px;
	top: 265px;
	z-index: 2;
	width: 505px;
}

#anannualbottlerockettraditionfivecandyfavoriteseachpa  {
   visibility: visible;
   position: absolute;
   left: 103px;
   top: 313px;
   z-index: 2;
   width: 531px;
}

#freewinetastingsatbottlerocketeverythursdayfridayands  {
   top: 135px;
}

#freewineinterestinggueststastingexperienceschocolate  {
   visibility: visible;
   position: absolute;
   left: 423px;
   top: 30px;
   z-index: 2;
   width: 342px;
}

#christinevachon11106karenpageandandrewdornenberg10 p  {
   line-height: 16px;
}

#christinevachon11106karenpageandandrewdornenberg10  {
	visibility: visible;
	position: absolute;
	left: 104px;
	top: 424px;
	z-index: 2;
	width: 342px;
}

#doesturkeytastebetterwithwhiteorredyoubethejudgew  {
   visibility: visible;
   position: absolute;
   left: 299px;
   top: 483px;
   z-index: 2;
   width: 546px;
}

#lookingforclassesclickherefordetails  {
   top: 90px;
}

#halloweencandywinespiritstasting p  {
   font-weight: bold;
}

#halloweencandywinespiritstasting  {
   visibility: visible;
   position: absolute;
   left: 103px;
   top: 293px;
   z-index: 2;
   width: 310px;
}

#thanksgivingwinefoodworkshop p  {
   font-weight: bold;
}

#thanksgivingwinefoodworkshop  {
   visibility: visible;
   position: absolute;
   left: 298px;
   top: 467px;
   z-index: 2;
   width: 282px;
}

#clickonaneventtoseemore p  {
   font: italic 10px/15px Verdana;
   margin: 0px;
   color: #919191;
   text-align: left;
}

#haveanideaforapublicevent  {
	visibility: visible;
	position: absolute;
	left: 104px;
	top: 240px;
	z-index: 2;
	width: 286px;
}

#pasteventsatbottlerocket  {
	visibility: visible;
	position: absolute;
	left: 104px;
	top: 380px;
	z-index: 2;
	width: 242px;
}

#clickonaneventtoseemore  {
	visibility: visible;
	position: absolute;
	left: 105px;
	top: 394px;
	z-index: 2;
	width: 177px;
}

#saturday11150825pm p  {
   font-weight: bold;
}

#saturday11150825pm  {
   visibility: visible;
   position: absolute;
   left: 297px;
   top: 451px;
   z-index: 2;
   width: 234px;
}

#sunday10260825pm p  {
   font-weight: bold;
}

#sunday10260825pm  {
   visibility: visible;
   position: absolute;
   left: 103px;
   top: 277px;
   z-index: 2;
   width: 221px;
}

#upcomingevents  {
   visibility: visible;
   position: absolute;
   left: 105px;
   top: 248px;
   z-index: 2;
   width: 152px;
}

#background  {
   margin: 0px auto 0px auto;
   background: url(../images/eventspublicmockup_media/public_background.jpg) no-repeat;
   visibility: visible;
   height: 1272px;
   width: 827px;
   position: relative;
}

#tolearnmoreaboutourservicesandfacilitiesandseeafloor p,
#primelocationnearsubwaysandfinerestaurants500sfope p  {
   font: 12px/15px Verdana;
   margin: 0px;
   text-align: left;
}

#tolearnmoreaboutourservicesandfacilitiesandseeafloor  {
   visibility: visible;
   position: absolute;
   left: 406px;
   top: 61px;
   z-index: 2;
   width: 367px;
}

#primelocationnearsubwaysandfinerestaurants500sfope  {
   visibility: visible;
   position: absolute;
   left: 417px;
   top: 127px;
   z-index: 2;
   width: 379px;
}

#bottlerocketeventservicesfacilities p  {
   font: bold 14px/15px Verdana;
   margin: 0px;
   text-align: left;
}

#bottlerocketeventservicesfacilities  {
   visibility: visible;
   position: absolute;
   left: 406px;
   top: 28px;
   z-index: 2;
   width: 345px;
}

#servicesfacilitiesmockup  {
   margin: 0px auto 0px auto;
   width: 821px;
   position: relative;
}

#layerservices  {
   margin: 0px auto 0px auto;
	background: url(../images/servicesfacilitiesmockup_media/layer0.jpg) no-repeat;
   height:740px;
   width: 846px;
   position: relative;
}



.account_back_button {
	margin: 0.5em;
	padding-left: 100;
}

/* ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */

	label.checkbox span.holder {
		height: 61px; /* Total height of your checkbox image */
		background: url(../prettyCheckboxes/checkbox.gif) 0 -1px no-repeat; /* Path to your checkbox image */
	}
	
	label.radio span.holder {
		height: 61px; /* Total height of your radio buttons image */
		background: url(../prettyCheckboxes/radio.gif) 0 -1px no-repeat; /* Path to your radio button image */
	}
	
	label.checkbox:hover span.holder,
	label.radio:hover span.holder { top: -21px; } /* Background position on mouseover */
	
	label.checked span.holder,
	label.checked span.holder { top: -42px !important; } /* Background position when checked */


/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */

	label.list {
		float: left; clear: left;
		margin: 0 0 5px 0;
	}
	
	label.inline {
		float: left; margin: 0 10px 0 0;
	}
	
		input.hiddenCheckbox {
			position: absolute; left: -10000px; /* Hide the input */
		}
	
		label.prettyCheckbox span.holderWrap {
			display: block; float: left;
			position: relative;
			margin-right: 5px;
			overflow: hidden;
		}
		
		label.prettyCheckbox span.holder {
			display: block;
			position: absolute;
			top: 0; left: 0;
		}


.90percentblack {color: #666666}

#promotions {
  margin: 20px 0 40px 0;
}

#promotions .promotion_item a {
  border: 1px solid #333;
  display: block;
  margin: 0 0 15px 18px; padding: 0;
  width: 144px;
}
#promotions .promotion_item a img {
  margin: 0; padding: 0;
}
