* { padding: 0; margin: 0; }

body {
	font-family:arial,helvetica,"lucida sans",verdana,sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	background:#E4E7CF url(../img/header_bg.jpg) no-repeat scroll center top;
	color:#333333;
	display:table;
	width:100%;
}

a img { border: 0; }

:focus {
	outline: 0;
}

/**  RTIM : Rundle's Text-Indent Method  **/
.rtim,
.rtim a,
.button {
	display: block;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999em;
	text-decoration: none;
}

h1 {
	color:#FFFFFF;
	font-family:verndana,arial,"Trebuchet MS",arial,verdana;
	font-size:14px;
	font-weight:bold;
	height:20px;
	letter-spacing:0.5px;
	margin:0 0 0 65px;
	overflow:hidden;
	position:relative;
	text-align:center;
	top:-106px;
}

.right {
	float:right;
}

.left {
	float:left;
}

.button { cursor: pointer; }

.photoframe1 {
	background:#fff;
	padding:5px;
	border:1px solid #A5A2A3;
}


#pagewrapouter {
	background:#E4E7CF url(../img/page_bg.jpg) repeat-y top center;
	margin:0 auto;
	text-align:center;
	position:relative;
	top:208px;
}


#pagewrap {
	margin:0 auto;
	text-align:center;
	position:relative;
	margin-top:-97px;
	width:834px;
	background:#fff;
}


#header {
	margin:0 auto;
	position:relative;
	width:834px;
	text-align:center;
}

#topnav {
	list-style-type:none;
	text-align:left;
	margin:0 0 103px 0;
}

#topnav li {
	display:block;
	height:34px;
}

#topnav li a {
	display:block;
	color:#BFCBA0;
	font-size:16px;
	text-align:left;
	text-decoration:none;
	padding:0 20px 0 60px;
	line-height:34px;	
	font-weight:normal;
	letter-spacing:1px;
}

#topnav li a.first {
	background:none;
}

#topnav li a:hover, #home .home, #events .events, #wineries .wineries, #location .location, #links .links, #contact .contact {
	color:#006E3A;
	background:url(../img/nav_over.gif) repeat-y top right;
}


#col2 p {
	padding:0 0 10px 0;
	text-align:justify;
}

#col2 h2 {
	height:34px;
	font-family:arial,helvetica,"lucida sans",verdana,sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	background:#E4E5CE url(../img/h2_bg.gif) repeat-y scroll right top;
	color:#fff;
	line-height:34px;
	width:599px;
	padding:0 0 0 20px;
	font-weight:normal;
	letter-spacing:2px;
}

#col2 h3 {
	font-family:arial,helvetica,"lucida sans",verdana,sans-serif;
	font-size: 16px;
	color:#BEC89F;
	font-weight:bold;
}

.green {
	color:#006F3B;
}

#mainarea ul {
	padding:0 0 28px 30px;
}

#col1 {
	float:left;
	width:214px;
	height:380px;
}

html>body .box {
height: auto;
min-height: 380px;
}

#col2 {
	margin:0;
	float:left;
	width:619px;
	text-align:left;
}

#col2inner {
	margin:20px;
	width:565px;
	text-align:left;
}

.winerybox {
	border-bottom:1px solid #E6E9DB;
	margin:0 0 10px 0;
}

.wineryboximg {
	float:left;
	margin:0 15px 0 0;
	width:185px;
}

.wineryboxlogo {
	float:left;
	margin:0 15px 0 0;
	width:90px;
	text-align:center;
}

#col2 .winerybox h3 {
	font-family:arial,helvetica,"lucida sans",verdana,sans-serif;
	font-size: 14px;
	color:#8B002F;
	font-weight:bold;
}

.wineryboxtext {
	float:left;
	font-size:11px;
	line-height:1.3;
	width:260px;
}

#footer {
	height:21px;
	background:#006334 url(../img/footer_bg.gif) repeat-y top center;
	clear:both;
	margin:208px auto 0;
	position:relative;
	text-align:center;
}

#logoarea {
	bottom:0;
	margin-bottom:16px;
	position:absolute;
	left:0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}