* {margin: 0; padding:0; }
/*--------------------------------------------
Style Switcher
---------------------------------------------*/

/*--------------------------------------------
Headings
---------------------------------------------*/
h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-family: 'Montez', cursive, 'Questrial', "Century Gothic", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 5px;
}
h1 {
	font-size: 34px;
	color: #333;
}
	h1 span {
		font-size: 13px;
		font-style: italic;
		color: #999;
		position: relative;
		top: -5px;
		left: 10px;
		font-family: "Helvetica Neue", helvetica, sans-serif;
	}
h2 {
	font-size: 24px;
}
h3 { font-size: 23px; }
h4 {
	font-size: 20px;
	color: #FFF;
}
h5 {
	color: #424242;
	font-size: 15px;
}
h6 {
	font-size: 13px;
	color: #2b2b2b;
}
strong, b { color: #3a3a3a; }
.center { text-align: center; }
/*--------------------------------------------
Shared Theme Elements
---------------------------------------------*/
div.main_content {
	overflow: hidden;
	border: 1px solid #dbdbdb;
	border-top: none;
	border-bottom: none;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}	
	div.main_content p {
		font-size: 12px;
		color: #888;
		line-height: 20px;
		margin-bottom: 25px;
	}
div.shadow {
	border-bottom: 1px solid #dfdfdf;
	background: url('../images/horizontal_shadow.png') no-repeat bottom;
	height: 65px;
	width: 980px;
	clear: both;
	position: relative;
	left: -35px;
	top: -30px;
}
div.page_heading {
	padding: 0px 0px 10px 0px;
	background: url('../images/page_heading.png') no-repeat bottom;
	margin: 0px 0px 30px 0px;
	text-align: center;
}
div.section_heading {
	position: relative;
	margin: 0px 0px 15px 0px;
}

/*--------------------------------------------
Homepage
---------------------------------------------*/
div#homepage div#slider{
	margin-bottom: 0px;
	width: 960px;
	background: url('../images/page_heading.png') no-repeat bottom center;
	padding-bottom: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding-top: 25px;
}
	/* Nivo Slider */
	div#homepage #slides { border: 1px solid #d2d2d2; }
	div#homepage #slides img {
		position:absolute;
		top:0px;
		left:0px;
		display:none;
		height: 400px;
	}
		div#homepage #slides a {
		   border:0;
		   display:block;
		}
		div#homepage #slides .nivo-caption {
			width: auto;
			left: 0;
			bottom: 40px;
			background: none;
			overflow: visible;
			z-index: auto;
		}
			div#homepage #slides .nivo-caption p {
			  background: #000;
				background: rgba(0,0,0,.65);
				padding: 15px 40px 17px 40px;
				margin: 0;
				font-size: 20px;
				font-weight: normal;
				color: #fff;
				border: 1px solid rgba(255,255,255,0.25);
				border-left: none;
				position: relative;
				z-index: 9;
				overflow: visible;
			}
			div#homepage #slides .nivo-caption p span{
				position: absolute;
				right: -55px;
				top: -12px;
				background: url('../images/colors/lime/date_bg.png') no-repeat;
				width: 71px;
				color: #fff;
				font-weight: bold;
				font-size: 25px;
				text-align: center;
				padding: 24px 0px 33px 0px;
				text-shadow: 0px 2px 1px #999;
				z-index: 10;
			}	
			div#homepage #slides .nivo-caption a { display: block; margin-top: 20px; }
			.nivo-controlNav {
				position: absolute; 
				bottom: -30px;
				position:absolute;
				left:50%;
		    margin-left:-30px; /* Tweak this to center bullets */
			}
			div#homepage #slides .nivo-controlNav { z-index: 12; }
			div#homepage #slides .nivo-controlNav a{
					display: block;
					float: left;
					margin-right: 6px;
					width: 10px;
					height: 10px;	
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					background: #c1c1c1;
					text-indent: -999999px;
					box-shadow: inset 0px 2px 2px #888;
				}
			div#homepage #slides	.nivo-controlNav a.active{ background: #777; }
div#homepage div#welcome {
	padding-bottom: 0px;
}
	div#homepage div#welcome h2{
		margin-bottom: 10px;
	}
	div#homepage div#welcome p{
		line-height: 22px;
		font-size: 12px;
		margin-bottom: 0px;
	}
	div#welcome .about {
		float: left;
		width: 360px;
		position: relative;
		z-index: 2;
		background: url('../images/fading_line.png') no-repeat top right;
		padding-right: 30px;
		min-height: 170px;
		overflow: hidden;
	}
	div#welcome .gallery {
		float: right;
		width: 495px;
		position: relative;
		z-index: 2;
		overflow: hidden;
	}
		div#welcome .gallery ul { list-style: none; }
			div#welcome .gallery ul li {
				float: left;
				margin-right: 15px;
				position: relative;
				background: url('../images/mini_gallery_bg.png') no-repeat top left;
				height: 155px;
				width: 155px;
			}
			div#welcome .gallery ul li.last { margin-right: 0; }
			div#welcome .gallery ul li img {
				padding: 12px 0px 0px 12px;
			}
			div#welcome .gallery ul li span{
				background: #000;
				background: rgba(0,0,0,0.6);
				color: #fff;
				font-weight: bold;
				font-size: 14px;
				display: block;
				position: absolute;
				bottom: 13px;
				left: 12px;
				width: 129px;
				text-align: center;
				padding: 10px 0px 10px 0px;
				border-top: 1px solid #555;
			}
div#homepage .one_third { margin-bottom: 0; overflow: hidden; padding-bottom: 8px; }			
div#homepage .one_third h2 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
/* Daily Specials */
