* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	background-image: url(/img/page-background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #E99823;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Helv, Swiss, Sans-serif, Sans;
	font-size: 100%;
	color: #000;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: inherit;
}

h1 {
	font-size: 18px;
	color: #900;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	color: #000;
}

h4 {
	color: #27a;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p {
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.italicized {
	font-style: italic;
}

.serif {
	font-family: Times, Serif;
	font-size: 1em;
}

.centered {
	text-align: center;
}

.contentContainer {
	margin: 0px auto;
	text-align: left;
	position: relative;
	width: 904px;
}



.header {
	width: 904px;
	height: 318px;
	margin: 0px;
	padding: 0px;
}	

.header h1 {
	/* Fix Opera: Opera makes the header too wide, 
	so it shows out on the right side of the header */
	width: 800px;
	height: 20px;
}

.header img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	border: none;
	margin: 0px;
	padding: 0px;
}

.header img.rotateMe {
	display: none;
}

.header img.vcrControls {
	display: none;
	margin-top: 10px;
	margin-left: 768px;
	z-index: 20;
}



.mainNav {
	list-style: none none;
}

.mainNav li {
	display: inline;
	font-size: 0.75em;
	line-height: 16px;
	margin: 0px;
	margin-left: 3px;
	padding: 0px 7px 0px 3px;
	border-right: 1px solid #fff;
}

.mainNav li.last {
	border-right: none;
}

.mainMenubar {
	height: 21px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border: none;
	background-image: url(/img/main-menubar.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

.mainMenubar li {
	border-right: 2px solid #000;
}

.mainMenubar li.selected {
	font-weight: bold;
	color: #900;
}



.bodyContent {
	position: relative;
	top: 0px;
	left: 0px;
	width: 734px;
	margin: 0px;
	padding: 10px 85px 25px 85px;
	background-image: url(/img/main_content_background.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.bodyContent p, h1, h2, h3, h4 {
	margin: 0px 5px 15px 5px;
	padding: 0px 0px 0px 0px;
}

.bodyContent a {
	/*text-decoration: underline;*/
	color: #009;
	font-weight: bold;
}

.dottedDivider {
	margin: 0px;
	padding: 0px;
	height: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #bfbb86;
}

ul.generic {
	list-style: none none;
	font-size: 0.8em;
}

ul.generic > li {
	padding-left: 10px;
	padding-bottom: 5px;
}

ul.menu {
	list-style: none none;
	margin: 5px;
}

ul.menu > li {
	display: inline;
	padding-right: 15px;
}

ul.menu > li a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/* Home Page stuff */
.homePageStretcher {
	position: relative;
	height: 400px;
	width: 0px;
}

.homeLeftColumn {
	position: absolute;
	top: 10px;
	left: 70px;
	width: 245px;
	height: 355px;
	text-align: center;
}

.homeMiddleColumn {
	position: absolute;
	top: 10px;
	left: 331px;
	width: 245px;
	height: auto;
	text-align: center;
}

.homeRightColumn {
	position: absolute;
	top: 10px;
	left: 590px;
	width: 245px;
	height: auto;
	text-align: center;
}

.homeColumn p {
	line-height: 12px;
}

.homeVerticalDivider {
	position: absolute;
	top: 0px;
	margin: 0px 0px 0px -7px;
	padding: 0px;
}



.contestWidget {
	float: right;
	width: 250px;
	text-align: center;
	margin-top: 10px;
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #aaa;
}



div.manage_menu {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #000;
}

div.manage_menu > div.title {
	display: block;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	border-right: none;
}

div.manage_menu > div {
	display: inline;
	cursor: pointer;
	font-size: 0.6em;
	color: #fff;
	padding: 0px 3px 0px 3px;
	margin: 0px;
	background-color: #999;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}



div.dinein {
	margin: 0px;
	margin-top: -10px;
	padding: 0px;
	width: 585px;
	color: #fff;
}

div.dinein > img.top {
	position: relative;
	top: 8px;
	margin: 0px;
	padding: 0px;
	border: none;
}

div.dinein > div.content {
	width: 585px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-image: url(/img/dinein-rounded-background.jpg);
	background-repeat: repeat-y;
	font-size: 0.75em;
}

div.dinein > div.content > ol {
	list-style: decimal inside none;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.dinein > img.bottom {
	position: relative;
	top: -16px;
	margin: 0px;
	padding: 0px;
	border: none;
}



.locationForm {
	width: 350px;
}

.locationResults {
	float: right;
	width: 350px;
	min-height: 350px;
	padding: 10px;
	background-image: url(/img/home-vertical-divider.gif);
	background-position: left;
	background-repeat: no-repeat;
}

p.productsIntro {
	padding: 5px 100px 20px 100px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.tocProduct {
	float: left;
	width: 230px;
	height: 350px;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
}

.tocProduct img {
	width: 150px;
}

.tocProduct h2 {
	font-size: 11px;
}

.tocProduct h2 a {
	font-weight: normal;
}

.tocProduct p {
	font-size: 10px;
}

table.productImages {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	border-spacing: 0px;
}

img.nutritionFacts {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	padding-left: 20px;
}



div.recipe > h2 {
	margin-bottom: 0px;
}

div.recipe > h3 {
	color: #aaa;
	font-style: italic;
	font-size: 12px;
	margin-top: 0px;
}

div.recipe > div.details {
	display: none;
}

td.label {
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.fixMe {
	background-color: #ffd2be;
}

td.field input, textarea {
	width: 400px;
	font-size: 12px;
	border: 1px solid #999;
	margin: 3px;
	line-height: 22px;
}

td.field textarea {
	height: 80px;
}



/* CakePHP Form Field Format: Styling automagic form elements created by Cake...

<form method="post" action="/chalkboard/manage"><fieldset style="display:none;"><input type="hidden" name="_method" value="POST" /></fieldset>

<div class="input text"><label for="fullname">Name*</label><input ...
<div class="input select"><label for="state">State/Province</label><select ...

textareas do not take the "label" option for some reason, so they need to be built by-hand
using the "before" and "after" options as a way to insert the same type of divs that 
regular input() calls do:
<div class="input text"><label for="comments">Comments*</label><textarea ...

*/
div.input {
	margin: 0px;
	padding: 0px;
	width: 420px;
}

div.input label {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 0.70em;
	color: #700;
	font-weight: bold;
	vertical-align: top;
	margin: 5px 0px 3px 0px;
}

div.checkbox {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 0.70em;
	color: #700;
	font-weight: bold;
	vertical-align: top;
	margin: 5px 0px 3px 0px;
}

div.input input {
	width: 400px;
	margin: 0px 0px 5px 0px;
}

div.input select {
	margin: 0px 0px 5px 0px;
}

div.input textarea {
	width: 400px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

div.fixMe label, div.fixMe input, div.fixMe select, div.fixMe textarea {
	background-color: #ffd2be;
}

table.manage thead td {
	border-bottom: 1px solid #aaa;
}

table.manage td {
	font-size: 10px;
	padding-right: 5px;
}



/********************************************************************
 * MISC OTHER STYLES
 ********************************************************************/
div.contestRules {
	margin-top: 20px;
}

div.contestRules p {
	margin: 0px 0px 4px 0px;
	font-size: 0.6em;
	line-height: 1.1em;
}

div.rebateBody {
	background-image:url(/img/Rebates-page-image.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 650px;
	height: 420px;
}

div.rebateBody p {
	width: 395px;
}

.smallPrint {
	font-size: 0.6em;
}


.swap {
	padding-top: 5px;
	border: none;
	background-position: bottom left;
	background-repeat: no-repeat;
}



.footer {
	width: 904px;
	height: 50px;
	text-align: center;
	background-image: url(/img/content-rounded-bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 23px;
}

.footer p {
	font-size: 0.75em;
}

div.azWebDev {
	text-align: center;
	margin-top: 5px;
	border: 0px;
}

.showing {
	display: inline;
}