/* LAST UPDATED 02.02.09 */

/*

	Table of Contents

	I.	 GENERAL
	II.	 NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.	 TABLES
	V.	 FORMS
	VI.	 HEADINGS
	VII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #888375;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.5em;
}

p, ul, ol { padding: 0 0 14px 0; }

#services p, ul, ol { padding: 0 0 5px 0; }
#market-res p, ul, ol { padding: 0 0 2px 0; }

a {
	color: #d28800;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

#mainContent #col a {
	color: #d28800;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { text-decoration: underline; }

a img { border: 0; }

.small { font-size: 90%; }

.light-gray { color: #d4d0c5 }
.gray { color: #898476; }
.orange { color: #d28800; }

ul, ol { margin-left: 20px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#header ul {
	position: absolute;
	top: 40px;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

#header ul li {
	float: left;
	padding: 0 16px 0 8px;
	background: url('../images/nav-divider.gif') 100% 7px no-repeat;
}

#header ul li#last {
	padding: 0 0 0 8px;
	background: none;
}

#header ul li a {
	color: #b3ad9f;
	line-height: 26px;
	font-size: 18px;
	text-transform: lowercase;
	text-decoration: none;
}

#header ul li a:hover {
	color: #000;
	padding-bottom: 1px;
	border-bottom: 1px #b3ad9f dotted;
}

#header ul li a.current { color: #d28800; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	border-top: 3px #d28800 solid;
	color: #898476;
	background: #fff;
}

	#wrap .content {
		margin: 0 auto;
		width: 942px;
		padding: 27px 0;
	}

		#header {
			position: relative;
			height: 105px;
		}

		/* -----------------------------------------------------------
				III. a Main/Index Page 4 columns
		----------------------------------------------------------- */

		#mainContent {
			float: left;
			width: 665px;

		}

			#about #mainContent { background: url('../images/nuts.jpg') top right no-repeat; }

		#home #mainContent {
			float: right;
			width: 640px;
		}

			#home #mainContent .col {
				float: left;
				padding: 0 15px;
				width: 120px;
				border-left: 1px #d4d0c5 solid;
				font-size: 11px;
				height: 200px;
				overflow: auto;
			}

				#home #mainContent .last {
					padding-right: 0;
					width: 152px;
				}

				#home #mainContent .blurb {
					padding: 0 0 10px 0;
					line-height: 1.3em;
				}
				
				#home #sidebar {
					float: left;
					width: 280px;
					padding-top: 15px;
				}

	
			#pastes #mainContent { background: url('../images/iStock_000006710569Large.jpg') top right no-repeat; }
			#services #mainContent { background: url('../images/iStock_000003788989XSmall.jpg') top right no-repeat; }
			#season #mainContent { background: url('../images/iStock_000005923036Medium.jpg') top right no-repeat; }
			#flavours #mainContent { background: url('../images/taste-connection-cinammon.jpg') top right no-repeat; }
			#market-res #mainContent { background: url('../images/iStock_000003843518XSmall.jpg') top right no-repeat; }
			#ingredients #mainContent { background: url('../images/iStock_000005652416XSmall.jpg') top right no-repeat; }			
			#contact #mainContent { background: url('../images/iStock_000003235963XSmall.jpg') top right no-repeat; }						
			#link #mainContent { background: url('../images/iStock_000007128883XSmall.jpg') top right no-repeat; }						

		#home #servContent {
			float: right;
			width: 670px;
		}

			#home #servContent .col {
				float: left;
				padding: 0 10px;
				width: 105px;
				border-left: 1px #d4d0c5 solid;
				font-size: 11px;
				height: 200px;
				overflow: auto;
			}

				#services #servContent .last {
					padding-right: 0;
					width: 152px;
				}


		#sidebar {
			float: right;
			width: 230px;
			padding-top: 15px;
		}

			#sidebar .blurb {
				color: #ccc;
				padding: 0 0 7px 0;
				border-bottom: 1px #f1f1f1 solid;
				margin-bottom: 7px;
			}


#footer {
	clear: both;
	height: 164px;
	background: url('../images/bg-footer.gif') top repeat-x;
}

	#footer .content {
		margin: 0 auto;
		width: 942px;
		font-size: 11px;
		line-height: 2em;
	}

		#footer a { color: #fff; }

		#footer .col {
			float: left;
			padding: 20px 15px 0 25px;
			width: 275px;
			height: 110px;
			background: url('../images/footer-divider.gif') top left no-repeat;
		}

		#footer .first {
			width: 290px;
			padding: 20px 20px 0 0;
			background: none;
		}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#search input.textbox {
	
}

#search input.button {
	
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1.1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

	#header h1 {
		display: inline;
		text-indent: -4440px;
	}

	#header h1 a {
		display: block;
		width: 329px;
		height: 61px;
		background: url('../images/taste-connection.gif') no-repeat;
	}

h2 { font-size: 22px; }

	h2.title {
		font-size: 85px;
		color: #d4d0c5;
		text-transform: lowercase;
	}

	#home h2.title { font-size: 80px; }

h3 { font-size: 20px; }

	#mainContent h3 {
	font-size: 24px;
	line-height: 1.2em;
	color: #d4d0c5;
	padding-bottom: 25px;
	text-align: justify;		
	}
	
	#market-res #mainContent h3 {
	font-size: 24px;
	line-height: 1.2em;
	color: #d4d0c5;
	padding-bottom: 25px;
	text-align: left;		
	}

	#home #mainContent h3 {
		line-height: 1.3em;
		font-size: 20px;
	}

	#home #mainContent .col h3 {
		font-size: 18px;
		color: #770d68;
		line-height: 1.1em;
		height: 27px;
		text-align: left;	
	}

	h3.title {
		font-size: 33px;
		color: #d4d0c5;
		text-transform: lowercase;
	}

h4 { font-size: 16px; }

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */