body {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%;
}

h1 {
  font-weight: normal;
  color: #222222;
  font-size: 3em;
  line-height: 1;
  /*margin-bottom: 0.5em;*/
  margin-bottom: 0;
}
h1 img {
  margin: 0;
}

h2 {
  font-weight: normal;
  color: #222222;
  font-size: 2em;
  /*margin-bottom: 0.75em;*/margin-bottom: 0;
}

h3 {
  font-weight: normal;
  color: #222222;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

h4 {
  font-weight: normal;
  color: #222222;
  font-size: 1.2em;
  line-height: 1.25;
  /*margin-bottom: 1.25em;*/margin-bottom: 0;
}

h5 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
  /*margin-bottom: 1.5em;*/margin-bottom: 0;
}

h6 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
}

h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

p {
  margin: 0 0 1.5em;
}
p img.left {
  display: inline;
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
p img.right {
  display: inline;
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}

a {
  text-decoration: underline;
  color: #000099;
}
a:visited {
  color: #000066;
}
a:focus {
  color: black;
}
a:hover {
  color: black;
}
a:active {
  color: #cc0099;
}

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

sup, sub {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
}

address {
  margin: 0 0 1.5em;
  font-style: italic;
}

del {
  color: #666;
}

pre {
  margin: 1.5em 0;
  white-space: pre;
}

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

li ul, li ol {
  margin: 0;
}

ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

thead th {
  background: #c3d9ff;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tr.even td {
  background: #e5ecf9;
}

tfoot {
  font-style: italic;
}

caption {
  background: #eee;
}

.quiet {
  color: #666666;
}

.loud {
  color: #111111;
}


.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9;
}

div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eeeeee;
}

div.colborder {
  /*padding-right: 24px;
  margin-right: 25px;*/
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #eeeeee;
}

hr {
  background: #dddddd;
  color: #dddddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}

hr.space {
  background: #dddddd;
  color: #dddddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
  background: #fff;
  color: #fff;
  visibility: hidden;
}

form.inline {
  line-height: 3;
}
form.inline p {
  margin-bottom: 0;
}

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.clearfix {
  overflow: hidden;
  display: inline-block;
}
.clearfix {
  display: block;
}

.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}

.first {
  margin-left: 0;
  padding-left: 0;
}

.last {
  margin-right: 0;
  padding-right: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.showgrid {
  background: url('/images/grid.png?1260812703');
}

.error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
.error a {
  color: #8a1f11;
}

.notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
.notice a {
  color: #514721;
}

.success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
.success a {
  color: #264409;
}

.hide {
  display: none;
}

.highlight {
  background: yellow;
}

.added {
  background: #006600;
  color: white;
}

.removed {
  background: #990000;
  color: white;
}

#header {
  position:relative;
  float: left;
  margin-right: 10px;
  width: 950px;
  margin-right: 0;
  /*background-image: url('/images/header.jpg?1271171349');*/
  display: inline;
  background:url(../images/home_header_new.jpg) top left no-repeat;
  height: 195px;
}
* html #header {
  overflow-x: hidden;
}
#header #tagline h2 {
  font-style: italic;
  font-family: "Serif12 Beta";
  display: inline;
  color: #fff;
  font-size: 2em;
  float: right;
  margin-right: 30px;
  margin-top: 35px;
}

#nav {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 950px;
  margin-right: 0;
  margin: 0;
  padding: 0;
  float: left;
  font: bold 13px Arial;
  width: 100%;
  overflow: hidden;
  background: black url(../images/nav-off.gif) center center repeat-x;
}
* html #nav {
  overflow-x: hidden;
}

#nav li.phone {
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 1.3em;
	font-style: italic;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 15px;
	padding-top: 15px;
}

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  text-decoration: none;
	font-size: 1.15em;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 14px;
	padding-top: 17px;
}
#nav a:hover {
  color: #fff;
  background: transparent url(../images/nav-on.gif) center center repeat-x;
}

#nav li {
  float: left;
}

#nav li ul {
  position: absolute;
  left: -999em;
}

#nav li:hover ul {
  left: auto;
  color: #fcea7b;
}

#nav .subnav li {
  font-weight: normal;
  width: 23em;
  background-color: #00600e;
  clear: both;
}

#footer {
  background-color: #8FB85E;
  height: 130px;
  font-size: .9em;
  padding-top: 10px;
  clear: left;
}
#footer .col3-first, #footer .col3-second, #footer .col3-third {
  height: 130px;
}
#footer .col3-first h2, #footer .col3-second h2, #footer .col3-third h2 {
  color: #007600;
}
#footer .col3-first {
  padding-left: 15px;
}
#footer .col3-third {
  padding-right: 15px;
}
#footer h3 {
  text-transform: uppercase;
  font-size: 1em;
  color: #000;
  font-weight: bold;
}

#footer h2 {
  text-transform: uppercase;
  font-size: 1.6em;
  color: #000;
  font-weight: bold;
}

#footer ul {
  margin: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  float: left;
  padding-right: 40px;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer #nav ul {
  margin: 0;
}
#footer #copyright {
  float: left;
  background-color: #006600;
  margin-right: 10px;
  width: 950px;
  margin-right: 0;
  padding-top: 10px;
  text-align: center;
  color: #8fb85e;
}
* html #footer #copyright {
  overflow-x: hidden;
  height:100px;
}
#footer #copyright a {
  color: #8fb85e;
  text-decoration: underline;
}

body .container {
  width: 950px;
  margin: 0 auto;
  /*overflow: hidden;*/
  display: inline-block;
  background-color: #fff;
}
body .container {
  display: block;
}
body .col1l {
  display: inline;
  float: left;
  margin-right: 0;
  width: 910px;
}
* html body .col1l {
  overflow-x: hidden;
}
body .col2-main {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 630px;
}
body .col2-main-edit {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 630px;
}
* html body .col2-main {
  overflow-x: hidden;
}
body .col2-sidebar {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 270px;
  margin-right: 0;
  padding-top: 20px;
  text-align: center;
}
#content .col2-sidebar-edit {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 270px;
  margin-right: 0;
  padding-top: 20px;
  text-align: center;
}
* html body .col2-sidebar {
  overflow-x: hidden;
}
body .col2-sidebar p {
  text-align: left;
}
body .col2 {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 470px;
}
* html body .col2 {
  overflow-x: hidden;
}
body .col2l {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 470px;
  margin-right: 0;
}
* html body .col2l {
  overflow-x: hidden;
}
body .col3-first {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 270px;
}
* html body .col3-first {
  overflow-x: hidden;
}

body .seal {
background:url(../images/seal.png) top left no-repeat; padding-left:150px; float:left; height:131px; width:260px;
}

body .social {
	vertical-align: middle;
	float:left; 
	height:131px; 
	width:250px;
}

body .social img {
	padding-top:35px;
}

body .seal p {
font-size:13px;
}

body .col3-second {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 310px;
}
* html body .col3-second {
  overflow-x: hidden;
}
body .col3-third {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 270px;
  margin-right: 0;
}
* html body .col3-third {
  overflow-x: hidden;
}
body .colborder {
  border: none;
}

img {
  border: 0;
}

#body {
  font-family: Arial,Helvetica,sans-serif;
  background-color: #5c9732;
  margin: 0;
  padding: 0;
}

#supplemental-header {
  background: url(../images/home_header.jpg) top left no-repeat;
  height: 227px;
  width: 950px;
 }
#supplemental-header #supplemental-header-content {
  width: 480px;
  float: right;
  text-align: left;
  margin: 5px 25px 5px 15px;
}
#supplemental-header #supplemental-header-content h2 {
  color: #007600;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0;
}
#supplemental-header #supplemental-header-content p {
  line-height: 1.5em;
  font-size: 1.2em;
}
#supplemental-header #supplemental-header-content img {
  border: 0;
}
#supplemental-header #supplemental-header-content a.button-blog {
  width: 112px;
  height: 30px;
}
#supplemental-header #supplemental-header-content a.button-newsletter {
  width: 183px;
  height: 30px;
}

#supplemental-header-inside {
  height: 227px;
  width: 950px;
}
#supplemental-header-inside #supplemental-header-inside-content {
  width: 450px;
  height: 227px;
  float: left;
  text-align: left;
  margin: 5px 5px;
}
#supplemental-header-inside #supplemental-header-inside-content h2 {
  color: #007600;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0;
}
#supplemental-header-inside #supplemental-header-inside-content p {
  line-height: 1.5em;
  font-size: 1.2em;
}
#supplemental-header-inside #supplemental-header-inside-content img {
  border: 0;
}

#header #logo {
  padding: 7px 0 0 20px;
}

#content {
  margin-bottom: 0;

}

#content .col1l {
  text-align: left;
  padding: 0 0px 0 15px;
}
#content .col2-main {
  padding-left: 15px;
}
#content .col2-sidebar {
  padding-right: 15px;
}
#content .col3-first, #content .col3-second, #content .col3-third {
  padding:10px 0 20px 0;
}
#content .col3-first {
  padding-left: 15px;
}
#content .col3-third {
  padding-right: 15px;
}
#content h1 {
  color: #007600;
  font-size: 2em;
  padding-bottom: 15px;
  padding-top:15px;
  _padding-top:15px;
}
#content h2 {
  color: #007600;
  font-size: 1.5em;
  font-weight: bold;
}
#content p, #content li {
  line-height: 1.5em;
  font-size: 1.1em;
}
#content p.intro {
  font-style: italic;
}
#content a {
  color: #2200CC;
}
#content a:visited {
  color: #551A8B;
}
#content ol, #content ul {
  margin: 0 1.5em 1.5em 0;
}

.comparison {
  padding: 5px;
}
.comparison th {
  border-bottom: 1px solid #c0c0c0;
}

.centered {
  text-align: center !important;
}

.col1l .department {
  /*padding: 3px;
  background:url(../images/about_bg_1.png) top right no-repeat;*/
  float:left; padding-left:278px; width:657px;
}

.bios .bio {
  clear: both;
  padding: 15px 0 15px 0;
}
.bios .bio h2 {
  font-size: 1.3em;
  color: #000;
  margin: 0;
  font-weight: normal;
}
.bios .bio h3 {
  font-size: 1.2em;
  margin: .25em 0 .5em 0;
}

.bios .bio img {
  float: left;
  padding: 0 12px 12px 0;
}

#home-products img {
  padding: 3px;
  width: 95px;
}

#products {
  clear: both;
}
#products .product-box {
  display: inline;
  float: left;
  margin: 10px;
  padding: 10px;
  width: 265px;
  height: 130px;
  border: 1px solid #8FB85E;
}
#products .product-box:hover {
  background-color: #C7EB85;
  cursor: pointer;
}
#products .product-box a {
  display: block;
  text-decoration: none;
}
#products .product-box img {
  float: left;
  padding: 0 10px 10px 0;
}
#products .product-box p {
  display: inline;
  font-size: .95em;
}
#products .product-box h3 {
  margin: 0;
  padding: 0 0 .5em 0;
  font-size: 1.35em;
}
#products .product-box a {
  color: #007600;
}

#trustmarks {
  float: left;
}
#trustmarks img {
  margin-right: 20px;
}

#contact {
  padding-bottom: 20px;
}
#contact .button {
  font-weight: normal;
  vertical-align: middle;
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  background: url('/images/button_bg.png') repeat-x bottom left;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: bold;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px 18px;
  font-size: 18px;
  line-height: 21.6px;
  border-width: 1px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  padding: 5px 18px;
  font-size: 18px;
  line-height: 21.6px;
  color: #fff;
  background-color: #cdab62;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeedea), to(#ada697), color-stop(0.1, #c6c1b6), color-stop(0.5, #9e9483), color-stop(0.5, #978d7a));
  background: -moz-linear-gradient(left top, left bottom, from(#eeedea), to(#ada697), color-stop(0.1, #c6c1b6), color-stop(0.5, #9e9483), color-stop(0.5, #978d7a));
  text-shadow: #85682a 1px 1px 1px;
  border-color: #928874;
  margin: 10px 0;
}
#contact .button::-moz-focus-inner {
  border: none;
  padding: 0;
}
#contact .button:focus {
  outline: none;
}
#contact .button:active {
  padding: 4px 17px;
}
#contact .button.disabled:active {
  padding: 5px 18px;
}
#contact .button:active {
  border-width: 2px;
}
#contact .button.disabled:active {
  border-width: 1px;
}
#contact .button:active {
  padding: 4px 17px;
}
#contact .button.disabled:active {
  padding: 5px 18px;
}
#contact .button:hover, #contact .button:focus {
  color: #fff;
  background-color: #ac8537;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc8be), to(#8a806e), color-stop(0.1, #a49c8b), color-stop(0.5, #776e5e), color-stop(0.5, #6e6657));
  background: -moz-linear-gradient(left top, left bottom, from(#ccc8be), to(#8a806e), color-stop(0.1, #a49c8b), color-stop(0.5, #776e5e), color-stop(0.5, #6e6657));
  text-shadow: #4b3a18 1px 1px 1px;
  border-color: #686152;
}
#contact .button:active {
  color: #fff;
  background-color: #c69c4b;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1ded9), to(#a09785), color-stop(0.1, #b9b2a5), color-stop(0.5, #908671), color-stop(0.5, #887e6a));
  background: -moz-linear-gradient(left top, left bottom, from(#e1ded9), to(#a09785), color-stop(0.1, #b9b2a5), color-stop(0.5, #908671), color-stop(0.5, #887e6a));
  text-shadow: #6f5523 1px 1px 1px;
  border-color: #827966;
}

#shaded-box {
  background-color: #DBECB5;
  padding: 5px;
  width: 500px;
  margin-left: 200px;
  margin-bottom: 20px;
}

#sidebar-box {
  background-image: url(../images/sidebar-box-background.jpg);
  padding: 5px;
  text-align: center;
}
#sidebar-box h2 {
  font-size: 1.2em;
}
#sidebar-box p, #sidebar-box li {
  font-size: 1.1em;
}
#sidebar-box ul {
  padding-left: 2em;
}
#sidebar-box li {
  text-align: left;
}
#sidebar-box p {
  font-family: Georgia;
  padding: 10px 0;
  text-align: center;
}


/* CSS Document */

.index {
padding:0;
}

.why {
background:url(../images/why_bg.jpg) bottom right no-repeat; padding:0px 0 0px 0; margin-bottom:0;
}

#content .edittextbox {
padding:5px 15px 0 15px; width:500px; float:left;
}

#content .edittextbox_water {
width:600px;
}

#content .edittextbox_water ul {
padding:20px 0 0 30px; float:left;
}

#content .edittextbox_crepe {
width:600px;
}

.why .editsidebar {
float:right; padding:80px 60px 0 0; width:280px; text-align:left;
}

.why #sideseal_1 {
float:left; width:120px;
}

.why #sideseal_2 {
float:right; width:100px; list-style-type:none; padding-top:15px;
}

#content .text_boxes {
width:500px; float:left; padding:5px 0 0 15px;
}

#content .citrus_text {
margin-top:20px;
}

.why .div_logo {
float:left; padding:2px 5px 2px 15px;
}

.why .div_logo_last {
margin-bottom:120px;
}

.container .homepage {
background:url(../images/crops.jpg) bottom right no-repeat;  padding:0px 0 40px 0;
}


.container .citrus {
background:url(../images/citrus_bg.jpg) bottom right no-repeat;  padding:0px 0 40px 0;
}

.container .fruit {
background:url(../images/realfruit_bg.jpg) top right no-repeat; padding:0px 0 0 0;
}

.container .crepe {
background:url(../images/crapemyrtle_bg.jpg) top right no-repeat; padding:0px 0 0 0;
}

.container .orna {
background:url(../images/ornamental_bg.jpg) top right no-repeat; padding:0px 0 0 0;
}

.container .energy {
background:url(../images/energysave_bg.jpg) top right no-repeat;
}

.container .water {
background:url(../images/watermiser_bg.jpg) top right no-repeat;
}

.container .red {
background:url(../images/red_bg.jpg) top right no-repeat; padding:0px 0 0 0;
}

.container .contact {
background:url(../images/contact_bg.jpg) bottom right no-repeat; padding:0px 0 0 0;
}

.container .side_box {
float:right;
}

.container .side_citrus {
margin-top:75px; width:300px;
}

.container .side_fruit {
margin-top:160px; width:260px; text-align:left;
}

.container .side_crepe {
margin-top:100px; margin-right:20px; width:250px; text-align:left;
}

.container .side_orna {
margin-top:-30px; width:260px; text-align:left; margin-bottom:320px;
}

.container .side_water {
width:260px; text-align:left; margin:-260px 0 230px 0;
}

.container .side_ornamental {
width:260px; text-align:left; margin:-420px 0 230px 0;
}


.container .side_energy {
width:260px; text-align:left; margin:-80px 0 230px 0;
}

.container .side_red {
margin-top:0px; width:280px; text-align:left; margin-bottom:350px;
}

.container .offerings {
width:600px; float:left; padding:5px 0 0 15px;
}

.container .offerings_orna {
width:500px; padding:0px 0 0 15px; margin:10px 0 20px 0;
}

.container .offerings_energy {
width:500px; padding:0px 0 0 15px; margin:0px 0 0px 0;
}

.container .offerings_energy ul {
float:left;
}

.container #fruit {
}

.container #fruit ul {
text-indent:-35px;
}

.container #fruit ul li {
display:inline; padding:10px 10px 10px 0; width:400px;
}

.realfresh-fruit-list, .ornamental-grasses-list {
	display: none;
}

.container #bottom_fruit {
width:880px; padding:0px 0 0 15px; margin:10px 0 10px 0; margin-bottom:60px;
}

.container #bottom_fruit ul {
padding:20px 0 0 170px;
}

.container .bottom_crepe {
width:650px; float:left; padding:5px 0 0 15px; margin-bottom:250px;
}

.container .bottom_box {
width:400px; padding:0px 0 0 240px; margin:40px 0 10px 0;
}

.citrus_footer {
background:url(../images/citrus_footer.gif) top left no-repeat;
}

.foot_img {
bottom:50px; left: 800px; position:relative; height:0; width:0;
}

.foot_img_fruit {
bottom:70px; left: 770px;
}

.foot_img_vase {
bottom:160px; left: 0px;
}

.foot_img_crepe {
bottom:210px; left: 750px;
}

.foot_img_orna {
bottom:120px; left: 750px;
}

.foot_img_energy {
bottom:150px; left: 750px;
}

.foot_img_bulb {
bottom:140px; left: 0px;
}

.foot_img_water {
bottom:139px; left: 750px;
}

.foot_img_red {
bottom:205px; left: 730px;
}

.contact .contact_form {
	width:350px;
	float:left;
	
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 50px;
}

.contact .contact_form .td_1{
	float:left;
	width:80px;
	text-align:right;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.contact .contact_form .td_2{
float:left; width:120px; padding:5px;
}

.contact .addr {
width:250px; float:right; margin:5px 140px 0 0;
}

.contact .addr img {
border:4px solid #ffffff;
}

.contact .addr p {
font-weight:bold; padding:0 8px 0 8px;
}

.contact .map {
margin-left:20px; float:left; padding:0px 8px 0px 8px;
}

.contact .map h2 {
background-color:#FFFFFF; padding-left:8px;
}

.contact .map a {
background-color:#FFFFFF; padding:0px 0 0 8px;
}

#content .edittextbox_ornamental {
width:600px;
}


#content .edittextbox_ornamental ul {
	padding: 0 0 0 30px;
}

.float-right {
  float: right;
}


.clear-both {
	clear:both;
}

.no-bullets li {
  list-style:none;
}

#retailer-support-newsletter {
  padding-left: 50px;
}

#retailer-support-newsletter {
  text-align: left;
}

#bottom_fruit li {
  margin-left:50px;
}

#bottom_fruit img {
  padding-right: 10px;
  padding-bottom:10px;
  float: left;
}

