body {
	font-size: 80%;
	background-image: url(images/bgPattern_01.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#container {
	border: thick solid #7D6C5A;
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	margin-top: 50px;
}


/*---------------------------- Top Nav. Bar ----------------------------------*/


#topNav {
	float: left;
	width: 800px;
	background-image: url(images/topNav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#topNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topNav ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-indent: -5000px;
}
#topNav ul li  a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}
.logoType_topNav {
	background-image: url(images/logoType_Over.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.logoType_topNav a {
	height: 36px;
	background-image: url(images/logoType_Up.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 166px;
	display: block;
}
.logoType_topNav a:hover {
	background-image: url(images/logoType_Over.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.restaurant_topNav {
	background-image: url(images/restaurant_TopOver.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 298px;
}
.restaurant_topNav a {
	height: 36px;
	background-image: url(images/restaurant_TopUp.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 104px;
	display: block;
	overflow: hidden;
}
.restaurant_topNav a:hover {
	background-image: url(images/restaurant_TopOver.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.catering_topNav {
	background-image: url(images/catering_TopOver.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.catering_topNav a {
	height: 36px;
	background-image: url(images/catering_TopUp.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 110px;
	display: block;
}
.catering_topNav a:hover {
	background-image: url(images/catering_TopOver.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.store_topNav {
	background-image: url(images/store_TopOver.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.store_topNav a {
	height: 36px;
	background-image: url(images/store_TopUp.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 80px;
	display: block;
}
.store_topNav a:hover {
	background-image: url(images/store_TopOver.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


/*---------------------------- Second Nav. Bar ABOUT/MENU/CONTACT and Tagline ----------------------------------*/


#secondNav {
	background-color: #AB1434;
	float: left;
	width: 800px;
	margin-top: 3px;
	background-image: url(images/secondNav_tagline.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#secondNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#secondNav ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-indent: -5000px;
}
#secondNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}
.about_secondNav {
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 166px;
	background-image: url(images/secondNav_aboutOver.gif);
	display: inline;
}
.about_secondNav a {
	height: 36px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 68px;
	display: block;
	margin-left: 166px;
	background-image: url(images/secondNav_aboutUp.gif);
}
.about_secondNav a:hover {
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 166px;
	background-image: url(images/secondNav_aboutOver.gif);
}
.menu_secondNav {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/secondNav_menuOver.gif);
}
.menu_secondNav a {
	height: 36px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 52px;
	display: block;
	background-image: url(images/secondNav_menuUp.gif);
}
.menu_secondNav a:hover {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/secondNav_menuOver.gif);
}
.contact_secondNav  {
	height: 36px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 65px;
	display: block;
	background-image: url(images/secondNav_contactCurrent.gif);
}


/*---------------------------- Left Content ----------------------------------*/


#leftSide {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 489px;
	width: 166px;
	background-color: #FFF;
	background-image: url(images/boot_mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*#leftSide img {
	height: 140px;
	width: 166px;
	margin-top: 168px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	padding-bottom: 5px;
}
#leftSide p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 130%;
	color: #AD1D34;
	padding: 0px;
	font-weight: bold;
	clear: left;
	margin: 0px;
	text-align: center;
}*/


/*---------------------------- Main Content ----------------------------------*/


#mainContent {
	float: left;
	width: 634px;
	margin: 0px;
	padding: 0px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #AB1434;
	margin-top: 50px;
	margin-bottom: 17px;
	margin-left: 15px;
	letter-spacing: 0.06em;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	line-height: 170%;
	color: #6E5E4E;
	padding: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 15px;
	letter-spacing: 0.05em;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 190%;
	color: #6E5E4E;
	padding: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 12px;
	font-weight: lighter;
	letter-spacing: 0.05em;
}
h2 a:link, a:visited {
	text-decoration: none;
	color: #AB1434;
}
h2 a:hover, a:active {
	text-decoration: none;
	color: #EF8C1A;
}


/*---------------------------- Locations Section and Footer ----------------------------------*/


#locations {
	background-color: #F9F7F5;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	padding-top: 23px;
	padding-bottom: 20px;
	display: inline;
}
#location-1 {
	width: 230px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
}
#location-2 {
	width: 253px;
	float: left;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #7D6C59;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
}
#location-1 h1 , #location-2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #F8990F;
	letter-spacing: 0.06em;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
#location-1 p , #location-2 p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 145%;
	color: #6E5E4E;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 3px;
	font-weight: lighter;
	letter-spacing: 0.05em;
}
#location-1 h2 , #location-2 h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.45em;
	line-height: 140%;
	color: #6E5E4E;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
	letter-spacing: 0.05em;
	font-weight: lighter;
}
#location-1 h3  , #location-2 h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 0.15em;
	padding: 0px;
	margin-right: 0px;
	font-weight: bold;
}
#location-1 h4, #location-2 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
	font-weight: bold;
	color: #7D6C59;
	line-height: 190%;
	letter-spacing: 0em;
}
h3 a:link, a:visited {
	text-decoration: none;
	color: #AB1434;
}
h3 a:hover, a:active {
	text-decoration: none;
	color: #7F6E5B;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #7D6C59;
	letter-spacing: 0.04em;
	font-weight: bold;
}
.hours {
	font-style: italic;
	color: #F8990F;
}
.times {
	font-weight: normal;
}
#footer {
	height: 36px;
	clear: both;
}


/*---------------------------- Banner Ad and Copyright ----------------------------------*/


#container-2 {
	background-color: #F9F7F5;
	width: 804px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	border: medium solid #7D6C5a;
}
#adSpace {
	margin: 0px;
	padding: 0px;
	height: 80px;
	background-image: url(images/home_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container-copyright {
	width: 804px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
}
#container-copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0px;
	color: #6A5C4B;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 75px;
	font-weight: bold;
	color: #AB1434;
	float: right;
	padding-top: 10px;
	letter-spacing: 0.05em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
}
#footer a:hover, a:active {
	color: #F8990F;
}
#footer a {
	text-decoration: underline;
	color: #AB1434;
}
