
body{
	margin: 0px;
	background-image: url(../img/background.jpg);
	background-position: top center;
	background-color: #330102;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

#insidebody{
	background-image: url(../img/wood_background.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

#container
{
	margin: 0px auto;
	z-index: 1;
	overflow: hidden;
	position: relative;
	background-image: url(../img/swedhill_bg_header.jpg);
	background-repeat: no-repeat;
	width: 890px;
	height: 100%;
}

#page{
	margin-top: 5px;
	height: 100%;
}



/*Header Styles*/
#logocontainer{
	width: 578px;
	height: 133px;
	padding-top: 6px;
	padding-left: 148px;
	float: left;
}

#logo{
	background-image: url(../img/logo_main.png);
	width: 578px;
	height: 132px;
}

#logo:hover{
	background-position: 0 133px;
}

#header{
	background-repeat: no-repeat;
	width: 871px;
	height: 458px;
	margin-bottom: 12px;
}

#header_picture{
	background-image: url(../img/header_main.png);
	float: left;
	width: 559px;
	height: 303px;
	margin-left: 7px;
	margin-top: 10px;
}

#header_winelist{
	background-image: url(../img/header_winelist.png);
	float: left;
	width: 293px;
	height: 303px;
	margin-top: 10px;
}

#header_nav{
	width: 550px;
	height: 19px;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	margin-left: 238px;
	float: left;
}

#header_nav a{
	color: black;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
}

#header_nav a:hover{
	color: red;
	text-decoration: underline;
	margin-left: 3px;
	margin-right: 3px;
}

#headergraphic { 
	/*background-image: url(../img/logoheader.jpg); */
	width: 	917px;
	height: 248px;
	margin-left: 2px;
}


#wine_button{
	background-image: url(../img/wine_button.jpg);
	width: 144px;
	height: 36px;
	margin-top: 223px;
	margin-left: 75px;
}

#wine_button:hover{
	background-position: 0 36px;
}

/*End Header Styles*/



/*Navigation Styles*/
#nav{
	background-repeat: no-repeat;
	margin-left: 26px;
	font-family: Helvetica, Verdana, sans-serif;
	float: left;
	width: 900px;
}

#nav_home{
	float: left;
	height: 42px;
	width: 68px;
	background-image: url(../img/nav_home.png);
	text-align: center;
	cursor: pointer;
}

#nav_home:hover{
	background-position: 0 -42px;
}

#nav_buywine{
	float: left;
	height: 42px;
	width: 135px;
	background-image: url(../img/nav_buywine.png);
	text-align: center;
	cursor: pointer;
}

#nav_buywine:hover{
	background-position: 0 -42px;
}

#nav_vineyard{
	float: left;
	height: 42px;
	width: 113px;
	background-image: url(../img/nav_vineyard.png);
	text-align: center;
	cursor: pointer;
}

#nav_vineyard:hover{
	background-position: 0 -42px;
	background-repeat: no-repeat;
}

#nav_winery{
	float: left;
	height: 42px;
	width: 104px;
	background-image: url(../img/nav_winery.png);
	text-align: center;
	cursor: pointer;
}

#nav_winery:hover{
	background-position: 0 -42px;
	background-repeat: no-repeat;
}

#nav_wine{
	float: left;
	height: 42px;
	width: 98px;
	background-image: url(../img/nav_wines.png);
	text-align: center;
	cursor: pointer;
}

#nav_wine:hover{
	background-position: 0 -42px;
	background-repeat: no-repeat;
}

#nav_events{
	float: left;
	height: 42px;
	width: 72px;
	background-image: url(../img/nav_events.png);
	text-align: center;
	cursor: pointer;
}

#nav_events:hover{
	background-position: 0 -42px;
	background-repeat: no-repeat;
}

#nav_blog{
	float: left;
	height: 42px;
	width: 53px;
	background-image: url(../img/nav_blog.png);
	text-align: center;
	cursor: pointer;
}

#nav_blog:hover{
	background-position: 0 -42px;
	background-repeat: no-repeat;
}

#nav_gallery{
	float: left;
	height: 42px;
	width: 74px;
	background-image: url(../img/nav_gallery.png);
	text-align: center;
	cursor: pointer;
}

#nav_gallery:hover{
	background-position: 0 -42px;
	background-repeat: no-repeat;
}

#nav_directions{
	float: left;
	height: 42px;
	width: 110px;
	background-image: url(../img/nav_directions.png);
	text-align: center;
	cursor: pointer;
}

#nav_directions:hover{
	background-position: 0 -42px;
}

/*End of Navigation Styles*/


/* Main Content Styles*/

#content{
	background-image: url(../img/swedhill_content_bg.jpg);
	width: 919px;
	height: 100%;
}

#maincontent{
	color: #3b280c;
	margin-left: 40px;
	font-size: 12px;
	padding-bottom: 10px;
	float: left;
	width: 782px;
}

#maincontent a{
	font-size: 13px;
	font-weight: bold;
	color: #670202;
	line-height: 25px;
}

#maincontent a:hover{
	color: red;
}

h1{
	font-family: Arial, Helvetica, sans-sefif;
	font-size: 27px;
	color: black;
	padding-top: 3px;
	height: 28px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 24px;
}

h2{
	color: black;
	font-family: Arial, Helvetica, sans-sefif;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 24px;
}


h3{
	color: black;
	font-family: Arial, Helvetica, sans-sefif;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 24px;
}

h4{
	color: black;
	font-family: Arial, Helvetica, sans-sefif;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 24px;
}

h5{
	color: black;
	font-family: Arial, Helvetica, sans-sefif;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 24px;
}

h6{
	color: black;
	font-family: Arial, Helvetica, sans-sefif;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 24px;
}

.clear{
	line-height: 1px;
	height: 1px;
	clear: both;
	width: 100%;
}
/* End of main content styles*/

#footer{
	margin-left: 10px;
	color: #660606;
	text-align: center;
	color: black;
	margin-top: 40px;
}

#footerimgholder
{
	background-image: url(../img/footer_home.jpg);
	width: 883px;
	background-repeat: repeat-y;
	height: 125px;
}

/* End of footer styles*/
