* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font: normal 12px/1.2 Arial, sans-serif;
	behavior:  url("/inc/csshover.htc");
}

li {
	list-style: none;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #003471;
	margin: 0px;
	padding: 0px;
}
h2 {
	font: normal 21px/1.2 Arial, sans-serif;
}
h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
h4 {
	font-size: 10px;
	margin-bottom: 10px;
}
h5 {
	font-size: 20px;
	margin-bottom: 10px;
}
a.block_link {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -1000em;
	display: block;
}

a.more_button {
	padding-right: 15px;
	background: url(../images/plus.gif) right top no-repeat;
	color: #0060b6;
	text-decoration: none;
	margin-bottom: 10px;
}

#page_container {
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/main_background.gif) left top repeat-y;
	min-height: 100%;
}
#page {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #a6b0b3;
	border-right: 1px solid #a6b0b3;
}

#header {
	height: 93px;
	position: relative;
	background: url(../images/header_gradient.gif) left top repeat-x;
	padding-top: 20px;
	width: 978px;
}
#header_wendys {
	height: 93px;
	position: relative;
	background: url(../images/header_gradient_wendys.gif) left top repeat-x;
	padding-top: 20px;
	width: 978px;
}

#header_qsc {
	height: 128px;
	position: relative;
	background: url(../images/header_gradient_qsc.gif) left top repeat-x;
	padding-top: 6px;
	width: 978px;
}

div#steton_logo {
	width: 506px;
	height: 78px;
	margin-left: 45px;
}
	div#steton_logo a {
		background: url(../images/steton_logo.gif) left top no-repeat;
}

div#steton_logo_wendys {
	width: 306px;
	height: 78px;
	margin-left: 45px;
}

div#steton_logo_qsc {
	width: 306px;
	height: 138px;
	margin-left: 45px;
}

	div#steton_logo_wendys a {
		background: url(../images/steton_logo_wendys.gif) left top no-repeat;
}

div#steton_logo_qsc a {
		background: url(../images/steton_logo_GOE.gif) left top no-repeat;
}


div#contact_representative {
	width: 150px;
	height: 90px;
	position: absolute;
	right: 50px;
	top: 0px;
}
div#english_dutch {
	width: 35px;
	height: 90px;
	position: absolute;
	right: 5px;
	top: 0px;
}
	div#contact_representative a {
		background: url(../images/contact_representative.gif) left top no-repeat;
	}
	
div#contact_representative_wendys {
	width: 150px;
	height: 90px;
	position: absolute;
	right: 30px;
	top: 20px;
	background: url(../images/wendys-logo.gif) left top no-repeat;
}

div#contact_representative_qsc {
	width: 320px;
	height: 90px;
	position: absolute;
	right: 30px;
	top: 20px;
	background: url(../images/checkers-logo.gif) left top no-repeat;
}

div#contact_representative_wendys2 {
	width: 150px;
	height: 90px;
	position: absolute;
	right: 30px;
	top: 20px;
	background: url(../images/wendys-logo.gif) left top no-repeat;
}

	
div#top_nav {
		position: absolute;
		bottom: 0;
		left: 215px;
		height: 24px;
	}
	div#top_nav ul {
		list-style: none;
	}
	div#top_nav li {
		display: block;
		float: left;
		height: 20px;
		position: relative;
	}
	div#top_nav ul ul {
		position: absolute;
		left: 0;
		top: 100%;
	}
	div#top_nav li:hover {
		background: #ea7219;
	}
	div#top_nav li a {
		color: #000;
		font: normal 11px/1.0 Arial, Verdana, sans-serif;
	}
	div#top_nav li li:hover a {
		color: #fff;
	}
	div#top_nav a {
		display: block;
		height: 100%;
		width: 100%;
		text-decoration: none;
		color: #000;
		font: normal 11px/1.0 Arial, Verdana, sans-serif;
	}
	div#top_nav .level1 {
		text-indent: -1000em;
		overflow: hidden;
	}
	div#top_nav ul ul {
		display: none;
	}
	div#top_nav ul ul li {
		border: 2px solid #cbdaea;
		border-width: 2px 2px 0 2px;
		width: 130px;
		background: #fff;
		padding-left: 5px;
		height: 15px;
		padding-top: 5px;
	}
	div#top_nav ul ul li.last_item {
		border-bottom: 2px solid #cbdaea;
	}
	div#top_nav ul li:hover ul {
		display: block;
	}
	div#top_nav #home {
		width: 64px;
		background: url(../images/top_nav_home.gif) left top no-repeat;
	}
	div#top_nav #home:hover {
		background: url(../images/top_nav_home_hover.gif) left top no-repeat;
	}
	div#top_nav #industry {
		width: 154px;
		background: url(../images/top_nav_industry_solutions.gif) left top no-repeat;
	}
	div#top_nav #industry:hover {
		background: url(../images/top_nav_industry_solutions_hover.gif) left top no-repeat;
	}
	div#top_nav #products {
		width: 92px;
		background: url(../images/top_nav_products.gif) left top no-repeat;
	}
	div#top_nav #products:hover {
		background: url(../images/top_nav_products_hover.gif) left top no-repeat;
	}
	div#top_nav #about {
		width: 88px;
		background: url(../images/top_nav_about_us.gif) left top no-repeat;
	}
	div#top_nav #about:hover {
		background: url(../images/top_nav_about_us_hover.gif) left top no-repeat;
	}
	div#top_nav #support {
		width: 88px;
		background: url(../images/top_nav_support.gif) left top no-repeat;
	}
	div#top_nav #support:hover {
		background: url(../images/top_nav_support_hover.gif) left top no-repeat;
	}
	div#top_nav #contact {
		width: 95px;
		background: url(../images/top_nav_contact_us.gif) left top no-repeat;
	}
	div#top_nav #contact:hover {
		background: url(../images/top_nav_contact_us_hover.gif) left top no-repeat;
	}
	div#top_nav #success {
		width: 135px;
		background: url(../images/top_nav_success.gif) left top no-repeat;
	}
	div#top_nav #success:hover {
		background: url(../images/top_nav_success_hover.gif) left top no-repeat;
	}

div#display_area {
	border-top: 10px solid #0060b6;
	height: 196px;
	background: url(../images/mainrollovers.jpg) 0 -6px  no-repeat;
}

/*Hidden divs for swapping*/
div.swapped_text {
	display: none;
}
div#mouse_area div.swapped_text {
	margin-left: 450px;
	margin-top: 40px;
	padding-right: 40px;
}
div#mouse_area div.swapped_text h2 {
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#mouse_area div.swapped_text p {
	
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#mouse_area div#default_text {
	margin-left: 350px;
	margin-top: 25px;
	color: #fff;
	display: block;
}
div#mouse_area div#default_text h2 {
	color: #fff;
}
div#mouse_area div#default_text p {
	margin-left: 15px;
	margin-top: 10px;
}

/*INDUSTRY ROLLOVER TEXT FORMATTING*/
div#industry_default_text h2 {
	color: #ffffff;
	font: normal 20px/1.2 Arial, sans-serif;
	
}
div#industry_default_text p {
	color: #ffffff;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}

div#food_text h2 {
	color: #803134;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#food_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}

div#hospitality_text h2 {
	color: #8c5457;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#hospitality_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}

div#retail_text h2 {
	color: #0060b6 ;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#retail_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}

div#government_text h2 {
	color: #6b7350 ;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#government_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}

div#auditors_text h2 {
	color: #c26c09 ;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#auditors_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}

div#other_text h2 {
	color: #cc670d ;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#other_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}


/*PRODUCT ROLLOVER TEXT FORMATTING*/
div#business_intelligence_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#mobile_data_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#data_analysis_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#program_administration_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#application_management_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#optional_plugins_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#solution_hosting_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#products_default_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}


/*ABOUT US ROLLOVER TEXT FORMATTING*/
div#aboutus_default_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#company_overview_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#news_events_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#industry_links_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#partners_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#employment_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#location_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#management_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#board_directors_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}


/*SUPPORT ROLLOVER TEXT FORMATTING*/
div#support_default_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#technical_support_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#training_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#documentation_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}



/*CONTACT US ROLLOVER TEXT FORMATTING*/
div#contactus_default_text p {
	color: #4a3334;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#demo_text p {
	color: #4a3334;
	font: normal 14px/1.2 Arial, sans-serif;
	
}



/*DEMO ROLLOVER TEXT FORMATTING*/
div#demo_default_text p {
	color: #4a3334;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#contactus_text p {
	color: #4a3334;
	font: normal 14px/1.2 Arial, sans-serif;
	
}



/*SUCCESS STORIES ROLLOVER TEXT FORMATTING*/
div#success_default_text h2 {
	color: #4a3334;
	font: normal 20px/1.2 Arial, sans-serif;
	
}
div#success_default_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}

div#bw_text h2 {
	color: #fe010c;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#bw_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}

div#cca_text h2 {
	color: #a9254c;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#cca_text p {
	color: #4a3334;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}

div#gm_text h2 {
	color: #003399 ;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#gm_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}


div#hormel_text h2 {
	color: #00a554 ;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#hormel_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}

div#jd_text h2 {
	color: #004a9e ;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#jd_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}

div#ldhh_text h2 {
	color: #3c699b ;
	font: normal 17px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#ldhh_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#skywest_text h2 {
	color: #c1141e ;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#skywest_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#sodexho_text h2 {
	color: #005da3 ;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#sodexho_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#sunnyfresh_text h2 {
	color: #000000 ;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#sunnyfresh_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#holland_text h2 {
	color: #32443e ;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#holland_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
div#tyson_text h2 {
	color: #c1002f ;
	font: normal 20px/1.2 Arial, sans-serif;
	font-weight: Bold;
}
div#tyson_text p {
	color: #4a3334 ;
	margin-top: 10px;
	font: normal 14px/1.2 Arial, sans-serif;
	
}
	


/*This is so IE can correctly calculate the height of the mouse area*/
div#mouse_area {
 border-bottom: 1px solid #6b7276;
}
div#display_area img{
	display: block;
}
#main_navigation {
	width: 980px;
	margin-right: -2px;
}
#main_navigation div {
	width: 163px;
	height: 105px;
	float: left;
}

div#food {
	background: url(../images/mouse_over_food.gif) left top no-repeat;
}
div#food:hover {
	background: url(../images/mouse_over_food_hover.gif) left top no-repeat;
}
div#hospitality {
	background: url(../images/mouse_over_hospitality.gif) left top no-repeat;
	width: 164px;
}
div#hospitality:hover {
	background: url(../images/mouse_over_hospitality_hover.gif) left top no-repeat;
}
div#retail {
	background: url(../images/mouse_over_retail.gif) left top no-repeat;
}
div#retail:hover {
	background: url(../images/mouse_over_retail_hover.gif) left top no-repeat;
}
div#government {
	background: url(../images/mouse_over_government.gif) left top no-repeat;
}
div#government:hover {
	background: url(../images/mouse_over_government_hover.gif) left top no-repeat;
}
div#auditors {
	background: url(../images/mouse_over_auditors.gif) left top no-repeat;
}
div#auditors:hover {
	background: url(../images/mouse_over_auditors_hover.gif) left top no-repeat;
}
div#other {
	background: url(../images/mouse_over_other.gif) left top no-repeat;
}
div#other:hover {
	background: url(../images/mouse_over_other_hover.gif) left top no-repeat;
}
div#news_and_stories_top {
	background: url(../images/news_and_stories_top.gif) left top no-repeat;
	height: 53px;
}
div#news_and_stories {
	background: url(../images/faux_columns.gif) left top repeat-y;
	clear: both;
}
div#news {
	background: url(../images/in_the_news.gif) left top no-repeat;
	padding-top: 55px;
	padding-left: 37px;
	padding-right: 15px;
	width: 275px;
	float: left;
}
div#stories {
	background: url(../images/success_stories.gif) left top no-repeat;
	padding-top: 55px;
	width: 651px;
	float: left;
}
div#microsoftLogo{
	position:relative;
	padding-top:5px;	
	z-index:10;
	float: left;
	
}
div#story {
	float: left;
	width: 315px;
}
div#story img {
	display: block;
	padding-left: 30px;
	width: 83px;
	float: left;
}
div#story h3 {
	font: bold 12px/1.4 Arial, sans-serif;
}
div#story h3, div#story p {
	margin-left: 125px;
}
div#story_links {
	padding-left: 50px;
	float: left;
}
ul#first_column {
	float: left;
	padding-right: 20px;
}
div#story_links ul li {
	padding-bottom: 3px;
	width: 120px;
	padding-left: 10px;
	background: url(../images/blue_triangle_bullet.gif) left top no-repeat;
}
div#story_links ul a {
	color: #30363d;
}
a#story_link_more {
	clear: both;
}
div#more_buttons_container {
	padding-bottom: 20px;
	
}
div#more_buttons_container a {
	width: 30px;
}
div#more_buttons_container #more_news{
	margin-left: 37px;
}
div#more_buttons_container #more_story{
	margin-left: 368px;
}
div#more_buttons_container #more_stories{
	margin-left: 193px;
}
/*Add some space before the more buttons*/
div#story_links ul, div#story p, div#news p {
	padding-bottom: 10px;
}

div.best_western_story {
	background: url(../images/best_western_logo.gif) 37px 0 no-repeat;
}
div#footer {
	border-top: 8px solid #ccd9e0;
	width: 978px;
	margin-left: auto;
	margin-right: auto;
}
div#footer p {
	padding-top: 10px;
	margin-left: auto;
	margin-right: 20px;
	width: 25em;
	color: #30363d;
	font: normal 11px/1.3 Arial, sans-serif ;
}

/*Rules for Tier2 and Tier3 pages*/
div.success_story {
	border-top: 1px solid #fff;
	padding: 15px 11px;
}
div.bio {
	border-top: 1px solid #fff;
	padding: 0px 11px;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 120px;
}
div.industry_solution, div#main_content div.success_story {
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 120px;
}
div#food_summary {
	background: url(../images/thumbnail_food.jpg) left top no-repeat;
}
div#hospitality_summary {
	background: url(../images/thumbnail_hospitality.jpg) left top no-repeat;
}
div#retail_summary {
	background: url(../images/thumbnail_retail.jpg) left top no-repeat;
}
div#government_summary {
	background: url(../images/thumbnail_government.jpg) left top no-repeat;
}
div#auditors_summary {
	background: url(../images/thumbnail_auditors.jpg) left top no-repeat;
}
div#other_summary {
	background: url(../images/thumbnail_other.jpg) left top no-repeat;
}
div#hormel_story {
	background: url(../images/logos/hormel_foods_logo.gif) left top no-repeat;
}
div#cca_story {
	background: url(../images/logos/CCA_logo.gif) left top no-repeat;
}
div#hormel_story {
	background: url(../images/logos/hormel_logo.gif) left top no-repeat;
}
div#general_mills_story {
	background: url(../images/logos/general_mills_logo.gif) left top no-repeat;
}
div#louisiana_department_story {
	background: url(../images/logos/louisiana_health_logo.gif) left top no-repeat;
}
div#skywest_airlines_story {
	background: url(../images/logos/skywest.gif) left top no-repeat;
}
div#sodexho_story {
	background: url(../images/logos/sodexho_logo.gif) left top no-repeat;
}
div#sunny_fresh_story {
	background: url(../images/logos/sunny_fresh_logo.gif) left top no-repeat;
}
div#tyson_story {
	background: url(../images/logos/tyson_logo.gif) left top no-repeat;
}
div#best_western_story {
	background: url(../images/logos/best_western_logo.gif) left top no-repeat;
}
div#hormel_story {
	background: url(../images/logos/hormel_foods_logo.gif) left top no-repeat;
}
div#the_holland_story {
	background: url(../images/logos/holland_logo.gif) left top no-repeat;
}
div#johnson_diversey_story {
	background: url(../images/logos/johnson_diversey_logo.gif) left top no-repeat;
}
div#steve_caplin {
	background: url(../images/picSteveCaplin.jpg) left top no-repeat;
}
div#jason_callahan {
	background: url(../images/picJasonCallahan.jpg) left top no-repeat;
}
div#shane_callahan {
	background: url(../images/picShaneCallahan.jpg) left top no-repeat;
}
div#main_content div.success_story  {
	padding-top: 0;
}
div#main_content div.industry_solution *, div#main_content div.success_story * {
	margin: 0;
}
div#main_content div.industry_solution p, div#main_content div.success_story p {
	padding-bottom: 5px
}

div.industry_solution a.more_button, div.success_story a.more_button {
	width: 51px;
	height: 19px;
	display: block;
	text-indent: -1000em;
	overflow: hidden;
	background: url(../images/more_button.gif) left top no-repeat;
}

div#internal_page_container {
	border-top: 10px solid #0060b6;
	background: url(../images/tier2_background.gif) left top repeat-y;
	height: 100%;
}

div#internal_page_container_wendys {
	border-top: 10px solid #B62025;
	background: url(../images/tier2_background.gif) left top repeat-y;
	height: 100%;
}

div#internal_page_container_qsc {
	border-top: 10px solid #B62025;
	background: url(../images/tier2_background.gif) left top repeat-y;
	height: 100%;
}

div#left_nav {
	width: 202px;
	float: left;
}

	a#go_back_link {
		padding: 10px 30px;
		display: block;
		background: #b9c1c7 url(../images/back_arrow.gif) 20px 13px no-repeat;
		color: #565c62;
		font-weight: bold;
		font-size: 11px;
		height: 24px;
	}
	div#left_nav ul {
		display: block;
		padding: 10px 0 35px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #abb2b8;
		font-weight: bold;
		font-size: 11px;
	}
	div#left_nav li {
		display: block;
	}
	div#left_nav li a {
		color: #0d5799;
		display: block;
		width: 188px;
		padding: 6px 0 6px 13px;
	}
	div#left_nav li a:hover {
		color: #f47c30;
		background: #fff;
	}
	div#left_nav li a#current_page {
		color: #7fa149;
		background: #fff;
	}
	div#left_nav img {
		display: block;
		border-top: 1px solid #fff;
		padding: 15px 11px;
	}
div#left_nav_wendys {
	width: 202px;
	float: left;
}

div#left_nav_qsc {
	width: 202px;
	float: left;
}

	div#left_nav_wendys ul {
		display: block;
		padding: 10px 0 35px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #abb2b8;
		font-weight: bold;
		font-size: 11px;
	}
	
	div#left_nav_qsc ul {
		display: block;
		padding: 10px 0 35px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #abb2b8;
		font-weight: bold;
		font-size: 11px;
	}
	
	div#left_nav_wendys li {
		display: block;
		color: #A50100;
		display: block;
		width: 188px;
		padding: 6px 0 6px 13px;
	}
	
	div#left_nav_qsc li {
		display: block;
		color: #A50100;
		display: block;
		width: 188px;
		padding: 6px 0 6px 13px;
	}
	
div#main_content {
	float: left;
	width: 776px;
	color: #575050;
	line-height: 1.3em;
}
div#main_content_wendys {
	float: left;
	width: 978px;
	color: #575050;
	line-height: 1.3em;
}

div#main_content_qsc {
	float: left;
	width: 978px;
	color: #575050;
	line-height: 1.3em;
}

	div#text_area {
		padding: 20px 30px 20px 30px;
	}
	div#text_area_presentation {
		padding: 20px 30px 0px 30px;
	}
	/*
	div#text_area li {
		width: 680px;
	}
	*/
	div#main_content p {
		padding-bottom: 15px;
	}
	div#main_content ul {
		margin-right: 10px;
		padding-bottom: 15px;
		float: left;
	}
	div#main_content ul li {
		padding-left: 10px;
		font-weight: bold;
		background: url(../images/round_bullet.gif) 0 3px no-repeat;
	}
	div#main_content ul li a {
		color: #0d5799;
	}
img#t3_image {
	display: block;
	float: left;
}
p.quote_attribution {
	text-align: right;
}
a.pdf_link {
	display: block;
	text-align: right;
	padding-bottom: 10px;
}
div#food_image {
	float: left;
	width: 240px;
	height: 227px;
	margin: 0 10px 10px 0;
}
h2.tier2_banner {
	background: #e97a30 url(../images/food_banner.gif) left top no-repeat;
	height: 34px;
	color: #fff;
	padding-left: 30px;
	padding-top: 10px;
}
h2.tier2_banner_wendys {
	background: #A50100 url(../images/food_banner_wendys.gif) left top no-repeat;
	height: 34px;
	color: #fff;
	padding-left: 30px;
	padding-top: 10px;
}

h2.tier2_banner_qsc {
	background: #A50100 url(../images/food_banner_wendys.gif) left top no-repeat;
	height: 34px;
	color: #fff;
	padding-left: 30px;
	padding-top: 10px;
}

h2.tier2_banner_wendys_text	{
}

h2.tier2_banner_qsc_text	{
}

h2.tier2_aboutus_banner {
	background: #93B5DA url(../images/aboutus_banner.gif) left top no-repeat;
	height: 34px;
	color: #fff;
	padding-left: 30px;
	padding-top: 10px;
}
h2.tier2_support_banner {
	background: #e97a30 url(../images/support_banner.gif) left top no-repeat;
	height: 34px;
	color: #fff;
	padding-left: 30px;
	padding-top: 10px;
}
h2.tier2_contactus_banner {
	background: #e97a30 url(../images/contactus_banner.gif) left top no-repeat;
	height: 34px;
	color: #fff;
	padding-left: 30px;
	padding-top: 10px;
}
h2#food {
}
h2#hospitality {
}
h2#retail {
}
h2#government {
}
h2#auditors {
}
h2#other {
}
h2#aboutus {
	background: #93B5DA url(../images/aboutus_banner.gif) left top no-repeat;
}
h2#products {
	background: #8db74b url(../images/products_banner.gif) left top no-repeat;
}
h2#support {
	background: #9d9fa1 url(../images/support_banner.gif) left top no-repeat;
}
h2#contactus {
	background: #c0272d url(../images/contactus_banner.gif) left top no-repeat;
}

h2.tier3 {
	color: #f47c30;
	border-bottom: 1px dotted #8b8f90;
	margin: 20px 0 0 30px;
	font-size: 20px;
}
div.tier2_image_container {
	width: 366px;
	height: 136px;
	padding-left: 390px;
	padding-right: 20px;
	padding-top: 60px;
	color: #575050;
	font: normal 14px/1.2 Arial, sans-serif;
}
div.tier2_image_container h2 {
	font: normal 18px/1.2 Arial, sans-serif;
	color: #575050;
}
div#industry_image_div {
	background: url(../images/mainrollovers.jpg) 0 -1380px no-repeat;
}
div#industry2_image_div {
	background: url(../images/industry_rollover.jpg) 0 0 no-repeat;
}
div#industry2_image_div_wendys {
	background: url(../images/wendys_header.jpg) 0 0 no-repeat;
}

div#industry2_image_div_qsc {
	background: url(../images/checkers_header.jpg) 0 0 no-repeat;
}

div#food_image_div {
	background: url(../images/industry_food_rollover.jpg) 0 0 no-repeat;
}
div#hospitality_image_div {
	background: url(../images/industry_hospitality_rollover.jpg) 0 0 no-repeat;
}
div#retail_image_div {
	background: url(../images/industry_retail_rollover.jpg) 0 0 no-repeat;
}
div#government_image_div {
	background: url(../images/industry_government_rollover.jpg) 0 0 no-repeat;
}
div#auditors_image_div {
	background: url(../images/industry_auditors_rollover.jpg) 0 0 no-repeat;
}
div#other_image_div {
	background: url(../images/industry_other_rollover.jpg) 0 0 no-repeat;
}
div#aboutus_image_div {
	background: url(../images/aboutus_rollover.jpg) 0 0 no-repeat;
}
div#products_image_div {
	background: url(../images/product_rollover.jpg) 0 0 no-repeat;
}
div#support_image_div {
	background: url(../images/support_rollover.jpg) 0 0 no-repeat;
}
div#contactus_image_div {
	background: url(../images/contact_rollover.jpg) 0 0 no-repeat;
}
div#demo_image_div {
	background: url(../images/demo_rollover.jpg) 0 0 no-repeat;
}
div#success_image_div {
	background: url(../images/success_rollover.jpg) 0 0 no-repeat;
}

div#products_banner {
	width: 776px;
	height: 44px;
	background: url(../images/products_banner.gif) left top no-repeat;
}

/*Specifically Tier 3 Product rules:*/
div#tier3_container {
	float: left;
	width: 532px;
	padding: 20px 0 20px 30px;
}
div#tier3_container h2 {
	font: normal 18px/1.2 Arial, sans-serif;
	color: #7fa149;
	border-bottom: 1px dotted #8b8f90;
	margin-bottom: 15px;
}
div#tier3_container p {
	padding-right: 20px;
}
div#employment_page {
	margin-left: 250px;
}
ul.single_width {
	width: 445px;
}

div#tier3_container ul.single_width {
	width: 500px;
}
div#product_logo {
	float: left;
	width: 250px;
	height: 117px;
}
div#promo_container {
	margin-top: 5px;
}
div#main_content ul.promo {
	float: left;
	width: 320px;
}
	div#main_content ul.promo li {
		padding-left: 20px;
		background: url(../images/promo_bullet.gif) left top no-repeat;
		display: block;
		margin-bottom: 5px;
	}
	div#main_content ul.promo li a {
		color: #0d5799;
		font-weight: normal;
	}
div#steton_solution {
	/*background: url(../images/steton_foodservice_logo.jpg) left top no-repeat;*/
	width: 176px;
	height: 106px;
	margin-left: 521px;
}
div#right_side_bar {
	float: right;
	width: 213px;
	background: #ececec;
	margin-top: 20px;
}
	div#right_side_bar div {
		padding-top: 35px;
		padding-left: 15px;
		padding-right: 0;
	}
	div#right_side_bar a.more_button {
		margin-left: 130px;
		width: 51px;
		height: 19px;
		display: block;
		text-indent: -1000em;
		overflow: hidden;
		background: url(../images/more_button.gif) left top no-repeat;
	}
	div#right_side_bar #documentation {
		background: url(../images/documentation_banner.gif) left top no-repeat;
	}
	div#right_side_bar #training {
		background: url(../images/training_banner.gif) left top no-repeat;
	}
	div#right_side_bar #technical_support {
		background: url(../images/tech_support_banner.gif) left top no-repeat;
	}
	div#right_side_bar #industry_solutions {
		background: url(../images/industry_solutions_banner.gif) left top no-repeat;
		height: 270px;
	}
	/*
	div#right_side_bar #industry_solutions ul li {
		background: none;
		padding: 0;
		font: normal 12px/1.2 Arial, sans-serif;
		color: #0d5799;
	}*/
	div#right_side_bar #industry_solutions ul li {
		padding-left: 20px;
		background: url(../images/promo_bullet.gif) left top no-repeat;
		display: block;
		margin-bottom: 5px;
	}
	div#right_side_bar #industry_solutions ul li a {
		color: #0d5799;
		font-weight: normal;
	}
