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

body
{
background-color:rgb(133,238,23);
background-image:url('images/layout/leaf-on-green.jpg');
background-repeat:repeat-x;
margin: 0; 
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 */
}

#container { 
width: 950px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header /*subsection of container*/
{
background-image:url('images/layout/header.jpg');
width: 950px;
height: 160px;
margin: 0;
padding: 0;
}

#main /*subsection of container*/
{
background-image:url('images/layout/fullbody.jpg');
background-repeat:no-repeat;
background-color:rgb(94,121,157);
width: 950px;
/*height: 1400px; /*Delete after web development complete. */
margin: 0;
/*margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer /*subsection of container*/
{
background-color:rgb(56,73,94);
width: 950px;
height: 50px;
margin: 0;
padding-top: 5px;
text-align: center;
}

#homepage /*subsection of main when no other subs are used*/
{
width: 930px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
margin: 0;
padding: 20px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
text-align:left;
}

#leftmenu /*subsection of main*/ {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	padding: 20px 0px 0px 10px; /* padding keeps the content of the div away from the edges */
}

#content /*subsection of main*/{
	float: right; /* since this element is floated, a width must be given */
	width: 760px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 20px 10px 0px 0px; /* padding keeps the content of the div away from the edges */
}

#rightmenu /*subsection of content*/{
float: right; /* since this element is floated, a width must be given */
width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
margin: 0;
padding: 0; /* padding keeps the content of the div away from the edges */
text-align:center;
}

#leftcontent /*subsection of content*/{
	float: left;
	width: 585px;
	margin: 0;
	padding: 0;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#buypage /*subsection of content*/{
position: relative;
width: 760px;
margin: 0;
padding: 0;
}


#homemiddle /*subsection of homepage*/
{
float: right;
width: 615px;
margin: 0;
padding: 0;
}

#homeright /* subsection of homemiddle*/
{
float: right; 
width: 300px; 
margin: 0;
padding: 0;
}

#homeleft /* subsection of homepage*/
{
float: left; 
width: 615px; 
margin: 0;
padding: 0;
}

/* Left Menu Navigation Menu */

.leftmenulist
{
margin: 0;
padding: 0;
list-style-type:none;
text-align:left;
}

.leftbutton
{
background-image:url(images/layout/white-menu-button.gif);
background-repeat:no-repeat;
width: 146px;
height: 33px;
line-height: 22px;
text-align: left;
margin: 0;
padding-top: 3px;
}

.leftsubbutton
{
text-align: left;
margin: 0;
padding-bottom: 1px;
}

/* Top Navigation Menu and Header Items */

.topmenulist
{
list-style-type:none;
display:inline;
margin:0;
}

.buttona
{
width:114px;
text-align:center;
position:relative;
float:left;
left: 178px;
top: 124px;
margin: 0;
padding: 0;
}

.buttonb
{
width:114px;
text-align:center;
position:relative;
float:left;
left: 178px;
top: 116px;
margin: 0;
padding: 0;
}

#contactus
{
width: 120px;
height: 150px;
text-align:right;
position:relative;
float:right;
margin: 0;
padding-top: 9px;
}

#mycart
{
width: 120px;
height: 22px;
text-align:right;
position:absolute;
top: 127px;
left: 0px;
}

/* End of Header Items */

/*Misc fields */

.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: 1px;
    line-height: 0px;
}

.zeromargin
{
margin: 0;
}

.podlist
{
list-style-type:none;
margin: 0;
padding-left: 3px;
}

.textlist {
list-style-type:none;
margin: 0;
padding-left: 10px;
}

.listlink a:link, .listlink a:visited,
		.listlink a:hover, .listlink a:active {
			display: none;
			position:static;
		}



.podlistitem 
{
margin: 0;
padding-left: 10px;
background: url(images/bullet-arrow.gif);
background-position: 0 .4em;
background-repeat: no-repeat;
line-height: 100%;
}

.homelistitem 
{
margin: 0;
padding-left: 12px;
background: url(images/bullet-arrow.gif);
background-position: 0 .4em;
background-repeat: no-repeat;
margin-bottom:2px; 
}

.homelistitem-last
{
margin: 0;
padding-left: 12px;
background: url(images/bullet-arrow.gif);
background-position: 0 .4em;
background-repeat: no-repeat;
margin-bottom:0px; 
}

.bamboo
{
background-image:url(images/layout/bamboo-box.gif);
background-repeat:no-repeat;
/*float:left;*/
width: 560px;
height: 218px;
text-align:left;
margin: 0;
padding-left: 25px;
}
