/* 
Western Commodities
Website Design by WNW Design
Version 1.0 "DEFAULT SKELETON"
Coded by Pete Crewdson
*/

* {
text-decoration : none;
}

	.b {
	font-weight : bold;
	}
	
	.em {
	font-style : italic;
	}
	
		.n {
		font-weight : normal;
		font-style : normal;
		}



/* main page body */

body {
background : url(../graphics/layout/header.gif) 50% 0 no-repeat;
font-family : Arial, Helvetica, sans-serif;
font-size : 62.5%;
margin : 0;
}

	img {
	border : none
	}



/* wrapper */

#wrapper {
margin : 96px auto 0 auto;
position : relative;
width : 760px;
}



/* left navigation */

ul#nav {
background : #9c6d21 url(../graphics/layout/nav.jpg) 0 100% no-repeat;
font-size : 1.2em;
font-weight : bold;
left : 0;
list-style : none;
margin: 0;
padding : 0 0 170px 0;
position : absolute;
top : 0;
width : 165px;
}

	ul#nav li ul, ul#nav ul li ul {
	border-bottom : 1px solid #fff;
	border-top : 2px solid #fff;
	margin : 0;
	padding : 0;
	list-style : none;
	}

	ul#nav li, ul#nav li ul li {
	border-bottom : 1px solid #fff;
	position : relative;
	}

	ul#nav a {
	background : url(../graphics/layout/bullet.gif) 5px 50% no-repeat;
	color : #fff;
	display : block;
	padding : 3px 0 3px 17px;
	}
	
		ul#nav li a.rel, ul#nav li ul li a.rel {
		background : url(../graphics/layout/bullet.gif) no-repeat;
		font-size : 0;
		height : 8px;
		margin : 0;
		padding : 0;
		position : absolute;
		right : 3px;
		top : 7px;
		width : 8px;
		}

		ul#nav li.sub-nav a {
		background : #BF9345 url(../graphics/layout/bullet.gif) 10px 50% no-repeat;
		padding : 3px 0 3px 22px;
		}

		ul#nav li.sub-sub-nav a {
		background : #D0AA67 url(../graphics/layout/bullet.gif) 15px 50% no-repeat;
		padding : 3px 0 3px 27px;
		}
	
		ul#nav a:hover {
		color : #000052;
		}



/* content area */

#content {
left : 165px;
padding : 15px 0 0 0;
position : absolute;
width : 595px;
}

	#content marquee {
	color : #000052;
	font-size : 1.4em;
	font-variant : small-caps;
	margin : 0 45px;
	font-weight: bold;
	}

	#content h1 {
	color : #9c9c9c;
	font-size : 1.4em;
	letter-spacing : -1px;
	margin : 15px 45px 0 45px;
	}
	
	#content p, #content ul {
	font-size : 1.1em;
	margin : 15px 45px 0 45px;
	text-align : justify;
	}
	
	#content a {
	color:#321A68;
	text-decoration:underline;
	font-weight:bold;
	}
		
		#content a:hover {
		color : #000;
		text-decoration : underline;
		font-weight:bold;
		}
		
		
		
		/* spiderlinks */
	
		p#spiders {
		border-top : 1px dashed #7777AF;
		color:#003399;
		font-size : 1em;
		margin : 30px 27px 0 28px;
		padding : 10px 0;
		text-align : center;
		}
		
			p#spiders a {
			color:#003399;
			}
			
				p#spiders a:hover {
				color : #000;
				}
		
		p#spiders #skeleton {
		display: none;
		}


/* text-only + print */

h6#print-header {
display : none;
}



/* navigation */

#products, #quality, #fruits, #nuts, #policies {
display : none;
}

/* Contact Page Enquiry Form */

p#message {
color : #000;
font-weight : bold;
text-align : center;
}
	
p#error {
color : #c00;
font-weight : bold;
text-align : center;
}

form#contact {
background : #9c6d21;
border : 1px solid #E6C59D;
height : 1%;
margin : 15px 45px 0 45px;
padding : 0;
color:#FFFFFF;
}

	html>body form#contact {
	height : auto;
	overflow : auto;
	}

	form#contact label {
	display : block;
	margin : 5px 5px 0;
	}
	
	form#contact input, form#contact textarea, form#contact select {
	background : #E6C59D url(../graphics/common/input.jpg) repeat-x;
	border : 1px solid #fff;
	font-family : "Trebuchet MS";
	font-size : 1em;
	letter-spacing : .1em;
	margin : 1px 5px 0;
	width : 308px;
	}
	
		form#contact textarea {
		height : 60px;
		}
	
		form#contact input#submit {
		margin : 5px;
		width : 125px;
		}
	
		form#contact input#code {
		background : #E6C59D url(../graphics/common/code.jpg) no-repeat;
		}