/* CSS Document */

body  {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #8EB79C;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


a:link {color: #6CA280; font-weight:normal; text-decoration:none;}     /* unvisited link */
a:visited {color: #6CA280; font-weight:normal; text-decoration:none;}  /* visited link */
a:hover {color: #999999; font-weight:normal; text-decoration:underline;}   /* mouse over link */
a:active {color: #6CA280; font-weight:normal; text-decoration:none;}   /* selected link */ 



.twoColFixLtHdr #container { 
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto;

	text-align: left; 
} 
#header { 
background-image:url(images/header3.jpg);
background-repeat:no-repeat;
background-position:top left;
background-attachment:inherit;
width:760px;
height:268px;
}

#bar {
background-image:url(images/slices/slice.jpg);
background-repeat:no-repeat;
background-position:top left;
background-attachment:inherit;
width:521px;
height:12px;
float:right;
}

#home {
background-image:url(images/slices/home.jpg);
background-repeat:no-repeat;
background-position:top left;
background-attachment:inherit;
width:199px;
height:120px;
float:left;
clear:left;
text-align:right;
padding-right:30px;

}
#about {
background-image:url(images/slices/about.jpg);
background-repeat:no-repeat;
background-position:top left;
background-attachment:inherit;
width:199px;
height:119px;
float:left;
clear:left;
text-align:right;
padding-right:30px;
}

#product {
background-image:url(images/slices/product.jpg);
background-repeat:no-repeat;
background-position:top left;
background-attachment:inherit;
width:199px;
height:125px;
float:left;
clear:left;
text-align:right;
padding-right:30px;
}
#bon {
background-image:url(images/slices/bon.jpg);
background-repeat:no-repeat;
background-position:top left;
background-attachment:inherit;
width:199px;
height:119px;
float:left;
clear:left;
text-align:right;
padding-right:30px;
}

#payment {
background-image:url(images/slices/payment.jpg);
background-repeat:no-repeat;
background-position:top left;
background-attachment:inherit;
width:199px;
height:129px;
float:left;
clear:left;
text-align:right;
padding-right:30px;
}
#contact {
background-image:url(images/slices/contact.jpg);
background-repeat:no-repeat;
background-position:top left;
background-attachment:inherit;
width:199px;
height:79px;
float:left;
clear:left;
text-align:right;
padding-right:30px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 40px;
	height:691px;
	background-image:url(images/right_stake2.jpg);
	background-attachment:inherit;
	background-position: top right;
	background-repeat:no-repeat;
}


#mainContent { 
background-image:url(images/body-bg.jpg);
background-position:top left;
background-repeat:repeat-x;
background-attachment:inherit;
padding:1px;
white-space:normal;
text-align:left;



}

#footer {
background-color:#FFFFFF;
width:760px;
hieght:50px;

} 
#footer_left { 
	padding: 10px;
	color:#999999;
	width:250px;
	float:left;
	background-color:#FFFFFF;

	
} 

#footer_right { 
	padding: 10px;
	color:#999999;
	width:250px;
	float:right;
	background-color:#FFFFFF;

} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
   font-size: 0.9em;
    line-height: 0px;


}
input {
margin-left:0px;
}
label {
display:block;
float:left;
width:130px;
}
select {
margin-left:150px;
width:245px;
}
#picfloat {
float: right; 
padding:10px;
}

#watermark {
vertical-align:bottom; 
margin-left:229px; 
margin-right:40px;
}

#contactsh {
width:30px; 
padding-right:10px; 
float:left;
}
#product1 {
float:left;
width:240px;
padding-bottom:20px;
}

#product2 {
float:right;
width:240px;
padding-bottom:20px;

}

#leaf {
float: left; 
padding-right:10px; 
padding-bottom:5px;
}
#tiny {
	font-size: 1.0em;
}