/* initial properties*/
body {
margin: 0;
font-size: 62.5%;
background: #FDFDEA;
}

#container{
width: 839px;
margin: 0 auto;
}

#logo{
float: left;
width: 155px;
height: 83px;
}


#masthead{
float: left;
width: 839px;
height: 83px;
text-align: right;
}

#nav{
float: left;
width: 839px;
height: 33px;
}

#banner{
float: left;
width: 839px;
height: 113px;
}

#content{
clear: both;
width: 839px;
}

#text{
width: 839px;
padding-top: 15px;
}

#text p{
font-family: Arial, Helvetica, sans-serif;
color:#333333;
font-size: 1.2em;
text-align:justify;
line-height: 15px;
margin-left: 15px;
}

#graphics{
float:right;
width: 290px;
text-align: right;
}

#graphics p{
font-family: Arial, Helvetica, sans-serif;
color:#333333;
font-size: 1.2em;
text-align:justify;
line-height: 15px;
margin-left: 15px;
float:right;
width: 290px;
}

#footer{
clear: both;
height: 85px;
width: 839px;
background-image:url(../images/footer-bg.gif);
}

#footer p{
font-family: Arial, Helvetica, sans-serif;
color:#333333;
font-size: 1.2em;
text-align:left;
line-height: 15px;
margin-left: 15px;
padding-top: 5px;
}

.orange {
color: #CA7900;
}


#footerLeft{
float: left;
width: 144px;
}

#footerMid{
float: left;
width: 317px;
}

#footerRight{
float: left;
width: 378px;
padding-top: 2px;
text-align: right;
}

/*  general links */
a:link{
	text-decoration: underline;
	color: #CA7900;;
}

a:visited{
	text-decoration: none;
	color: #CA7900;;
}

a:hover{
	text-decoration: none;
	color: #CA7900;;
}


/* form elements */

input, textarea { 
background-color: #f7f7f9;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
text-align: left;
font-size: 1.2em;
}

select, option { 
background-color: #f7f7f9;
font-family: "Trebuchet MS";
color: #666666;
text-align: left;
font-size: 1.2em;
}


h1 span {
display: none;
}

#home{
background-image: url(../images/title_welcome.gif);
background-repeat: no-repeat;
height: 27px;
}

#about{
background-image: url(../images/title_about.gif);
background-repeat: no-repeat;
height: 27px;
}

#products{
background-image: url(../images/title_products.gif);
background-repeat: no-repeat;
height: 27px;
}

#packing{
background-image: url(../images/title_packing.gif);
background-repeat: no-repeat;
height: 27px;
}

#trading{
background-image: url(../images/title_trading.gif);
background-repeat: no-repeat;
height: 27px;
}

#organic{
background-image: url(../images/title_organic.gif);
background-repeat: no-repeat;
height: 27px;
}

#contact{
background-image: url(../images/title_contact.gif);
background-repeat: no-repeat;
height: 27px;
}



