/* CSS Document */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	min-width: 660px;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
	font-family:  Arial, Helvetica, Tahoma, Verdana,  sans-serif;
	background: url(images/back_grad.gif) top center repeat-y;
	}

p
{
padding: 7px 0 7px 0;
margin: 0;
font-size: 12px;
}

#container
{
	width: 660px; /*An auto centering layer, width must be assigned*/
	height: auto;
	min-height: 625px; /* Compliant browser height, This will fill entire browser window height */
	text-align: left;/*text align must be declared in all items due to 'text-align: center;' being in the body tag*/
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#header
{
width: 660px;
height: 80px;
float: left;
background: url(images/main_header.gif) top left no-repeat;
}

.dots
{
width: 660px;
height: 2px;
float: left;
background: url(images/dots_strip.jpg) top left no-repeat;
margin-top: 2px;
overflow: hidden;
}

h1
{
font-size: 24px;
margin: 0 0 0 23px;
padding: 0;
color: #387815;
font-weight: normal;
}

#h1area
{
width: 620px;
height: 30px;
float: left;
margin-top: 8px;
}

#emaillink
{
width: 37px;
height: 30px;
float: left;
margin-top: 8px;
}

#maincontainer
{
width: 660px;
height: auto;
float: left;
margin-top: 10px;
}

#nav
{
width: 660px;
height: 30px;
float: left;
}

#nav img
{
float: left;
}

#address
{
width: 660px;
height: 20px;
float: left;
text-align: center;
}

.greentext
{
font-size: 10px;
color: #387815;
}

.normaltext
{
font-size: 10px;
}

#saladlink
{
width: 660px;
height: 20px;
float: left;
line-height: 20px;
font-size: 12px;
text-align: center;
margin-top: 10px;
}

#saladlink a
{
text-decoration: none;
color: #000000;
}

#leftgreen
{
width: 396px;
height: 284px;
float: left;
background-color: #c8dab7;
padding-left: 20px;
padding-right: 20px;
}

#right
{
width: 217px;
height: auto;
float: right;
}

#right img
{
float: left;
}

ul
{
text-align: left;
font: normal 12px Arial, Arial, Helvetica, sans-serif;
color: #000000;
margin: 0 0 0 15px;
padding: 0;
}

li
{
margin: 0 0 0 0;
}

#productsholder
{
width: 439px;
height: 284px;
float: left;
}

#topproducts
{
width: 417px;
height: 40px;
float: left;
margin-bottom: 2px;
background-color: #c8dab7;
line-height: 40px;
padding-left: 20px;
font-weight: bold;
font-size: 11px;
}

#topproducts a
{
text-decoration: none
}

.navon
{
font-size: 12px;
color: #387815;
}

.navoff
{
font-size: 12px;
color: #000000;
}

#botproducts
{
width: 417px;
height: 240px;
float: left;
margin-bottom: 2px;
background-color: #c8dab7;
padding-left: 20px;
}

#botproducts a
{
text-decoration: none;
color: #387815;
}

#galleryright
{
width: 327px;
height: 285px;
float: right;
}

#galleryleft
{
width: 329px;
height: 75px;
float: left;
background-color: #c8dab7;
margin-bottom: 2px;
}

#galleryleft p
{
margin-left: 20px;
margin-top: 15px;

}

#galleryleftbottom
{
width: 319px;
height: 197px;
float: left;
background-color: #a2c120;
padding-left: 10px;
padding-top: 10px;
}

#galleryleftbottom img
{
margin: 5px;
}