
body {
	background-color: #eee1c6;
	color: #000000;
	margin: 0;
	text-align: center;
	font-family: Arial, Times;
	font-size: 10pt;

}
.container {
	width: 990px;
	margin: 0 auto;
	text-align: center;
}
.border_left {
	width: 3px;
	background-image: url('http://www.simplydeliciousfruit.ca/images/border_left.gif');
	background-repeat: repeat-y;
	float: left;
	height: 100%;
}
.border_right {
	width: 6px;
	background-image: url('http://www.simplydeliciousfruit.ca/images/border_right.gif');
	background-repeat: repeat-y;
	float: right;
	height: 100%;
}
.slogin {
	background-color: #602d19;
	width: 100%;
	height: 25px;
	text-align: left;
}
.slogin2 { /*used to fix border_right not aligning properly*/
	float: left;
}
.slogin img {
	position: relative;
	top: 5px;
	left: 40px;
}
.menu ul { 
	padding: 0;
	 margin: 0;
}
.menu li {
	height: 41px;
	list-style: none;
	float: left;
	padding: 0;
}
/*MAIN CONTENT*/
.content_container {
	width: 990px;
	display: table;
	background-image: url('http://www.simplydeliciousfruit.ca/images/containerBG.gif');
	background-repeat: repeat-y;
	padding-left: 5px;
    padding-right: 7px;
    clear: left;
}
.bottom {
	width: 990px;
	height: 63px;
}
.bottom_left {
	width: 23px;
	height: 63px;
	background-image: url('http://www.simplydeliciousfruit.ca/images/bottom_left.gif');
	background-repeat: no-repeat;
	float: left;
}
.bottom_middle {
	width: 942px;
	height: 63px;
	background-image: url('http://www.simplydeliciousfruit.ca/images/bottom_middle.gif');
	background-repeat: repeat-x;
	float: left;
}
.bottom_right {
	width: 25px;
	height: 63px;
	background-image: url('http://www.simplydeliciousfruit.ca/images/bottom_right.gif');
	background-repeat: no-repeat;
	float: right;
}
/* INDEX PAGE STYLES */
.left_header {
	text-align: left;
	width: 468px;
    height: 218px;
	float: left;
	background-color: #f3f7df;
}
.right_header {
	text-align: left;
	width: 510px;
    height: 218px;
	float: left;
}
.left_specialOffers{ 
	width: 470px;
	float: left;
	background-color: #edf2c9;
    background-image: url('http://www.simplydeliciousfruit.ca/images/left_formBG.gif');
	background-repeat: repeat-y;
}
.left_specialOffers p {
	padding: 0 20px;
    background-color: #edf2c9;
}
.inputbox {
	border: 1px solid #602d19;
	background-color: #c1d82f;
	margin-left: 10px;
}
.submit_button {
	position: relative;
    left: 70px;
    top: 5px;
}
.submit_button_home {
	position: relative;
    left: 350px;
    top: 5px;
}
.submit {
    display: none;
}
.main_container {
	background-color: #FFFFFF;
	float: left;
}
.main_left {
	width: 273px;
	float: left;
	background-image: url('/images/main_leftBG.gif');
	background-repeat: repeat-y;
}
.main_left p {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.left_testimonials {
	background-image: url('/images/main_leftBG2.gif');
	background-repeat: repeat-y;
 	color: #f5a600;
	font-weight: bold;
    
}
.left_testimonials p {
    padding-left: 15px;
    padding-right: 5px;
    text-align: left;
}
.main_right {
	width: 705px;
	float: right;
	background-color: #FFFFFF;
}
.products {
	
	text-align: center;
	margin: 0 auto;
	
}
/* END OF INDEX PAGE STYLES */

/*SECONDARY PAGES CSS*/
.sec_main_left {
	width: 273px;
	float: left;
}
.sec_main_right {
	width: 704px;
	float: left;
	text-align: left;
}
.sec_testimonials {
	color: #f5a600;
	font-weight: bold;
	background-color: #f3f7df;
	margin-left: 3px;
	margin-right: 1px;
}
.sec_testimonials p {
	margin: 0;
	padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.sec_specialOffers {
	background-color: #edf2c9;
	margin-left: 3px;
	margin-right: 1px;
}

.sec_main_left p {
	margin-top: 0px;
}
.sec_main_right p {
	padding: 0 20px 0 20px;
	font-size: 11pt;
}
.sec_facts {
	background-color: #f8f2e9;
	text-align: left;
	margin: 0;
	padding: 10px;
    margin: 0 3px;
}
.morebutton {
	position: relative;
	left: 68px;
	bottom: 5px;
}
.morebutton2 {
 background-color: #f8f2e9;
	background-image: url('/images/left_gradient.gif');
	background-repeat: no-repeat;
}
.morebutton2 span {
	position: relative;
	left: 68px;
	bottom: 5px;

}
/* END OF SECONDARY PAGE STYLES */

/* TESTIMONIAL STYLES */
.testHR {
	width: 650px;
    height: 8px;
    background-color: #e1e9a5;
    border: 0;
}
.name {
    padding: 0 0 200px 0;
    color: #f5a600;
	font-weight: bold;
    text-transform: uppercase;
   	font-size: 10pt;
}
.name img {
	position: relative;
    top: 8px;
}
/* END OF TESTIMONIAL STYLES */

/* ORDER FORM STYLES */
.orderForm th {
	text-align: left;
    color: #f5a600;

    font-size: 12pt;
    padding: 2px 0px; 				
}

.orderForm td {
	/*background-color: #e1e9a5;*/
}
.td_top {
	background-color: #ffffff;
	font-size: 9pt;
}
.orderForm input {
	/*background-color: #f8f2e9;*/
	border: 1px solid #cfdd40;
	margin-top: 5px;
	margin-bottom: 5px;
}
.input {
  	border: 1px solid #cfdd40;
    margin-top: 5px;
  	margin-bottom: 5px;
	}
.orderForm i {
	font-size: 9pt;
}
.thankyou {
	padding: 0 20px;
}
.paragraph {
	font-size: 10pt;	
	color: #652502;
}
.orderFormProducts td {
	font-size: 8pt;
	color: #652502
	
}
.orderFormProducts th {
	background-color: #c1d82f;
	text-align: left;
    color: #000000;
    font-size: 9pt;
    padding: 2px 0px;
			text-align: center;
			font-weight: bold;
}
.orderFromProducts input{
  	text-align: center;
  	padding-left: 2px;
   margin: 0;
   margin-top: 20px;
}
.orderLeftSide {
	background-color: #c1d82f;
	border: 1px solid #FFFFFF;
	border-width: 1px 1px 0 0 ;
	padding-left: 10px;
}
.orderRightSide {
	 background-color: #e1e9a5;
	 border: 1px solid #FFFFFF;
	border-width: 1px 0 0 0 ;
	padding-left: 10px;	
}
.orderProductsHeader {
	background-color: #c1d82f;
					
}
.orderProducts {
	background-color: #e1e9a5;
	border: 1px solid #FFFFFF;
	border-width: 1px 1px 0 0 ;
	padding-left: 10px;	
}
.notes {
	 padding-left: 35px;
	 color: #652502;
	 font-size: 8pt;
	 font-weight: bold;
}
/* END OF ORDER FORM STYLES */

/* PRODUCTS PAGE STYLES */
.productsTable th {
	text-align: left;
    color: #f5a600;	
    font-size: 11pt;
    padding: 2px 15px; 
    height: 35px;
}
.productsTable p {
	padding-left: 0;
}
.productsTable td {
	font-size: 10pt;
    padding-left: 15px;
}
.productsHR {
width: 650px;
    height: 2px;
    background-color: #e1e9a5;
    border: 0;
}
.prodHR {
	width: 650px;
    height: 8px;
    background-color: #e1e9a5;
    border: 0;
}
.sizes {
	position: relative;
    left: 20px;
}
/* END OF PRODUCTS PAGE STYLES */
/* CONTACT FORM STYLES*/
.contactLeftSide {
	background-color: #c1d82f;
	border: 1px solid #FFFFFF;
	border-width: 1px 1px 0 0 ;
	padding-left: 10px;
}
.contactRightSide {
	 background-color: #e1e9a5;
	 border: 1px solid #FFFFFF;
	border-width: 1px 0 0 0 ;
	padding-left: 10px;	
}
.contactForm input {
			border: 1px solid #cfdd40;
 }
/* END OF CONTACT FORM STYLES*/

.copyright {
	text-align: right;
      position: relative;
      right: 30px;
}
.specialsOffers {
    width: 269px;
    height: 148px;
    overflow: hidden;
}
.specsOffTitle {
    width: 170px;
    position: relative;
    top: -166px !important;
    left: 100px !important;
    top: -180px;    
    left: 55px;
    font-family: Arial, times;
    font-size: 14px;
    font-weight: bold;
    color: #5b2200;
    text-align: left;
}
.specsImage { 
    width: 76px;
    height: 86px;
    position: relative;
    top: -98px !important;
    left: 10px !important;
    top: -110px;
    left: -85px;
    text-align: left;
}