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

/* global styles */

body {
	background-image: url(images/body_background2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}


img, div { 
	behavior: url(iepngfix.htc)
}

* {
	outline:none;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 15px 0;
	line-height: 20px;
	padding: 0 0 0 3px;
}

a:link {
	color:#990000;
	text-decoration:none;
}

a:visited {
	color:#970000;
	text-decoration:none;
}

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

.floatright {
	float:right;
	clear:none;
	margin:0 0 10px 10px;
}

.floatleft {
	float:left;
	clear:none;
	margin:0 10px 10px 0;
}



/* end global styles */

/* container styles */

#outer_container {
	width: 800px;
	position: relative;
	margin: 0 auto 25px auto;
}


#header {
	width: 800px;
	height: 200px;
	background-color: #000;
}

#main_menu {
	width: 500px;
	margin: 0;
	padding: 0;
}

#inner_container {
	margin:0;
	padding: 0;
	width: 800px;
	background-color: #ffffff;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(images/maincontent_bg.jpg);
}

#inner_container_home {
	margin:0;
	padding: 0;
	width: 800px;
	background-color: #ffffff;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_home.jpg);
}

#inner_container_menu {
	margin:0;
	padding: 0;
	width: 800px;
	background-color: #ffffff;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(images/maincontent_bg_menu.jpg);
}

#content {
	width: 700px;
	margin: 0 0 0 50px;
	padding: 0;
	min-height: 820px;
}

#footer {
	width: 800px;
	margin: 0;
	padding: 0;
	clear: both;
	background-image: url(images/footer_corners.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #FFFFFF;
	height: 100px;
}

#footer_text {
	margin: 0;
	padding: 0;
}

#footer p {
	font-size: 9px;
	margin: 0;
	color: #666;
	padding: 0;
}


#footer a:link {
	color:#666;
	text-decoration:none;
}

#footer a:visited {
	color:#666;
	text-decoration:none;
}

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

#text {
	padding: 0;
	margin: 20px 0 0 0;
}



#text_home {
	margin: 20px 0 0 0;
	background-image: url(images/text_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#text_home p {
	padding: 0 200px 0 3px;
}

#menu_text {
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#form {
	margin:0;
	padding:0 0 30px 0;
}

#map {
	margin:0;
	padding:0 0 50px 0;
}

#dl {
	clear:both;
}

.newsletter_home {
	width:200px;
}

.newsletter_inline {
	width:200px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: -10px;
}

/* end container styles */

/* cc food menu styles */

#beef {
	background-image: url(images/m_beef.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.beef {
	width:350px;
	margin:0;
	padding:0;
	line-height:21px;
}

#chicken {
	background-image: url(images/m_chicken.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.chicken {
	width:350px;
	margin:0;
	padding:0;
	line-height:21px;
}

#pork {
	background-image: url(images/m_pork.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.pork {
	width:350px;
	margin:0;
	padding:0;
	line-height:21px;
}

#sausage {
	background-image: url(images/m_sausage.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.sausage {
	width:350px;
	margin:0;
	padding:0;
	line-height:21px;
}

#entree {
	background-image: url(images/m_entree.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.entree {
	width:350px;
	margin:0;
	padding:0;
	line-height:21px;
}

#sides {
	background-image: url(images/m_sides.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.sides {
	width:400px;
	margin:0;
	padding:0;
	line-height:21px;
}

#specialty_items {
	background-image: url(images/m_spec_items.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.specialty_items {
	width:350px;
	margin:0;
	padding:0;
	line-height:21px;
}

#specialty_meats {
	background-image: url(images/m_spec_meat.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.specialty_meats {
	width:350px;
	margin:0;
	padding:0;
	line-height:21px;
}

table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.menuheader {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0;
}

td {
	padding-bottom: 10px;
}


/* end cc food menu styles */


/* misc classes */

.last_paragraph {
	margin-bottom:50px;
}

.cb {
	margin:0;
	padding:0 0 5px 0;
}

.hours table {
	margin:0;
	padding:5px 0 0 0;
}


.hours td {
	margin:0;
	padding:0 0 2px 0;
}

.rtpad {
	padding-right:50px;
}

.rtpad_share {
	padding-right:70px;
	
}

.cm_header {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.cm_red {
	background-color: #990000;
	padding: 5px;
}

/* end classes */

