@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../layout/layout09172008_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}

.style2 {font-size: small}

#contactform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	text-align: left;
	padding-left: 20px;
	
}

#row3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	text-align: left;
	padding-left: 20px;
	padding-right: 90px;
}
#row3 h2 {
	color: #BB4D00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 20px;
}
#row4 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	padding-right: 0px;
	padding-left: 220px;
	color: #DFA961;
}

#row4 td a {
	color: #DFA961;
	text-decoration: none;
}

#row4 td a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#row5 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #E3A95F;
}

#row5 a {
	color: #006699;
	text-decoration: none;
}

#row5 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.style1 {font-size: x-small}

#row6 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #666666;
	
}

#row6 a {
	color: #006699;
	text-decoration: none;
}

#row6 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#row6 hr {
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #333333;
}
#row3 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	}
	
	#row3 #contactform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	padding-right: 60px;
	padding-left: 20px;
}
#row3 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #602B03;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

#row3 a {
	text-decoration: none;
}

#row3 a:hover {
	text-decoration: none;
	color: #996600;
}
#row3 #productlogos {
	text-align: left;
	padding-left: 20px;
	padding-right: 60px;
}
#row3 #newright {
	text-align: right;
	padding-right: 120px;
}
#row3 #btmimages {
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
