/* 
   standard.css
   
   Assured Produce website
   Standard Stylesheet
*/
 
/* common styles */

BODY, HTML, TD {
	font: 9pt/12pt arial,helvetica,sans-serif;
	text-align : center;
}
  
BODY {
  margin: 16px 0px 0px 16px; 
   }

.page {
 width:750px;
 text-align: left; 
}
  
P {
  margin: 0pc 0pc 0.7pc 0pc; }
  
FORM {
  margin: 0px;
  padding: 0px; }
  
INPUT, SELECT {
  font: 8pt arial,helvetica,sans-serif; }

/* home page styles */

#side, #main {
 float: left;
} 
 
.sideheader {
	float: none;
	width: 130px;
	height: 55px;
	border : 1px solid #E7C1C1;
	background : White;
	vertical-align : middle;
	padding-top : 6px;
	text-align : center;
}  

.sidepicture {
	border : 1px solid #E7C1C1;
  width : 130px;
  height : 130px;
  margin-top: 8px;
  padding: 0px 0px 0px 0px;
}

.mainheader {
	float: none;
	width: 570px;
	height: 55px;
	border : 1px solid #E7C1C1;
	background : Maroon;
	padding-left : 8px;
	margin-left : 6px;
	padding-top : 6px;
  color : #F0E68C;	
}

.mainpage {
 position: relative;
 top: 0px;
 left: 0px;
 width: 582px;
 padding-top: 8px;
 background-repeat :  no-repeat;
 background-position: 7px 8px;
 background-image: url(../images/fruit_low_4.jpg);
}	

.mainitem {
  border : 1px solid #E7C1C1;
  width: 570px;  
  height: 124px;
  padding-left : 8px;
  padding-top: 6px;
  margin-left : 6px;  
  margin-bottom: 8px;
  font-size : 15pt;
  font-weight: bold; 
}

.subitems {
 color: maroon;
 font-weight: bold;   
 font: 9pt arial,helvetica,sans-serif;  
}


H1 {
  font-size : 15pt;
  font-weight: bold; 
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;  
}

 .mainitem A { 
    color: maroon;
    font-weight: bold;   
	text-decoration: none; }
  .mainitem A:hover { 
    color: #ff0000;
    font-weight: bold;   
    text-decoration: none; }  

.mainitem H1.top {
  color: maroon;
  z-index: 2;  
  position: relative;
  }

.mainitem H1.shadow {
  color: #F3DFDF;
  z-index: 1;  
  bottom: 15px;
  left: 1px;
  position: relative;
  }
  
.intro {
  top: -28px;
  left: 0px;
  color: maroon;
  font-weight: bold;   
  z-index: 0;  
  position: relative;
  margin-bottom: 2px;
  width: 200px;
  }
  
.links {
 width: 580px;
 text-align: right;
 color: maroon;
 font-weight: bold;   
 font: 8pt arial,helvetica,sans-serif;  
}
 
.links A { 
    color: maroon;
	text-decoration: none; }
.links A:hover { 
    color: #ff0000;
    text-decoration: none; }  

.headerline {
	font-size : 16pt;
	font-weight: bold; 
}

.tagline{
    margin-top: 3px;
	font-size : 10pt;
	font-weight: bold; 
	font-style : italic;	
}
  
 

