@charset "utf-8";
body {
	font-family: "Trebuchet MS" Verdana, Helvetica, sans-serif;
	background: #FFF;
	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;
}

a {
	color: #c1272d;
	font-weight:bold;
}

p { 
	padding: 8px 0 0 0;
}

h2 {
	font-size: 14px; 
	font-weight: bold;
	}
	
h3 {font-size: 14px; 
	font-weight: bold;
	border-bottom: #000 1px solid;
	}

h5 {font-style: italic;}

a img { border: 0;}

.wrapping #container {
	float: left;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(images/global/bkgd.jpg);
	background-repeat: repeat-y;
	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. */
	border-bottom: #E4E4E4 1px solid;
}
.wrapping #header {
	width: 964px;
	height: 28px;
	background-color: #c1272d; 
	color: #FFF;
	padding: 5px 0 0 0px;  
	margin: 0 0 0 20px;
	text-align: center;
}

.wrapping #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 */
}

.wrapping #underHeader {
	width: 964px;
	height: 160px;
	margin: 0 0 0 20px;
	background-image: url(images/global/under_header.jpg);
	}
	
.wrapping #underHeaderWines {
	width: 964px;
	height: 160px;
	margin: 0 0 0 20px;
	background-image: url(images/global/under_header2.jpg);
	}
	
.wrapping #underHeaderStore {
	width: 964px;
	height: 160px;
	margin: 0 0 0 20px;
	background-image: url(images/global/under_header3.jpg);
	}
	
.wrapping #underHeaderNews {
	width: 964px;
	height: 160px;
	margin: 0 0 0 20px;
	background-image: url(images/global/under_header4.jpg);
	}

.wrapping #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 800px;
	margin: 0 auto;
}

.wrapping #homeFeature {
	float: left; 
	margin: 20px 20px 0 0; 
	border: #8d836e 1px solid;
	width: 240px; 
}

.wrapping #homeFeature p {
	padding: 0 10px 15px 10px;
	}



.wrapping #homeFeatureheader{
	float: left; 
	padding: 5px 0 0 0; 
	background-color: #8d836e; 
	float: left; 
	text-align: center; 
	width: 240px;
	height: 25px; 
}
.wrapping #homeFeature p img {
	padding: 15px 10px;
	}

.wrapping #mainContent p {
	font-size: 12px;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 3px 10px;
}

.wrapping #mainContent h1 {
	font-size: 16px;
	padding: 0;
	margin
}

.wrapping #emailSignup {
	font-size: 12px;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 10px;
}

.wrapping #contact {
	margin: 0 0 0 225px;}

.wrapping #footerImg {	
	
	height: 100px;
	margin: 0;
	background-image: url(images/global/footer_logo.gif);
	background-repeat: no-repeat;
	background-position:center;
	}

.wrapping #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	float: left;
	width: 100%;
}
.wrapping #footer p {
	font-size: 10px;
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}