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

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

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#mast {
	height: 100px;
	background-image: url(../images/mast.jpg);
	background-repeat: no-repeat;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	background-color: #684F40;
	padding-right: 35px;
	border-bottom: 2px #CCCCCC solid;
}

#navbar a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	width: auto;
}

#navbar a:hover {
	color: #EE3224;
	background-color: #CCCCCC;
	border-right: 1px #EE3224 solid;
	border-left: 1px #EE3224 solid;
}

#navbar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	background-color: #A19188;
	padding-right: 35px;
	border-bottom: 2px #CCCCCC solid;
}

#navbar2 a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	width: auto;
}

#navbar2 a:hover {
	color: #EE3224;
	background-color: #CCCCCC;
	border-right: 1px #EE3224 solid;
	border-left: 1px #EE3224 solid;
}


#maincontent {
	padding: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#maincontent p, ul {
	padding-left: 330px;
}

#videocontent {
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#aboutcontent {
	padding: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#splashcontent {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#splashcontent p {
	padding-right: 160px;
	padding-left: 160px;
	font-size: 14px;
}

#leftsplashbar {
	float: left;
	position: relative;
	top: 0;
	width: 160px;
}

#rightsplashbar {
	float: right;
	position: relative;
	top: 0;
	width: 160px;
}

#rightsplashbar p {
	padding: 0;
	font-size: 12px;
}

#rightsplashbar a {
	color: #684F40;
	text-decoration: none;
	font-weight: bold;
}

#rightsplashbar a:hover {
	color: #EE3224;
	text-decoration: underline;
}

#footer {
	clear: both;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #EE3224;
	background-image: url(../images/foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px;
}

#spacer {
	clear: both;
}

#categorybar {
	background-color: #684F40;
	padding: 2px 5px 2px 5px;
	margin-top: 5px;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	clear: both;
}

#product {
	width: 180px;
	padding: 5px;
	float: left;
	text-align: center;
	font-variant: small-caps;
}

#product a {
	color: #684F40;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#product a:hover {
	color: #EE3224;
	text-decoration: underline;
}

#downloadbox {
	float: left;
	clear: left;
	wdith: 200px;
	border: 1px solid #684F40;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
}

#downloadbox a {
	display: block;
	text-decoration: none;
	color: #684F40;
}

#downloadbox a:hover {
	text-decoration: underline;
	color: #EE3224;
}

#distributorbar {
	background-color: #684F40;
	padding: 2px 5px 2px 5px;
	margin-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}

#distributor {
	width: 140px;
	padding: 5px;
	float: left;
	text-align: left;
	font-size: 12px;
}

.floatright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.floatleft {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.floatleftmast {
	float: left;
}

.productname {
	font-variant: small-caps;
}

.smalltype {
	font-size: small;
}

a.speciallink {
	color: #684F40;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a.speciallink:hover {
	color: #EE3224;
	text-decoration: underline;
}
