@charset "UTF-8";
/* CSS Document */

/* reworked 07.04.2011 */

body {
	width: 840px; /* was 740 */
	align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	/*	background-color: #E0E0E0; */
	font-family: "Times New Roman", Times, serif;
	font-size: 12px; */ /*green */
/*	background-image: url(../img/bg-blue-hrz.png); /*blue */
	background-repeat: repeat-x;
	/* background: #FFFFFF url(../img/bg-tst-hrz.png) repeat-x fixed; green */
/*	background: #FFFFFF url(../img/bg_grad_haze_gold_EDBB4A.gif) repeat-x fixed; */
}

/* DIV section START */



#banner {
	margin: 0px;
	width: 840px;  /* was 740 */
	padding: 0px;
	text-align: center;
}

/* for nav-bar markup */

#nav-bar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 840px;
}

#nav-bar ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: right;
	width: 840px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#nav-bar ul li {
	display: inline;
}

#nav-bar ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#nav-bar a:hover
{
background-color: #369;
color: #fff;
}
/* end nav-bar markup */


#main-welcome {
	margin: 0px;
	width: 840px;  /* was 740 */
	padding: 0px;

	text-align: left; /* was 0 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: white;
	border: 1px hidden olive;
}

#main-welcome p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 23px;
}


#main-welcome strong {
	font-variant: small-caps;
	letter-spacing: .2em;
}



#signup {
	width: 840px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
	border: 2px outset #A8AE67;
	background-color: #CAD280;
	color: #000;
}

#signup h3, p {
	margin: 0px;
	padding: 0px;
}

#signup form {
	margin: 0px;
	padding: 0px;
	text-align: center;
}


/* DIV section END */


/* CLASS section START */

/*Cellar_Savings*/

.Cellar_Savings p,h3,h4 {
	margin: 0;
	padding: 0;
}


.Cellar_Savings {
	width: 840px; 

}

table.Cellar_Savings {
	background-color: white;
	border: 1px outset olive;
}

.Cellar_Savings_grid_row {
	text-align: center;
}
.Cellar_Savings_grid_cell {
	width: 210px; /* 4 cells at 840 total width */
}

h3.Cellar_Savings {
	text-align: center;
	color: maroon;
	font-size: 15px;
}

h4.Cellar_Savings {
	text-align: center;	
	color: #999;
	font-size: 10px;
}

p.Cellar_Savings {
	text-align: center;	
	color: #666666;
	font-size: 11px;
}

.Cellar_Savings_size {
	text-align: center;	
	color: #666666;
	font-size: 13px;}

.Cellar_Savings_was {
	text-align: center;	
	color: #003300;
	font-size: 13px;
}

.Cellar_Savings_now {
	text-align: center;	
	color: #b82600;
	font-size: 18px;
	font-weight: bold;
	background-color: #fbfe7c;
	padding-left: 10px;
	padding-right: 10px;
	width: 70%;
}


/* end Cellar Savings CSS */



/* Begin Great Value table CSS */

.Great_Values_table {
	border: 0px solid #CCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/* width: 510px; 3 col span */
	/*width: 340px;  2 col span */

	
	}
	
.Great_Values_price {
	color: navy;
	text-align: center;	
	font-size: 18px;
	background-color: #fbfe7c;
}
/* END Great Value table CSS */

/* Begin Featured Spirit CSS */

.Featured_Spirit_td {
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 340px;
	/*background: url(http://www.martinwine.com/img/POS_Cellar_Savings_bug_NEW_corner_03.gif) no-repeat scroll left top; */
	
	}
	
.Featured_Spirit_price {
	color:#FBB040;
	text-align: center;	
	font-size: 16px;
}
/* END Featured Spirit cell i.e. td CSS */



/* CLASS section END */

a {
	text-decoration: none;
}

a:link {
	color: #474031;
}
a:visited {
	color: #474031;
}
a:hover {
	color: #474031;
}
a:active {
	color: #474031;
}

/* My Comment */




