@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4d4d4d;
	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: #4c1a3c;
}

h1 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
}

h2 {	
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
}

h3 {
	font: 1em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #000;
	margin: 0;
	padding: 9px 0 2px 0;
}


.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px 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. */
	background-image:url(../www.maplevine.com/outpost/website/images/col_bkgd.jpg);
	background-repeat: repeat-y;
	padding: 0;
} 


.thrColAbsHdr #header { 
	height: 30px; 
	background: #390808; 
	padding: 0; 
	margin: 0 0 0 9px; 
	text-align: center;
} 

.thrColAbsHdr #header img a{ 
	padding: 0 5px;
	border: 0;
}


.thrColAbsHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 30px;
	left: 0;
	right: 10px;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #132204; the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 200px 0; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #sidebar5 {
	position: absolute;
	top: 30px;
	left: 0;
	right: 10px;
	width: 25px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #132204; the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 25px 0; /* padding keeps the content of the div away from the edges */
}

#secondary{
	width: 113px;
	margin: 5px 10px 0 20px;
	padding: 15px 0 0 0;
	
}

#secondary a {
	color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	
}


.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 30px;
	right: 0;
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 100%;
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent { 
	margin: 0 0 0 184px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../www.maplevine.com/outpost/website/images/global_bkgd.jpg);
	background-repeat: repeat-y;
	width: 580px;

}

.thrColAbsHdr #storeContent { 
	margin: 0 0 0 50px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../www.maplevine.com/outpost/website/images/global_bkgd.jpg); width: 100%;
	background-repeat: repeat-y;
	width: 714px;

}

.thrColAbsHdr #mainContentHome { 
	margin: 0 50px 0 184px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../www.maplevine.com/outpost/website/images/home_bkgd.jpg);
	background-repeat: no-repeat;
	width: 580px;
	height: 807px;
}


.thrColAbsHdr #mainContentCopy { 
	margin: 0px 20px 150px 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 25px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.5em;

}


.thrColAbsHdr #mainContentCopy p{ 
	margin: 0 0 15px 0; 
	padding: 0; 
}

.thrColAbsHdr #mainContentCopy #photo{ 
	float: left;
	padding: 0 13px 10px 0;
}

.thrColAbsHdr #points {
	font-size: 24px; 
	float: left; 
	padding: 10px; 
	margin: 8px;
	color: #333333;
}


#wineBottle {
	float: left; 
	padding: 6px 15px 10px 0;
}

.thrColAbsHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4d4d4d;
	text-align: center;
	height: 24px;
	margin: 0;
} 

.thrColAbsHdr #footer p { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
