@charset "UTF-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	color: #fff;
}
.clearBoth {
	clear:both;
}
a:hover {
	color: #dcc794;
}
p {
	padding-bottom: 22px;
	line-height: 26px;
	font-size: 13px;
}
h1 a {
	height:76px;
	width: 142px;
	padding-left:1000px;
	display:block;
	background-image: url("/images/interface/theTroubleHouse.gif");
	background-repeat: no-repeat;
}
h2 {
	height:76px;
	overflow:hidden;
	line-height:1000px;
	display:block;
}
/*---------------------------------------------------------------
	Page Specific 
---------------------------------------------------------------*/
#wrapperHome {
	background: url("/images/pageImages/home.jpg") no-repeat top left;
}
#wrapperFood {
	background: url("/images/pageImages/food.jpg") no-repeat top left;
}
#wrapperAbout {
	background: url("/images/pageImages/about.jpg") no-repeat top left;
}
#wrapperContact {
	background: url("/images/pageImages/contact.jpg") no-repeat top left;
}
#wrapperPress {
	background: url("/images/pageImages/press.jpg") no-repeat top left;
}
h2.welcome {
	background-image: url("/images/interface/welcome.gif");
	background-repeat: no-repeat;
	width: 200px;
}
h2.food {
	background-image: url("/images/interface/ourFoodAndSuppliers.gif");
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
}
h2.about {
	background-image: url("/images/interface/about.gif");
	background-repeat: no-repeat;
	width: 200px;
}
h2.contact {
	background-image: url("/images/interface/contactUs.gif");
	background-repeat: no-repeat;
	width: 200px;
}
h2.press {
	background-image: url("/images/interface/press.gif");
	background-repeat: no-repeat;
	width: 200px;
}
p.home {
	padding-top: 150px;
	width: 210px;
	background: url("/images/pageImages/homeSmall.jpg") no-repeat top left;
}
p.food {
	padding-top: 150px;
	width: 210px;
	background: url("/images/pageImages/foodSmall.jpg") no-repeat top left;
}
p.about {
	padding-top: 150px;
	width: 210px;
	background: url("/images/pageImages/aboutSmall.jpg") no-repeat top left;
}
p.contact {
	padding-top: 150px;
	width: 210px;
	background: url("/images/pageImages/contactSmall.jpg") no-repeat top left;
}
p.press {
	padding-top: 150px;
	width: 210px;
	background: url("/images/pageImages/pressSmall.jpg") no-repeat top left;
}
#pageTitle p.pdfMenu {
	font-size: 17px;
}
/*---------------------------------------------------------------
	Interface 
---------------------------------------------------------------*/
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapperHome, #wrapperFood, #wrapperAbout, #wrapperPress, #wrapperContact {
	width: 900px;
	/*margin: 0 auto;*/ 
	text-align: left; 
}
#leftColumn {
	width:460px;
	padding-top: 45px;
	float:left;
}
#rightColumn {
	width:400px;
	padding-top: 300px;
	float:left;
}
#navigation {
	background: #000;
	padding: 20px 20px 5px 20px;
	height: 125px;
	width: 210px;
	overflow:hidden;
}
#pageTitle {
	padding: 270px 0 0 0px;
	width: 210px;
}
.pageTitleWrapper {
	padding-left: 20px;
	padding-bottom: 10px;
}
#pageTitle p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-size: 20px;
	line-height: 25px;
	padding-left: 20px;	
}
#pageCopy {
	background: #000;
	padding: 10px;
	width: 400px;
}
#pageCopyLeftColumn {
	float:left;
	width: 190px;
}
#pageCopyRightColumn {
	float:right;
	width: 190px;
}
#footer {
	clear: both;
	padding: 15px 20px 0px 45px;
	height: 26px;
	background-image: url("/images/interface/backgroundFooter.gif");
	background-repeat: no-repeat;
}
/* Navigation */
ul#mainNav, ul#footerNav {
	float: left;
	font-size:10px;
	font-weight:normal;
	line-height:11px;
	list-style: none;
	text-transform:uppercase;
	padding-top: 25px;
}
ul#footerNav {
	padding-bottom: 20px;
}
#mainNav li, ul#footerNav li {
	display:inline;
	padding-right: 2px;
}
#navigation a, ul#footerNav li a {
	text-decoration: none;
}
#navigation a:hover, #navigation a.selected, #navigation a:active, #navigation a:focus  {
	text-decoration: none;
	color: #dcc794;
}
ul#footerNav li a.raggedEdgeDesign {
	color: #666;
	text-transform:none;
	padding-left: 35px;
}
ul#footerNav li a.raggedEdgeDesign:hover {
	color:#999999;
	text-decoration:underline;
}
ul#footerNav li  a:hover, ul#footerNav li  a.selected, ul#footerNav li  a:active, ul#footerNav li  a:focus  {
	text-decoration: none;
	color: #dcc794;
}
.intro, .quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	line-height: 30px;
	font-size: 16px;
}
.intro {
	padding-bottom: 20px;
}
.source {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 13px;
}