/* Print Stylesheet
----------------------------------------------------------- */

html body {
	font: normal 12pt/15pt Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: left;
}

h3 {color:#f37424;font-size:15pt;line-height:17pt;}
h4 {color:#f37424;font-size:13pt;line-height:15pt;}


/* News listing
----------------------------------------------------------- */

.list-news {
	display: inline;
	position: static;
}

.list-news li {
	height: auto;
	
	padding-left: 120px;
	width: 475px;
}



/* Product listing
----------------------------------------------------------- */

.list-products {
	display: inline;
	position: static;
}

.list-products li {
	float: none;
	height: auto;
	margin-bottom: 24pt;
	width: 475px;
}

.list-products li h3, .list-products li .desc {padding-right:0;}



/* Team listing
----------------------------------------------------------- */

.list-team {
	display: inline;
	position: static;
}

.list-team li {
	width: 295px;
}



/* Recipe listing
----------------------------------------------------------- */

.list-recipes {
	display: inline;
	position: static;
}

.list-recipes li {
	width: 295px;
}


/* Recipe details
----------------------------------------------------------- */

#recipe-pic {
	display: inline;
	position: static;
	float: right;
}

#recipe-details {padding:0;}


/* Location map
----------------------------------------------------------- */

#location-map {
	height: auto;
	padding: 0;
	display: inline;
	position: static;
}

#location-map #map {
	display: inline;
	position: static;
}


/* Content Layouts
----------------------------------------------------------- */

/* image right / content left */

#image-right {
	display: inline;
	position: static;
	float: right;
}

#content-left {
	padding: 0;
}


/* image left / content right */

#image-left {
	display: inline;
	position: static;
	float: left;
}

#content-right {
	padding: 0;
}


/* Tools (print/email/font down/font up)
----------------------------------------------------------- */

#tools {
	display: none;
}


/* Buttons
----------------------------------------------------------- */

/* default class for all buttons */
.btn {display:none;}


/* Headings
----------------------------------------------------------- */

/* default class for all headings */
.hdn {text-indent:0;}

/* headings images + dimensions */
.hdn-tagline{background:none;height:auto;}


/* Promotional area
----------------------------------------------------------- */

#promo {
	display: none;
}


/* Homepage Elements
----------------------------------------------------------- */


/* Print header
----------------------------------------------------------- */

#print-header{display:block;margin-bottom:30px;}


/* Layout and Structure
----------------------------------------------------------- */

#container {
	display: inline;
	position: static;
	width: 595px;
}

#header {
	display: none;
}

#main {
	background: #fff;
	display: inline;
	position: static;
	width: 595px;
}

#content {
	background: #fff;
	border: none;
	margin: 0; 
	padding: 0;
	display: inline;
	position: static;
	width: 595px;
}

.pn-select-home #content {background: #fff;}

.content-padding {
	padding: 0;
}

.content-padding-noimage {
	padding: 0;
}

#footer {
	display: none;
}


/* Hacks and Workarounds :(
----------------------------------------------------------- */

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
* html .clearfix {height:1px;}