<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: url("images/bg_main.gif") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

img {
	border: 0;
}

a {
	outline: none;
}
:focus {
  -moz-outline-style: none;
}

.clear {
	clear: both;
}

.subtitle {
	font-size: 1.4em;
	font-weight: bold;
}

#mainContentContainer {
	background: url("images/bg_clouds.jpg") no-repeat center top;
	margin: 0 auto;
	width: 923px;
	min-height: 400px;
	padding-top: 70px;
}

.header {
	width: 756px;
	height: 335px;	
	margin: 0 auto;
	background-color: #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.header img {
	margin-top: 9px;
}

.logo {
	background: url("images/logo.gif") no-repeat;
	width: 210px;
	height: 76px;
	position: absolute;	
	top: 26px;
	margin-left: 31px;
	z-index: 999;
}

.mainMenu {
	position: absolute;
	top: 38px;
	margin-left: 259px;
	width: 450px;
}
.mainMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.mainMenu li {
	float: left;
	margin-right: 15px;
}
.mainMenu li.selected {
	border-bottom: 2px solid #ffff00;
}
.mainMenu li a {
	font-family: 'Aldrich', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.productsMenu {
	margin: 0;
}
.productsMenu li {
	list-style: url("images/bullet_arrow.gif");
}
.productsMenu li.selected {
	list-style: url("images/bullet_arrow_selected.gif");	
	font-weight: bold;
}
.productsMenu li.selected a {
	color: #be7115;
}
.productsMenu li a {
	color: #000;
	text-decoration: none;
}
.productsMenu li a:hover {
	color: #be7115;
	text-decoration: underline;
}

.contactInfoTable .label {
	padding-right: 15px;
	font-weight: bold;
	vertical-align: top;
}

.title {
	background: url("images/bg_title.gif") no-repeat;
	margin: 0 auto;
	height: 26px;
	width: 756px;
	text-align: right;
	color: #fff;
	font-size: 1.7em;
	font-weight: bold;
}
.title span {
	display: inline-block;
	font-family: 'Aldrich', sans-serif;
	margin-top: 0;
	margin-right: 521px;
}

.columns {
	margin: 0 auto;
	width: 760px;
	margin-top:15px;
}
.columns .leftColumn {
	width: 235px;
	float: left;
	margin: 5px;
}
.columns .rightColumn {
	width: 475px;
	float:left;
	margin: 0 20px;
}


.productThumbnail {
	margin-right: 3px;
	margin-bottom: 3px;	
}


.footer {
	border-top: 1px solid #cbcbcc;
	width: 756px;
	margin: 20px auto;
	padding-top: 10px;
	color: #777;
	font-size: .9em;
}
.footer .copyright {
	float: left;
}
.footer .logoSmall {
	margin-left: 15px;
	float: right;
}
.footer .contactInfo {
	float: right;
}</pre></body></html>