/*---------------------------------
	CSS specific to the main page
---------------------------------*/


/*---------------------------------
 	CONTENT SELECTORS
---------------------------------*/

#mainpageTop
	{
	position: relative;
	background: #BCCF66 url('../images/mainpage-fine-wine.jpg') no-repeat 0 0;
	width: 100%;
	height: auto;
	min-height: 130px;
	margin-bottom: 2em;	
	overflow: auto;
	}

#hours
	{
	position: relative;
	background: #B0C653 url('../images/mainpage-hours-bg.gif') repeat-x 0 0;
	text-align: center;
	line-height: 1.3em;
	margin: 0 0 0 439px;
	padding: 10px 0;
	height: auto;
	}

#hours table
	{
	font: 1em tahoma,verdana,sans-serif;
	color: #000;
	text-align: left;
	}

#hours table td {vertical-align: top;}

#hours h3
	{
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: underline;
	color: #600;
	margin: 0 0 5px 0;
	padding: 0;
	}

/* IE6 hack */
.iePad { height: 120px; background: #B0C653 url('../images/mainpage-hours-bg.gif') repeat-x 0 0; }

#leftCol, #rightCol
	{
	width: 45%;
	float: left;
	}

#leftCol { padding-right: 1em; border-right: 1px solid #BCCF66; margin-right: 2em;}

#shopTable
	{
	margin-bottom: 1em; 
	text-align:center
	}

#shopTable td {text-align: center !important}
	

#shopTable img
	{
	display: block;
	margin: 0 auto;
	}

#btnMyAccount {margin: 10px 0 0 0 !important; float: right;}

#contentBody h2 {margin-top:0}