@charset "utf-8";
body  {
	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: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #8E9AAA;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFEF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/mapleleaf.jpg);
	height: 183px;
	width: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 100px;
	width: auto;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px;
	background-color: #FFFFEF;
	padding-top: 34px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 32px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../images/oakleaf.jpg);
	text-align: center;
	height: 100px;
	width: auto;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.productbox {
	height: 120px;
	margin-top: 5px;
	border: medium none #FFFFFF;
	padding: 10px;
}
.homebox {
	padding: 10px;
	height: 105px;
	margin-top: 5px;
}
.homeboxleft {
	float: left;
	height: 105px;
	width: 105px;
	margin-right: 12px;
}

.prodboxleft {
	float: left;
	height: 120px;
	width: 105px;
	margin-right: 12px;
}
.sunsignholder {
	height: 35px;
	width: 35px;
	margin-right: 8px;
	float: left;
}
