@charset "utf-8";
body {
	font: 11px tahoma, Arial, verdana, sans-serif;
	background: #ffffff;
	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;
}
.oneColFixCtrHdr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f1f1f1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	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: #f1f1f1;
	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:#622270 1px solid;
float:left;
background: #f1f1f1;
margin-top:15px;
}

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

.home_column_right {
width:200px;
float:left;
background: #f1f1f1;
padding:10px 20px 0 20px;
margin-top:15px;
}

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

.wine {
float:none;

}

.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:15px 0 0 0;

}

#foot a {
color:#FFFFFF;
text-decoration:none;

}

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

}

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

}

#foot a:visited:hover {
color:#FFFFFF;
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;
}
