@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.oneColFixCtr #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. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#row4 p {
	font-size: small;
	color: #000000;
	text-align: left;
	padding-right: 25px;
	padding-left: 20px;
}

#row4 a {
	text-decoration: none;
	color: #990000;
}

#row4 a:hover {
	text-decoration: none;
	color: #CC9900;
}


#row4 h2 {
	text-align: left;
	padding-right: 25px;
	padding-left: 20px;
	font-size: large;
	color: #663300;
}
#row5 td {
	font-size: small;
	color: #F5D7B5;
	text-align: center;
}

#row5 a {
	color: #934D0F;
	text-decoration: none;
}

#row5 a:hover {
	color: #CCCC00;
	text-decoration: none;
}

#row6 p {
	font-size: small;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	color: #AC6014;
}
#row6 a {
	color: #DC9F44;
	text-decoration: none;
}

#row6 a:hover {
	color: #99CCFF;
	text-decoration: none;
}

#row4 li {
	font-size: small;
	text-align: left;
}
.style2 #row4 li {
	padding-left: 40px;
}
#row4 .style2 {
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: circle;
}
#row4 .style2 {
	color: #AC6014;
	padding-left: 20px;
}

#row4 .style4 {
	color: #000000;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: circle;
}


#row4 p .map {
	padding-left: -5px;
}
#rowproducts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #cccccc;
}
#rowproducts h3 {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-top: 10px;
}
#rowproducts p {
	font-size: x-small;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

#rowproducts a {
	font-size: small;
	text-align: center;
	color: #CC9900;
	text-decoration: none;
}

#rowproducts a:hover {
	font-size: small;
	text-align: center;
	color: #99CC00;
}
