@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ff0000;
	line-height: 13px;
}
.oneColFixCtrHdr #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: .5em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin-top: 3em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 0.5em;
	padding-right: 20px;
	padding-bottom: 0.5em;
	padding-left: 20px;
	background-image: url(/images/pizza-background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 390px;
	border: 1px solid #FFFF99;
}
.oneColFixCtrHdr #mainContentMainLocation {
	background-color: #FFFFFF;
	padding-top: 0.5em;
	padding-right: 20px;
	padding-bottom: 0.5em;
	padding-left: 20px;
	background-image: url(/images/pizza-small-background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 400px;
	border: 1px solid #FFFF99;
}
.oneColFixCtrHdr #mainContentMenu {
	background-color: #FFFFFF;
	padding-top: .5em;
	padding-right: 20px;
	padding-bottom: 0.5em;
	padding-left: 20px;
	height: auto;
	border: 1px solid #FFFF99;
	clear: both;
}
.oneColFixCtrHdr #mainContentHome {
	width: 375px;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
.oneColFixCtrHdr #mainContentLocation {
	width: 500px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1em;
	margin-top: -3em;
}
.oneColFixCtrHdr #mainContentMenuBox {
	margin-top: 1em;
	padding: 0em;
}
.oneColFixCtrHdr #homeImages {
	padding: 0em;
	width: 363px;
	position: absolute;
	top: 395px;
}
.oneColFixCtrHdr #logoHeader {
	padding: 0em;
	width: 353px;
	position: absolute;
	top: 15px;
}
.oneColFixCtrHdr #secondaryLogoHeader {
	padding: 0em;
	width: 353px;
	position: absolute;
	top: 2.5em;
}
.oneColFixCtrHdr #telephone {
	position: relative;
	left: 530px;
	top: 10px;
}
.oneColFixCtrHdr #navigation {
	padding: 0em;
	position: relative;
	left: 555px;
	top: 0px;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.oneColFixCtrHdr #menuTable td {
	padding-bottom:5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 11px;
}

.oneColFixCtrHdr #menuTable td.redRule {
	padding:6px;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
.oneColFixCtrHdr #menuTable th {
	padding: 1px;
	font-weight: bold;
	color:#FF0000;
	text-align: left;
}

.oneColFixCtrHdr #starterTable td {
	padding-bottom:5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 11px;
}

.oneColFixCtrHdr #starterTable td.redRule {
	padding:6px;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
.oneColFixCtrHdr #starterTable th {
	padding: 1px;
	font-weight: bold;
	color:#FF0000;
	text-align: left;
}

/* LINK STYLING */

a:link {
	color: red;
}
a:visited {
	color: red;
} 
a:hover { 
	color: blue; 
}
a.footerNav:link {
	color: #FFFF99;
}
a.footerNav:visited {
	color: #FFFFFF;
} 
a.footerNav:hover {
	color: #FFFFFF;
}

/* STYLES */

H1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #F60000;
	margin: 0px;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #F60000;
	margin: 0px;
}

