@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
GLOBAL FUNCTIONS:
These are applied across all pages.
*/

body {
	background-color: #ced7a3;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#502709;
	}

a {
	text-decoration: none;
	color:#669900;
	}

a:hover {text-decoration: underline;}

.error{
	color: red;
	}

h1 {
	clear:both;
	margin: 5px 0px 5px 65px;
	font-family:Georgia, serif;
	font-size:24px;
	font-weight:normal;
	text-decoration:none;
	padding:0px;
	}

h2 {
	font-family:Georgia, serif;
	font-size:17px;
	font-weight:normal;
	text-decoration:none;
	padding:0px;
	margin:0px;
	}

h3 {
	font-size: 14px;
	font-family:Georgia, serif;
	font-weight:normal;
	padding:0px 40px 0px 20px;
	}

h4 {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	padding:0px;
	margin:0px;
	}

#clear {
	clear:both;
	}

#pageList {
color:#502709;
	}			

#cateringList {
color:#502709;
list-style-type:none;
	}	
/*-----------------*/







/*-----------------*/
#logo {
	height:152px;
	width:150px;
	z-index:1;
	position:absolute;
	margin:-45px 0px 0px 785px;
	background: url(../img/logo.png) no-repeat;
	overflow: hidden;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo.png', sizingMethod='scale');
	}

#logoText {
	position:absolute;
	z-index:1;
	margin:-20px 0px 0px 600px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
/*-----------------*/









/*------------------------------------------------
PAGE LAYOUT:
The major containers that control the position on the browser.
Notables:
- Page width = 925px
- Page is centered
*/

#pageContainer {
	width: 900px;
	padding:0px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	}

#leftContainer {
	position:absolute;
	width:592px;
	height:650px;
	background:#ffffff;
	border-top:1px solid #502709;
	border-right:1px solid #502709;
	border-bottom:1px solid #502709;
	border-left:1px solid #502709;
	}

#rightContainer {
	position:absolute;
	width:300px;
	height:650px;
	margin-left: 600px;
	background:#ffffff;
	border-top:1px solid #502709;
	border-right:1px solid #502709;
	border-bottom:1px solid #502709;
	border-left:1px solid #502709;
	}

#leftContainerBorder {
	height: 415px;
	margin-right: 65px;
	margin-left: 65px;
	border-top: 1px solid #502709;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

#leftContainerTopNav {
	margin-top:10px;
	}

#leftContainerBottomNav{
	/*margin-top: 10px;*/
	}

#leftContainerBody {
	height: 405px;
	overflow:auto;
	margin-top: 10px;
	}

#leftContainerBody img{
	float:right;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
/*-----------------*/








/*-----------------*/
#bios {
	width: 400px;
}
#bios a {
	font-size:14px;
}
#bios div {
	height: 80px;
	width: 200px;
	float: left;
}
#bios img {
	border: none;
	float:left;
}
/*-----------------*/





/*-----------------*/
#leftStoreContainer {
	position:absolute;
	width:730px;
	height:650px;
	background:#ffffff;
	border-top:1px solid #502709;
	border-right:1px solid #502709;
	border-bottom:1px solid #502709;
	border-left:1px solid #502709;
	}

#rightStoreContainer {
	position:absolute;
	width:162px;
	height:650px;
	margin-left: 738px;
	background:#ffffff;
	border-top:1px solid #502709;
	border-right:1px solid #502709;
	border-bottom:1px solid #502709;
	border-left:1px solid #502709;
	}
/*-----------------*/




/*-----------------*/
#tablist{
padding: 0px;
margin-left:27px;
margin-bottom: 5px;
font: 14px Georgia, "Times New Roman", Times, serif;
	}

#tablist li{
list-style: none;
display: inline;
	}

#tablist li a{
text-decoration: none;
padding: 0px;
margin-left: 15px;
border: 0px solid #000066;
color:#502709;
font-weight:200;
	}

#tablist li a:link, #tablist li a:visited{
color:#502709;
	}

#tablist li a:hover{
color:#669900;
text-decoration:underline;
	}

#tabcontentcontainer{
margin-left:36px;
margin-top:5px;
width:550px;
height:20px;
	}

.tabcontent{
display:none;
font:14px Georgia, "Times New Roman", Times, serif;
padding: 0px;
margin-left: 0px;
	}

a.tabconlink:link{
color:#502709;
text-decoration: none;
padding: 1px 0.5em;
font-weight:200;
	}

a.tabconlink:visited{
color:#502709;
text-decoration: none;
padding: 1px 0.5em;
font-weight:200;
	}

a.tabconlink:hover{
color:#669900;
text-decoration: none;
padding: 1px 0.5em;
font-weight:200;
text-decoration:underline;
	}
/*-----------------*/





/*-----------------*/
#bottablist{
padding: 2px 0;
margin-left: 28px;
margin-bottom: 10px;
margin-top: 0px;
font: 14px Georgia, "Times New Roman", Times, serif;
	}

#bottablist li{
list-style: none;
display: inline;
margin-top: 0px;
	}

#bottablist li a{
text-decoration: none;
padding: 0px;
margin-left: 14px;
border: 0px solid #000066;
background: #ffffff;
font-weight:200;
	}

#bottablist li a:link, #bottablist li a:visited{
color:#502709;
	}

#bottablist li a:hover{
color:#669933;
text-decoration:underline;
	}

#bottabcontentcontainer{
height:20px;
margin-left:36px;
/*display:none;*/
	}

#bottabcontentcontainer_onlineStore{
margin-left:36px;
height:20px;
	}

.bottabcontent{
display:none;
font:14px Georgia, "Times New Roman", Times, serif;
padding: 0px;
margin-left: 0px;
	}

a.bottabconlink:link{
color:#502709;
text-decoration: none;
padding: 0px 6px;
font-weight:200;
	}

a.bottabconlink:visited{
color:#502709;
text-decoration: none;
padding: 0px 6px;
font-weight:200;
	}

a.bottabconlink:hover{
color:#669900;
text-decoration: none;
padding: 0px 6px;
font-weight:200;
text-decoration:underline;
	}


/*-----------------*/


/* Footer Logos */

#footer-logos{
	margin-left:44px;
	float:left;
	
	}

