body, body#home {
	background: #0d0d0d url(/assets/images/backgrounds/mainBG.gif) no-repeat top center;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #47432e;
	line-height: 1.5em;
}
body#home {
	background: #0d0d0d url(../images/backgrounds/homeBG.gif) no-repeat top center;
}
img { border: 0; }
.highlight {
	font-weight: bold;
	color: #2d2d2d;
	font-size: 1.1em;
}
a {
	color: #ac2906;
}
a:hover {
	color: #862106;
}
.required { color: red; }

hr { border: 1px solid #d8d8d8; }

/* p classes */
p.empha {
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	color: #67290b;
}
p.homeProd {
	margin: 6px 0 4px 0;
	padding: 0;
}

/* containers and containing elements */
#mastHeadHome {
	width: 820px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/backgrounds/homeBaseBG.jpg) no-repeat;
	height: 290px;
}
#mastHead {
	width: 820px;
	text-align: left;
	margin: 0 auto;
	background: #000000 url(../images/backgrounds/subBaseBG.jpg) no-repeat;
	height: 210px;
}
#headBlock {
	width: 820px;
	background: url(../images/backgrounds/headBG.gif) repeat-x;
	height: 95px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#logoBlock {
	width: 229px;
	padding: 15px 0 0 0;
	margin: 0 0 0 40px;
	position: absolute;
	height: 95px;
}
#navBlock {
	float: right;
	width: 580px;
	text-align: right;
}
#container {
	background: #ffffff;
}
#containerHome {
	background: #f3f2e8 url(../images/backgrounds/textBlockBG.gif) repeat-x;
}
#contentBlock {
	background: #ffffff;
	width: 800px;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	line-height: 1.4em;
}
#contentBlockHome {
	width: 800px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	line-height: 1.4em;
}
#lev1ColL {
	float: left;
	width: 460px;
	margin: 0 30px 0 0;
}
#lev1ColR {
	float: left;
	width: 270px;
	background:url(../images/backgrounds/sideBarBG.gif) repeat-x;
	padding: 0 20px 20px 20px;
}

.colRSummary {
	margin: 10px 0 20px 0;
}
.colRSummary h2 {
	font-size: 14px;
	color: #434343;
	margin: 4px 0;
	padding: 0;
}
.colRSummary a {
	color: #18327d;
}
.colRSummary a:hover {
	color: #1b47c6;
}
#productTab {
	background: url(../images/titles/productsTab.gif) no-repeat;
	height: 38px;
	width: 540px;
	margin: 30px 0 0 0;
}
#productContainer {
	background: #fff;
	padding: 10px 0 60px 0;
	overflow: hidden;
}
#productIntContainer {
	width: 820px;
	overflow: hidden;
	margin: 0 auto;
}
.productHomeBlock {
	width: 260px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
	text-align: left;
}
a.prodLink {
	background: url(../images/misc/redArrow.gif) no-repeat left center;
	padding: 0 0 0 16px;
	margin: 0 0 0 6px;
}
a.homeProdImg img {
	border: 2px solid #f0eedd;
}
a.homeProdImg:hover img {
	border: 2px solid #892102;
}



#lev2ColL {
	float: left;
	width: 520px;
	margin: 0 40px 0 0;
}
#lev2ColR {
	float: left;
	width: 240px;
}
#lev2ColL p {
	margin: 6px 0 12px 0;
	padding: 0;
}
#lev2ColL h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #720a0a;
	padding: 0 0 4px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #e7e7e7;
}
#lev2ColL h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #720a0a;
	padding: 0 0 4px 0;
	margin: 30px 0 0 0;
	border-bottom: 1px solid #e7e7e7;
}
#lev2ColR p {
	margin: 6px 0 12px 0;
	padding: 0;
}




ul.sideContact {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
ul.sideContact li {
	padding: 0;
	margin: 4px 0 4px 6px;
}
ul.sideContact li.title {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding: 0 0 4px 0;
}
ul.sideContact h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}





/* level 2 products */
.productBlock {
	overflow: hidden;
	width: 520px;
	margin: 0 0 15px 0;
}
.productInfo {
	float: left;
	width: 350px;
	margin: 0 20px 0 0;
}
.productThumb {
	float: left;
	width: 150px;
}
.productThumb img {
	border: 1px solid #b2b3b3;
	margin: 4px 0 0 0;
}
.productThumb img.alt {
	border: 0;
}
ul.productList {
	margin: 0 0 0 40px;
	padding: 0;
}
ul.productList li {
	color: #a42904;
	padding: 1px 0;
	margin: 0;
}
.productBlock a {
	color: #a42904;
}
.productBlock a:hover {
	color: #65200b;
}






/* navigation tabs */	
#nav {
	padding:61px 0 0 0; 
	margin:0; 
	list-style:none; 
	height:34px; 
	z-index:200; 
	width:570px;
	position: relative;
}
#nav li.top {
	display:block; 
	float:right;
	margin: 0;
}
#nav li a {
	display:block; 
	float:left; 
	height:34px; 
	width:120px; 
	text-decoration:none; 
	padding:0; 
	margin: 0;
}
#nav li a.home {
   width: 60px;
   height: 34px;
   background: url(/assets/images/nav/home.gif) no-repeat;
}
#nav li a.profile {
   width: 115px;
   height: 34px;
   background: url(/assets/images/nav/companyProfile.gif) no-repeat;
}
#nav li a.products {
   width: 74px;
   height: 34px;
   background: url(/assets/images/nav/products.gif) no-repeat;
}
#nav li a.contact {
   width: 90px;
   height: 34px;
   background: url(/assets/images/nav/contactInfo.gif) no-repeat;
}

#nav li:hover a,
#nav a:hover
{background-position: 0 -34px;}

#nav table {position:absolute; top:0; left:0; border-collapse:collapse; padding:0; width:0; height:0; margin:-1px;}

#nav .sub {position:absolute; left:-9999px; top:-9999px; margin:0; padding:0; list-style:none;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub {
	left: 1px; 
	top:32px; 
	background: #333333; 
	width:150px; 
	z-index:300;
}
#nav :hover ul.sub li {
	display:block; 
	position:relative; 
	float:left; 
	width:150px; 
	font-weight:normal;
	font-size: 1em;
	color: #e3e3e3;
	text-align: left;
	padding: 0;
	margin: 0;	
}
#nav :hover ul.sub li a {
	display:block; 
	width:130px; 
	text-decoration:none; 
	padding:4px 10px; 
	cursor:pointer;
	color: #ffffff;
	text-decoration: none;
	height: 20px;
	
}
#nav :hover ul.sub li a:hover {
	background-position: 0 -34px; 
	position:relative;
	background: #444444;
}







/* level 2 side nav */
ul.sideNav {
	list-style: none;
	margin: 6px 0 20px 0;
	padding: 0;
	width: 240px;
}
ul.sideNav li {
	display: block;
	width: 240px;
	border-bottom: 1px solid #e7e7e7;
	height: 30px;
	line-height: 30px;
	color: #4c68a2;
}
ul.sideNav li a, ul.sideNav li a:hover  {
	width: 220px;
	color: #4c68a2;
	padding: 0 10px;
	text-decoration: none;
	display: block;
}
ul.sideNav li a:hover {
	background: #fcfaf3;
}
ul.sideNav li.current {
	background: #fcfaf3;	
}


body#history ul a#historyBtn,
body#family a#familyBtn,
body#capabilities a#capabilitiesBtn,
body#pastas a#pastasBtn,
body#soups a#soupsBtn,
body#cnlabeled a#cnlabeledBtn,
body#entrees a#entreesBtn
{background: #fcfaf3;}



/* tables 
///////////////////////////////////*/
table.blank {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table {
	width:96%;
	border-top:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	margin:1em auto;
	border-collapse:collapse;
	}
tr.odd td	{
	background:#eaecee;
	}
tr.odd .column1	{
	background:#eaecee;
	}	
.column1	{
	background:#ffffff;
	}
td {
	color: #47432e;
	border-bottom: 1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	padding:.3em 1em;
	text-align: left;
	}				
th {
	font-weight:bold;
	color: #47432e;
	text-align:left;
	border-bottom: 1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	padding:.3em 1em;
	}							
thead th {
	background:#720a0a;
	text-align:left;
	font-size: 1.1em;
	font-weight: bold;
	color:#eeeeee;
	}




#map {
	margin: 20px 0 0 0;
}




/* sitemap */
#sitemap ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
#sitemap ul li {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 20px;
	border-bottom: 1px dashed #e3e3e3;
}
#sitemap ul li a {
	text-decoration: none;
}
#sitemap ul li a:hover {
	text-decoration: underline;
}

#sitemap ul li ul {
	margin: 10px 0 0 20px;
}
#sitemap ul li ul li {
	font-size: .9em;
	font-weight: bold;
	margin: 2px 0;
	border: 0;
}
#sitemap ul li ul li ul li{
	font-weight: normal;
	margin: 2px 0;
	list-style: disc;
	padding: 0;
}







/* forms */
.sforms {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	clear: left;
}
.sforms form {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
form input, form label, form textarea, form select {
	font-size: 1em;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	margin-right: 4px;
}
form label {
	text-align: left;
	width: 200px;
	padding-right: 6px;
}
form textarea {
	margin: 0;
	padding: 0;
	margin-top: 6px;
	width: 250px;
	font-size: 1.2em;
}
#formTitle {
	margin-top: 20px;
}
#formTitle h3 {
	font-size: 1.3em;
	color: 3e000d;
	font-weight: bold;
	margin: 0;
	padding: 0;
}






/* footer */
#footer {
	background: url(../images/backgrounds/footerBG.gif) repeat-x top;

}
#footerBlock {
	padding: 50px 10px 40px 10px;
	width: 800px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
}
#footerL {
	width: 200px;
	float: left;
}
#footerR {
	width: 600px;
	float: left;
	text-align: right;
	color: #e6dab1;
}
#footerR a {
	color: #ebe5e5;
	text-decoration: none;
}
#footerR a:hover {
	text-decoration: underline;
}
#footerR p {
	color: #969696;
	margin: 6px 0;
	padding: 0;
}


/* clearing for the browsers */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.last { margin: 0; }
