/*---------------Layout Styles---------------------*/

html, body, form
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	color: #330000;
}
.main_body{
	min-height:100%
}
* html .main_body{height:100%}
.main_body
{
	background-color: #330000;
	background-image: url(../images/enjoi_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.specials{
	border: thin dotted 330000;	
}
.container
{
	background-image: url(../images/edges.jpg);
	background-repeat: repeat-y;
	width: 818px;
	text-align: left;
	margin: auto;
	background-color: #FFFFFF;
	position: relative;
	height: auto;
}
.main-content
{
	margin: 0px 9px 0px 9px;
	background-color: #FFFFFF;

}
#bgnd {
	background-image: url(../images/home_bgnd_wine.jpg);
	background-repeat: no-repeat;
	height: 235px;	
}
.top-banner
{
	background-image: url(../images/enjoi_banner.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 147px;
}
.logo
{
	display: block;
	float: left;
	width: 110px;
	height: 147px;
}
.top-menu
{
	text-align: center;
	float: left;
	width: 650px;
	color: #330000;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	height: auto;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.top-menu ul
{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	
}
.top-menu li
{
	float: left;
	height: 28px;
	background-repeat: no-repeat;
	line-height: 27px;
	background-position: left;
	display: inline;
	margin-left: 8px;
}
.top-menu li a
{
	text-decoration: none;
	color: #341809;
	height: 28px;
	line-height: 27px;
	background-position: left;
	float: left;
}
.top-menu li a:hover, .top-menu a.on
{
	text-decoration: none;
	color: white;
	height: 28px;
	line-height: 27px;
	background-color: #330000;
}
.top-menu li a:hover, .top-menu li a.on
{
	background-position: right;
	color: White;
}

.bottom-shadow
{
	width: 818px;
	height: 4px;
	margin: auto;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.footer
{
	text-align: left;
	background-color: #bfb8b5;
	width: 800px;
	line-height: 20px;
	margin: auto;
	color: #544239;
	font-size: 11px;
	text-align: left;
}

.images
{
	width:160px;
}
.images .pad
{
	border: 1px solid #000000;
	padding:4px;
	background-color: #FFFFFF;
}
.images td
{
	width:150px;
	height:150px;
	text-align:center;
	vertical-align:middle;

}

.bgnd_home
{

	height: 100%;
	clear: both;
	width: 800px;
}
.web-part-heading
{
	height:23px;
}
.bgnd_home-pad
{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bgnd_home .web-part
{
	float:left;
	width:180px;
}


/* --------------Content Styles-------------- */
.left-column
{
	float: left;
	width: 190px;
}
.left-column-pad
{
	padding-left: 20px;
}
.center-column
{
	float: left;
	width: 590px;
}
.center-column-pad
{


}
.center-column .text
{
	float: left;
	width: 430px;
}
.center-column .extras
{
	float: left;
	width: 160px;
}
.center-column hr
{
	border-bottom: 1px dotted #502d1b;
	color: #FFFFFF;
	height: 1px;
	margin-top:5px;
	margin-bottom:5px;
	background-color: #FFFFFF; 
	border-style: none none dotted;
}
.left-column hr
{
	border-bottom: 1px dotted #502d1b;
	color: #FFFFFF;
	height: 1px;
	margin-top:5px;
	margin-bottom:5px;
	background-color: #FFFFFF; 
	border-style: none none dotted;
	width: 160px;
}

.text-block
{
	vertical-align:top;
	padding-right:30px;
}
.image-block
{
	vertical-align:top;
	width:160px;	
}
.image-block table
{
	background-color:#333333;
	border: 1px solid #000000;
}
.image-block .image-holder, .image-block .image-caption
{
	padding:5px;
}
.image-block .image-caption, .image-block .image-caption a
{
	background-color:#502d1b;
	color:#FFFFFF;
}


/* --------------------text styles----------------------*/
h1
{
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	padding:0px;
	margin:0px;
}
h2
{
	color: #341809;
	font-size: 12px;
	font-weight: normal;
	padding:10px 0px 0px 0px;
	margin:0px;
}
h3
{
	color: #330000;
	font-size: 1.5em;
	font-weight: bold;
	padding:10px 0px 0px 0px;
	margin:0px;
}
h5
{
	color: #aaa576;
	font-size: .9em;
	font-weight: bold;
	margin:0px;
}
a
{
	color: #341809;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}




/*--------------------------IE Hacks ------------------------*/



.clearfix
{
	display: inline-block;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
.footerdbw a{
	color: #999966;
	font-size: .9em;
	text-align: right;
}
