/* Start of CMSMS style sheet 'print' */
body {
    font: 14px Arial, Helvetica, sans-serif;
    color: #40441b;
    margin: 0;
}

#home-content, #inner-content, #footer {
    padding: 0;
    margin: 0;
}
#home-content img, #inner-content img, #footer img {
    display: none;
}



/* logos
----------------------------------------------------*/
h1 {
	width: 358px;
	height: 38px;
	background: url(http://www.culinarium.ca/images/savour-flavour-logo.gif) no-repeat;
    margin: 0;
}



/* Nav
----------------------------------------------------*/
#main-nav {
    height: 15px;
    display: block;
}
#main-nav ul {
    padding: 0;
    margin: 0;
}
#main-nav li {
    display: inline;
}

#main-nav li a {
    display: block;
	float: left;
	margin: 0;
	background: #9aa35b url(http://www.culinarium.ca/images/bg-nav.gif) repeat-x;
	text-decoration: none;
	color: #fff;
    font-size: 11px;
    font-weight: bold;
}

#main-nav li#active a {
	background: #e5ecc6 url(http://www.culinarium.ca/images/bg-nav-active.gif) repeat-x;
    color: #af842a;
}

#main-nav li a span.link {
	float:left;
	/* padding: 10px 15px; */
    padding: 10px 15px 14px 15px;
	cursor: pointer;
}

#main-nav li a span.rborder {
	width: 1px;
	height: 38px;
	background: #d1d5b4;
	display: block;
    float: left;
}
body.nav-home #main-nav li#main-nav-home span.rborder, 
body.nav-about-us #main-nav li#main-nav-about-us span.rborder, 
body.nav-product #main-nav li#main-nav-product span.rborder, 
body.nav-tour #main-nav li#main-nav-tour span.rborder, 
body.nav-sustainability #main-nav li#main-nav-sustainability span.rborder, 
body.nav-contact-us #main-nav li#main-nav-contact-us span.rborder {
	width: 1px;
	height: 38px;
	background: #c5caa5;
	display: block;
}


#inner-content-copy {
    margin: 0;
    line-height: 25px;
}


/* sIFR styles
----------------------------------------------------*/
/* This is to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, object, embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* ============================================= HOME PAGE ===================================== */
h2.home-heading {
    margin: 0;
    padding: 0;
	font-size: 36.25px;
    color: #335f72;
}
/* ============================================= INTERNAL PAGES ===================================== */
/* in case js is turned off */
h2 {
clear: both;
    margin: 0;
    padding: 0;
	font-size: 20px;
    color: #335f72;
}
/* in case js is turned off */
h3 {
    margin: 0;
    padding: 0;
	font-size: 20px;
    color: #80210e;
/*    text-transform: uppercase; */
line-height: 25px;
}
/* home page - bottom headline */
h4 {
    margin: 0;
    padding: 0;
	font-size: 16px;
    color: #80210e;
}


.holder {
    margin: 0 0 10px 0 !important;
}
/* End of 'print' */

