/*****************
Resets 
******************/

* { margin: 0; padding: 0; }
html { font-size: 100%; }
body { font-size: 62.5%; font-family: arial; }

/*****************
HTML
******************/

body { background: #fff url("/img/bg/bg.jpg") repeat-x; color:#272727; }
p, ul, ol {
	font-size: 1.2em;
	margin: 0 0 1.5em 0;
	line-height: 1.5em; }

ul, ol { padding: 0 0 0 1.4em;}
	li { }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

a { zcolor: #272727; color: #FC7D1A; text-decoration: none; zborder-bottom: 1px dotted #d4d4d4; border-bottom: 1px dotted #FC7D1A; }
a:hover { border-bottom: 1px solid #FC7D1A; color: #FC7D1A; }
a img { border: 0; }

.hr { background: url("/img/bg/grey.gif"); height: 1px; overflow: hidden; font-size: 1px; margin-bottom: 20px; }
	.hr hr { display: none; }
	.hr.soft { background-image: url("/img/bg/grey-dash.gif");}

.small { font-size: 1.1em; }

.section { margin-top: 4em; clear: both; }

#errorsummary { 
	border: 1px solid #FC7D1A;
	background: #FEE8BA;
	padding: 20px;
	margin-bottom: 20px;
	color: #000;
}

.feedback { margin: 20px 0; padding-left: 20px; height: 1%; overflow: hidden; }
.feedback h2 { padding-top: 12px; }
.feedback img { float: left; margin-right: 20px; }

.disclaimer { font-size: 0.9em; }

/*****************
Structure
******************/

/* Main Structure */

#container {
	margin: 0 auto;
	width: 960px;
	position: relative; }

#header { position: relative; z-index: 50; }
#starburst { 
	width: 960px; height: 720px; 
	margin: 0 auto; 
	position: absolute; 
	top: 0; left: 50%;
	margin-left: -480px;
	background: url("/img/bg/glow.png"); }
	
#content { 
	padding-bottom: 30px; 
	position: relative; z-index: 20; }

#split { 
	overflow: hidden; height: 1%; clear: both;
	border-top: 1px solid #d4d4d4;
	padding-top: 20px; }

#split_main {
	float: left;
	zbackground: red; 
	width: 690px; }
	
#split_support {
	float: right; 
	zbackground: blue;
	width: 230px; }

#footer { border-top: 1px solid #d4d4d4; overflow: hidden; }

#foot_util { padding: 30px 5px; background: url("/img/bg/foot_divider.gif") 480px 72px no-repeat; }

#foot {
	border-top: 1px solid #d4d4d4;
	padding: 20px 15px; }
	#foot div { float: left; }
	#foot #t-bone { float:left; clear:both; border:0; height: 11px; margin-bottom: 20px; }

	#foot #foot_flags { float: right; }
		#foot #foot_flags a { border: 0; }

.foot_section {
	width: 215px;	
	float: left; }
.foot_section.dbl { width: 425px; margin-right: 60px; padding-left: 10px; }
.foot_section.dbl img { margin-top: -16px; }
.foot_section.triple { width: 675px; margin-right: 30px; padding-left: 10px; background: #fff; position: relative; }
.foot_section.last { margin-right: 0; float: right; width: 208px; }



/*****************
Navigation
******************/

/* Global Navigation */

#global_nav {
	list-style: none;
	padding: 0; margin: 0 auto;
	width: 708px; height: 40px; }
	
	#global_nav li { 
		float: left; position: relative; padding: 0; background: 0; }
	
	#global_nav a {
		display: block;
		float: left;
		height: 26px;
		text-indent: -999em;
		overflow: hidden; border: 0; }
	
	#global_nav li.n-menu a 						{ width: 61px; background: url("/img/buttons/nav_menu.png"); }
		#global_nav li.n-menu a:hover,
		.s-menu #global_nav li.n-menu a				{ background: url("/img/buttons/nav_menu-over.png"); }
		
	#global_nav li.n-promos a 						{ width: 117px; background: url("/img/buttons/nav_promos.png"); }
		#global_nav li.n-promos a:hover,
		.s-promos #global_nav li.n-promos a			{ background: url("/img/buttons/nav_promos-over.png"); }
		
	#global_nav li.n-locations a 					{ width: 101px; background: url("/img/buttons/nav_locations.png"); }
		#global_nav li.n-locations a:hover,
		.s-locations #global_nav li.n-locations a 	{ background: url("/img/buttons/nav_locations-over.png"); }
		
	#global_nav li.n-nutrition a 					{ width: 163px; background: url("/img/buttons/nav_nutrition.png"); }
		#global_nav li.n-nutrition a:hover,
		.s-nutrition #global_nav li.n-nutrition a 	{ background: url("/img/buttons/nav_nutrition-over.png"); }
		
	#global_nav li.n-news a 						{ width: 63px; background: url("/img/buttons/nav_news.png"); }
		#global_nav li.n-news a:hover,
		.s-news #global_nav li.n-news a				{ background: url("/img/buttons/nav_news-over.png"); }
		
	#global_nav li.n-jobs a 						{ width: 92px; background: url("/img/buttons/nav_hotjobs.png"); }
		#global_nav li.n-jobs a:hover,
		.s-jobs #global_nav li.n-jobs a				{ background: url("/img/buttons/nav_hotjobs-over.png"); }
		
	#global_nav li.n-contact a 						{ width: 111px; background: url("/img/buttons/nav_contact.png"); }
		#global_nav li.n-contact a:hover,
		.s-contact #global_nav li.n-contact a 			{ background: url("/img/buttons/nav_contact-over.png"); }


/* Location Dropdown */

#loc_drop { display: none; position: absolute; top: 25px; left: -65px; z-index: 5000; height: 87px; width: 236px; }
#loc_search {
	background: url("/img/bg/drop_location-top.png");
	width: 236px; height: 74px;
	position: absolute; top: 0px; left: 0px; }
	#loc_search input {
		border: 0; background: none;
		font-size: 1.4em; width: 115px; padding: 4px 0;
		position: absolute; top: 32px; left: 27px; }
	#global_nav li.n-locations #loc_search a {
		background: none; float: none;
		width: 65px; height: 35px;
		position: absolute; top: 29px; left: 153px; }
		
#loc_complete {
	background: url("/img/bg/drop_location-bot.png") 0 bottom;
	position: absolute; top: 73px; left: 0px;
	width: 236px; height: 13px; overflow: hidden; }
	#loc_complete ul {
		display: none;
		list-style: none;
		margin: 10px 0 0 0; padding: 0 21px;
		font-size: 1em; }
	#global_nav #loc_complete li {
		float: none; line-height: 1.6em; }
	#global_nav li.n-locations #loc_complete a {
		background: none; float: none; text-indent: 0; overflow: visible; width: auto; display: inline;
		color: #666;
	}
	#global_nav li.n-locations #loc_complete a:hover { color: #FC7D1A; border-bottom: 1px solid #FC7D1A; }
	#loc_complete li span { display: inline-block; width: 144px; zoverflow: hidden;}
	#loc_complete i { display: inline-block; width: 45px; text-align: right; font-size: 0.85em; color: #a6a6a6; line-height: 1em; }



/* Footer Navigation */

#foot_nav {
	list-style:none;
	padding-left:0;
	font-size: 1.1em; }
	
#foot_nav li {
	display: inline;
	padding: 0 10px 0 0;
	margin-right: 10px; background: none;
	border-right: 1px solid #CACACA; }
	
	#foot_nav li.last { border: 0; }
	
	#foot_nav li a { color: #666; border-bottom-color: #d4d4d4; }
	#foot_nav li a:hover { border-bottom: 1px solid #FC7D1A; color: #FC7D1A; }
	

/* Menu Navigation */

#menu_nav {
	list-style: none;
	margin: 30px auto 0 auto; padding:0;
	height: 79px; width: 732px; }
	.brekkie #menu_nav 				{ width: 779px; }
	.salads-and-sides #menu_nav 	{ width: 837px; }
	.burgers #menu_nav 				{ width: 794px; }
	.grilled-chicken #menu_nav 	{ width: 889px; }
	.rappas-and-rolls #menu_nav	{ width: 845px; }

#menu_nav li { float: left; margin-right: 40px; padding: 0; background: none; }
#menu_nav a {
	display: block;
	height: 37px;
	background: url("/img/buttons/menu.png") no-repeat;
	text-indent: -999em; border: 0; overflow: hidden; outline: 0; }
	
	#menu_nav li.active 								{ position:relative; top:-20px; margin: 0 20px 0 -20px; }
	#menu_nav li.active a 							{ height: 79px; }
															
	#menu_nav li.n-brekkie a 						{ background-position: -30px -97px; width: 72px;  }
	#menu_nav li.n-brekkie a:hover 				{ background-position: -30px -157px; }
	#menu_nav li.n-brekkie a.active 				{ background-position: 0 0 !important; width: 159px; }
	
	#menu_nav li.n-grilled-chicken a 		   { background-position: -274px -97px; width: 131px;  }
	#menu_nav li.n-grilled-chicken a:hover    { background-position: -274px -162px; }
	#menu_nav li.n-grilled-chicken a.active	{ background-position: -176px 0px !important; width: 327px; }
															
	#menu_nav li.n-burgers a 						{ background-position: -566px -97px; width: 84px;  }  
	#menu_nav li.n-burgers a:hover 				{ background-position: -566px -157px; }
	#menu_nav li.n-burgers a.active 				{ background-position: -518px 0px !important; width: 182px; }
															
	#menu_nav li.n-rappas-and-rolls a 			{ background-position: -790px -97px; width: 127px;  }
	#menu_nav li.n-rappas-and-rolls a:hover 	{ background-position: -790px -157px; }
	#menu_nav li.n-rappas-and-rolls a.active 	{ background-position: -714px 0px !important; width: 279px; }
	
	#menu_nav li.n-salads-and-sides a			{ background-position: -1083px -97px; width: 118px;  }
	#menu_nav li.n-salads-and-sides a:hover	{ background-position: -1083px -157px; }
	#menu_nav li.n-salads-and-sides a.active	{ background-position: -1008px 0px !important; width: 263px; }
	
.s-locations #menu_nav { width: 550px; position: relative; left: 88px; }
.s-locations #menu_nav a { background-image: url("/img/buttons/states.png"); height: 25px; }
	
	.s-locations #menu_nav li.active a 			{ height: 55px; }
															
	#menu_nav li.n-act a 							{ background-position: -17px -70px; width: 29px;  }
	#menu_nav li.n-act a:hover 					{ background-position: -17px -112px; }
	#menu_nav li.n-act a.active 					{ background-position: 0 0 !important; width: 65px; }
															
	#menu_nav li.n-nsw a 							{ background-position: -99px -70px; width: 34px;  }
	#menu_nav li.n-nsw a:hover 					{ background-position: -99px -112px; }
	#menu_nav li.n-nsw a.active 					{ background-position: -77px 0 !important; width: 79px; }
															
	#menu_nav li.n-nt a 								{ background-position: -188px -70px; width: 23px;  }
	#menu_nav li.n-nt a:hover 						{ background-position: -188px -112px; }
	#menu_nav li.n-nt a.active 					{ background-position: -177px 0 !important; width: 45px; }
															
	#menu_nav li.n-qld a 							{ background-position: -269px -70px; width: 30px;  }
	#menu_nav li.n-qld a:hover 					{ background-position: -269px -112px; }
	#menu_nav li.n-qld a.active 					{ background-position: -251px 0 !important; width: 66px; }
															
	#menu_nav li.n-sa a 								{ background-position: -357px -70px; width: 21px;  }
	#menu_nav li.n-sa a:hover 						{ background-position: -357px -112px; }
	#menu_nav li.n-sa a.active 					{ background-position: -345px 0 !important; width: 46px; }
															
	#menu_nav li.n-tas a 							{ background-position: -436px -70px; width: 30px;  }
	#menu_nav li.n-tas a:hover 					{ background-position: -436px -112px; }
	#menu_nav li.n-tas a.active 					{ background-position: -419px 0 !important; width: 63px; }
															
	#menu_nav li.n-vic a 							{ background-position: -522px -70px; width: 26px;  }
	#menu_nav li.n-vic a:hover 					{ background-position: -522px -112px; }
	#menu_nav li.n-vic a.active 					{ background-position: -507px 0 !important; width: 55px; }
															
	#menu_nav li.n-wa a 								{ background-position: -606px -70px; width: 25px;  }
	#menu_nav li.n-wa a:hover 						{ background-position: -606px -112px; }
	#menu_nav li.n-wa a.active 					{ background-position: -590px 0 !important; width: 57px; }
															
	#menu_nav li.n-int a 								{ background-position: -689px -70px; width: 37px;  }
	#menu_nav li.n-int a:hover 						{ background-position: -689px -112px; }
	#menu_nav li.n-int a.active 					{ background-position: -666px 0 !important; width: 81px; }

/*****************
Headings
******************/

#logo { text-align: center; padding: 23px 0 0 0; }
	#logo a { border: 0; }
	
/* sIFR styles - Do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* - end sIFR styles - */

h1 { font-size: 3.2em; text-transform: uppercase; margin: 20px 0 10px 0; }
.sIFR-hasFlash h1 { font-size: 35px; }

.s-home h1, .s-menu h1, .s-state h1 { position: absolute; top: -999em; left: -999em; }

h2 { font-size: 1.7em; margin-bottom: 1em; }

.form h2 { margin-bottom: 20px; }

h3 { font-size: 1.4em; margin-bottom: 1em; }

h4 { font-size: 1.3em; }



.foot_section h3 { text-align: center; text-transform: uppercase; margin-bottom: 25px; }
.foot_section h3.leftalign { text-align: left; }
.sIFR-hasFlash .foot_section h3 { font-size: 16px; margin-bottom: 16px; }

h2#fresh_grilled {
	background: url("/img/bg/headings.png");
	width: 380px; height: 35px;
	text-indent: -999em;
	margin: 0 auto 25px auto; }
h2#close_by { 
	background: url("/img/bg/headings.png") 28px -35px;
	height: 49px;
	text-indent: -999em; }
h2#working_with_us { 
	background: url("/img/bg/headings.png") 1px -197px;
	height: 42px;
	text-indent: -999em; }
h2#head_office { 
	background: url("/img/bg/headings.png") 1px -239px;
	height: 49px;
	text-indent: -999em; }
h2#support_office { 
	background: url("/img/bg/headings.png") 0px -289px;
	height: 49px;
	text-indent: -999em; }
#map_options h2 {
	background: url("/img/bg/headings.png") 0 -84px;
	height: 46px;
	text-indent: -999em; }
h2#media_enquiries { 
	background: url("/img/bg/headings.png") 0px -339px;
	height: 49px;
	text-indent: -999em; }


/*****************
Buttons
******************/

a.btn {
	background: url("/img/buttons/buttons.png") no-repeat; 
	border: 0; 
	display: block;
	float: left; 
	text-indent: -999em;
	overflow: hidden;
	height: 35px; }
	a.btn:hover { border: 0; }
	
a.btn_search { width: 73px; background-position: 0 -112px; }
	a.btn_search:hover { background-position: -82px -112px; }

a.btn_submit { width: 90px; background-position: 0 -274px; }
	a.btn_submit:hover { background-position: -100px -274px; }
	
a.btn_view-sm { width: 48px; height: 28px; background-position: 0 -224px; }
	a.btn_view-sm:hover { background-position: -59px -224px; }

a.btn_apply { width: 90px; background-position: 0 -380px; }
	a.btn_apply:hover { background-position: -100px -380px; }
	
a.btn_apply-sm { width: 55px; height: 28px; background-position: 0 -330px; }
	a.btn_apply-sm:hover { background-position: -66px -330px; }

a.btn_sendfeedback { width: 121px; background-position: 0 -436px; }
	a.btn_sendfeedback:hover { background-position: -137px -436px; }

a.btn_franchisee-enquiry { width: 154px; background-position: 0 -486px; }
	a.btn_franchisee-enquiry:hover { background-position: -169px -486px; }
	
a.btn_viewall { width: 66px; background-position: -271px -1px; }
	a.btn_viewall:hover { background-position: -343px -1px; }
	
a.btn_justgottago { 
		display: block;
		background-position: 0 -36px;
		width: 99px; height: 54px; margin: 0; 
		color: #272727; }
		a.btn_justgottago:hover { background-position: -105px -36px; }

p.buttons {	text-align: center; }
	p.buttons .btns { display: block; margin: 0 auto; width: 90px; }
	p.buttons .text { 
		clear: both; 
		padding-top: 10px; 
		font-size: 0.9em;
		display: block; }
	



/*****************
Flash 
******************/

#hero, #hero div, #hero a {
	width:869px; height: 505px;
	margin: 0 auto;
	position: relative;
	overflow: hidden; }
#hero_links { position: absolute; top: -999em; left: -999em; }



/*****************
Tables
******************/

/* Trading Hours */

.trading {
	width: 100%; 
	font-size: 1.2em;
	border: 0; border-collapse: collapse;
	margin-bottom: 20px; }
	.trading caption { display: none; }

.trading td, .trading th { border-right: 1px solid #d4d4d4; text-align: center; }
.trading tr.open td, .trading tr.open th { padding-top: 10px; }
.trading tr.close td, .trading tr.close th { padding-bottom: 10px; }

.trading th { border-right: 0; }
.trading tr.header th {
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	color: #666;
	font-weight: normal;
	padding: 10px 0; width: 90px; }
	.trading tr.header td { border-right: 0; }

.trading .last { border-right: 0 !important; }


/* Generic Data */

.data {
	width: 100%; 
	font-size: 1.2em;
	border-top: 1px solid #d4d4d4; border-collapse: collapse;
	margin-bottom: 20px; }

.data td, .data th { border-top: 1px dashed #d4d4d4; padding: 15px 10px; }
td.icon { width: 16px; }

.results th { text-align: left; }
.results tr:nth-child(odd) td { background: rgba(252,125,26,0.05); }

/* Hot Jobs */

.s-jobs .data .btn_view-sm { margin-right: 20px; }
.s-jobs td.buttons { width: 125px; }

/* News */

.s-news td.buttons { width: 50px; }
.s-news td.date { width: 130px; }




/*****************
Forms
******************/

input {	font-size: 1.4em; font-family: Georgia, serif; font-style: italic; color: #8C8C8C; text-align: center; }

/* Main Form (Contact Us) */

.form .row {
	height: 50px;
	padding-left: 170px;
	margin-bottom: 20px;
	position: relative; }
		.form .row.mini { margin: -10px 0 0 0; }
		.form .full_row { padding-left: 0; }
		.form .row.standard { height: auto; font-size: 1.2em; line-height: 22px; }
		.form .row.standard-question { height: auto; font-size: 1.2em; margin-bottom: 10px; font-weight: bold; }
		.form .row.textarea { height: 125px;}
		.form .row.standard.textarea { margin-top: -20px; font-size: 1.1em; }
		
	.row_label { 
		font-weight: bold; font-size: 1.2em;
		position: absolute;
		top: 22px; left: 0px;
		width: 130px; text-align: right; }
		
	.input_wrap {
		float: left; 
		position: relative;
		margin-right: 15px; }
		.input_wrap label { 
			font-size: 1.1em;
			padding-left: 5px;
			z-index: 9;
			display: block; }
			label i { font-weight: bold; color: #E20020; }
			.input_wrap label.chk { position: relative; top: 3px; left: 5px; }
			label.error,
			.row_label.error { font-weight: bold; color: #E20020; }
		.input_wrap input, .input_wrap textarea { text-align: left; }
		.row.standard label.chk { display: block; overflow: hidden; padding-left: 5px; }
	
	.row.standard.textarea textarea { width: 400px; height: 100px; }
	.i_t { width: 45px; }
		.i_t input, .i_t textarea { width: 35px; }
		.i_t select { width: 19px; } /*74*/
	.i_s { width: 80px; }
		.i_s input, .i_s textarea { width: 70px; }
		.i_s select { width: 54px; } /*74*/
	.i_m { width: 110px; }
		.i_m input, .i_m textarea { width: 100px; }
		.i_m select { width: 104px; }
	.i_r { width: 170px; }
		.i_r input, .i_r textarea { width: 160px; }
		.i_r select { width: 144px; } /*164*/
	.i_l { width: 360px; }
		.i_l input, .i_l textarea { width: 350px; }
		.i_l select { width: 334px; } /*354*/
		
	
	.i_2 { width: 318px; }
		.i_2 input, .i_2 textarea { width: 318px; }
		.i_2 select { width: 292px; } /*145*/
		
	.i_3 { width: 151px; }
		.i_3 input, .i_3 textarea { width: 141px; }
		.i_3 select { width: 125px; } /*145*/
		

	.input_wrap .text { font-size: 1.2em; line-height: 30px; padding-left: 5px; }
	
	input.checkbox, .checkbox input { width: auto !important; }
	a.helper_icon { border: 0; position: relative; top: 7px; }
	.imagebutton { width: auto !important; }
	.datecontrol { padding-top: 2px; }
	.datecontrol input { float: left; }
	.datecontrol img { float: left; }
	
	.input_wrap img, .imagebutton { position: relative; top: 7px; }
	.input_wrap img { margin-left: 5px; }
	.jqTransformCheckboxWrapper + h2 { padding-left: 25px; }
	
.form .hr { clear: both; }

.module { zdisplay: none; }

	

.ajax__calendar, .ajax__calendar div { height: auto !important; }
.ajax__calendar { position:relative; z-index: 500; }
.ajax__calendar div.ajax__calendar_header { height: 20px !important; }
.ajax__calendar div.ajax__calendar_body { height: 139px !important; }
.ajax__calendar div.ajax__calendar_month { height: 44px !important; }
.ajax__calendar div.ajax__calendar_year { height: 44px !important; }
.ajax__calendar div.ajax__calendar_day { height: 17px !important; }

/* Newsletter Signup in Footer */

#foot_enews div {
	background: url("/img/bg/inputs.png") 0 -36px no-repeat;
	height: 35px;
	position: relative; top: 7px; }
	#foot_enews div.confirm { background: none; }
#foot_enews input { 
	background: none; 
	width: 128px; padding: 5px 0; border: 0;
	position: absolute; top: 3px; left: 6px; }
#foot_enews input.error { color: #F31228; }
#foot_enews a {
	display: block;
	width: 66px; height: 36px;
	background: url("/img/buttons/buttons.png");
	border: 0 !important; text-indent: -999em; overflow: hidden;
	position: absolute; top: 0px; right: 0px; }
	#foot_enews a:hover { background-position: -68px 0; }
#foot_enews #enews_error { position: absolute; top: -23px; left: 8px; color: #F31228; font-weight: bold; }
#foot_enews p.confirm { font-size: 1.2em; padding-top: 15px; }
	

/* Homepage panel : See home page panels in General Styling */


/* Store Directions sidebar */

#map_options_inner div { background: url("/img/bg/inputs.png"); height: 36px; position: relative; margin-bottom: 20px; }
#map_options input {
	position: absolute; top: 3px; left: 6px;
	background: none; border: 0;
	width: 167px; padding: 7px 0; }
#map_options label { position: absolute; top: -13px; left: 10px; font-size: 1.1em; color: #666; }
#map_options a { 
	background: url("/img/buttons/buttons.png") 0 0;
	position: absolute; top: 170px; left: 55px;
	width: 67px; height: 35px; 
	text-indent: -999em; border: 0; }




/*****************
General Styling 
******************/

/* Lists */

ul {
	margin: 0 0 1.5em 0; padding: 0; 
	list-style: none;
	line-height: 1.4em; }

ul li {
	background: url("/img/bg/bullet_red.gif") 0 7px no-repeat;
	padding: 3px 0 3px 17px; }
	
#split_support li a { color: #666; border-bottom-color: #D4D4D4; }
#split_support li a:hover { color: #FC7D1A; border-bottom: 1px solid #FC7D1A; }

#split_support .links a, #split_support .links a:hover { border: 0; }
#split_support .links a b { font-weight: normal; border-bottom: 1px dotted #d4d4d4; }
	#split_support .links a:hover b { border-bottom: 1px solid #FC7D1A; }
#split_support .links a i { font-size: 0.9em; color: #666; }


ul.alt { list-style: none; }
ul.alt li { background: url("/img/bg/bullet_red.gif") 0 4px no-repeat; padding: 0 0 0 17px; }

ul.paging { }
	ul.paging li { 
		float: left;
		display: inline;
		background: none;
		padding-left: 10px; }
	ul.paging a {
		background: #fafafa;
		border: 1px solid #A7A7A7;
		color: #000; font-weight: bold;
		-moz-box-shadow: 1px 1px #A7A7A7;
		-moz-border-radius: 3px;
		text-shadow: 1px 1px 0px #fff;
		display: block;
		float: left; padding: 3px 8px; }
		ul.paging a:hover { background: #F59021; }
	ul.paging li.active a { background: #FFDC92; }

/* Design Elements */

#design_elem1 {
	width: 100px; height: 30px;
	background: url("/img/common/plane.png");
	position: absolute;
	top: 120px; left: 44px; }


/* Lists */

.full_menu {
	list-style: none;
	padding: 0; margin: 0;
	font-size: 1.1em;
	line-height: 1.6em }
	
	.full_menu li {
		float: left;
		width: 105px;
		margin-right: 5px; padding: 0; background: none; }
	.full_menu li.last { margin-right: 0; }


.hot_jobs {
	list-style: none;
	padding: 0; margin: 0;
	font-size: 1.1em; }
	
	.hot_jobs li {
		background: url("/img/icons/flag_red.png") 0 50% no-repeat;
		padding: 0 20px; margin-bottom: 10px; }

/* Home page Panels */

#panels .panel {
	position: relative;
	float: left;
	width: 211px; height: 150px;
	margin-right: 38px; }
	#panels .panel a { border: 0; }

#panels .panel#store_finder {
	margin-right: 0;
	position: relative;
	background: url("/img/bg/home-panel-storefinder.png") no-repeat;
	}
	#store_finder h4, #store_finder p { position: absolute; top: -999em; left: -999em; }
	#store_finder div input { 
		background: none; border: 0;
		position: absolute; top: 3px; left: 7px; 
		width: 91px; padding: 7px 0; }
	#store_finder #store_search {
		height:36px;
		position:relative;
		width:210px;
		top: 84px; }
	#store_finder div a { 
		display: block; position: absolute; top: 0px; right: 0px;
		background: url("/img/buttons/buttons.png") 0 -36px;
		width: 99px; height: 54px;  margin: 0; border: 0; text-indent: -999em;
		color: #272727; }
		#panels .panel#store_finder div a:hover { background-position: -105px -36px; }
		
	#store_finder a.int { 
		font-size: 1.1em;  border: 0;
		position: absolute; bottom: 1px; top: auto; left: 1px; 
		height: auto; width: auto; text-indent: 0;
		font-style: italic; color: #666; }
		#panels .panel#store_finder a.int:hover { color: #FC7D1A; }
		
	
	
	
/* Menu */

#menu { position: relative; padding-bottom: 20px; }
	.menu_pad { overflow: hidden; padding-bottom: 12px; }

#menu .intro {
	font-size: 1.6em; 
	text-align: center;
	margin-bottom: 0;
	clear:both; }
	
#menu .item {
	float: left;
	background: url("/img/bg/menu_item.png");
	width: 165px; height: 139px;
	padding: 53px 20px 20px 20px;
	margin: 90px 46px 0 0;
	position: relative; }
	#menu .item.last { margin-right: 0; }
	#menu .item .item_img { position: absolute; top: -56px; left: 6px; }
	#menu .item .item_authentic { position: absolute; top: 4px; left: 146px; }
	#menu .item .item_sauce { position: absolute; bottom: -14px; left: 59px; }
		#menu .item .badges .badge_1 { left: 4px; }
		#menu .item .badges .badge_2 { left: auto; right: 8px; }
	#menu h2 { font-size: 1.3em; margin-bottom: 5px; }
	#menu p { font-size: 1.1em; line-height: 1.3em; }
	#menu p.nutrition { background: url("/img/bg/bullet_red.gif") 0 50% no-repeat; padding-left: 13px; }
	#menu .item a { color: #272727; border-bottom-color: #d4d4d4; }
	#menu .item a:hover { border-bottom: 1px solid #FC7D1A; color: #FC7D1A; }

.s-locations #menu h2 { font-size: 1.6em; margin: 0 0 20px 17px; }

/* Footer */

#footer p { font-size: 1.1em; }

#footer a { color: #666; border-bottom-color: #d4d4d4; }
#footer a:hover { color: #FC7D1A; border-bottom: 1px solid #FC7D1A; }



/* Nutrition Popup */

body.s-info { background: #fff; overflow: hidden; }
.s-info #holder {
	width: 320px;
	margin: 0 auto;
	border: 3px solid #EC6713; }
	.s-info.big #holder { width: 500px; }
	
.s-info #info {
	overflow: auto;
	width: 320px; height: 343px; position: relative;  }
	.s-info.big #info { width: 487px; }
.copy #info { overflow: auto; height: 367px; }
.s-info #info div { text-align: center; padding: 20px 0;}
.copy #info div { text-align: left; padding: 20px; }

.s-info #heading {
	background: url("/img/bg/popup_header.png");
	text-align: center; 
	height: 74px; }
.s-info #heading h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.4em; position: relative; top: 15px; margin: 0; }
.sIFR-hasFlash .s-info #heading h1 { font-size: 30px; top: 18px; }
.s-info p { font-size: 1.1em; }
	
#tabs {
	background: #FBD9C1;
	height: 30px; padding: 10px 0 0 15px;
	border-bottom: 1px solid #d4d4d4; }
	
	#tabs a {
		display: block;
		height: 30px; line-height: 30px;
		padding: 0 10px;
		color: #606060;
		float: left;
		font-size: 1.1em;
		border: 0; }
		
		#tabs a.active {
			background: #fff;
			border: 1px solid #d4d4d4;	border-bottom: 0;
			_position: relative; _bottom: -1px; }

#nutritional_disclaimer { background: #FBD9C1; padding: 5px 5px 5px 15px; }
#nutritional_disclaimer a { font-size: 1.1em; color: #606060; border: 0; }
#nutritional_disclaimer a:hover { color: #FC7D1A; }
		

/* Store Page */

p#store_address {
	float: left;
	font-size: 1.5em;
	border-right: 1px solid #d4d4d4; 
	padding-right: 20px; margin-right: 20px; }	
	p#store_address b { font-size: 1.1em; }

p#store_phone {
	float: left;
	font-size: 1.7em; line-height: 2.7em; }

#map_holder { height: 400px; position: relative; margin-bottom: 20px; }
#map {
	width: 100%; height: 400px;
	background: #d4d4d4; }
#map_options { 
	position: absolute;
	top: 91px; left: 663px; 
	height: 200px;
	background: url("/img/bg/map_side.png") 0 58% no-repeat; }
	#map_options_inner {
		margin-left: 70px;
		width: 200px; position:relative;
	}

#directions { font-size: 1.2em; margin-top: -10px; }
#directions table { font-size: 1em; }

.stores { margin-left: 20px; }
.stores li {
	float: left;
	width: 200px; height: 15em;
	margin-right: 20px;
	font-size: 0.9em; }
	.stores li.last { margin-right: 0; }
	
	.stores li a { color: #272727; border-bottom: none; }
		.stores li a:hover { color: #FC7D1A; border-bottom: 1px solid #FC7D1A; }

	.s-locations #menu p { font-size: 1.2em; }
	
	
	
/* News Page */

.images { 
	float: right; 
	width: 198px; 
	text-align: center;
	margin: 0 0 20px 20px; }
	
.images img {
	display: block;
	background: #fff no-repeat;
	border: 1px solid #d4d4d4; 
	padding: 2px;
	margin-bottom: 10px; }
	
.images a { 
	display: block;
	margin-bottom: 10px;
	border: 1px solid #FC7D1A; }
	.images a img { margin-bottom: 0; border: 0; }
	


/* Promotions */

.s-promos #content { background: url("/img/bg/promo-grunge.png") 0 64px no-repeat; }
.promo {
	width: 260px;
	height: 200px;
	padding-right: 30px;
	margin: 370px 30px 0 0;
	float: left;
	border-right: 1px solid #D4D4D4;
	position: relative; }
	.promo.last { margin-right: 0; border: 0; }
	
a.promo_img { border: 0; position: absolute; top: -370px; }
		
		

/* Contact Landing Page */

#contact-landing {
	background: url("/img/bg/bg_contact-landing.png") center 0 no-repeat;
	height: 380px; }

#contact-landing div {
	float: left;
	padding-top: 110px;
	text-align: center;
	display: inline; }

#contact-landing #col1 { margin: 0 67px 0 40px; width: 280px; }
#contact-landing #col2 { width: 260px; }

#contact-landing h2 { display: none; }
#contact-landing p { font-size: 1.7em; font-weight: bold; }
#contact-landing #col1 p a.btn { margin-left: 81px; display: inline; }
#contact-landing #col2 p a.btn { margin-left: 53px; display: inline; }



/* Street Crew */

.street-crew h1 a {
	position: absolute; top: 10px; left: 40px;
	width: 280px; height: 140px; 
	text-indent: -999em; border:0; overflow: hidden; }

.street-crew #split { border: 0; background: url("/img/bg/street-crew-header.png") no-repeat; }
	.street-crew #split #split_main { width: 599px; float: right; margin: 0 25px 0 0; padding-top: 20px; display: inline; }
	.street-crew #split #split_support { width: 297px; float: left; margin-left: 25px; padding-top: 160px; display: inline; color: #666; }
	
.street-crew #comingsoonbanner { position: relative; margin: 0 0 0 -40px; }
	
.street-crew h2 { font-size: 25px; margin-bottom: 0; }
.street-crew .first * { color: #fff; }

#upcoming-events { height: 40px; width: 100%; overflow: hidden; margin-bottom: 30px; position: relative; }
	#upcoming-events h3 {
		position: absolute; top: 0px; left: 0px; width: 83px; height: 41px;
		text-indent: -999em; background: url("/img/bg/upcoming-events.png");  }
	#upcoming-events #event-scroll { height: 40px; width: 482px; overflow: hidden; margin-left: 103px; position: relative; }
	#upcoming-events ul {
		float: left; border-left: 1px solid #918f90; border-right: 1px solid #918f90;
		height: 37px; margin: 1px 0 0 0; padding:0; width: 3000px; }
	#upcoming-events li { float: left; padding: 0 20px; background: none; border-right: 1px solid #918f90; margin:0; height: 37px; color: #fff; }
		#upcoming-events a { color: #fff; border: 0; }
		#upcoming-events a:hover { text-decoration: underline; }
		#upcoming-events .next a { color: #fcb315; }
		#upcoming-events b { font-size: 1.05em; }

.street-crew .event { margin-bottom: 25px; position:relative; border-top: 1px solid #ccc; padding-top: 25px; overflow: hidden; height: 1%; width: 100%;  }
	.street-crew .event.first { border-top: 0; padding-top: 0;  }
	.street-crew .event a { border: 0; margin: 0 5px 3px 0; display: block; float: left; width: 193px; height: 129px; overflow: hidden; }
	* html .street-crew .event a { margin-right: 3px; }
	.street-crew .event img { display: block; float: left; }
	.street-crew .event a.btn_viewall { position: absolute; top: 23px; right: 0px; margin: 0; width:66px; height:35px;}
	
	
#crew-register	{ margin: 40px auto 0 auto; width: 270px; }
	.crew-form div { margin-bottom: 10px; }
	.crew-form input, .crew-form select{ width: 258px; font-family: arial; text-align: left; font-style: normal; font-size: 11px; padding: 4px; border: 1px solid #ccc; -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1); -moz-border-radius: 3px; -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1); -webkit-border-radius: 3px; }
	.crew-form input.errorInput, .crew-form select.errorSelect  { border-color: #E90019; }
	.crew-form .half input { width: 120px; }
	.crew-form .half select { width: 127px; color: #8C8C8C; padding: 3px; }
	.crew-form .checkbox input { float: left; margin-right: 5px; }
	.crew-form label { overflow: hidden; zoom: 1; display: block; font-size: 11px; }
	.crew-form p { padding: 10px 0 0 79px; height:55px; }

#crew-sendtofriend { background: url("/img/bg/to.png") 267px 30px no-repeat; height: 150px; margin-top: 10px; }
	#crew-sendtofriend .crew-form { float: left; width: 270px; }
	#crew-sendtofriend .first-form { margin-right: 59px; }
	
#crew-photo	{ margin-bottom: 30px; border-bottom: 1px solid #ccc; }
#crew-photo .buttons { margin: 10px 0; height: 35px; line-height: 35px; text-align: center; }
	
#twitter_update_list { height: 130px; margin-left: -15px; }
	#twitter_update_list	li { background-image: url("/img/icons/speech.png"); padding-left: 20px; float: left; width: 195px; margin-left: 15px; display: inline;  }

a.btn_allcrewevents { width: 592px; background-position: 0 -529px; }
	a.btn_allcrewevents:hover { background-position: 0 -569px; }

a.btn_followcrew { width: 288px; height: 55px; background-position: 0 -611px; position: absolute; top: -21px; right: 0px; }
	a.btn_followcrew:hover { background-position: -308px -611px; border: 0 !important; }	
	
a.btn_backtogallery { position: absolute; top: 40px; right: 30px; width: 109px; background-position: -439px -1px; }
	a.btn_backtogallery:hover { background-position: -554px -1px; }
	
a.btn_sendtoyourfriend { width: 261px; background-position: -271px -40px; display:inline; margin-left: 4px; }
	a.btn_sendtoyourfriend:hover { background-position: -535px -40px; }	
	
a.btn_next { width: 33px; background-position: -366px -87px; float: right; }
	a.btn_next:hover { background-position: -410px -87px; }	
	
a.btn_prev { width: 33px; background-position: -271px -87px; }
	a.btn_prev:hover { background-position: -315px -87px; }	
	
.street-crew .notify { clear: both; border: 1px solid #FC7D1A; background: #FEE8BA; padding: 20px 20px 0 20px; margin-bottom: 20px; color: #000; }
	.street-crew .notify li { font-size: 0.9em; line-height: 120%; }
	
#surfboard { position: relative; }
	#surfboard img { position: absolute; top: -47px; right: 25px; }
	#surfboard p { width: 200px; color: #fff; }
	
.street-crew .terms { margin-top: 20px; border-top: 1px solid #bbb; padding-top: 10px; color: #aaa; }






