body {
	font-family: "Trebuchet MS";
	background-color: #786e63;
	margin-top:25px;
}
#masterCntr #pageCntr {
	position: relative;
	display: inline-block;
	width: 878px;
	height:702px;
	background-color:#fcf8ee;
	border:4px solid #fcf8ee;
}
#headerCntr{
	position:relative;
	display:inline-block;
	width:878px;
	height:118px;
}
#masterCntr #pageCntr #navBar {
	position:absolute;
	display:inline-block;
	float:left;
	height:82px;
	width:937px;
	z-index:1;
	left:-25px;
	top:60px;

}
.overBluffCLogo{
	position:absolute;
	float:left;
	display:inline-block;
	left:-10px;
	top:-58px;
	z-index:2;
}

#masterCntr #pageCntr #navBar ul{
	position:relative;
	display:inline-block;
	margin:0px;
	padding:0px;
	height:82px;
}
#masterCntr #pageCntr #navBar ul li{
	position:relative;
	display:inline-block;
	float:left;
	margin:0px;
	padding:0px;
	height:82px;
}
#masterCntr #pageCntr #bodyCntr {
	position:relative;
	display:inline-block;
	width:455px;
	height:491px;
	background-repeat: no-repeat;
	background-position: right top;
	text-align:left;
	font-size:13px;
	padding-top:74px;
	padding-bottom:20px;
	padding-left:48px;
	padding-right:375px;
	line-height:25px;
}

/* Sub Pages */
#masterCntr #pageCntr #subBodyCntr{
	position:relative;
	display:inline-block;
	width:650px;
	height:491px;
	background-repeat: no-repeat;
	background-position: right top;
	text-align:left;
	font-size:13px;
	padding-top:74px;
	padding-bottom:20px;
	padding-left:28px;
	padding-right:200px;
	line-height:20px;
}
/* Sub Pages */

#masterCntr #pageCntr #wineBottles{
	position:absolute;
	display:inline-block;
	top:30px;
	right:-90px;
	clear:right;
}


#masterCntr #pageCntr #footerCntr{
	position:relative;
	display:inline-block;
	width:850px;
	left:-18px;
	padding:10px;
	color:#d2cab6;
	font-size:11px;
	text-align:left;
	z-index:4;
}

#masterCntr #pageCntr #footerCntr a{
	color:#dfbc65;
}
#masterCntr #pageCntr #footerCntr a:hover{
	color:#FF8000;
}




/* Wine Pages */

#masterCntr #pageCntr #subBodyCntr #wineNavBar {
	position:relative;
	display:inline-block;
	width:175px;
	height:500px;
	float:left;
	text-align:right;
	padding-right:40px;
	margin-right:26px;
	background-image: url(../images/site_images/subNavVertLine.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#masterCntr #pageCntr #subBodyCntr #wineNavBar ul{
	position:relative;
	display:inline-block;
	padding:0px;
	padding-bottom:10px;
	margin:0px;
}
#masterCntr #pageCntr #subBodyCntr #wineNavBar ul li{
	position:relative;
	display:inline-block;
	float:right;
	clear:both;
	padding:5px;
}

#masterCntr #pageCntr #subBodyCntr h1{
	position:relative;
	display:inline-block;
	padding-bottom:10px;
	margin-bottom:0px;
	left:-2px;
}

#masterCntr #pageCntr #subBodyCntr a{
	color:#302c2c;
}
#masterCntr #pageCntr #subBodyCntr a:hover{
	color:#810e29;
}

#masterCntr #pageCntr #subBodyCntr #disclaimer{
	position:relative;
	display:inline-block;
	width:400px;
	height:46px;
	top:0px;
	left:0px;
	font-size:10px;
	font-style:italic;
	line-height:12px;
}
#masterCntr #pageCntr #subBodyCntr #disclaimer p{
	position:relative;
	display:inline-block;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}
.releaseTtl{
	position:relative;
	display:block;
	padding-top:10px;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
}


#masterCntr #pageCntr #obBottle{
	position:absolute;
	display:inline-block;
	float:right;
	top:30px;
	right:-35px;
	z-index:3;
}
.soldOut{
	font-size:22px;
	color:#F00;
}


/*End Wine Pages */




/* Defined Classes */

.signature{
	position:relative;
	display:inline-block;
	left:-20px;
	top:10px;
}

.txtCity{
	width:132px;
}
.txtState{
	width:25px;
}
.txtZip{
	width:50px;
}
.txtField, .txtFieldShort, .txtFieldQty, .txtCity, .txtState, .txtZip, .txtComments{
	background-color:#fdf2de;
	border:1px solid #b1a79b;
}

.txtField, .txtFieldShort, .txtFieldQty, .txtCity, .txtState, .txtZip {
	height:16px;
}

.txtFieldQty{
	width:16px;
}

.txtField, .txtComments{
	width:300px;
}

.txtComments{
	height:80px;
}

.frmSmLbl{
	font-size:11px;
}

.required{
	font-size:12px;
	color:#FF0000;
}

.price{
	color:#090;
}

.orderNowBtn{
	position:relative;
	display:inline-block;
	left:-7px;
}

/* End Defined Classes */











