@charset "UTF-8";
/* CSS Document */

body {
	background-color: #663300;
	margin: 0;
	padding: 0;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#mast {
	width: 800px;
	height: 70px;
	padding: 0;
}

#navbar {
	text-align: center;
	font-size: 16px;
	
}

.navigation {
	display: inline-block;
	border-top: solid 5px #663300;
	width: 150px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #663300;
	text-decoration: none;
}

a.navigation:hover {
	color: #FF9900;
}

.thispage {
	display: inline-block;
	border-top: solid 5px #663300;
	width: 150px;
	height: 20px;
	color: #663300;
	font-weight: bold;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.thispage:hover {
	color: #FF9900;
}

#splashcontent {
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
}

#splashcontent table {
	background-color: #993300;
	border-color: #993300;
	border-width: 1px;
	border-syle: solid;
}

.splashlinks {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
}

a.splashlinks:hover {
	color: #FF9900;
}

#maincontent {
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
}

#maincontent p, ul {
	color: #666666;
}

#contact {
	float: left;
	width: 250px;
}

#state {
	clear: both;
	background-color: #993300;
	color: #FFFFFF;
	padding: 2px 0px 5px 2px;
	font-weight: bold;
	margin-bottom: 10px;

}

#distributor {
	width: 190px;
	float: left;
	color: #666666;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 5px;
}

#productbar {
	text-align: center;
	font-size: 16px;
	border-bottom: solid 2px #993300;
}

.productlinks {
	display: inline-block;
	width: 125px;
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}

a.productlinks:hover {
	color: #FF9900
}

a.imalink:link {
	color: #663300;
	text-decoration: none;
}

a.imalink:visited {
	color: #663300;
	text-decoration: none;
}

a.imalink:hover {
	color: #FF9900;
	text-decoration: underline;
}

.floatleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

.floatright {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}

#spacer {
	clear: both;
}

#footer {
	clear: both;
	background-color: #FFFFFF;
	color: #663300;
	font-size: 14px;
	text-align: center;
	border-top: solid 3px #663300;
	height: 25px;
}

#footer a {
	color: #663300;
	font-size: 14px;
	text-decoration: none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}