/* body styles */
body {
	background: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #0087c7;
	margin: 1px 2px 0 0;
	padding: 4px 0 0 0;
}

/* Layout Controllers */
.c0 {
	width: 640;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	/*background: transparent url(images/truck_bg.gif) no-repeat top center;*/
}
.c1 {
	width: 210px;
	border: 1px solid #c0c0c0;
	padding: 2 2 2 2;
}
.c2 {
	width: 90%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background: transparent;
}

/* Anchors */
a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #3300cc;
	text-decoration: none;
}

/* Banners */
h1 {
	font-family: Times, "Times New Roman";
	font-size: 30px;
	line-height: 10px;
	margin-bottom: 2px;
	color: white;
}
h2 {
	font-family: Times, "Times New Roman";
	font-size: 34px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	color: red;
	background-color: #003366;
	padding: 0;
	margin: 0;
	width: 90%;
}
h3 {
	font-family: Times, "Times New Roman";
	font-size: 28px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	color: black;
	background-color: #0066CC;
	border: 2px solid #0099CC;
	padding: 0;
	width: 90%;
}
h4 {
	font-family: Verdana, Geneva, Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	color: black;
	background-color: #CCFFFF;
	border: 1px solid #00B8C3;
	margin: 4px;
	padding: 0 5px 0 5px;
	width: 500px;
}
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
	color:black;
	text-decoration:none;
}

/* content styles */
.normal {
	font-family: Verdana, Geneva, Arial;
	font-size: 14px;
	color: black;
}
.small {
	font-size: 12px;
}
.large {
	font-size: 16px;
}
.just-a-scoatch-bigger {
	font-size: 19px;
}
.extra-large {
	font-size: 24px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.white {
	color: white;
}
.footer-text {
	font-family: Verdana, Geneva, Arial;
	font-size: 10px;
	color: #ffffff;
}
.ul {
	list-style-type: disc;
}
.border {
	border: 1px solid #00B8C3;
}
.rowhead{
	font-weight: bold;
	padding: 3px 9px 3px 9px;
	border: 1px solid black;
	white-space: nowrap;
}

/* Link Boxes */
.warningbox {
	font-family: Verdana, Geneva, Arial;
	background-color: red;
	font-weight: bold;
	color: white;
	margin: 4px;
	padding: 0px 5px 0 5px;
	border: 1px solid black;
	width: 600px;
	font-size: 18px;
}
.warningbox a:link, .warningbox a:visited, .warningbox a:active, .warningbox a:hover {
	color: #ffffff;
	text-decoration: none;
}
.linkbox {
	color: black;
	font-weight: bold;
	background-color: #CCFFFF;
	width: 260px;
	margin: 4px;
	padding: 0px;
}
.linkbox a:link, .linkbox a:visited, .linkbox a:hover, .linkbox a:active {
	color:black;
	text-decoration:none;
}

/* Distributors page */
.dists td {
	border: 2px solid #999999;
}
.dists th {
	color: white;
	background-color: #003366;
	text-align: center;
}

/* Products faux menu linker */
.faux-products-link {
	font-family: Verdana, Geneva, Arial;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	position: absolute;
	top: 228px;
	left: 0px;
	z-index: 100;
	cursor: pointer;
	height: 18px;
	width: 154px;
	background-color: transparent;
}


