body {
	background-color: #2F070C;
	background-image:url(../images/body-bg.gif);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a:link {
	color:#030873;
	
}

a:visited {
	color:#030873
	
}

a:hover {
	color:#0D10FF;
	
}

a:active {
	color: #030873;
	text-decoration:underline;
}


hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #666;   
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#2F050C;
	border-bottom:solid 1px #666;
}

h2 {
	font-size:16px;
	font-weight:bold;
}

.sm {
	position: relative;
	bottom: 0.3em;
	font-size: 0.8em;
}

.clear {
	clear:both;
}

.floater {
	float:right;
	margin:15px;
}

#mainContent {
	width:800px;
	float:left;
	margin-top:40px;
	background-image: url(../images/cgv-page_header.png);
	background-repeat: no-repeat;
	background-position: top center;
	position:relative;
}

#menu {
	width:200px;
	float:left;
	margin-top:100px;
}

.wineclubmenu {
    text-align:right;
    padding-right:15px;
    color:#9A7C54;
    padding-bottom: 12px;
    border: 1px solid #9A7C54;
}

.wineclubmenu a:link {
    color:#9A7C54;
    text-decoration:none;
}

.wineclubmenu a:visited {
    color:#9A7C54;
    text-decoration:none;
}

.wineclubmenu a:hover {
    color:#E9EBB9;
    text-decoration:underline;
}

.wineclubmenu a:active {
    color:#E9EBB9;
    text-decoration:underline;
}


.submenu {
	text-align:right;
	padding-right:31px;
    color:#9A7C54;
    padding-bottom: 12px;
}

.submenu a:link {
	color:#9A7C54;
	text-decoration:none;
}

.submenu a:visited {
	color:#9A7C54;
	text-decoration:none;
}

.submenu a:hover {
	color:#E9EBB9;
	text-decoration:underline;
}

.submenu a:active {
	color:#E9EBB9;
	text-decoration:underline;
}

#pagebody {
	width:706px;
	margin-top:174px;
	margin-left:32px;
	padding:15px;
	background-color:#FFFFFF;
	background-image:url(../images/page-shadow.gif);
	background-repeat:repeat-x;
	position:relative;
}

#pagetitle {
	position:absolute;
	top:-40px;
	left:170px;
}

#legal {
	font-size:9px;
	color:#E3D4B1;
	padding-top:20px;
	padding-right:40px;
	text-align:right;
	clear:both;
}

/* Home page ----------------------------------------------- */

#mainContent.home {
	height:625px;
	background-image: url(../images/cgv-home.png);
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
}

#homePhoto {
	width:660px;
	height:295px;
	position:absolute;
	top:124px;
	left:70px;
}

#mainContent.home #events {
	position:absolute;
	left:85px;
	top:410px;
	width:160px;
	margin-top:10px;
    font-size: smaller;
}

#mainContent.home #events .event {
	margin-bottom:5px;
}

#mainContent.home #events .event .date {
	color:#003760;
	font-weight:bold;
}

#mainContent.home #events .event .title {
	font-weight:bold;
    text-decoration: none;
    color: black;
}


#mainContent.home #textbody {
	position:absolute;
	left:245px;
	top:410px;
	width:460px;
	height:160px;
	overflow:visible;
	padding-left:15px;
	margin-top:10px;
	background-image:url(../images/burn-line.gif);
	background-repeat:no-repeat;
}
 
/* Wines ------------------------------------------------------- */

#wine_sub {
	border-top:solid 1px #9A7C54;
    margin-top: -10px;
}

.product {
	float:left;
	margin-top:15px;
	padding-bottom:15px;
	text-align:center;
	width:170px;
	padding-left:5px;
	/*border-bottom:solid 1px #666;*/
}

.product .img { 
    border: 1px solid #E0E0E0;
}

.product .desc {
}

.product .title {
	font-size:14px;
	font-weight:bold;
	color:#2F050C;
	margin-bottom:5px;
	height:40px;
	width:170px;
	display:table-cell;
	vertical-align:middle;
}

.product .text {
	margin-bottom:10px;
    
}

.product .price {
}

.product .discountprice {
    font-size: smaller;
}


.read_more {
	font-size:14px;
	font-weight:bold;
}

.currentLocation {
    color: #C0A785 !important;
}

.clubonly {
    font-weight: bold;
    font-style: italic;
    color: #56110F
}

/* ---- BLOG ---- */

#comment {
    width: 700px; 
    
}