body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	background-image: url('images/background.jpg');
}

h2 {
	font-weight: normal;
	text-decoration: underline;
	font-size: 16px;
}

ul, li {
	margin: 0;
	z-index: 100;
}

img {
	border: none;
}

#wrapper {
	/*width: 860px;*/
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#logo {
	background: url('images/logo.png') no-repeat;
	height: 97px;
	width: 250px;
}

#nav {
	margin-left: 50px;
}

#nav a {
	color: #1C1B1B;
	font-weight: bold;
	text-decoration: none;
}

#nav #nav_reserve{
	background: url('images/tab-reservations-inactive.png');
	height: 34px;
	width: 204px;
	float: left;
	margin-left: 5px;
}

#nav #nav_reserve_sel {
	background: url('images/tab-reservations-active.png');
	height: 39px;
	width: 204px;
	float: left;
	margin-left: 5px;
	margin-top: -5px;
}

#nav #nav_about {
	background: url('images/tab-about-inactive.png');
	height: 34px;
	width: 136px;
	float: left;
	margin-left: 5px;
}

#nav #nav_about_sel {
	background: url('images/tab-about-active.png');
	height: 39px;
	width: 136px;
	float: left;
	margin-left: 5px;
	margin-top: -5px;
}

#nav #nav_menu {
	background: url('images/tab-menu-inactive.png');
	height: 34px;
	width: 115px;
	float: left;
	margin-left: 5px;
}

#nav #nav_menu_sel {
	background: url('images/tab-menu-active.png');
	height: 39px;
	width: 115px;
	float: left;
	margin-left: 5px;
	margin-top: -5px;
}


#nav #nav_hours {
	background: url('images/tab-hours-inactive.png');
	height: 34px;
	width: 205px;
	float: left;
	margin-left: 5px;
}

#nav #nav_hours_sel {
	background: url('images/tab-hours-active.png');
	height: 39px;
	width: 205px;
	float: left;
	margin-left: 5px;
	margin-top: -5px;
}

#nav #nav_more {
	background: url('images/tab-more.png');
	height: 34px;
	width: 125px;
	float: left;
	margin-left: 5px;
}

#nav_press {
	background: url('images/ddm-press.png') no-repeat;
	height: 34px;
	width: 125px;
	display: block;
	margin-left: 5px;
	margin-top: 34px;
}

#nav_contact {
	background: url('images/ddm-contact.png') no-repeat;
	height: 34px;
	width: 125px;
	display: block;
	margin-left: 5px;
}

#nav_photos {
	background: url('images/ddm-photos.png') no-repeat;
	height: 34px;
	width: 125px;
	display: block;
	margin-left: 5px;
}
#nav_specials {
	background: url('images/ddm-specials.png') no-repeat;
	height: 34px;
	width: 125px;
	display: block;
	margin-left: 5px;
}

#content {
	background: url('images/body-background.jpg') no-repeat;
	height: 506px;
	/*width: 860px; fuck me*/
	width: 915px;
	margin-top: -1px;
}

#content h1 {
	
}

#content #steak_image  {
	background-image: url('images/steak.jpg');
	background-repeat: no-repeat;
	height: 476px;
	width: 830px;
	margin: 15px;
	float: left;
	/*margin: 35px 0px 0px 15px;*/
}

/*
#sidebar img {
	position: relative;
	top: -440px;
	left: 770px;
}
*/

#sidebar img {
	float: right;
	margin-top: -450px;
}

#content ul {
	list-style-type: none;
	margin: 0;
}

#content li {
	margin: 0;
}

#content input {
	width: 150px;
}

.center {
	margin: 0 auto;
	text-align: center;
	align: center; /* IE? */
}

.clear {
	clear: both;
}

.body {
	padding-top: 20px;
}

.uline {
	text-decoration: underline;
}

.uline a {
	color: #000000;
}

#nav_drop {
	margin: 0;
	padding: 0;
}
	
#nav_drop {
	float: left;
	list-style: none;
}

#nav_drop li {
	display: block;
	height: 35px;
	width: 125px;
	white-space: nowrap;
}

#nav_drop li a:hover {
	/* Make sprite */
}

#nav_drop li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}

#nav_drop a {
	height: 34px;	
	width: 125px;
	display: block;
}

#nav_drop li ul li {
	float: none;
	display: block;
}

#nav_drop li ul li a {
	width: auto;
}

#footer {
	margin: 20px;
	text-align: center;
	color: #C9AA62;
	font-size: 12px;
}

#copy {
	font-size: 9px;
}

#body {
	padding: 75px 150px 150px 320px;
}

#body p {
	width: 250px;
	text-align: center;
	margin-left: -20px;
}

form {
	margin-left: 20px;
}

label.error { color: red;
	font-size: 11px;
}

.newsletter-error {
	text-align: center;
	color: red;
	font-size: 15px;
	padding: 20px 20px 20px 20px;
}

.newsletter-success {
	text-align: center;
	color: green;
	font-size: 15px;
	padding: 20px 20px 20px 20px;
}

.borderit img{
border: 1px solid #ccc;
}

.borderit:hover img{
border: 2px solid green;
}

.borderit:hover{
color: green; /* irrelevant definition to overcome IE bug */
}

#promo {
	background-color: rgba(0, 0, 0, 0.90);
	padding: 10px 75px 10px 10px;
	color: #FFF;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	zoom:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
}

#promo1 {
	background-image: url(/images/1x60.png);
	background-repeat: repeat-x;
	height: 25px;
	/*height: 60px;*/
	width: 745px;
	color: #FFF;
	padding: 10px 75px 10px 10px;
}
