/* selectors */

a:link {
	color: #ff6600;
	}
	
a:visited {
	color: #333333;
	}
	
a:hover, a:active {
	color: #660000;
	}


body {
	margin: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
	
h1 {
	color: #666666;
	font-size: 24px;
	font-style: italic;
	margin: 0px 0px 5px 0px;
	}
	
h1 a:link, h1 a:visited {
	color: #666666;
	text-decoration: none;
	}
		
 
h1 a:hover, h1 a:active {
	color: #ff6600;
	text-decoration: none;
	}


h2 {
	color: #333333;
	font-size: 18px;
	font-style: italic;
	margin: 0px 0px 15px 0px;
	}
	
h2 a:link, h2 a:visited {
	color: #333333;
	text-decoration: none;
	}
		
 
h2 a:hover, h2 a:active {
	color: #ff6600;
	text-decoration: none;
	}


h3 {
	color: #ff6600;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	}
	
h4 {
	font-size: 16px;
	margin: 0px;
	}
	
h5 {
	font-size: 1em;
	margin: 0px 0px -1em 0px;
	}
	
img {
	border: none;
	}
		
p {
	text-align: justify;
	}
	

	
	
/* id styles */
	
#banner {
	position: absolute;
	top: 0px;
	left: 418px;
	}
	
#content {
	position: relative;
	width: 960px;
	padding: 10px 0px 10px 0px;
	}
	
#footer {
	clear: both;
	}
	
#header {
	margin-left: 100px;
	position: relative;
	height: 151px;
	}
	
#home {
	position: absolute;
	top: 120px;
	left: 8px;
	}
	
#home a {
	font-size: 12px;
	text-decoration: none;
	}
	
#home a:link, #home a:visited {
	color: #999999;
	}
	
#home a:hover, #home a:active {
	color: #ffffff;
	}
	
#menu {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(images/menu-background.jpg);
	height: 28px;
	z-index: 1100;
	}
	
#nav-container {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	}
	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav a {
	display: block;
	}

#nav li {
	float: left;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	z-index: 999;
	padding: 5px 10px 9px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	margin-top: 8px;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

#nav li a {
	text-decoration: none;
	color: #e8c7b3;
	}
	
#nav li ul li {
	padding: 3px 5px 3px 5px;
	background-color: #000000;
	width: 16em;
	font-size: 10px;
	z-index: 999;
	}
	
#nav li ul li:hover, #nav li ul li.sfhover {
	background-color: #ff6600;
	}
	
#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	
	
/* class styles */


.address {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 5px 0px 0px 0px;
	}
	
.announce {
	border:  1px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	font-size: 10px;
	width: 300px;
	}

	
.bhead {
	font-weight: bold;
	}
	
.bottomlinks {
	text-align: center;
	font-size: 10px;
	}
	
.center {
	text-align: center;
	}
	
.clear {
	clear: both;
	}
	
.copyright {
	font-size: 9px;
	text-align: center;
	color: #999999;
	}
	
.hrule {
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	margin-top: 5px;
	}
	
	
.imgcenter {
	position: relative;
	center: 50%;
	}
	
.personnel {
	clear: both;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	}
	
.personnel img {
	float: right;
	margin: 0px 0px 10px 15px;
	border: none;
	}
	
.personnel li {
	font-size: 90%;
	padding: 0px  0px .2em 0px;
	}
	
	
.product {
	clear: both;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	}
	
.product img:first-child {
	float: left;
	margin: 0px 15px 10px 0px;
	border: none;
	}
	
.product ol, .product ul, .product p, .product h4, .product h5, .ml185 {
	margin-left: 185px;
	}
	
div.product ul li ol {
	margin-left: 10px;
	}
	
.product table  {
	border-collapse: collapse;
	width: 530px;
	margin-bottom: 10px;
	border: 1px solid #666666;
	}

.product table td {
	border-collapse: collapse;
	border: 1px solid #666666;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	}
	
.product div.floatright img {
	float: none;
	}

.floatleft {
	float: left;
	padding: 0px 10px 10px 0px;
	}
	
.floatright {
	float: right;
	padding: 0px 0px 10px 10px;
	}
	
.lispace li {
	padding-bottom: .5em;
	}
	
.main {
	width: 743px;
	padding-right: 10px;
	}
	
.main table {
	border-collapse: collapse;
	width: 530px;
	margin-bottom: 10px;
	}

.main table td {
	border-collapse: collapse;
	padding:5px;
	vertical-align: top;
	}


.menuline {
	border-right: 1px solid #e8c7b4;
	}
	
ul.noindent, ol.noindent, p.noindent {
	margin-left: 0px;
	}
	
.orange {
	color: #ff6600;
	}
	
.phone {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 5px 0px 5px 0px;
	}
	
.quote {
	position: absolute;
	left: 750px; 
	background-color: #eeeeee; 
	padding: 5px; 
	margin: 0px;
	}
	
.quote p {
	margin: 0px;
	font-style: italic;
	padding: 0px;
	}
	
.quoter {
	margin: 0px;
	text-align: right;
	font-weight: bold;
	font-size: 80%;
	padding: 0px
	}
	
.sectionh3 {
	padding: 40px 0px 0px 0px;
	clear: both;
	}
	
.sidebar {
	width: 207px;
	padding: 0px 0px 10px 10px;
	}
	
.sidebar img {
	display: block;
	padding: 0px;
	margin: 0px;
	}
	
.sidebarblog {
	background-color: #eeeeee;
	border: 1px solid #ff6600;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0px 4px 0px 4px;
	margin-top: 10px;
	}
	
.sidebarblog h2 { 
	text-align: center;
	font-size: 12px;
	}
	
.sidebarblog p {
	font-size: 9px;
	}
	
.textbutton {
	border: 1px solid #cccccc; 
	background-color: #eeeeee; 
	padding: 3px; 
	margin-top: 30px;
	text-align: center;
	}
	
	
/* Added for October 2012 redesign */
	
.spectable {
	font-size: 12px;
	border: none;
	margin: 20px;
	}
	
.cssbutton {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 60px;
	height: 18px;
	text-align: center;
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ff6600;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	margin: 5px;
	}
	
.cssbutton a:link, .cssbutton a:visited {
	text-decoration: none;
	color: #ff6600;
	}
	
.cssbutton a:hover, .cssbutton a:active {
	color: #660000;
	}

.product-container {
	clear: both;
	width: 100%;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	
}
.product-images {
	float: left;
	width: 170px;
}


.product-images p {
	text-align: center;
	font-size: 10px;
	margin: 3px 0px 10px 0px;
	}
	
.product-content {
	padding-left: 10px;
	float: left;
	width: 540px;
}


table.product  {
	border-collapse: collapse;
	width: 530px;
	margin-bottom: 10px;
	border: 1px solid #666666;
	}
	
table.product th {
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	}
	
table.product tr {
	text-align: center;
	}

	
table.product tr:nth-child(odd) {
   background: #ccc;
   }

table.product tr:first-child {
   background: #fff;
   }


.product-content h2, .product-content h2 a {
	font-style: normal;
	font-size: 16px;
	color: #666666;
	margin: 0px;
	}
	
.product-content h3 {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	}

.product-content p {
	font-size: 1em;
	margin: 5px 0px 5px 10px;
	}

.col1 {
	clear: both;
	width: 48%;
	float: left;
	font-size: 12px;
	margin-bottom: 5px;
	margin-right: 10px;
	}
	
.col2 {
	width: 48%;
	float: left;
	font-size: 12px;
	margin-bottom: 5px;
	}
	
