@charset "utf-8";
body {
	font-family: "Trebuchet MS" Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(images/body_bkgd.gif);
	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;
}

td {	
	font-family: "Trebuchet MS" Verdana, Helvetica, sans-serif;
	font-size: .8em;
}

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 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px 0 50px 10%; /* 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: #E4E4E4 1px solid;
	float: left;
}

.wrapping #header #navigation{
	text-align: center;
	background-color: #FFF; 
	padding: 4px 0 0 0;  
	margin: 0 auto;
	width: 100%;
	height:27px;
	border-bottom: #d71a37 3px solid;
}

.wrapping #header img{
	padding: 0 8px;  
}


.wrapping #mainContent {
	padding: 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;
}

#homeBottle {
	float: left; 
	margin: 0px 28px 0 28px;
}

#homeLogo {
 	float: left;
}

#homeText {
	float: left; 
	width: 350px;
	margin: 50px 0 0 2px;
}

#tradeText {
	float: left; 
	width: 400px;
}

.wrapping #homeFeature {
	float: left; 
	background-color: #d71a37; 
	height: 179px; 
	margin: 0 5px 10px 0;
	width: 215px;
}

.wrapping #homeFeature p {
	padding: 0 10px 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 #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 */
}