/* CSS Document */

/*

main style sheet

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Headers
Navigation
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 800px;
	background: #4F0F1C;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin:auto;
	text-align: left;
}



/*-------------------------------------------------------------------------------

PAGE STRUCTURE

--------------------------------------------------------------------------------*/

#container {
	background: transparent url(../images/tile.gif) repeat-y scroll 100% 0;
	float: left;
	font-weight: normal;
	border: solid;
	margin:20px 0;
	width: 800px;
}

#header {
	background: url(../images/hogback-logo-for-web.gif) transparent no-repeat left top;	
	height: 160px;
	width: 800px;
}


/*--LEFT COLUMN---*/

#left {
	float: left;
	width: 170px;
	margin: 0;
	text-align: center;
	overflow:hidden;
}



/*--CONTENT---*/

#content {
	float: left;
	width: 455px;
	margin: 0;
	text-align: center;
}

#content p.home {
	text-align:center;
}

#content h1.description {
	font-size: 16px;
	color: #9F0024;
	text-align: Center;
	margin-top: 5px;
	padding: 10px 0 10px 10px;
}


#content h2 {
	font-size: 14px;
	color: #9F0024;
	text-align: left;
	padding: 10px 0 10px 10px;
}

#content h3 {
	font-size: 14px;
	color: #9F0024;
	text-align: left;
	padding: 10px 0 10px 10px;
}




#content a {
	color: #000000;
}


#content a:hover {
	color: #FF0000;
	text-decoration: none;
}

#content a.click {
	color: #000000;
	text-decoration: none;
}

#content a.click:hover {
	color: #FF0000;
	text-decoration: none;
}

#content strong {
	font-size: 12px;
}


#content p {
	line-height: 1.6em;
	padding: 0 10px 20px 10px;
	text-align: center;
	position:relative;
	text-align:justify;
}

#content ul {
	padding: 0 0 20px 0;
}

#content li {
	list-style: inherit;
	text-indent: 20px;
	padding: 0 0 5px 0;
	margin-left: 30px;
}

#content table {
	margin:0 0 20px 15px;
}

#content dl {
	background-image:url(../images/dot.gif);
	background-position:0px 13px;
	background-repeat:repeat-x;
	margin:10px 10px 10px 15px;
	overflow:auto;
	width:430px;
}

#content dt {
	float:left;
	padding-right:3px;
}

#content dd.price {
	float:right;
	padding-left:3px;
}

#content dt, dd.price {
	background-color:#FBF7D1;
	font-weight:bold;
}

#content dd.ingredients {
	float:left;
	text-align:left;
	padding:3px 0pt;
	width:100%;
}

#content form {
	float: left;
	text-align: left;
	padding: 10px 0 30px 10px;
	width: 450px;
}

#form-left {
	height:50px;
	position:relative;
	width: 125px;
	margin:0;
}

#calendar {
	padding: 15px 0 0 3px;
	height: 600px
	width: 446px;
}

.style1 {
	display: block;
	line-height: 1.4em;
	padding: 2px 3px;
}
	


/*--RIGHT COLUMN---*/

#right {
	float: right;
	width: 170px;
	margin: 0;
	text-align: center;
	overflow:hidden;
}



/*--FOOTER---*/

#footer {
	clear: both;
	float: left;
	font-size: 12px;
	color: #FBF7D1;
	background-color: #000000;
	position:relative;
	height: 125px;
	width: 800px;
	margin : 0 auto;
}

#f-left {
	float: left;
	height: 125px;
	width: 200px;
}

#f-left p {
	float: left;
	text-align: left;
	padding: 10px 0 0 15px;
	position:relative;
}

#f-center {
	float: left;
	height: 125px;
	width: 350px;
}

#f-center p {
	float: left;
	text-align: center;
	padding: 91px 0 0 60px;
	position:relative;
}

#f-right {
	float: right;
	height: 125px;
	width: 250px;
}

#f-right p {
	float: right;
	text-align: right;
	padding: 10px 15px 0 0;
	position:relative;
}


#footer p.left {
	float: left;
	text-align: left;
	padding: 10px 0 0 15px;
	position:relative;
	width: 370px;
	display: inline;
	
}

#footer a {
	color: #FBF7D1;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

#footer p.right {
	float: right;
	text-align: right;
	width: 385px;
	padding: 10px 15px 0 0;
	position:relative;
	display: inline;
}



/* -----------------------------------------------------------------
                        NAVIGATION
--------------------------------------------------------------------
*/

#nav {
	margin-left: 5px;
	padding: 0;
	height: 15px;
	width: 450px;
	list-style: none;
	overflow: hidden;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#nav a {
	float: left;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 15px;
}

#nav a:hover {
	background-position: 0 -15px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -30px;
}	

#home a {
	background: url(../images/index-button.gif) top left no-repeat;
	height: 15px;
	width: 90px;
}

#winelist a {
	background: url(../images/winelist-button.gif) top left no-repeat;
	height: 15px;
	width: 90px;
}

#menu a {
	background: url(../images/menu-button.gif) top left no-repeat;
	height: 15px;
	width: 90px;
}

#contact a {
	background: url(../images/contact-button.gif) top left no-repeat;
	height: 15px;
	width: 90px;
}

#about a {
	background: url(../images/about-us-button.gif) top left no-repeat;
	height: 15px;
	width: 90px;
}



/* -----------------------------------------------------------------
                        IMAGES
--------------------------------------------------------------------
*/
img.center {
	background-color:#FCCE7E;
	padding:2px;
	margin-bottom:15px;
}




#left img {
	border: 2px solid #C05900;
	margin-bottom: 15px;
	position:relative;
	
}


#right img {
	border: 2px solid #C05900;
	margin-bottom: 15px;
	position:relative;
	
}

#map {
	width: 448px; 
	height: 300px;
	margin:0 0 15px 5px;
}

#nav-pic-events {
	margin-bottom:15px;
	padding: 0;
	height: 185px;
	width: 170px;
	overflow: hidden;
}

#nav-pic-events a {
	background: url(../images/hogevents02.gif) top left no-repeat;
	float: left;
	padding: 185px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 185px;
	width:170px;
}

#nav-pic-events a:hover {
	background-position: 0 -185px;
}

#nav-pic-map {
	margin-bottom:15px;
	padding: 0;
	height: 185px;
	width: 170px;
	overflow: hidden;
	
}

#nav-pic-map a {
	background: url(../images/map02.gif) top left no-repeat;
	float: left;
	padding: 185px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 185px;
	width:170px;
}

#nav-pic-map a:hover {
	background-position: 0 -185px;
}

