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

body {
	background-color: #191919;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: .8em;
	padding: 0;
	margin: 0;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: white;
	text-decoration: none;
}

#wrapper {
	background-color: #292929;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #000;
	padding: 0 10px;
}

#logo {
	width: 150px;
	float: left;
}

#navigation {
	color: silver;
	float: right;
	font-size: .85em;
}

#navigation ul {
	margin: 0;
	padding: 6px 0 0 0;
}

#navigation li {
	display: inline;
	padding: 0 8px;
}

#navigation a:link {
	text-decoration: none;
}

#navigation a:visited {
	text-decoration: none;
}

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


#navigation .standard {
	color: silver;
}

#navigation .online_ordering {
	font-weight: bolder;
	color: white;
}

#tagline {
	color: black;
	padding: 5px 10px;
	margin: 0;
	background: black url(/Images/ui/background_tagline.png) repeat-y left top;
	font-size: .85em;
}

#tagline p {
	padding: 0;
	margin: 0;
}

#promo_thumbs {
	width: 930px;
	padding: 15px 15px 10px 15px;
}

#promo_thumbs .left {
	padding: 0 5px 0 0;
}

#promo_thumbs .right {
	padding: 0 0 0 5px;
}

#promo_large {
	width: 930px;
	padding: 0 15px 10px 15px;
}

#body_content {
	color: white;
}

#primary_content {
	width: 500px;
	float: left;
}

#primary_content p {
	line-height: 1.8em;
	padding: 0 0 0 15px;
}

#secondary_content {
	float: right;
	width: 300px;
	margin: 15px 0 15px 0;
}

#secondary_content a:link {
	color: white;
}

#secondary_content a:visited {
	color: white;
}

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

#secondary_content .about_images {
	padding: 1px;
	border: 1px solid black;
}

#secondary_content li {
	list-style-type: none;
}

#sub_content {
	
}

#sub_content a:link {
	color: white;
}

#sub_content a:visited {
	color: white;
}

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


#about {
	width: 500px;
	float: left;
	padding: 0;
}

#about h2 {
	padding: 0 0 3px 15px;
	margin: 0;
	color: white;
	border-bottom: 3px solid black;
	font-size: .9em;
}

#about p {
	color: white;
	padding: 0 0 0 15px;
	font-size: .85em;
	line-height: 1.5em;
}

#about a:link {
	color: white;
}

#about a:visited {
	color: white;
}

#about a:hover {
	color: gray;
}

#pricing {
	float: right;
	width: 400px;
	color: white;
}

#pricing h3 {
	padding: 0 0 3px 0;
	margin: 0;
	color: white;
	border-bottom: 3px solid black;
	font-size: .9em;
}

#pricing ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
}

#pricing li {
	padding: 0 0 5px 0;
}

#pricing b {
	float: right;
	font-weight: normal;
	font-style: normal;
	padding: 0 18px 0 0;
}

#pricing a:link {
	color: white;
}

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

#pricing a:hover {
	color: gray;
}

#footer {
	padding: 15px 0;
	text-align: right;
	color: white;
}

#footer ul {
	padding: 0 18px 0 0;
}

#footer li {
	list-style-type: none;
}

#footer a:link {
	color: white;
}

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

#footer a:hover {
	color: gray;
}

.clear_both {
	clear: both;
}