/*****************************************************/
/*Title bar.*/

font.titleHeading {
	font-size: 36px;
	font-weight: bold; 
	color:firebrick;
}


p.title {
	margin-bottom: .3em;
	border-style: solid;
	border-color: firebrick;
	border-width: 0 0 4px 0;
	font-weight: bold;
	background-color: white;
	color: firebrick;
}

p.titleClear {
	margin-bottom: .3em;
	border-style: solid;
	border-color: firebrick;
	border-width: 0 0 4px 0;
	font-weight: bold;
	color: firebrick;
}

/*****************************************************/
/*Side bar.*/
table.sidebar {
	border-style: solid;
	border-color: gainsboro;
	border-width: 3px;
	background-color: whitesmoke;
	text-align: center;
}

p.sidebar_top {
	font-size: small;
	font-family: sarif;
	color: black;
	background-color: white; 
	font-weight: bold;
	padding: 0.1em;
}

p.sidebar_bottom {
	border-style: solid;
	border-width: 4px 0 0 0;
	border-color: firebrick;
	font-size: small;
	font-family: sarif;
	color: firebrick;
	font-weight: bold;
}

span.front {
	font-weight: bold;
}

/*****************************************************/
/*Nav buttons*/
table.navtable {
	background-color: gainsboro;
}

a.navbutton {
	float: left;
	width: 10em;
	color: black;
	background-color: yellow;
	padding: 0.1em;
	text-decoration: none;
	text-align: center;

	border-style: outset;
	border-color: grey;
	border-width: 2px;
}

a.navbutton:hover {
	background-color: firebrick;
	text-decoration: underline;
	color: white;
}

a.bignavbutton {
	float: center;
	width: 6em;
	color: black;
	background-color: yellow;
	padding: 0.1em;
	text-decoration: none;
	text-align: center;

	border-style: outset;
	border-color: grey;
	border-width: 2px;
}

a.bignavbutton:hover {
	background-color: firebrick;
	text-decoration: underline;
	color: white;
}



a.navselected {
	float: left;
	width: 10em;
	color: black;
	background-color: gainsboro;
	padding: 0.1em;
	text-decoration: none;
	text-align: center;

	border-style: none;
	border-color: grey;
	border-width: 2px;
}
a.navselected:hover {
	background-color: firebrick;
	text-decoration: underline;
	color: white;
}

/*****************************************************/
/*Home page nav buttons*/
a.hpnavbutton {
	float: left;
	color: black;
	background-color: yellow;
	padding: 1em;
	width: 8em;
	text-decoration: none;

	border-style: outset;
	border-color: grey;
	border-width: 2px;
}

a.hpnavbutton span { 
	display: none;
}

a.hpnavbutton:hover {
	display: block;
	background-color: firebrick;
	text-decoration: none;
	color: white;
}

a.hpnavbutton:hover span {
	display: block;
	margin: 1em 0 0 0;
	background-color: white;
	text-decoration: none;
	color: firebrick;
}

/*****************************************************/
/*about*/
p.aboutTitle {
	border-style: none;
	border-width: 0 0 4px 0;
        text-align: center;
        color: #FC9;
	font-size: small;
	font-family: sarif;
}

table.about {
	border-style: none;
	border-width: 2px 2px 2px 2px;
	margin: 0.1em;
	width: 80%;
	border-color: grey;
	font-size: medium;
	font-family: sarif;
	color: #FC9;
	margin-left: 10%;
}

p.aboutInterior {
	margin: 2em;
	font-size: medium;
	font-family: sarif;
	color: #FC9;
}

p.caterTitle {
	margin: 2em;
	border-color: black;
	font-size: medium;
	font-family: sarif;
	color: firebrick;
	text-align: center;
}


/*****************************************************/
/*menu*/
a.menunavbutton {
	float: center;
	display: block;
	color: black;
	background-color: gainsboro;
	padding: .2em;
	width: 6em;
	height: 5.5em;
	text-decoration: none;
	text-align: center;
	color: firebrick;
	font-size: small;

	border-style: outset;
	border-color: grey;
	border-width: 3px;
}
a.menunavbutton:hover {
	background-color: firebrick;
	text-decoration: none;
	color: white;
	text-align: center;
}

a.menunavselected {
	display: block;
	float: center;
	color: black;
	background-color: FFFF99;
	padding: .2em;
	width: 6em;
	height: 5.5em;
	text-decoration: none;
	text-align: center;
	color: firebrick;
	font-size: small;

	border-color: firebrick;
	border-style: inset;
	border-width: 6px;
	
	border-top: 1px outset;
	border-left: 1px outset;
	border-right: 1px outset;
}
a.menunavselected:hover {
	display: block;
	background-color: E6B672;
	text-decoration: none;
	color: white;
	text-align: center;
}

table.menuBox {
	margin-top: 0;
	padding: 1em 3em;
	text-align: center;
	font-size: small; 
	color: firebrick;
	border-style: outset;
	border-width: 2px;
	border-color: firebrick;
	background-color: FFFFBB;
	width: 80%;
}

p.menuBoxText {
	margin-top: 0;
	text-align: center;
	font-size: small; 
	color: firebrick;
}
/*****************************************************/
input.takeoutbutton {
	width: 6em;
	color: black;
	background-color: yellow;
	padding: 0.1em;
	text-decoration: none;

	border-style: outset;
	border-color: grey;
	border-width: 2px;
}

input.takeoutbutton:hover {
	background-color: firebrick;
	text-decoration: underline;
	color: white;
}

p.takeoutItemName {
	font-size: 20;
	font-weight: bold;
	color: firebrick;
}

p.takeoutOptionName {
	color: black;
}

p.takeoutItemDescription {
	color: black;
}

p.takeoutOptionValue {
	color: black;
}

p.takeoutMoneyValue {
	color: black;
}

p.takeoutItemList {
	color: black;
}

p.takeoutItemListPrice {
	color: black;
}

p.takeoutError {
	color: firebrick;
	font-weight: bold;
}

table.takeoutAddTable {
	margin-top: 0;
	padding: 1em 1em;
	color: firebrick;
	border-style: outset;
	border-width: 2px;
	border-color: firebrick;
	background-color: FFFFBB;
	width: 80%;
}

table.takeoutEditTable {
	margin-top: 0;
	padding: 1em 1em;
	width: 80%;
	color: firebrick;
	border-style: outset;
	border-width: 2px;
	border-color: firebrick;
	background-color: FFFFAA;
}

table.takeoutMainTable {
	margin-top: 0;
	padding: 1em 1em;
	width: 80%;
	color: firebrick;
	border-style: outset;
	border-width: 2px;
	border-color: firebrick;
	background-color: FFFFAA;
}

table.takeoutFloatTable {
	margin-top: 0;
	padding: 1em 1em;
	width: 80%;
	color: firebrick;
	text-align: center;
	border-style: outset;
	border-width: 2px;
	border-color: firebrick;
	background-color: FFFFAA;
}

table.takeoutFinalTable {
	margin-top: 0;
	padding: 1em 1em;
	width: 80%;
	color: firebrick;
	border-style: outset;
	border-width: 2px;
	border-color: firebrick;
	background-color: FFFFAA;
}

p.takeoutFinalName {
	font-size: 20;
	font-weight: bold;
	color: black;
}

p.takeoutFinalDesc {
	color: black;
}


table.takeoutInstructionsTable {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	margin: 0.1em;
	width: 80%;
	border-color: firebrick;
	font-size: medium;
	font-family: sarif;
	color: firebrick;
	margin-left: 10%;
}

p.takeoutInstructions {
	margin: 2em;
	border-color: firebrick;
	font-size: medium;
	font-family: sarif;
	color: firebrick;
}

input.takeoutbuttonFree {
	color: black;
	background-color: yellow;
	padding: 0.3em;
	text-decoration: none;

	border-style: outset;
	border-color: grey;
	border-width: 3px;
}

input.takeoutbuttonFree:hover {
	background-color: firebrick;
	text-decoration: underline;
	color: white;
}


/*****************************************************/

body {
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}