body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../../../../images/main_bkg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 50% -1px;
}
#pageSurround {
	width: 840px;
	background-image: url(../../../../images/container_bkg3.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -50px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#subSurround {
	background-image: url(../../../../images/content_mid2_bkg.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}
#header_nav {
	width: 912px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	text-align: center;
	margin-top: 13px;
}
#topHeader {
	text-align: right;
	height: 225px;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-top: 0px;
	background-image: url(../../../../images/shop_header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #4D252E;
	margin-left: -39px;
	margin-right: -39px;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #4D252E;
	background-image: url(../../../../images/boxTitleBg.jpg);
	width: 155px;
	height: 15px;
	padding-left: 5px;
	padding-top: 1px;
}
.boxContentLeft, .boxContentRight {
	border-left: 2px solid #4D252E;
	border-right: 2px solid #4D252E;
	border-bottom: 2px solid #4D252E;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 398px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	border-top: 1px solid #4D252E;
	border-right: 1px solid #4D252E;
	border-bottom: 1px solid #4D252E;
	border-left: 1px solid #4D252E;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	width: 484px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}

/* HIGHLAND MANOR WINORY ITEMS */
#subSurround-foot {
	background-image: url(../../../../images/content_mid2_foot.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#beige_top {
	background-image: url(../../../../images/content_mid3_top.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 840px;
	margin-left: 0px;
}
#nav_container {
	padding-left: 63px;
}
#navigation {
	background-image: url(../../../../images/nav_back.gif);
	background-repeat: no-repeat;
	/*position: absolute; */
	z-index: 3;
	height: 39px;
	width: 728px;
	left: 92px;
	top: 15px;
	background-position: left top;
	margin-top: -70px;
	margin-left: 52px;
	padding-bottom: 18px;
}
#topnav {
	float: left;
	margin: 0;
	width: 650px;
	height: 39px;
	background: transparent;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/* Set the UL to have no list item and give it a height */
#topnav ul {
	border: none;
	width: 650px;
	list-style-type: none;
	z-index: 1;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#topnav ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal */
	float: left;
	/* This will be used later for dropdowns */
	position: relative;
	}

#topnav ul li a {
	/* change each anchor item to a block so that it takes up space */
	display: block;
	text-decoration: none;
	/* WIN IE5 hack */
	height: 39px;
	}

/* Hide the text on the top nav bar */
#topnav ul li a span {
	display: none;
	}

/* On over move the viewable portion of the image up */
#topnav ul li a:hover {
	background-position: 0 -39px;
	}

/* No active state here so make sure it shows the default portion of the image */
#topnav ul li a:active {
	background-position: 0 0;
	}
#historyLink a {
	background-position: 0 0;
	width: 96px;
	background-image: url(../../../../images/bttn_history.gif);
	background-repeat: no-repeat;
	}
#historyLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#winelistLink a {
	background-position: 0 0;
	width: 79px;
	background-image: url(../../../../images/bttn_winelist.gif);
	background-repeat: no-repeat;
	}
#winelistLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#directionsLink a {
	background-position: 0 0;
	width: 92px;
	background-image: url(../../../../images/bttn_directions.gif);
	background-repeat: no-repeat;
	}
#directionsLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#eventsLink a {
	background-position: 0 0;
	width: 60px;
	background-image: url(../../../../images/bttn_events.gif);
	background-repeat: no-repeat;
	}
#eventsLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#shopLink a {
	background-position: 0 0;
	width: 79px;
	background-image: url(../../../../images/bttn_giftshop.gif);
	background-repeat: no-repeat;
	}
#shopLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#tourLink a {
	background-position: 0 0;
	width: 105px;
	background-image: url(../../../../images/bttn_tour.gif);
	background-repeat: no-repeat;
	}
#tourLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#contactLink a {
	background-position: 0 0;
	width: 89px;
	background-image: url(../../../../images/bttn_contact.gif);
	background-repeat: no-repeat;
	}
#contactLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#footer {
	width: 912px;
	background-image: url(../../../../images/footer_main_bkg2.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: left bottom;
	margin-left: -40px;
}
#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}