/***** GLobal CSS for Forest HIll Winery *****/

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #594e4d;
	text-align: center;
	background: #ccc;
}
.clear {
	clear: both;
}
*:focus {
	outline: none;
}
img {
	border: none;
}
#contentCol img {
	border: 2px solid #fff;
}





/***** Type *****/
h1 {
	font-size: 1em;
	font-weight: normal;
	color: #333;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	color: #333;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	color: #333;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	color: #333;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	color: #333;
}
h6 {
	font-size: 1em;
	font-weight: normal;
	color: #333;
}
p {
	padding-bottom: 1.5em;
}
ul,
ol {
	padding-bottom: 1.5em;
}
#contentWords li {
	padding-bottom: 2px;
	margin-left: 2em;
}
a:link {
	color: #594e4d;
	text-decoration: none;
}
a:visited {
	color: #594e4d;
	text-decoration: none;
}
a:hover {
	color: #594e4d;
	text-decoration: underline;
}
a:active {
	color: #594e4d;
	text-decoration: none;
}







/***** Container *****/
#container {
	width: 895px;
	text-align: left;
	margin: 0 auto;
	padding: 0 7px 7px 7px;
	background: white;
}








/***** Header *****/
#header {
	height: 186px;
	width: 895px;
	margin-bottom: 7px;
	position:relative;
	background: #e6e5e0 url(../images/interface/forest-hill-logo.gif) no-repeat 0 0;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
#mainNav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
}
#mainNav li {
	list-style-type: none;
	float: left;
	height: 1%;
}
#mainNav a {
	display: block;
	line-height: 32px;
	color: #594e4d;
	text-decoration: none;
	text-transform: lowercase;
}
#mainNav a em {
	font-style: normal;
	font-size: 1.3em;
	display: block;
	padding: 0 10px;
	background:url(../images/interface/nav-divider.gif) no-repeat right center;
}
#mainNav a:hover,
#mainNav .selected {
	background: #cccccc;
}
#session {
	position: absolute;
	right: 28px;
	bottom: 44px;
	width: 400px;
	text-align: right;
}
#session ul {
	list-style-type: none;
	font-size: 1.1em;
	padding-bottom: 0;
}
#session a {
	color: #594e4d;
	text-decoration: none;
}
#session a:hover {
	text-decoration: underline;
}
#search {
	padding: 9px 0 0 10px;
}
#search label {
	display: none;
}
#search #s,
.searchField {
	width: 81px;
	height: 16px;
	background: url(../images/interface/search-bg.gif) no-repeat 0 0;
	border: none;
	float: left;
	margin-right: 5px;
	padding: 0 6px 0 8px;
	font-family: "Times New Roman", Times, serif;
	color: #594e4d;
	font-size: 1.3em;
}
#search #searchsubmit {
	width: 16px;
	height: 16px;
	background: url(../images/interface/button-search.gif) no-repeat 0 0;
	border: none;
	float: left;
	color: #d6d6d6;
	font-size: 1px;
	cursor: pointer;
}
.bannerImage {
	display: block;
	border-bottom: 7px solid #fff;
}





/***** Content *****/
#content {
	background: #ebeae6;
	overflow: hidden;
	min-height: 880px;
	width: 895px;
}
#contentWords {
	padding: 34px 126px;
	font-size: 1.3em;
	line-height: 1.5;
	overflow: hidden;
}
#shop #contentWords {
	padding-right: 26px;
}






/***** Home *****/
h2.title {
	margin-left: -14px;
	
}
h2.title em {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.established1965 {
	background: url(../images/titles/established-1965.gif) no-repeat 0 0;
	width: 271px;
	height: 29px;
	padding-bottom: 20px;
}
.forestHIllsHeritage {
	background: url(../images/titles/forest-hills-heritage.gif) no-repeat 0 0;
	width: 298px;
	height: 45px;
	padding-bottom: 5px;
}






/***** Contact Us *****/
#contact {
	overflow: hidden;
	min-height: 550px;
}
#contact #col1 {
	float: left;
	width: 288px;
}
#contact #col2 {
	float: left;
	width: 215px;
}
#contact #col2 img {
	padding-bottom: 15px;
}
#contact #col3 {
	padding-top: 70px;
	float: left;
	width: 139px;
}






/***** Sub Nav *****/
#navCol {
	float: left;
	margin-left: -105px;
	width: 134px;
	background: url(../images/interface/navcol-bracket.gif) no-repeat 110px 0;
	padding-top: 5px;
	margin-top: -5px;
}
.twoNav #navCol {
	float: left;
	margin-left: -105px;
	width: 134px;
	background: url(../images/interface/navcol-bracket-2high.gif) no-repeat 110px 3px;
}
#navCol li {
	list-style-type: none;
	font-size: 110%;
	margin-bottom: 0.5em;
	margin-left: 0;
}
#navCol a {
	display: block;
	text-decoration: none;
}
#navCol .selected a {
	color: #993333;
}
#contentCol {
	margin-left: 60px;
	min-height: 300px;
	position: relative;
}





/***** Restaurant *****/
table.restaurant {
	width: 604px;
}
table.restaurant td {
	vertical-align: top;
	text-align: left;
	padding: 0 17px 17px 0;
	font-size: 13px;
}
table.restaurant img {
	border: 2px solid #fff;
}
table.restaurant h3 {
	color: #393838;
}
table.restaurant h3 span {
	display: block;
	font-size: 95%;
	padding-bottom: 5px;
}
/**/




/***** Winemaking *****/
.quote {
	color: #393838;
	font-style: italic;
	margin-top: -1em;
}





/***** Form *****/
form ol {
	list-style-type: none;
}
#contentWords form li {
	margin: 0;
}
#contentWords .wineClub li {
	padding: 0 0 8px 0;

}
.wineClub input {
	padding: 2px;
	width: 150px;
}
.wineClub .submitButton input {
	background: #d6d6d5;
	padding: 5px;
	width: 150px;
	border: 2px solid #fff;
	text-align: center;
	text-decoration: none;
	margin-top: 14px;
	font-family: Georgia;
	cursor: pointer;
	color: #594E4D;
	font-size: 1em;
}




/***** Events *****/
.post {
	padding-top: 20px;
	border-bottom: 1px solid #fff;
}
.upcomingEvents .post {
	border: none;
}





/***** Shop *****/
.catIntro {
	font-size: 13px;
	color: #666;
}




/***** Categories *****/
.productItem {
	float: left;
	width: 329px;
	height: 300px;
	margin-right: 10px;
	position: relative;
	margin-bottom: 35px;
	margin-top: 15px;
}
.productItemImg {
	display: block;
	float: left;
	width: 90px;
	height: 284px;
}
.productItemDesc {
	padding-right: 20px;
	padding-left: 90px;
	line-height: 1.2;
}
.productItemDesc a {
	font-weight: bold;
	color: #993333;
	display: block;
	margin-top: -10px;
}
.productItem h2 {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}
.productItem .cart_icon {
	
}







/***** Cart *****/
.cartProgress {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 400px;
	text-align: right;
}
.txtcartProgressCurrent {
	font-weight: bold;
}
form#cart {
	margin-top: 20px;
}
.cartTable {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.cartTable th {
	border-bottom: 1px solid #fff;
	padding: 5px;
	font-weight: normal;
}
.cartTable td {
	padding: 5px;
}
.itemTd {
	width: 300px;
}
.txtCheckoutButton {
	background: #d6d6d5;
	padding: 5px;
	float: right;
	width: 120px;
	border: 2px solid #fff;
	text-align: center;
	text-decoration: none;
	margin-top: 14px;
	font-family: Georgia;
	cursor: pointer;
	color: #594E4D;
	font-size: 1em;
}
#loginCol1 {
	float: left;
	width: 45%;
}
#loginCol2 {
	float: right;
	width: 45%;
	margin-right: 12px;
}
.textDescription a {
	font-weight:bold;
	color:#993333;
}
#loginCol1 td {
	padding: 0 5px 0 0;
}
#loginCol1 td.rememberMe {
	padding: 3px 5px 0 0;
}
#loginCol1 td.rememberMeText {
	padding: 1px 5px 0 0;
}
.regCheckBox {
	float: left;
	width: auto;
	margin: 2px 6px 0 0;
}






/***** Errors *****/
.txtError {
	color: #cc0000;
	font-weight: bold;
	padding: 10px;
	border: 2px solid #cc0000;
	margin-bottom: 40px;
}







/***** Footer *****/
#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 1em;
	background: #cccccc;
}
#content #footer {
	background: #EBEAE6;
}











