@charset "utf-8";
/* CSS Document */

/* -----------------------------------Global Styles Affecting All Pages----------------------------------- */

* {
	margin:0px;
	padding:0px;
}
body {
	text-align:center;
	background:url(../images/vineyard.jpg);
}
.seo {
	color:#FFFFFF;
	font-size:1px;
	z-index:-1;
}
/* -----------------------------------Home Page Styles Affecting index.htm----------------------------------- */

/*  Home Page Container and Backgrounds */
#wrapper {
	position:relative;
	width:927px;
	margin:0 auto;
}
#left {
	position:absolute;
	left:0px;
	top:191px;
	width:302px;
	height:355px;
	background: url(../images/left.jpg);
	/*z-index:2;*/
	visibility:visible;
}
#right {
	position:absolute;
	left:630px;
	top:191px;
	width:297px;
	height:355px;
	background: url(../images/right.jpg);
	/*z-index:7;*/
	visibility:visible;
}
#center {
	position:absolute;
	left:302px;
	top:220px;
	width:328px;
	height:326px;
	background: url(../images/center.jpg);
	z-index:8;
	visibility:visible;
}

/* Home Page Header Section */
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:927px;
	height:191px;
	background: url(../images/header.jpg);
	/*z-index:1;*/
	visibility:visible;
}

/*  Home Page Header Navigation */
#divnav {
	height: 30px;
}
#navlist {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	font-variant:small-caps;
}
#navlist li{
	display: inline;
}
#navlist li a {
	float: left;
	height: 9px;
	padding: 10px;
	margin-top: 0px;
	text-decoration: none;
}
#navlist li a:link, #navlist li a:visited {
	color: #385563;
}
#navlist li a:hover {
	background-color: #828277;
}
#navlist .current a:link {
	border-bottom: 7px solid #828277;
	padding-bottom: 3px;
}

/* Containers for Home Page Menu Items */
#home {
	position:absolute;
	left:302px;
	top:191px;
	width:62px;
	height:29px;
	background: url(../images/home.gif);
	/*z-index:3;*/
	visibility:visible;
	float:none;
}
#about {
	position:absolute;
	left:364px;
	top:191px;
	width:82px;
	height:29px;
	background: url(../images/about.gif);
	/*z-index:4;*/
	visibility: visible;
	float:none;
	padding-left:2px;
}
#explore {
	position:absolute;
	left:446px;
	top:191px;
	width:89px;
	height:29px;
	background: url(../images/song.gif);
	/*z-index:5;*/
	visibility:visible;
	float:none;
	padding-left:7px;
}
#contact {
	position:absolute;
	left:535px;
	top:191px;
	width:95px;
	height:29px;
	background: url(../images/contact.gif);
	/*z-index:6;*/
	visibility:visible;
	float:none;
}

/* Home Page Footer Section */
#homefooter {
	position:absolute;
	left:108px;
	top:516px;
	width:712px;
	height:30px;
	z-index:99;
}

/* -----------------------------------Non-home Page Styles Affecting All but the Home Page----------------------------------- */

/* Container for the Whole Page */
#pageswrapper {
	position:relative;
	width:712px;
	margin:0 auto;
}

/* Header Section */
#bannertop {
	position:absolute;
	left:0px;
	top:0px;
	width:712px;
	height:144px;
	background:url(../images/bannertop.jpg);
	/*z-index:1;*/
	visibility:visible;
}
#bannermenu {
	position:absolute;
	left:0px;
	top:144px;
	width:712px;
	height:29px;
	background:url(../images/bannermenu.jpg);
	/*z-index:2;*/
	visibility:visible;
}

/* Navigation for Non-Home Pages */

#pagenav {
	height: 30px;
}
#navpages {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-variant:small-caps;
}
#navpages li{
	display: inline;
}
#navpages li a {
	float: left;
	height: 9px;
	padding: 8px;
	margin-top: 2px;
	text-decoration: none;
}
#navpages li a:link, #navpages li a:visited {
	color: #385563;
}
#navpages li a:hover {
	background-color: #828277;
}
#navpages .current a:link {
	border-bottom: 7px solid #828277;
	padding-bottom: 3px;
}

/* Containers for Non-home Page Menu Items */
#pageshome {
	position:absolute;
	left:194px;
	top:144px;
	width:62px;
	height:29px;
	visibility:visible;
	float:none;
}
#pagesabout {
	position:absolute;
	left:259px;
	top:144px;
	width:82px;
	height:29px;
	visibility: visible;
	float:none;
	padding-left:2px;
}
#pagesexplore {
	position:absolute;
	left:341px;
	top:144px;
	width:89px;
	height:29px;
	visibility:visible;
	float:none;
	padding-left:7px;
}
#pagescontact {
	position:absolute;
	left:430px;
	top:144px;
	width:95px;
	height:29px;
	visibility:visible;
	float:none;
}

/* Content Section */
#content {
	position:absolute;
	left: 0;
	top: 174;
	width: 712;
	height: auto;
	margin-top: 174px;
	background:url(images/contentbgmid.png) repeat-y;
}
#contentbgfirst {
	position:absolute;
	left:0px;
	top:0px;
	width:712px;
	height:16px;
	visibility:visible;
	background: url(images/contentbgfirst.png) no-repeat;
}
/*#contentbgmid {
	position:inherit;
	left:0px;
	top:16px;
	width:712px;
	visibility:visible;
	background:url(images/contentbgmid.png) repeat-y;
}*/
#contentbglast {
	position:absolute;
	left:0px;
	bottom:30px;
	width:712px;
	height:16px;
	visibility:visible;
	background:url(images/contentbglast.png) no-repeat;
}	
	

/* Sidebar Section */

/* Footer Section */
#footer {
	position:absolute;
	left:0px;
	bottom:0px;
	/*top:516px;*/
	width:712px;
	height:30px;
	background-color:#392E2A;
}

