/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			0;
	background-color: #fff !important;
}

a 			{color: #ecdcbb;text-decoration:none;}
a:link		{color: #ecdcbb;text-decoration:none;}
a:visited	{color: #ecdcbb;text-decoration:none;}
a:hover		{color: #ecdcbb;text-decoration:none;}
a:focus		{color: #ecdcbb;text-decoration:none;}
a:active	{color: #ecdcbb;text-decoration:none;}

img {display:block;}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

hr {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	visibility:hidden;
}

/* *** BASIC LAYOUT *** */

#page {
	width:		1003px;			/* for full width, change to "auto" */
	margin: 	0 auto 10px auto;
	padding:	0;
	text-align: left;
	background: transparent url('../images/backgroundTheWineRoom.jpg') repeat-y top left;
}
#headerBlock {
    margin:0;
    padding:0;
	width:			820px;		/* for full width, change to "auto" */
	width:100%;
	height:200px;
	position:relative;
}
#bodyBlock
{
	width:			912px;		/* for full width, change to "auto" */
	clear:  		both;
	min-height: 	800px;
	position:   	relative;
	margin-top: 	0em;
	background-color : transparent;
/* 	border-top : 1px solid #fff; */
}

#contentColumn  	/* The big wahoonie */
{
/*	margin:0 220px 0 220px;
*/	margin:20px 197px 0 300px;
	line-height:1.2em;

	position:relative;
/*
	border-top: 0px solid white;
*/
	padding-top: 0px;
	width:415px;
	overflow:hidden;

}

#leftColumn {
	position:absolute;
	top:10px;
	left:0px;
	width:210px;
	background: white url('../images/leftshadow.jpg') repeat-y top right;
	line-height:1.2em;
	text-align:left;
/*
	margin-left:92px;
*/
	margin: 0 0 0 92px;
}

#rightColumn
{
	position:absolute;
	top:10px;
	right:0px;
	width:195px;
	line-height:1.2em;
	text-align:left;
	background: white url('../images/rightshadow.jpg') repeat-y top left;
}

#footerBlock
{
 /*	clear:  			both;
/*
	padding:			7px;
	margin: 			10px 5px 10px 0px;
	font-size:  		10px;
	color:  			#FFF;
	line-height:		1.4em;
	background-color: 	#0055a5;
*/

/*
	text-align: center;
	margin:0 92px 0 91px;
	padding: 5px;
    font-family:Arial,Helvetica,sans-serif;
font-size:9px;
text-decoration:none;

*/
/*
	clear:  			both;
*/
	padding:			2px 2px 2px 2px;
	margin: 			10px 5px 5px 0px;
	margin:0 92px 0 92px;
	background-color:   #fff;
	font-size:  		10px;
	color:  			#777;
	line-height:		1.4em;
}

#bookmarks
{
/*	clear:  			both;

	text-align: 		center;
	background-color:   #fff;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
	color:  			#777;
*/
	text-align: 		center;
	padding:			2px 2px 2px 2px;
	margin: 			10px 5px 5px 0px;
	margin:0 92px 0 92px;
	background-color:   #fff;
	font-size:  		10px;
	color:  			#777;
	line-height:		1.4em;
}



.floaterLink {
	float: left;
	display: block;
	margin: 0px 8px 10px 8px;
}

/* *** HEADER *** */

h1{
	margin:		1px 4px 2px 4px;
	white-space:nowrap;
	font-size: 0.7em;
	padding: 0;
}
#topBanner
{
	background-color : #00adef;
	height : 30px;
}
#topBanner span
{
	color : white;
	height : 30px;
	line-height : 30px;
	vertical-align : middle;
	font-size : 10px;
	padding : 0 0 0 20px;
}
#topBanner ul
{
	float : right;
	color : #000;
	height : 30px;
	line-height : 30px;
	vertical-align : middle;
	font-size : 14px;
	padding : 0 20px 0 0;
	
	width:  600px;

	margin : 0;
	padding : 0;
	
	
}
#topBanner ul li
{
	display : inline;
	float : right;
	color : #000;
	height : 30px;
	line-height : 30px;
	vertical-align : middle;
	text-align : right;
	padding : 0 30px;
	font-size : 0.9em;
	font-weight : 700;
	
}
#topBanner ul li a,
#topBanner ul li a:hover,
#topBanner ul li a:visited
{
	color : #000;
	text-decoration : none;
}


#secondTopBanner
{
	background-color : #cfdd27;
	height : 3px;
	margin : 3px 0;
}

#pageBanner {
	height:	174px;

/*
	background-image: url(../images/headerWineRoom.jpg);
	background-repeat: no-repeat;
*/

	margin-left:92px;
	width:820px;
	position:relative;
}
#pageBanner div {
	position: relative;
	float: right;
	right: 195px;
	top: 32px;
	
}
#pageBanner td {
	vertical-align: top;
	 /* border: 1px solid #000; */
}

/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */

#navTop { 
	font-family : Arial, Verdana, Helvetica, sans-serif;
	clear:both;
    text-align:center;
    vertical-align : middle;
	background-image: url(../images/navbar_bg.gif);
	background-repeat: no-repeat;
	color:#FFF;
	font-size:12px;
	line-height:30px;
	height:30px;
	font-weight:400;
	padding:5px 5px 0px 0px;
	margin: 0 0 5px 0;
	text-align:left;
}

/* *** LEFT/RIGHT COLUMNS *** */

#leftColumn, #rightColumn {
	font-size:  			1.0em;
}
#leftColumn label, #rightColumn label {
	font-weight:bold;
}
#leftColumn input, #rightColumn input {
	font-size:  			0.9em;
	margin: 				1px;

}
#leftColumn p, #rightColumn p,
#leftColumn form, #rightColumn form	{
	margin: 				0px;
}
#leftColumn ul {
	list-style-type: none;
	list-style-position: outside;
}
#leftColumn select
{
	width: 150px;
	margin-bottom:8px;
}


#leftColumn h2
{
/*
	background-color:#85282C;
	color:#ecdcbb;
	font-weight:bold;
	letter-spacing:1px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	margin:5px;
	font-size:14px;
	text-align:center;
	position:relative;
*/
	background-color:#85282C;
	color:#ecdcbb;
	font-weight:bold;
	letter-spacing:1px;
	text-transform: uppercase;
	font-size:14px;
	text-align:center;
	position:relative;
	left:5px;
	width:190px;

	padding-top: 4px;
	padding-bottom: 4px;

	margin-bottom: 4px;

}

#leftColumn h2 a, #rightColumn h2 a {
	text-decoration: none;
	color: #fff;
	position:relative;
}
#leftColumn h2 a:hover, #rightColumn h2 a:hover	{
	color: #fff;
}

#leftColumn .creditcards
{
	margin-top: 10px;
	margin-bottom:10px;
	padding-bottom:10px;

}
#leftColumn .creditcards span
{
	font-size:0.7em;
	display:block;
}
#leftColumn .creditcards .creditcard {
	margin:3px auto 0 auto;
	display:inline;
	border:solid 1px #fff;
}

#rightColumn .subscribeBox {
	background-color: #FFF;
	color: #0055a5;
	padding: 10px 0 0 0;
	font-size: 10pt;
	font-weight: 600;
	margin: 0px;
	border-left: 2px solid #0055a5;
	border-right: 2px solid #0055a5;
	text-align: center;
}
#rightColumn .subscribeBox h2 {
	color: #FFF;
	background-color: #0055a5;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
}
#leftColumn .boxBody p, #rightColumn .subscribeBox p {
	color: #0055a5;
}
#leftColumn .boxBody, #leftColumn .boxBody p {
	font-weight: 500;
    font-style: normal;
	color: #000;
	width: 190px !important;
	text-align: center;
/*
	margin: 0px 5px 15px 5px;
	margin: 0px 0px 15px 5px;
*/
	background-color:#E7E6E9;
	position:relative;
	padding: 9px 0 9px 0;
	margin: 0px 0px 15px 5px;
}

#leftColumn .boxBody h2 {
	/*
	background-color:#85282C;
	color:#ecdcbb;
	font-weight:bold;
	letter-spacing:1px;
	text-transform: uppercase;

	font-size:14px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	width:190px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	margin:0;
	padding:4px 0 4px 0;
	*/

	position:relative;
	background-color: #85282C;

}

#leftProducts
{
	width: 200px;
	height: 166px;
	margin:0;
}

#leftEMailList
{
	width: 200px;
	height: 100px;
	margin:0;
}

#leftContact
{
	width: 200px;
	height: 100px;
	font-size:12px;
    color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	margin:0;
}

#paymentLogos
{
	margin-top:10px;
	margin:0;
}


#leftColumn .sidebarBoxTitle {
	padding: 3px 10px 0px 10px;
	margin: 10px 0 0 0;
	width: 190px;
	color: #FFF;
    height: 37px;
    background-image: url(../images/leftsidebartitle2_bg.jpg);
    background-repeat: no-repeat;
	text-align: center;
	font-size: 10pt;
	margin:0;
}

#rightColumn .loginTitle {
	background-image: url(../images/accountlogin_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #0055a5;
	font-size: 16pt;
	padding: 5px 0px 0px 15px;
	height: 26px;
}
#rightColumn .loginField {
	background-image: url(../images/logininput_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 3px auto;
	text-align: center;
	height: 27px;
	padding-top: 5px;
}
#rightColumn .loginField input {
	width: 175px;
	margin: 0px auto;
	border-width: 0;
	background-color: transparent;

}
#rightColumn label {
	line-height: 16pt;
	margin-left: 25px;
    	position: relative;

}

#rightColumn img
{
	border:0;
	margin: 12px 0 12px 17px;
    	position: relative;

}

#rightColumn a
{
	width:200px;
	height:104px;
	padding:0;
    	position: relative;

}

/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#777;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#777;
}
#footerBlock ul
 {
	margin: 				6px 0 0 0;
	padding:				0;
	list-style: 			none;
	text-align: 			right;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #777;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				6px 0 0.3em 0.5em;
}
#footerBlock .gtpWebsiteDesign
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}

#footerWarning {
	width: 500px;
	font-size: 8pt;
	margin: auto;
	text-align: left;
}
#footerWarning img {
	float: right;
}
#bookmarks a,
#bookmarks a:hover,
#bookmarks a:visited
{
	color:  			#777;
	text-decoration:		none;
}
/* *** LIST NAVIGATION *** */

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #AAA;
	padding-bottom:2px;
}

#shoppingCart .listNavTable span,
#shoppingCart .showNavTable span
{
	padding:0 0.5em;
}
#shoppingCart .listNavTable a,
#shoppingCart .showNavTable a
{
	margin:0;
	padding:0;
}
#shoppingCart .listNavTable img,
#shoppingCart .showNavTable img
{
	display:inline;
	border-width:0px;
	margin:1px 0;
	vertical-align:middle;
}
#shoppingCart .showNavTable
{
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

#shoppingCart .relatedProduct {
	width: 175px;
    display: block;
    float: left;
	text-align:left;
	font-size:0.9em;
	min-height:200px;
	margin:0px;
	padding:5px;
	color:#00359F;
}
#shoppingCart .break{
	clear:left;
}

.relatedProductPrice {
        color: #0055a5;
        font-size: 9pt;
        font-weight:normal;
        margin: 0px;
		text-align: center;
}

.ourPrice {
       color:#4f4b2b;
       vertical-align: top;
}
.priceBase {
        font-size: 15pt;
        line-height: 18pt;
		font-weight: bold;
}

.priceSuper {
        font-size: 9pt;
        vertical-align: top;
		font-weight: bold;
}
.relatedProductText {
	width: 133px;
	margin: 0px auto;
	border-left: 2px solid #0055a5;
	border-right: 2px solid #0055a5;
	text-align: center;
}
.relatedProductName {
	margin-bottom: 7px;
	font-weight: bold;
	text-align: center;
	line-height:1.2em;
	min-height:2.6em;
}
.relatedProductImage {
	margin: 10px auto 10px auto;
	border: 1px solid #CCC;
	padding: 5px;
	
}


/* *** 'BACK' LINKS IN SHOPPING CART HEADERS *** */


#shoppingCart #linkHeader {
	position:relative;
}
#shoppingCart h2
{
	color:#85282C;
	font-weight:bold;
	letter-spacing:1px;
	text-transform: uppercase;
	margin:5px;
	font-size:14px;
	padding: 4px 0 4px 8px;
}
#shoppingCart h3
{
	background-color:#85282C;
	font-weight:bold;
	letter-spacing:1px;
	font-size:14px;
	padding: 4px;
	text-align:center;
/*
	color:#ecdcbb;
*/
	color:white !important;
}
#shoppingCart a,a:link,a:visited,a:hover,a:focus,a:active
{
/*
	color: #ecdcbb;
*/
	color: #85282C;
}

#shoppingCart .fakeH2 {
	background-color:	transparent;
    margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
	position:absolute;
	top:1px;
	right:3px;
}


#shoppingCart .fakeH2 a {color:#fff;}
#shoppingCart .fakeH2 a:hover {color:#fff;padding-right:0.0em;}


/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
/*
	padding:0 0 0.5em 0;
*/
	background-color:#FFF;
	padding-left: 4px;
}

#breadcrumbs a,a:link,a:visited,a:hover,a:focus,a:active
{
	color: #85282C;
}

/* *** SEARCH *** */
#searchBox {
        margin: 0;
        color: #0055a5;
        font-size: 10pt;
        font-weight: 500;
/*
		background-image: url(../images/searchbox_bg.gif);
		background-repeat: no-repeat;
		background-position: bottom;
*/		width: 200px;
		height: 50px;
		padding: 3px 0px;
		padding:0;
		position:relative;
}
#searchInput
{
	background-color: #e7e6e9;
	height: 30px;
	margin:5px;
	position:absolute;
	top:15px;
	left:8px;
}

#searchInput input {
        margin: 2px;
        background-color: white;
      	border: 1px solid black;
		display: inline;
}


.productTitle,.productTitle a
{
	color:white !important;
}

