﻿body {
	background-color:#9e0b04;
	font-size: 36px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}

img {
	border: 0px;
}

#content a {
	color: red;
	text-decoration: none;
}

#content v {
	color: red;
	text-decoration: none;
}

/************************************************************************************************/*

#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

/************************************************************************************************/*

#header {
	position: inherit;
	background-color: white;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*width: 99%;*/
}

/************************************************************************************************/*

#nav {
	/*width: 100%;*/
	position: inherit;
	padding: 0px;
	margin: 0px;
}

#nav ul {
	margin-left: 0px;
	padding:2px 0px 0px 0px;
	background-color: #FF3300;
}


#nav li {
	/**Background*/
	background-color:#9e0b04;
    background: -webkit-linear-gradient(#FF3300, #9e0b04); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF3300, #9e0b04); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF3300, #9e0b04); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF3300, #9e0b04); /* Standard syntax (must be last) */
    border-bottom: thin;
    border-bottom-style:solid;
 	border-color: yellow;
	/*alignment*/
	list-style-type: none;
	padding: 5px 0px 5px 10px;
	text-decoration:none;
	/*font*/
	color:white;
	font-weight:bold;
	text-align:left;
}

#nav a {
	text-decoration:none;
	color: white;
	/*width: 100%;*/
	display:block;
}

#nav a:active{
	color: yellow;
}

#nav a:visited {
	color: white;
}

#nav li.callbutton {
	background-color: green;
    background: -webkit-linear-gradient(#3BFF3B, #008900); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3BFF3B, #008900); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3BFF3B, #008900); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3BFF3B, #008900); /* Standard syntax (must be last) */
	padding-top: 30px;
	padding-bottom: 30px;
}

/************************************************************************************************/*

#content {
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

#content p {
	font-size: xx-large;
}


/*hours of operation label 1*/
#content p.day_label {
	color: red;
	font-style:italic;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

/*hours of operation label 2*/
#content p.hour_label {
	margin: 0px 0px 0px 30px;
}

#content table {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}


/*QUICKLINKS*/
#content table.quicklink {
	background-color: #FFFF99;
	border-color: red;
	border-style: solid;
}

#content td.quicklink {
	border-style: solid;
	border-color: red;
	border-spacing: 0px;
}

#content p.menu_label {
	color: red;
	font-style: italic;
	font-weight: bold;
}

#content p.submenu_label {
	color: red;
	font-style: italic;
}

#content tr.primary_row {
	background-color:#FF9933;
}

#content tr.alternate_row {
	background-color: #FFFF99;
}

#content td.detail_cell {
	padding-left: 30px;
	font-style: italic;
}

#content td.size_cell {
	background-color: #FF9933;
	width: 16.66%
}

#content td.price_cell {
	background-color: #FFFF99;
	width: 16.66%;
}

#content a.back_to_top {
	font-size: medium;
}


/************************************************************************************************/*

#footer img {
	float: left;
	margin: 5px;
}


#footer a{
}