@charset "utf-8";

/* ---vvv--- Page Layout Styles ---vvv--- */
body  {
	background-color: #bbaf7f;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	min-height: 100%;
}
.classicLayout #container { 
	width: 960px;
	background: #FFFFFF;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	height: 100%;
	min-height: 100%;
} 
.classicLayout #header { 
  height: 120px; 
	padding: 0px 0px 0px 0px;
} 
.classicLayout #navbar {
	float: left;
	width: 164px;
	padding: 0px 0px 0px 0px;
}
.classicLayout #pagetitle {
	margin: 0;
	padding: 0px 20px 0px 0px;
}
.classicLayout #mainContent {
	background-image: url(images/things-bg.gif);
	background-repeat: no-repeat; 
	margin: 0px 7px 0px 164px;
	padding: 0px 40px 20px 40px;
}
.classicLayout #pageContent {
	height: auto;
	margin: 0px 0px 0px 0px;
}
.classicLayout #leftbox {
	float: left; 
	width: 240px;
	margin: 60px 38px 20px 0px;
}
.classicLayout #centerbox {
	width: auto;
	margin: 40px 80px 20px 80px;
}
.classicLayout #shadowRt {
	float: right;
	width: 7px;		
	padding: 0px 0px 0px 0px;
}
.classicLayout #tagline {
	background-color: transparent;
	padding: 20px 0px 10px 0px;
}
.classicLayout #footer {
	height: 8px;
	background:#bbaf7f;	
	background-image: url(images/page-btm.gif); 
	padding: 0px 0px 0px 0px;
} 
.classicLayout #footer p {
	margin: 0;
	padding: 0px 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nolink { 
	background-position: 0 -30px;
}

/* ---vvv--- Nav Rollovers ---vvv--- */
#home {
  	position: relative;
	top: 46px;
	display: block;
	width: 164px;
	height: 30px;
	background: url("images/nav/home.gif") no-repeat 0 0;
}
#home:hover { 
	background-position: 0 -30px;
}
#home span {
	display: none;
}
#about {
  	position: relative;
	top: 56px;
	display: block;
	width: 164px;
	height: 30px;
	background: url("images/nav/about.gif") no-repeat 0 0;
}
#about:hover { 
	background-position: 0 -30px;
}
#about span {
	display: none;
}
#cuisine {
  	position: relative;
	top: 66px;	
	display: block;
	width: 164px;
	height: 30px;
	background: url("images/nav/cuisine.gif") no-repeat 0 0;
}
#cuisine:hover { 
	background-position: 0 -30px;
}
#cuisine span {
	display: none;
}
#gallery {
  	position: relative;
	top: 76px;	
	display: block;
	width: 164px;
	height: 30px;
	background: url("images/nav/gallery.gif") no-repeat 0 0;
}
#gallery:hover { 
	background-position: 0 -30px;
}
#gallery span {
	display: none;
}
#clients {
  position: relative;
	top: 86px;
	display: block;
	width: 164px;
	height: 30px;
	background: url("images/nav/clients.gif") no-repeat 0 0;
}
#clients:hover { 
	background-position: 0 -30px;
}
#clients span {
	display: none;
}
#contact {
  	position: relative;
	top: 96px;	
	display: block;
	width: 164px;
	height: 30px;
	background: url("images/nav/contact.gif") no-repeat 0 0;
}
#contact:hover { 
	background-position: 0 -30px;
}
#contact span {
	display: none;
}
#email {
  position: relative;
	top: 160px;
	left: 25px; 	
	display: block;
	width: 116px;
	height: 102px;
	background: url("images/nav/call.gif") no-repeat 0 0;
}
#email span {
	display: none;
}

/* ---vvv--- Text Font Styles ---vvv--- */
a:link {
	color: #421043;
}
a:visited {
	color: #915c92;
}
a:hover {
	color: #421043;
}
.majorhead {
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: 600;
	color: #420c45;
}
.minorhead {
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 600;
	color: #420c45;
}
.sans10 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.sans9 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.menu10 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20pt;
	color: #000000;
}

