body {
	background: #333;
	width: 100%;
	font-size: 12px;
	font-family: sans-serif;
	color: #fff;
	line-height: 1.5em;
	}

a {
	color: #FBB52F;
	text-decoration: none;
	}

.wrap {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	}
	
.clear {
	clear: both;
	height: 1px;
	}

.hidden {
	display: none;
	}
	
.float_left {
	float: left;
	}

.float_right {
	float: right;
	}
		
h1, h2, h3, h4, h5, h6 {
	color: #FBB52F;
	line-height: 1.8em;
	}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
	font-style: italic;
	margin-left: -1px;
}


/************
			.HEADER
************/
.header {
	background: #333 url(../images/bg_header.png) repeat-x;
	height: 141px;
	}
	
.header .wrap {
	padding-top: 10px;
	}
	
	
	.header h1 {
		}
		
	.navigation_header {
		float: right;
		}
	
	.navigation_header li {
		float: left;
		}

	body:first-of-type .navigation_header li {
		margin-top: 13px;
		}
				
	.navigation_header a {
		display: block;
		float: left;
		height: 44px;
		line-height: 43px;
		width: 112px;
		background: url(../images/bg_menu.png) no-repeat;
		color: #990000;
		text-align: center;
		margin: -43px 0 0 15px;
		text-decoration: none;
		font-size: 16px;
		}
	
	.navigation_header .active a, .navigation_header .nav a:hover {
		color: #fff;
		background: url(../images/bg_menu_active.png) no-repeat;
		}


/************
			.CONTENT
************/

.content {
	background: #000;
	color: #fff;
	}

.content .wrap {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	}

.content .wrap .main_content {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 510px;
	}
	
	.content p {
		margin: 1em 0 1.5em 0;
		line-height: 1.7em;
		}

	.content .float_left {
		float: left;
		width: 210px;
		}
	
	.content .float_right {
		float: right;
		width: 210px;
		}
		
/*
	.content .content_image {
		float: right;
		margin: -40px 0 -40px 40px;
		}
*/


/************
			.PAGE_NAME .content .wrap backgrounds
************/
.long {
	width: 960px;
	}

.content .wrap {
	}
	
#home .content .wrap {
	background: url(../images/main_content_bg/home.jpg) no-repeat;
	min-height: 351px;
	background-position: top right;
	width: 980px;
	}
	
	#home .main_content {
		width: 400px;
		padding-left: 20px;
		}

#our_menu .content .wrap {
	background: url(../images/main_content_bg/our_menu.jpg) no-repeat;
	min-height: 327px;
	width: 960px;
	background-position: top right;
	}
	
	#our_menu .long {
		margin-top: -40px;
		width: 880px;
	}

#contact_us .content .wrap {
	background: url(../images/main_content_bg/contact_us.jpg) no-repeat;
	min-height: 334px;
	background-position: top right;
	width: 980px;
	}
	
	#contact_us .main_content {
		width: 460px;
		padding-left: 20px;
		}

#employment .content .wrap {
	background: url(../images/main_content_bg/employment.jpg) no-repeat;
	min-height: 463px;
	background-position: top right;

	}

#survey .content .wrap {
	background: url(../images/main_content_bg/survey.jpg) no-repeat;
	min-height: 309px;
	background-position: top right;
	}

#gift_cards .content .wrap {
	background: url(../images/main_content_bg/gift_cards.jpg) no-repeat;
	min-height: 309px;
	background-position: top right;
	}

#time_to_order .content .wrap {
	background: url(../images/main_content_bg/time_to_order.jpg) no-repeat;
	height: 351px;
	background-position: top right;
	width: 980px;
	}
	
	#time_to_order .main_content {
		width: 400px;
		padding-left: 20px;
		}
/************
			.FOOTER
************/

.footer {
	background: #333 url(../images/bg_footer.png) repeat-x;
	color: #FBB52F;
	padding-bottom: 15px;
	}

.footer .wrap {
	padding-top: 40px;
	text-align: right;
	}
	
	.footer a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 11px;
		}
	
	.footer a.active, .footer a:hover {
		color: #fff;
		}

/************
			#contact_us
************/

#contact_us .content .content_image {
	margin-right: -20px;
	margin-left: 0;
	}

#contact_us .content h2 {
	margin-top: .5em;
	}

#contact_us .content p {
	margin-top: 0;
	}
#contact_us .content .float_left, 
#contact_us .content .float_right {
	width: 210px;
	}

/************
			#locations
************/
#locations .content .wrap {
	/* width: 980px; */
	}
	
	#locations .main_content {
		width: 940px;
		}
		
#locations .content h1 {
	margin-bottom: -6px;
	}
	
#locations table {
	background: #771222;
	font-size: 12px;
	width: 100%;
	}

#locations th {
	background: #000;
	}

#locations h2 {
	padding-top: 15px;
	margin-bottom: -4px;
	}
	
#locations td {
	padding: 4px 25px 0 5px;
	border-bottom: 1px solid #000;
	}

#locations a:hover {
	color: #fff;
	}

#locations .address, #locations .city {
	padding-right: 10px;
	}
	
#locations .phone,
#locations .menu,
#locations .map, 
#locations .printable_menu {
	padding-right: 15px;
	}
/************
			#our_menu
************/

#our_menu .larger a {
	font-size: 14px;
	margin-left: 2px;
	}
/************
			#time_to_order
************/

#time_to_order .content .float_left {
	padding-top: 20px;
	height: 70px;
	width: 100px;
	}
	
#time_to_order .content .float_left a:hover {
	color: red;
	}

/************
			#submit_application
************/

#submit_application .main_content {
	width: 940px;
	}
	
/************
			#submit_customer_survey
************/

#submit_customer_survey .main_content {
	width: 940px;
	}

	#submit_customer_survey .navigation_header a {
		margin: -41px 0 0 15px;
		}
#submit_customer_survey textarea, #submit_customer_survey input {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; 
	color: #FBB52F; 
	background-color: #333;
	border: 1px #666 solid; 
	}

#submit_customer_survey select {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; 
	color: #FBB52F; 
	background-color: #333;
	border: 1px #666 solid; 
	}

#submit_customer_survey input.button {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; 
	color: #FBB52F;
	background-color: #000;
	border-top: 2px #666 solid;
	border-left: 2px #666 solid;
	border-right: 2px #333 solid;
	border-bottom: 2px #333 solid;
	}

#submit_customer_survey .header {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #7e2558;}
.results {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}

#submit_customer_survey .csinput {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; 
	color: #FBB52F; 
	background-color: #333;
	border: 1px #666 solid; 
	}

#submit_customer_survey h3	{
	margin: 1em 0 .5em 0;
	color: #7e2558;
	font-size: 16px;
	font-weight: bold;
}

#submit_customer_survey /* --------------------[ customer survey ]-------------------- */

#submit_customer_survey td	{
	font: 13px/16px arial, sans-serif;
	color: #fff;
}

#submit_customer_survey img.right	{
	display: block;
	float: right;
	margin: 0 0 1em 1em;
}

#submit_customer_survey #otg_experience p	{
	margin: .5em 0;
}

#submit_customer_survey legend	{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0 .5em;
	margin-left: -.5em;
}

#submit_customer_survey * html legend	{
	padding: 0;
	margin: 1em 0 1em -.5em;
}

#submit_customer_survey input.button	{
	margin-top: 2em;
}

#submit_customer_survey fieldset	{
	width: 100%;
	border: solid 1px #e3e3e3;
	margin: 3em 0;
	padding: 1em;
}

#submit_customer_survey label, 
#submit_customer_survey input, 
#submit_customer_survey select, 
#submit_customer_survey textarea	{
	display: block;
	float: left;
	margin: 5px .5em 0 0;
}

#submit_customer_survey #essay_questions textarea	{
	clear: left;
	width: 35em;
	height: 4em;
	margin-bottom: 1em;
}

#submit_customer_survey #contact_info label	{
	width: 8em;
}

#submit_customer_survey form br	{
	clear: both;
}

#submit_customer_survey #otg_experience th	{
	font: 12px arial, sans-serif;
	text-align: center;
	vertical-align: bottom;
	padding: .5em 0;

}

#submit_customer_survey #otg_experience th strong	{
	font-weight: normal;
	font-size: .95em;
	display: block;
	margin-bottom: -30px;
}

#submit_customer_survey #otg_experience table	{
	border-collapse: collapse;
	margin: 1em 0;
}

#submit_customer_survey #otg_experience td	{
	padding: 1em 0;
	border-bottom: solid 1px #666;
}

#submit_customer_survey #otg_experience td.rating_1, 
#otg_experience td.rating_2, 
#otg_experience td.rating_3, 
#otg_experience td.rating_4, 
#otg_experience td.rating_5	{
	width: 7%;
	text-align: center;
}

#submit_customer_survey #otg_experience td.rating_1	{ background: #FDFDFD; }
#otg_experience td.rating_2	{ background: #F5F3F6; }
#otg_experience td.rating_3	{ background: #EDEAEE; }
#otg_experience td.rating_4	{ background: #E5E0E7; }
#otg_experience td.rating_5	{ background: #DDD7E0; }

#submit_customer_survey #otg_experience input	{
	float: none;
	margin: 0 auto;
}

#submit_customer_survey .error, 
#submit_customer_survey td.error	{
	color: red;
}

#submit_customer_survey img.error	{
	display: block;
	float: left;
	margin: 5px .5em 0 0;
}

#submit_customer_survey #otg_experience td img.error, 
#submit_customer_survey div.error img.error	{
	margin: 0 .5em 0 0;
}

#submit_customer_survey .success	{
	color: red;
	font-size: 1.1em;
}

#submit_time_to_idea .main_content {
	width: 800px;
	}
	
#submit_time_to_idea form {
	margin-left: 5px;
	width: 100%;
	}
	
#submit_time_to_idea label {
	float: left;
	width: 100px;
	margin-top: 9px;
	}

#submit_time_to_idea textarea, 
#submit_time_to_idea input, 
#submit_time_to_idea select {
	color: #FBB52F; 
	background-color: #333;
	border: 1px #666 solid;
	}

#submit_time_to_idea input.text {
	width: 175px;
	padding: 3px;
	margin: 3px 0;
	}
	
#submit_time_to_idea textarea {
	margin-top: 2px;
	width: 400px;
	height: 200px;
	}
#submit_time_to_idea input.button {
	color: #FBB52F;
	background-color: #000;
	border-top: 2px #666 solid;
	border-left: 2px #666 solid;
	border-right: 2px #333 solid;
	border-bottom: 2px #333 solid;
	margin-top: 10px;
	padding: 2px 3px;
	}

#submit_time_to_idea .input_buttons {
	margin-left: 100px;
	}

#submit_time_to_idea input.error {
	background-color: #FBB52F;
	color: #000;
}

	
#submit_time_to_idea label.error {
	width: 505px;
	color: #FBB52F;
	clear: both;
	display: block;
	padding: 3px;
	margin: -27px 0 3px 0;
	float: right;
}