/* CSS  - FLORAWEB */

@import url(menu.css);
@import url(content.css);
@import url(forms.css);
@import url(lightbox.css);

/*  GENERAL STYLES */
html, body {margin:0;padding:0}

html {
}

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#2E6949;
  background-color:#FDDFB7;
  background-image:url(../img/bg_html.jpg);
  background-position:222px 0px;
  background-repeat:repeat-y;

}

img {border:0;}
.cleaner {clear:both;height:0;}

div#leftcolumn {
  position:absolute;
  top:0;
  left:0;
  width:222px;
}

div#maincolumn {
  margin-left:222px;
  background-image:url(../img/bg_body.gif);
  background-repeat:repeat-x;
}

div#head {
  height:160px;
  width:782px;
  background-image:url(../img/bg_head.jpg);
  background-position:left top;
  background-repeat:no-repeat;
}

div#content {
  width:742px;
  margin:27px 20px 20px 32px;
}

div#content-product {
  width:742px;
  margin:27px 20px 20px 32px;
}

div#content-full {
  width:700px;
  padding:20px;
  margin:27px 20px 20px 32px;
  border:1px solid #FFFFFF;
  background-color:#FEE4C0;
}
