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;
	height: 36px;
	width: 104px;
}
.restaurant_topNav a {
	background-image: url(images/restaurant_TopUp.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 36px;
	display: block;
	width: 104px;
}
.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  {
	height: 36px;
	background-image: url(images/store_TopCurrent.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 80px;
	display: block;
}


/*---------------------------- Intro Copy ----------------------------------*/


#storeTop {
	height: 326px;
	background-image: url(images/store_top.jpg);
	margin-top: 39px;
}
#storeTop h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #000;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}


/*---------------------------- Bottom Nav. Bar ----------------------------------*/


#storetNav {
	float: left;
}
#storeNav  ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#storeNav ul li{
	float: left;
}
#storeNav ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}
.store_leftNav {
	height: 20px;
	background-image: url(images/store_navLeft.gif);
	background-position: left top;
	background-repeat: repeat-x;
	width: 314px;
	display: block;
}
.store_About {
	background-image: url(images/store_aboutOver.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
/*
========================= remove default cursor attribute when actual STORE ABOUT page is constructed  
*/
.store_About a {
	background-image: url(images/store_aboutUp.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 57px;
	height: 20px;
	cursor: default;
}
/*.store_About a:hover {
	background-image: url(images/store_aboutOver.gif);
	background-position: left top;
	background-repeat: no-repeat;
}*/
.store_Menu {
	background-image: url(images/store_menuOver.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
/*
========================= remove default cursor attribute when actual STORE MENU page is constructed  
*/
.store_Menu a {
	height: 20px;
	background-image: url(images/store_menuUp.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 51px;
	display: block;
	cursor: default;
}
/*.store_Menu a:hover {
	background-image: url(images/store_menuOver.gif);
	background-position: left top;
	background-repeat: no-repeat;
}*/
.store_Contact {
	background-image: url(images/store_contactOver.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
/*
========================= remove default cursor attribute when actual STORE CONTACT page is constructed  
*/
.store_Contact a {
	height: 20px;
	background-image: url(images/store_contactUp.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 64px;
	display: block;
	cursor: default;
}
/*.store_Contact a:hover {
	background-image: url(images/store_contactOver.gif);
	background-position: left top;
	background-repeat: no-repeat;
}*/
.store_rightNav {
	height: 20px;
	background-image: url(images/store_navRight.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 314px;
	display: block;
}


/*---------------------------- Bottom Portion and Footer ----------------------------------*/


#storeBottom {
	background-image: url(images/store_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 800px;
	float: left;
}
#storeBottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}
#store_footer {
	height: 145px;
	clear: both;
	background-image: url(images/store_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#store_footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	margin-right: 238px;
	float: right;
}


/*---------------------------- 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;
}
