/*****************************************************************/
/* Sautee Nacoochee Vineyards Style Guide RGB Colors
/* Midnight (Blue): 0B3543
/* Midnight BG (Blue): 02383C
/* Cabernet (Red): 4F0000
/* Cabernet BG (Red): 2D0000
/* Chardonnay (Yellow): EAC54C
/* Vineyard (Green): 8C8040
/* Riesling (Neutral): F3ECC9
/* Riesling BG (Neutral): F2DB9B
/* Khaki BG (Neutral): B0A578
/*
/*****************************************************************/
h1 {
	  margin:0px;
		padding:0px;
		height:27px;
		}

		
/*****************************************************************/
/* Default Font
/*****************************************************************/
body {
		font-family:"Verdana", Helvetica, Ariel, san serif;
		font-size:12px;
		line-height:19px;
		color:#f3ecc9;
		}
		
/*****************************************************************/
/* Page Structure
/*****************************************************************/
body {
		position:relative;
		width:100%;
		min-width:1004px;
		margin:0 auto;
		padding:0px;
		background:#4f0000 url(../images/bg_body.png) top center repeat;
		}
		
#pagebody {
		position:relative;
		width:1004px;
		margin:0 auto;
		padding:20px 0px 20px 0px;
		}
#footer{
		clear:both;
		width:100%;
		text-align:right;
		}
#copyright {
		padding-right:31px;
		color:#b0a578;
		}

/*****************************************************************/
/* Navigation
/*****************************************************************/
#column_left {
		position:relative;
		width:274px;
		height:580px;
		float:left;
		margin-left:26px;
		background:url(../images/bg_nav.png) no-repeat;
		}

#logo {
		margin:22px 18px 12px 22px;
		border-bottom:1px solid #aea184;
		padding-bottom:1px;
		}
		 
#nav_side	{
		position:relative;
		text-align:center;
		}
#nav_side ul {
		margin:0px;
		padding:0px;
		list-style:none;
		}
#nav_side li {
		font-size:16px;
		line-height:24px;
		}
#nav_side a:link, #nav_side a:visited {
		text-decoration:none;
		color:#b0a578;
		}
#nav_side a:hover, #nav_side a:active {
		text-decoration:none;
		color:#f3ecc9;
		}

/* Selected Menu Item */
#page_home #menu_home a {color:#f3ecc9;}
#page_winery #menu_winery a {color:#f3ecc9;}
#page_tastingroom #menu_tastingroom a {color:#f3ecc9;}
#page_wines #menu_wines a {color:#f3ecc9;}
#page_events #menu_events a {color:#f3ecc9;}
#page_valley #menu_valley a {color:#f3ecc9;}
#page_contact #menu_contact a {color:#f3ecc9;}

#menu_separator {
		width:234px;
		margin:12px auto 0;
		border-top:1px solid #b0a578;
		}

#vcard {
		position:absolute;
		width:100%;
		bottom:10px;
		color:#b0a578;
		text-align:center;
		}
#vcard a{color:#aea184;}
#vcard a:hover{color:#f3ecc9;}



/*****************************************************************/
/* Main Content
/*****************************************************************/
#content {
		position:relative;
		float:left;
		width:674px;
		overflow:hidden;
		background:#01373b url(../images/bg_content.png) top left repeat;
		}
#contentheader {
		position:relative;
		height:350px;
		margin:8px 0px 9px 22px;
		}		
#page_home #contentheader {background:url(../images/hdr_home_vineyard.png) top left no-repeat;}
#page_winery #contentheader {background:url(../images/hdr_winery_collage.png) top left no-repeat;}
#page_tastingroom #contentheader {background:url(../images/hdr_tastingroom_outside.png) top left no-repeat;}
#page_wines #contentheader {background:url(../images/hdr_wines.png) top left no-repeat;}
#page_events #contentheader {background:url(../images/hdr_events_catered.png) top left no-repeat;}
#page_valley #contentheader {background:url(../images/hdr_valley_gazebo.png) top left no-repeat;}
#page_contact #contentheader {background:url(../images/hdr_contact_porch.png) top left no-repeat;}

#contentbody {
		position:relative;
		width:630px;
		margin-left:22px;
		padding-top:5px; 
		padding-bottom:15px; 
		border-top:1px solid #F3ECC9;
		}
#contentbody a{color:#f3ecc9;}
#contentbody a:hover{text-decoration:none;}

		
#contentfooter {
		position:absolute;
		bottom:0px;
		width:678px;
		height:14px;
		background:url(../images/bg_content_bottom.png) bottom left no-repeat;
		}

.linkList {width:100%}
.linkList td {		
		height:64px;
		width:50%;
		margin-bottom:10px;
		}
		
/*****************************************************************/
/* Images
/*****************************************************************/
img {border:0;}

.imgTitle {
		position:relative;
		top:320px;
		}
#page_wines .imgTitle {
		top:23px;
		}

.imgLeft {
	float:left;
	margin:0 10px 10px 0;
	}
.imgRight {
	float:right;
	margin:0 0 10px 10px;
	}


.imgLinkLogo {
	float:left;
	height:64px;
	width:64px;
	margin:0 10px 0 0;
	}


#imgSignature{
		position:relative;
		top:-15px;
		left:-15px;
		float:right;
		}


