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

html {
    height: 100%;
}

body {
    height: 100%;
    background: none repeat scroll 0 0 white;
    color: black;
    font-family: 'Open Sans Condensed',sans-serif;
	/*overflow-x: hidden;*/
}

body h1 {
    font-size: 32pt;
	text-transform: uppercase;
	margin: 0.5em 0;
	line-height: 1;
}

h2 {
	font-size: 18pt;
	text-transform: uppercase;
}

p {
	font-size: 14pt;
}

		.note {
			font-size: 12pt;
		}

hr {
    border-style: dotted;
    border-width: 2px 0 0;
	clear: both;
}

.breadcrumbs hr {
    border-style: solid;
    border-width: 1px 0 0;
}

ul {
	list-style-position: inside;
	list-style-type: none;
	font-size: 14pt;
	margin-top: 0;
    padding: 0 0 0 1em;
    text-indent: -0.9em;
}

li {
    margin: 0.25em 0;
}

li:before {
	content:">";
	display:inline;
	color: #ef7b10;
	margin-right: 0.5em;
}

a:link, a:visited {
	color: black;
/*	text-decoration: none; */
}

a:hover {
	color: #ef7b10;
}

.footer {
	color:white;
}

.header a {
    text-decoration: none;
}

.footer a:link, .footer a:visited {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: #ef7b10;
}

.prods h2 {
	margin-top: 0;
	line-height: 1.2;
	text-transform: capitalize;
	font-size: 14pt;
}

.prods a:link {
    text-decoration: none;
}

.darkbg a:link, .darkbg a:visited, .orangebg a:link, .orangebg a:visited {
	color: #fff;
	text-decoration: underline;
}

.darkbg a:hover {
	color: #ef7b10;
}

.orangebg a:hover {
	color: #000;
}

.row-fullwidth {
    width: 100%;
	display: inline-block;
	margin-bottom: -5px;
}

.row-fullwidthmosaic {
    width: 200%;
    margin: 0 -50%;
}

.row-normal {
    margin: 0 auto;
    width: 940px;
	padding: 0 20px;
}

.row-half {
    width: 50%;
	float: left;
}

.row-threequarters {
    width: 75%;
	float: left;
}

.row-quarter {
    width: 25%;
	float: left;
}

.row-third {
    width: 33%;
	float: left;
}

.menudiv {
	margin: 0 1em;
}

#mosaic
{
	background-image: url('../images/mosaics/01.jpg'), url('../images/mosaics/02.jpg'), url('../images/mosaics/03.jpg');
	margin: 0 auto;
}

#mosaic span.hover
{
	float: left;
}

.autoscrollbox {
	height:75px;
	width: 75px;
	background-color: #808080;
	/*background-image: url('../images/autoscroll_bg_down.gif');*/
	z-index: 1000;
	position:fixed;
	bottom: 50px;
	left: 50px;
	box-shadow: 3px 3px 6px #000;
}

.footer ul {
    font-size: 16pt;
}

.google-plus {
	background: url(../images/google-plus.gif);
	float:right;
	height:66px;
	width:66px;
}

.google-plus:hover {
	background-position: 0 -66px;
}

.facebook {
	background: url(../images/facebook.gif);
	float:right;
	height:66px;
	width:66px;
	margin-right:0.5em;
}

.facebook:hover {
	background-position: 0 -66px;
}

.twitter {
	background: url(../images/twitter.gif);
	float:right;
	height:66px;
	width:66px;
	margin-right:0.5em;
}

.twitter:hover {
	background-position: 0 -66px;
}

.linkedin {
	background-image: url(../images/linkedin.gif);
	float: right;
	height: 66px;
	width: 66px;
	margin-right:0.5em;
}

.linkedin:hover {
	background-position: 0 -66px;
}

.copyright {
	padding-bottom:3em;
}

.copyright p, .copyright a:visited, copyright a:link {
    font-size: 10pt;
    color: black;
}

.bigimg {
    margin: 0 0 1em 1em;
    padding-top: 1.5em;
}

.product {
    float: left;
    width: 235px;
}

.product a {
    text-decoration: none;
}

.button {   
    background: #ef7b10;
    padding: 0.5em 1em;
    border-radius: 2em;
	margin-bottom: 1em;
	float: left;
}

.button:link, .button:visited {
    color: white;
	text-decoration: none;
}

.button:hover {
    background: black;
}

.techdata {
 	clear: both;
    float: right;
}

table {
   margin: 1em 0 1em 0;
   color: black;
}

table, th, td {
   border: 1px solid white;
}

th {
   font-weight: 700;
   background-color: white;
}

table td, table th {
    padding: 0.5em;
}

form input[type=text], textarea {
    width: 100%;
	border: solid 1px #808080;
}

.productspecs table, .productspecs th, .productspecs td {
   border: 1px solid black;
}

.productspecs tr:nth-child(even) {
	background: #CCC;
}

.productspecs tr:nth-child(odd) {
	background: #e5e5e5;
}

.req {
color: red;
}

.breadcrumbs {
    padding: 0.5em 0 0 0;
}

/*
.twocol { 
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
*/

.legaltext {
	font-size: 12pt;
}