
/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL(/graphics/bg.jpg);
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:13px;
	color:#000000;
	
}

body a {
	color: black;
	text-decoration: none;
	}

body a:hover {
	color: black;
	text-decoration: underline;
	}
	
a img { border:0;  }

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:1046px; 
	background: URL("/graphics/grad1046.png") repeat-y; /* page bg with fade */
	_background: URL("/graphics/grad1046.gif") repeat-y; /* page bg used in IE6 */
	min-height: 600px;
	}

div#header {
	width:1046px;
	height:105px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}

div#headernav {
	width: 1046px;
	height: 92px;
	position:relative;
	background: url("/graphics/headernav.gif") no-repeat;
	}

#title {
	width: 1000px;
	height: 59px;
	margin: 0 auto;
	background: url("/graphics/titlebar.png");
	position: relative;
	}

#title h1 {
	display: inline;
	float: left;
	margin: 20px  0 0px 40px;
	font-size: 28px;
	font-family: Times New Roman, Times, serif;
	color: #E2DDCC;
	text-transform: capitalize;
	}

div#splash {
	background: url("/graphics/splashpic.jpg");
	height: 565px;
	width: 1000px;
	min-height: 565px;
	margin: 0 auto;	
	}

div#intro {
	position: absolute;
	top: 250px;
	left: 65px;
	width: 420px;
	max-height: 315px;
	height: 315px;
	overflow: hidden;
	color: #E2DDCC;
	font-size: 15px;
	line-height: 30px;
	}
	
div#tip {
	width: 365px;
	max-height: 85px;
	height: 85px;
	position: absolute;
	top: 590px;
	left: 100px;
	color: #E2DDCC;
	line-height: 21px;
	font-size: 15px;
	padding: 40px 0 0 0;
	text-align: justify;
	}
div#tip a {
	display:block;
	color: #E2DDCC;
	font-weight:normal;
	line-height: 21px;
	font-size: 14px;
	}

span#quicktip {
	display: block;
	color: #E2DDCC;
	position: absolute;
	font-size: 16px;
	top: 597px;
	left: 335px;
	width: 126px;
	text-align: center;
	font-weight: bold;
	}

div#search_button {
	background: url("graphics/search_button.gif") no-repeat;
	height: 23px;
	width: 73px;
	position: absolute;
	right: 40px;
	top: 9px;
	}
	
div#search {
	width: 212px;
	background: url("/graphics/search.gif") no-repeat;
	width: 202px;
	height: 23px;
	position: absolute;
	right: 115px;
	top: 10px;
	}

input#search {
	background: none;}
		
div#content {
	padding:0 0 50px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}


div#footer {
	width:1046px;
	height:207px;
	background: url("/graphics/footer.gif") #d9d9d9 no-repeat;
	font-size:11px;
	color: #2a363b;
	margin: 0 auto 0 auto;
	
}
 
div#footer span {
	color: white;
	display: block;
	font-size: 21px; 
	font-weight: bold; 
	text-transform: lowercase;
	margin: 0 0 -5px 0;
	}
	




/* content formatting */


#pagecontent_tips,
#pagecontent {
	width: 530px;
	margin: 10px 0px 20px 70px;
	color:#37160d;
	background: url("/graphics/bodybg.gif") no-repeat;
	line-height: 22px;
	float: left;
	display: inline;
	min-height: 400px;
}
/*
#pagecontent_tips {
	width: 900px;
	margin: 0 auto;
	} */
	
#pagecontent_tips h3 {
	margin: 20px 0 0 0;
	}



.contentpic {
	float: right;
	margin: 50px;
	position:relative;
	width:333px;
	}

#downlod_tips_pdf img {
	margin:0 15px;
	float:left;
}

#downlod_tips_pdf a.btn {
	display:inline-block;
	padding:6px 15px;
	color:#fff;
	background:#F15A22;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#downlod_tips_pdf a.btn:hover {
	background:#FF7B10;
	text-decoration:none;
}

#downlod_tips_pdf p {
	font-size:14px;
	line-height:21px;
}
	
.corners {
	position:absolute;
	top:0;
	left:0;
}

#contact_edits {
	float: right;
	width: 375px;
	margin: 30px 60px 0 0px;
	}


#contact_edits .contentpic {
margin:0;
float:left;
}
#pagecontent_tips .contentpic {
margin:0;
float:right;
}
/*
#pagecontent img {
	float:right;
	display:inline;
	margin:-20px -58px 20px 20px;
	border-right:13px solid #006587;

}

*/



#logolink2 {
	width:180px; 
	height:150px; 
	position: absolute;
	left: 50px;
	bottom: 20px;
	border: none;
	
}

.infobox {
	border:1px solid #d9d9d9; 
	font-family: arial;  
	font-size: 11px; 
	color: #47485e; 
	width:133px; 
	height:15px;
	padding:3px 0 0 5px;
}

#left_foot {
	float: left;
	color: #E2DDCC;
	margin: 12px 0 0 50px;
	text-transform: capitalize;
	font-size: 12px;
	display: inline;
}

#right_foot {
	float: right;
	color: #E2DDCC;
	margin: 12px 50px 0 0;
	text-transform: capitalize;
	font-size: 12px;
	display: inline;
}


#right_foot a{
	color: #E2DDCC;
	text-decoration: none;
}

#right_foot a:hover{
	color: #E2DDCC;
	text-decoration: underline;
}

div#contact {
	float: left;
	margin: 28px 63px;
	color: black;
	line-height: 18px;
	font-size: 12px;
	display: inline;
	}
	
div#navigate {
	float: right;
	margin: 28px 63px 0 0;
	color: black;
	line-height: 18px;
	font-size: 12px;
	display: inline;
	}
	
div#browse {
	float: right;
	margin: 28px 75px 0 0;
	color: black;
	line-height: 18px;
	font-size: 12px;
	display: inline;
	}


	
#footernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#footernav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#clear {
	clear: both;
}

.clear {
	clear: both;
}




/* text styles */

form {
	margin: 0;
}

a {
	color: #00498a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}




#newslist{
	padding: 0;
	font-size: 12px;
	text-align:left;
}

#newslist ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#newslist li {
	margin: 0;
}

li a.newslist {
	display: block;
	padding: 0;
	color: #000000;
	text-decoration: underline;
	height:28px;
}

li a.newslist:hover{
	color: #7f2319;
	text-decoration: underline;
}



h1 {
	font-weight:bold;
	font-size:15px;
	color: #c50000;
	margin:0 0 26px 0;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 20px 0 -20px 0;
	}

p { 
	margin:26px 0 26px 0;
}

table.contact {
margin:0 auto;
}
.contact td {
	font-size: 10px;
	text-align:right;
}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}



/* menu codes */

.pipelist {
    overflow: hidden;
    font-size:14px;
	width: 450px;
	height:32px;
	margin: 0 auto 0 auto;
	background: #77787b;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0 0 0 40px;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #fff;
   float: left;
   line-height: 32px;
   margin: 0 .5em 0 -.5em;
   padding: 0 22px 0 22px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #fff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #c50000;
	text-decoration: none;
}	
	
	
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
	margin: 0 0 0 10px;
	padding: 0;
}

#underlinemenu ul{
	margin: 0;
	padding-left: 0;
	float: left;
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#underlinemenu ul li{
	display: inline;
}


#underlinemenu ul li a{
	float: left;
	color: #fff;
	padding: 12px 15px 0 15px;
	height:28px;
	text-decoration: none;
	background:#68a705;
	border-left:1px solid #408202;
}

#underlinemenu ul li a:hover{
	color: #fff;
	background: #b99b1e;
}










	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 200px;
height:652px;
padding: 30px 0 0 0;
font-size: 12px;
text-align:left;
background: url("/graphics/leftbg.gif") no-repeat;
float:left;
}

* html #blueblock{ /*IE 6 only */
w\idth: 150px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 8px 0 0 25px;
color: #5e5f60;
font-weight:bold;
text-transform:uppercase;
text-decoration: none;
width: 150px;
height:20px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #c50000;
	text-decoration: none;
}





/* -- seasing / marinades -- */


#seasoning_content {
	position:relative;
	margin: 10px 30px 20px;
	color:#37160d;
	line-height: 18px;
}

#seasoning_content .clear {
	border-bottom: 1px dotted #000;
}

.seasoning {
	position: relative;
	padding:10px;
	width: 452px;
	float: left; 
	z-index:1;
}

.seasoning img {
	margin:0px 0px 0 0;
	width:158px;
	border:0px solid #fff;
	float:left;
}

.seasoning .seasoning_desc {
	margin: 5px 0 0 0;
	width: 280px;
	font-size:12px;
	float: right;
	z-index:3;
}

.seasoning .seasoning_title {
	margin:0;
	padding:0;
	color: red;
	font-size:14px;
	text-transform:uppercase;
}

.seasoning a {
	display:block;
	padding:5px 10px 0;
	text-align:right;
}

.stamp_new {
	position:absolute;
	top:-5px;
	right:0;
	width:66px;
	height:62px;
	background:url(/graphics/stamp-new.png);
	z-index:-1;
}

/* graphical menu codes */





#topnav {
	position: absolute;
	right: 50px;
	top: 55px;
	text-transform: capitalize;
}

#topnav ul li{
	display: inline;
	border-left: 1px solid #E2DDCC;
	text-align: center;
	}

#topnav ul li a{
	color: #E2DDCC;
	text-decoration: none;
	font-size: 12px;
	margin: 0 10px;	
	line-height: 12px;
	}

#topnav ul li a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
	margin: 0  10px;
	line-height: 12px;
	}




input#search {
	border: none;	
	width: 194px;
	height: 16px;
	margin: 2px 3px;
	font-size: 14px;
	}

input#search_button {
	border: none;
	width: 73px;
	height: 23px;
	}
	
/* -- sales modal box styles -- */

#sales_offices {
	padding:0;
	position:relative;
	width:350px;
	max-height:400px;
	overflow:auto;
}

#sales_offices h2 {
	margin:0;
	padding:0 0 8px;
	font-size:18px;
}

#sales_offices ul {
	margin:10px 10px 20px;
	padding:0;
	width:auto;
	list-style:none;
}

.sales_office {
	margin:0 0 10px;
	border-top:1px #000 dotted;
}

.sales_office.first_entry { border:none; }

.sales_company {
	margin:0 0 0 -10px;
	padding:0;
	font-weight:bold;
	font-size:16px;
}

.sales_name {
	margin:5px 0 0;
}

.sales_city {
	margin:10px 0 0;
}

.sales_state {
}

.sales_phone {
	margin:10px 0 0;
}

.sales_email a {
	text-decoration:underline;
}

.sales_email a:hover {
	text-decoration:none;
}

.sales_url a {
	text-decoration:underline;
}

.sales_url a:hover {
	text-decoration:none;
}
