.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:10px 10px 10px 10px}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

#page-wrap {
	width: 960px;
	margin: 0px auto;
	background: #FFFFFF repeat-y;
}
	#main-content {
		padding: 35px 60px 20px 0px;
		}
		div#main-content div#left-col {
		float: left;
		width: 460px;
		padding: 30px 30px 0px 20px;
}
		div#main-content div#right-col {
		float: right;
		width: 260px;
		

}

ul#title {

display:block;width:750px;height:500px;overflow:hidden;float:left;margin:10px 10px 10px 10px

}




ul#nav {
	
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 25px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.home a {
			width: 137px;
			background: url(/images/nav_home_new.gif) bottom center no-repeat;
		}
		ul#nav li.about a {
			width: 137px;
			background: url(/images/nav_about_new.gif) bottom center no-repeat;
		}
		ul#nav li.gluten a {
			width: 137px;
			background: url(/images/nav_gluten_free.gif) bottom center no-repeat;
		}
		ul#nav li.menu a {
			width: 137px;
			background: url(/images/nav_favorites.gif) center center no-repeat;
		}
		ul#nav li.order a {
			width: 137px;
			background: url(/images/nav_order_new.gif) bottom center no-repeat;
		}
		ul#nav li.faq a {
			width: 137px;
			background: url(/images/nav_faq_new.gif) bottom center no-repeat;
		}
		ul#nav li.contact a {
			width: 138px;
			background: url(/images/nav_contact_new.gif) bottom center no-repeat;
		}
		ul#nav li a:hover {
			background-position: center center;
		}