@charset "UTF-8";

/* Layout **************************************************************************************************************/

body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
}

.clearAll {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.pushOut {
	margin: 0px;
	padding: 0px 0px 200px;
	clear: both;
}


/* Links **************************************************************************************************************/

a:link {
	color: #9fa617;
	text-decoration: none;
}

a:visited {
	color: #9fa617;
	text-decoration: none;
}
a:hover {
	color: #9fa617;
	text-decoration: underline;
}

a:active {
	color: #9fa617;
	text-decoration: none;
}


/* Header **************************************************************************************************************/

.freshcutt #header {
	padding: 0px 0px 20px;
	margin: 0px;
	height: 115px;
	width: 950px;
	clear: both;
}


/* Logo **************************************************************************************************************/

.freshcutt #headerLogo {
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 115px;
	float: left;
}


/* Main Menu **************************************************************************************************************/

.freshcutt #headerMainMenu {
	padding: 37px 0px 0px 15px;
	margin: 0px;
	height: 78px;
	width: 500px;
	float: left;
	background-image: url(../images/main-menu/menu-background.gif);
	background-repeat: no-repeat;
	background-position: 10px 37px;
}

#nav {
	margin:0px;
	padding:0px;
	list-style:none;
	width: 500px;
	}	
	
#nav li {
	float:left;
	display:block;
	width:70px;
	position:relative;
	z-index:500;
	margin:0px;
	padding: 0px;
}

.navButton {
	background:url(../images/main-menu/menu-line.gif) no-repeat right center;
}

#nav li ul li {
	background-color: #d66718;	
}

#nav li a {
	display:block;
	padding:15px 0px 0;
	font-weight:normal;
	height:25px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	color:#FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-transform: lowercase;
}

#nav li a:hover {
	color:#fff;
	background-color: #9fa617;
}
	
#nav a.selected {
}

#nav ul {
	position:absolute; 
	left:0; 
	display:none; 
	margin:0 0 0 -1px; 
	padding:0; 
	list-style:none;
}
		
#nav ul li {
	width:165px;
	float:left;
	border-top:1px solid #bc5a14;
}

#nav ul a {
	display:block;
	height:15px;
	padding: 10px 3px 10px 12px;
	color:#FFFFFF;
	text-decoration: none;
	margin: 0px;
	text-align: left;
}
		
#nav ul a:hover {
	text-decoration:none;
}

*html #nav ul {
	margin:0 0 0 -2px;
}


/* Mailing List **************************************************************************************************************/
	
.freshcutt #headerMailingList {
	padding: 45px 0px 0px 135px;
	margin: 0px;
	float: left;
	height: 70px;
	width: 200px;
}


/* Main Content Layouts - General **************************************************************************************************************/

.freshcutt #mainContent {
	padding: 0px 15px;
	margin: 0px;
	width: 920px;
}

.freshcutt #mainContent #mainContentLeft {
	padding: 0px 20px 0px 0px;
	margin: 0px;
	float: left;
	width: 150px;
}

.freshcutt #mainContent #mainContentRight {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 750px;
}

.freshcutt #mainContentNoPad {
	padding: 0px;
	margin: 0px;
	width: 950px;
}

/* Lists */

.freshcutt #mainContent ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: disc;
}

.freshcutt #mainContent li {
	margin: 0px;
	padding: 0px 0px 5px;
	list-style-type: disc;
	color: #B95915;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
}

.freshcutt #mainContent li a:link, a:visited, a:active {
	color: #9fa617;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.freshcutt #mainContent li a:hover {
	color: #9fa617;
	text-decoration: underline;	
}


/* Texts - General **************************************************************************************************************/

.freshcutt p {
	margin: 0px;
	padding: 0px 0px 10px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
	line-height: 1.65;
}

.freshcutt h2 {
	margin: 0px;
	padding: 0px 0px 10px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #df7a1c;
	text-decoration: none;
	line-height: 1.65;
	font-weight: bold;
}

.freshcutt h3 {
	margin: 0px;
	padding: 0px 0px 10px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #df7a1c;
	text-decoration: none;
	line-height: 1.65;
	font-weight: bold;
}


/* Main Titles **************************************************************************************************************/

.freshcutt h1 {
	margin: 0px;
	padding: 0px 0px 10px;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	color: #999900;
	text-decoration: none;
	line-height: 1.65;
	font-weight: bold;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
}

.freshcutt h1#ourFood {
	background-image: url(../images/titles/our-food.gif);
	width: 950px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

.freshcutt h1#ourStory1 {
	background-image: url(../images/titles/a-new-spin-on-taste.gif);
	width: 300px;
	height: 46px;
}

.freshcutt h1#ourStory2 {
	background-image: url(../images/titles/founders-story.gif);
	width: 300px;
	height: 46px;
}

.freshcutt h1#franchising {
	background-image: url(../images/titles/franchising.gif);
	width: 360px;
	height: 46px;
}


.freshcutt h1#theBuzz{

}

.freshcutt h1#reviews {
	background-image: url(../images/titles/reviews.gif);
	width: 300px;
	height: 46px;
}

.freshcutt h1#gallery {
	background-image: url(../images/titles/gallery.gif);
	width: 260px;
	height: 46px;
}

.freshcutt h1#visitUs {
	background-image: url(../images/titles/visit-us.gif);
	width: 300px;
	height: 46px;
}


/* Images **************************************************************************************************************/

.imageNormal {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.imageSocialIcon {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.imageReviewLogo {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
}


/* Footer **************************************************************************************************************/

.freshcutt #footer {
	padding: 30px 0px 20px;
	margin: 0px;
	text-align: center;
	clear: both;
}

.freshcutt #footer #footerMenu {
	width: 950px;
	margin: 0px;
	padding: 0px;
}

.freshcutt #footer #footerMenu ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 950px;
}

.freshcutt #footer #footerMenu li {
	display: inline;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	font-style: normal;
	line-height: 1.5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.freshcutt #footer #footerMenu li a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	font-style: normal;
	line-height: 1.5;
}

.freshcutt #footer #footerMenu li a:hover {
	font-size: 11px;
	color: #c65100;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 1.5;
}

.freshcutt #footer p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: 1.65;
}

