@charset "UTF-8";
/* CSS Document */

body {
background-color:#5B7A15;
margin:0 0 0 0;
}

.bodyText {
font-family: Arial, Helvetica, sans-serif;
color:#233804;
font-size:12px;
}

.titleText {
font-family: Arial, Helvetica, sans-serif;
color:#233804;
font-size:14px;
}

.smallText {
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:10px;
}

.sideText {
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
}

a:link {
	color: #000000;
	text-decoration:none;
}

a:visited {
    color: #000000;
	text-decoration:none;
}

a:hover {
    color: #5B7A15;
	text-decoration:none;
}

a:active {
    color: #000000;
	text-decoration:none;
}

/* general layout */

#wrap {
background-color:#FFFFFF;
background-image:url(../images/headerBg.jpg);
background-repeat:repeat-x;

}

#contentWrap {
margin:0px auto 0px auto;
width:926px;
}

#header{
float:left;
width:926px;
height:158px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat
}

#text {
float:left;
width:582px;
margin:27px 0 0 0;
}

#grass {
float:left;
clear:both;
width:926px;
background-image:url(../images/grass.jpg);
height:62px;
}

#expand {
clear:both;
width:926px;
height:0px;
}

#footer {
clear:both;
height:43px;
background-color:#A01E1A;
background-image:url(../images/footerBg.jpg);
background-repeat:repeat-x;
background-position:top;
}

/* home */

#titleHome {
float:left;
background-image:url(../images/titleHome.jpg);
width:582px;
height:77px;
margin:27px 0 0 0;
}

#lemonPeel {
float:left;
background-image:url(../images/lemonPeel.jpg);
height:246px;
width:582px;
}

#homeSide {
float:right;
background-image:url(../images/homeSidebg.jpg);
background-repeat:no-repeat;
background-color:#5B7A15;
width:296px;
}

#homeSidetext{
float:left;
width:254px;
margin: 27px 15px 0 27px;
}

#homeSidebase {
float:left;
clear:both;
background-image:url(../images/homeSidebase.jpg);
background-repeat:no-repeat;
width:296px;
height:27px;
}

/* about */

#titleAbout {
float:left;
background-image:url(../images/titleAbout.jpg);
width:245px;
height:44px;
margin:27px 0 0 0;
}

#aboutSide {
float:right;
background-image:url(../images/smoothie.jpg);
background-repeat:no-repeat;
margin:71px 0 0 0;
width:344px;
height:390px;
}

/* consultation */

#titleConsultation{
float:left;
background-image:url(../images/titleConsultation.jpg);
width:455px;
height:77px;
margin:27px 0 0 0;
}

#raspberry{
float:left;
background-image:url(../images/asparagus.jpg);
height:213px;
width:539px;
}

/* contact */

#textContact{
float:left;
width:500px;
height:255px;
margin:27px 0 0 0;
}

#titleContact {
float:left;
background-image:url(../images/titleContact.jpg);
width:289px;
height:43px;
margin:27px 0 0 0;
}

#contactSide {
float:right;
background-image:url(../images/oranges.jpg);
background-repeat:no-repeat;
margin:71px 0 0 0;
width:400px;
height:296px;
}

/* links */

#textLinks {
float:left;
width:500px;
margin:27px 0 0 0;

}

#titleLinks{
float:left;
background-image:url(../images/titleLinks.jpg);
width:168px;
height:44px;
margin:27px 0 0 0;
}

#linksSide {
float:right;
background-image:url(../images/tomatos.jpg);
background-repeat:no-repeat;
margin:71px 0 0 0;
width:400px;
height:241px;
}


