@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/site_bg.gif) repeat-x;
}

a {
	
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0px;
	padding-bottom: 10px;
}

.hide {
	display: none;
}

.show {
	
}

.clear {
	clear: both;
	height: 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.column3 {
	float: left;
	width: 31%;
	margin-right: 2%;
}

.column2 {
	float: left;
	width: 50%;
}

.caption {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

div#content {
	width: 780px;
	margin: auto;
	background: url(../images/header_bg.jpg) no-repeat;
}

div#logo {
	position: relative;
	float: left;
	width: 264px;
	height: 101px;
	background: url(../images/blackdog_logo.png) no-repeat;
	z-index: 10;
}

ul#nav {
	float: left;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	color: #FFF;
	position: relative;
	left: 20px;
	top: 41px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 1000;
}

ul#nav a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	direction: rtl;
	outline: 0;
}

ul#nav a:hover {
	color: #000000;
}

li.navLink {
	float: left;
	margin: 0px 20px 0px 0px;
}

div#panel {
	min-height: 175px;
	position: relative;
	top: -17px;
	margin-bottom: -17px;
	padding: 0px 0px 0px 15px;
	z-index: 5;
	font-size: 12px;
}

div#lower {
	padding: 10px 17px 0px 15px;
	min-height: 30px;
	background: url(../images/lower_bg.jpg) repeat-y;
}

div#lowerBottom {
	display: none;
}

div#footer {
	height: 32px;
	width: 780px;
	background: url(../images/lower_bottom.jpg) no-repeat;
	font-size: 9px;
	line-height: 32px;
	text-align: center;
}

div#footer a {
	text-decoration: underline; 
}

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

#page_title, #page_title_shadow, #page_title_hilite {
	position: relative;
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #eb5000;
	font-size: 18px;
	padding-bottom: 5px;
	z-index: 10;
}

#page_title_shadow {
	color: black;
	position: relative;
	top: -29px;
	left: 1px;
	z-index: 9;
	margin-bottom: -24px;
	opacity: .8;
}

#page_title_hilite {
	color: white;
	position: relative;
	top: -37px;
	left: 0px;
	z-index: 8;
	margin-bottom: -24px;
	opacity: .8;
}

div#loading {
	height: 100px;
	background: url(../images/loading.gif) no-repeat center center;
}

/*********************************  Menu-Specific Styles  *********************************/

.menu_item {
	margin: 5px 0px;
}

.menu_separator {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #000000;
	opacity: .3;
	height: 0px;
	margin: 0px 0px 5px 0px;
}

.menu_title {
	font-weight: bold;
	margin: 5px 0px;	
}

.menu_desc {
	padding: 0px 10px;
	font-size: 11px;
}

.menu_price_opt {
	margin: 5px 0px;
}

.menu_image {
	float: right;
}

/*********************************  Featured Items Styles  *********************************/

.featured_image {
	text-align: center;
}

.featured_title {
	text-align: center;
	color: #2d1723;
	font-weight: bold;
}




