/*####################################
#	CSS RESET
####################################*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}

a img, :link img, :visited img {
	border: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

ol, ul {
	list-style: none;
	}
	
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	}
	
a:focus {
	outline: none;
	}


/*####################################
#	BODY, HTML, MISC
####################################*/

body, html {
	background-color: #fff;
	color: #a6a09b;
	font: normal 12px Verdana, Arial, sans-serif;
	width: 100%;
	}
	
html>body {
	font-size: 12px;
	}


/*####################################
#	FOOD SERVICE POPUP
####################################*/
	
#foodServicePopup {
	background: url(../images/layout/three_squares_upper_left.gif) no-repeat 13px 12px;
	padding: 76px 0 0 77px;
	width: 508px;
	}
	
#foodServicePopup div.main {
	background: url(../images/layout/yellow_bg.gif) no-repeat top left;
	height: 276px;
	padding: 21px 10px 0 18px;
	width: 480px;
	}
	
#foodServicePopup div.main p {
	color: #fff;
	font-size: 1.084em;
	line-height: 1.8em;
	margin-bottom: 10px;
	}
	
#foodServicePopup div.main p a {
	color: #fff;
	}
	
#foodServicePopup p.bottomLink {
	font-size: 0.834em;
	margin-top: 11px;
	padding-right: 13px;
	text-align: right;
	}

#foodServicePopup p.bottomLink a {
	color: #a6a09b;
	text-decoration: underline;
	}
	
	
/*####################################
#	TOTAL SATISFACTION POPUP
####################################*/
	
#totalSatisfaction {
	padding: 15px 0 0 11px;
	position: relative;
	width: 578px;
	}
	
#totalSatisfaction div.main {
	background: url(../images/layout/red_bg.gif) no-repeat top left;
	height: 159px;
	padding: 21px 10px 0 15px;
	position: relative;
	width: 462px;
	z-index: 2;
	}
	
#totalSatisfaction div.main p {
	color: #fff;
	font-size: 1.084em;
	line-height: 1.8em;
	}
	
#totalSatisfaction div.main p a {
	color: #fff;
	}
	
#totalSatisfaction p.bottomLink {
	font-size: 0.834em;
	margin-top: 81px;
	padding-right: 13px;
	}

#totalSatisfaction p.bottomLink a {
	color: #a6a09b;
	text-decoration: underline;
	}
	
#totalSatisfaction div.link {
	background: url(../images/layout/two_squares_lower_right.gif) no-repeat top left;
	bottom: 0;
	height: 83px;
	padding: 59px 0 0 48px;
	position: absolute;
	right: 0;
	width: 84px;
	z-index: 1;
	}
	
#totalSatisfaction div.link a {
	background: url(../images/layout/total_satisfaction_lower_right.gif) no-repeat bottom left;
	display: block;
	height: 83px;
	text-indent: -1000em;
	width: 84px;
	}
	
#totalSatisfaction div.link a:hover {
	background-position: top left;
	}
	
	
/*####################################
#	TALK TO US.  WE'RE LISTENING POPUP
####################################*/
	
#talkToUs {
	padding: 18px 0 0 14px;
	position: relative;
	width: 572px;
	}
	
#talkToUs div.main {
	background: url(../images/layout/blue_bg.gif) no-repeat top left;
	height: 165px;
	margin-top: 80px;
	padding: 21px 10px 0 15px;
	position: relative;
	width: 466px;
	z-index: 2;
	}
	
#talkToUs div.main p {
	color: #fff;
	font-size: 1.084em;
	line-height: 1.8em;
	}
	
#talkToUs div.main p a {
	color: #fff;
	}
	
#talkToUs p.bottomLink {
	font-size: 0.834em;
	margin-top: 12px;
	padding-left: 20px;
	}

#talkToUs p.bottomLink a {
	color: #a6a09b;
	text-decoration: underline;
	}
	
#talkToUs div.link {
	background: url(../images/layout/two_squares_upper_right.gif) no-repeat bottom left;
	height: 132px;
	padding: 19px 0 0 48px;
	position: absolute;
	right: 0;
	top: 0;
	width: 74px;
	z-index: 1;
	}
	
#talkToUs div.link a {
	background: url(../images/layout/click_here_to_start.gif) no-repeat top left;
	display: block;
	height: 73px;
	text-indent: -1000em;
	width: 74px;
	}
	
#talkToUs div.link a:hover {
	background-position: bottom left;
	}
