/* Shapley's Stylesheet */

* {margin:0; padding:0;}

img, #logo, #wrapper, #buttons { behavior: url(scripts/iepngfix.htc); border:0px; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 21px;
	color:#ffffff;
	margin:0px;
	
}

a:link, a:visited, a:active {
	color: #93930d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color:#000000;
}

#img {
	float: right;
	border: 0px;
	margin: 0px 0px 20px 20px;
}

#cut_left {
	float: left;
	border: 0px;
	margin: 0px 20px 30px 0px;
	width: 150px;
	height: 150px;
	clear: both;
}
#cut_right {
	float: right;
	border: 0px;
	margin: 0px 0px 30px 20px;
	width: 150px;
	height: 150px;
	clear: both;
}

li {
	margin-left: 30px;
}

/* L A Y O U T */

#navigation {
	float: left;
	width: 150px;
	margin: 230px 106px 0px 30px;
	padding: 0px 0px 0px 0px;
}

#wrapper {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 230px 30px 0px 30px;
	/*background-image: url(../img/bg.png);
	background-position: top left;
	background-repeat: repeat-y;*/
	display: block;
}

#content {
	float: left;
	width: 600px;
	min-height: 400px;
	margin: 0px;
}

.title {
	font-size: 18px;
	color: #93930d;
}

#logo {
	float: left;
	top: 50px;
	left: 135px;
	width: 230px;
	height: 150px;
	margin: 0px;
	position: absolute;
	z-index: 999;
	background-image: url(../img/logo.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer {
	float: left;
	clear: both;
	width: 600px;
	padding: 30px 0px 30px 0px;
	margin: 0px;
	position: relative;
	font-size:12px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color:#93930d;
	text-decoration: none;
}

#footer .copyright {
	font-size: 9px;
	letter-spacing: 0px;
}


/* M E N U */

#header { width: 150px; height: 200px; position: relative; z-index: 9998; border: 0px solid #ff0000; overflow: hidden; }
#header #nav { margin: 0px; padding: 0px; }
#header #nav li { display: inline; }
#header #nav li a { background-image: url(../img/menu.png); background-repeat: no-repeat; }

/* N A V */

#header #nav li#story a { float: left; width: 150px; height: 21px; margin-bottom: 15px; padding-left: 150px; overflow: hidden; border: 0px solid #ff00ff; }
#header #nav li#food a { float: left; width: 150px; height: 21px; margin-bottom: 15px; padding-left: 150px; overflow: hidden; border: 0px solid #ff00ff; }
#header #nav li#wine a { float: left; width: 150px; height: 21px; margin-bottom: 15px; padding-left: 150px; overflow: hidden; border: 0px solid #ff00ff; }
#header #nav li#seasoning a { float: left; width: 150px; height: 21px; margin-bottom: 15px; padding-left: 150px; overflow: hidden; border: 0px solid #ff00ff; }
#header #nav li#restaurant a { float: left; width: 150px; height: 21px; margin-bottom: 15px; padding-left: 150px; overflow: hidden; border: 0px solid #ff00ff; }
#header #nav li#location a { float: left; width: 150px; height: 20px; padding-left: 150px; overflow: hidden; border: 0px solid #ff00ff; }

/* U P */

#header #nav li#story a { background-position: 0px 0px; }
#header #nav li#food a { background-position: 0px -36px; }
#header #nav li#wine a { background-position: 0px -72px; }
#header #nav li#seasoning a { background-position: 0px -108px; }
#header #nav li#restaurant a { background-position: 0px -144px; }
#header #nav li#location a { background-position: 0px -180px; }

/* O V E R */

#header #nav li#story a:hover { background-position: -150px 0px; }
#header #nav li#food a:hover { background-position: -150px -36px; }
#header #nav li#wine a:hover { background-position: -150px -72px; }
#header #nav li#seasoning a:hover { background-position: -150px -108px }
#header #nav li#restaurant a:hover { background-position: -150px -144px }
#header #nav li#location a:hover { background-position: -150px -180px }

/* O N */

#header.story #nav li#story a { background-position: -150px 0px !important; }
#header.food #nav li#food a { background-position: -150px -36px !important; }
#header.wine #nav li#wine a { background-position: -150px -72px !important; }
#header.seasoning #nav li#seasoning a { background-position: -150px -108px !important; }
#header.restaurant #nav li#restaurant a { background-position: -150px -144px !important; }
#header.location #nav li#location a { background-position: -150px -180px !important; }

#buttons {
	width: 200px;
	left: 20px;
	top: 450px;
	position: absolute;
}

td {
	padding: 3px;
}

table {
	margin: 0px auto 0px;