@charset "utf-8";
body {
	font: 11px tahoma, Arial, verdana, sans-serif;
	background: #26130b;
	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;
	line-height:1.6em;
	background-image: url(wood-bg.gif);
}
.oneColFixCtrHdr #container {
	width: 765px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffcc;
	height: auto;
}
.oneColFixCtrHdr #header {
	background: #333300; 
	margin:0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #ffffcc;
	margin:0;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../html/images/footer_bk_15.jpg) repeat-x;
	height:83px;
	color:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.home_column {
	width:255px;
	border-right:#660000 1px solid;
	float:left;
	background: #ffffcc;
	margin-top:15px;
}

.map_column {
	width:425px;
	border:#000000 1px solid;
	float:left;
	background: #ffffcc;
	margin-top:15px;
	margin-left:30px;
	margin-right: 30px;
}

.home_column_middle {
	width:215px;
	border-right:#660000 1px solid;
	border-left:#660000 1px solid;
	float:left;
	background: #ffffcc;
	padding:10px 10px 0 10px;
	margin-top:15px;
	margin-right: 5px;
	margin-left: 5px;
}

.home_column_right {
	width:250px;
	float:left;
	background: #ffffcc;
	margin-top:25px;
}

.home_column_sub {
width:215px;
float:right;
background: #f1f1f1;
padding:10px 20px 0 20px;
margin-top:15px;
}

.wine {
float:none;

}

#box2 {
	width: 245px;
	margin-left: 12px;
	float: left;
	text-align: left;
	margin-right: 5px;
	}
	
	#box2_left_content {
	width: 100px;
	float: left;
	margin-right: 8px;
	text-align: left;
	border-color: #000000;
	}
	
	#box2_left_content_image {
		margin-bottom: 10px;
	}
	
	
#box3 {
	width: 240px;
	margin-left: 0px;
	float: right;
	text-align: left;
	margin-right: 12px;
	}
	
	#box3_left_content {
	width: 100px;
	float: left;
	margin-right: 8px;
	text-align: left;
	}
	
	#box3_left_content_image {
		margin-bottom: 10px;
	}
	
#menu {
	width: 400px;
	margin-left: 20px;
	float: left;
	text-align: center;
	margin-right: 63px;
	padding: 8px;
	border: 1px solid;
	border-color: #999999;
	margin-top: 20px;
	}
	
	#menu2 {
	width: 400px;
	margin-left: 20px;
	float: left;
	text-align: center;
	margin-right: 63px;
	padding: 8px;
	margin-top: 12px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.title {
font-size:12px;
color:#622270;

}

#foot {
	margin:0 auto;
	border-top-color: #660000;
	border-top:1 px;
	background-color: #333300;
	width: 765px;
	padding-top: 5px;
	padding-bottom: 8px;
}

#foot a {
	color:#FFFFCC;
	text-decoration:none;
}

#foot a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#foot a:visited {
	color:#FFFFCC;
	text-decoration:none;
}

#foot a:visited:hover {
	color:#CC9900;
	text-decoration:underline;
}

.menu_list {
list-style:none;
}

.wine {
padding:0 0 0 25px;
width:400px;
}

.winter {
padding:0 0 0 25px;
}

.body_content {
padding: 25px 25px 0 25px;
font-size: 14px;
color: #666666;
}

.body_content2 {
padding: 25px 25px 0 25px;
background-image:url(../images/logo_bkg.jpg);
background-position:center;
background-repeat:no-repeat;
font-size: 14px;
color: #666666;

}
.style1 {
	font-size: 14px;
	color: #666666;
}
.oneColFixCtrHdr #container #mainContent table tr td .cushycms .style16.style10.style23 a {
	color: #FF6;
}

