/* GLOBAL */
nav ul, nav ol {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.right {
	float:right
}
.left {
	float:left;
}
.clear {
	clear:both;
}

#bg {
	background:#EEE url(/img/bg_bw.jpg) center top no-repeat;
	background: url(/img/bg_bw.jpg) center top no-repeat,url(/img/repeat-strip.png) left top repeat-x,url(/img/repeat.png) center top;
	height:658px;
	width:100%;
	min-width: 870px;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 1;
}
#site {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:2;
	min-height: 100%;
}
html, body {height: 100%}
body {
	font-family: share, helvetica, arial;
}


#main_nav {
	overflow: hidden;
	background-color:#414343;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding:10px 20px;
}
#main_nav ul {
	
}
#main_nav a {
	color:#FFF;
	text-decoration: none;	
	font-size:1.059em;
	line-height:40px;
	border-right:1px solid #FFF;
	display:block;
	padding:0px 20px;
}
#main_nav li:last-of-type a {
	border-right:0px;
}
#main_nav a:hover {
	background-color:#000;
	background-color:rgba(0,0,0,.80);
	color:#F9AF20;
}
#main_nav a.selected {
	color:#F9AF20;
}
#main_nav li:hover > a {
	background-color:#000;
	background-color:rgba(0,0,0,.80);
}
#main_nav li {
	float:left;
}
#main_nav ul ul {
	display:none;
	background-color:#000;
	background-color:rgba(0,0,0,.80);
	position: absolute;
	z-index: 100;
}
#main_nav li:hover ul {
	display:block;
}
#main_nav li li {
	float:none;
}
#main_nav li li a {
	border-right:none;
}


.center {
	width:870px;
	margin:0px auto;
	position: relative;
}

#top {
	font-size:1.438em;
	color:#FFF;
	line-height:65px;
	padding:40px 0px 25px 200px;
}
#top a {
	position:absolute;
	top:15px;
	left:0px;
	display:block;
}
#top img {
	display: block;
}

#top .socialMedia {
	position:absolute;
	top:56px;
	right:0;
	width:auto;
	height:32px;
	padding:0;
	margin:0;
	z-index:11;
}

#top .socialMedia a {display:block; float:left; height:32px; width:32px; margin:0 0 0 6px; padding:0; line-height:0; font-size:0; position:relative; top:0;}
#top .socialMedia a#fb {background:url(/img/SM-Facebook.png) center top no-repeat;}
#top .socialMedia a#yt {background:url(/img/SM-YouTube.png) center top no-repeat;}

#content {
	background-color:#FFF;
	min-height: 400px;

	
	-moz-box-shadow:0 12px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 12px 15px rgba(0, 0, 0, 0.5);
	box-shadow:0 12px 15px rgba(0, 0, 0, 0.5);
	
	margin-bottom:30px;
	
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	
	margin-bottom:220px;
	
	border: 1px solid #DDD;
	border-top:0px;
	padding:20px 30px;
}
#content ol {
	margin-left:0px;
	padding-left:20px;
	font-size: 0.813em;
	counter-reset:li;
	
	
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
#content ol li {
	list-style:none;
	position:relative;
}

#content ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:0px;
    left:-2em;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    color:#DC5D20;
 
    text-align:center;
    font-weight: bold;
}
#content li ol,
#content li ul {margin-top:6px;}
#content ol ol li:last-child {margin-bottom:0;}

#content p, #content ul {
	font-size:0.813em;
}
#content td, #content th {
	font-size:0.813em;
}
#content .prod_text td {
	vertical-align: top;
	border-top:1px solid #999;
	padding:5px 0px;
	position: relative;
}
#content .prod_text tr td:last-of-type:before {
	background-color:#DB5D20;
	content: '';
	width:3px;
	height:3px;

	margin-left:-10px;
	margin-top:5px;
	
	display:block;
	position: absolute;
}
#content .tab_content .clear {
	height:20px;
}
#content .prod_text table {
	border-bottom:1px solid #999;
	width:100%;
}
#content .prod_text td:first-of-type {
	width:100px;
	padding-right:20px;
}
#content .prod_specs {
	width:100%;
	border-collapse: collapse;
	border-top:1px solid #999;
	border-left:1px solid #999;
}
#content .prod_specs td {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:3px 20px;
	vertical-align: top;
}
#content .prod_specs th {
	background-color:#F1BEA6;
	padding:3px 20px;
	text-align: left;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	vertical-align: top;
	width:130px;
}
#content .prod_specs .title {
	color:#FFF;
	text-align: center;
	
	padding:10px;
	font-size:1.375em;
}
#content .prod_specs .title.green {
	background-color:#92C021;
}
#content .prod_specs .title.blue {
	background-color:#1D70B6;
}
#content .prod_specs .title.red {
	background-color:#E4342A;
}

#content .prod_specs .corner {
	background-color:#DB5D20;
}

#content .prod_specs .divider th {
	background-color:#EA9C77;
	text-align: center;
	color:#FFF;
	font-size:1.375em;
	font-weight: normal;
}
#content .prod_specs strong {
	text-align: center;
	display:block;
	font-size:1.154em;
}
#content .prod_option {
	text-align: center;
	text-decoration: none;
	margin:0px 34px 20px;
	display:inline-block;
	width:147px;
	vertical-align: text-top;
}
#content .prod_option p{ 
	margin-top:0px;
}
#content .prod_option img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:147px;
}
#content .prod_option:nth-child(4n) {
	margin-right:0px;
}
#content .prod_option:first-of-type, #content .prod_option:nth-child(4n+5) {
	margin-left:0px;
}

#options h2 {
	line-height:1.2em;
	height:2em;
}



#content h1 {
	/*color:#DC5D20;*/
	color:#36332E;
	font-weight: normal;
	font-size:2.313em;
}

#content h2 {
	color:#DC5D20;
	font-weight: normal;
	font-size:1.063em;
	margin:0px 0px 5px;
}
#content h3 {
	color:#000;
	margin:0px;
	font-size:1em;
}
#content a {
	color:#DC5D20;
	line-height: 1.5em;
}
#content a[href$=".pdf"] {
	background:url(/img/pdf.png) left center no-repeat;
	padding-left: 25px;
}
#content .prod_description {
	width:440px;
}
#content .prod_description p{
	font-size:1.077em;
}
#content .prod_text {
	width: 520px;
}
#content .left .prod_text {
	width:260px;
}
#content .prod_info {
	width: 260px;
}
#content .prod_image {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content nav.tabs {
	clear:both;
	
	
	
	background: #f26522; /* Old browsers */


	
	height:30px;
	position: relative;
	margin:50px 0px 20px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#content nav.tabs li {
	float:left;
}
#content nav.tabs ul {
	overflow: auto;
	position:absolute;
	top:-25px;
	left:20px;
}
#content nav.tabs a {
	outline:none;
	
	
	background: #f8ad13; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8ad13 0%, #ed841c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ad13), color-stop(100%,#ed841c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8ad13 0%,#ed841c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8ad13 0%,#ed841c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8ad13 0%,#ed841c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8ad13 0%,#ed841c 100%); /* W3C */

	
	color:#FFF;
	text-decoration: none;
	display:block;
	padding:0px 10px;
	line-height:25px;
	font-size:13px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	margin-right:5px;
}
#content nav.tabs a.selected, #content nav.tabs a.selected:hover {


	background: #f26522; /* Old browsers */
	background: -moz-linear-gradient(top,  #f39000 0%, #f26522 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f39000), color-stop(100%,#f26522)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f39000 0%,#f26522 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f39000 0%,#f26522 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f39000 0%,#f26522 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f39000 0%,#f26522 100%); /* W3C */

	color:#000;
}

#content nav.tabs a:hover {


	background: #f4971a; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4971a 0%, #ea7b3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4971a), color-stop(100%,#ea7b3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4971a 0%,#ea7b3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4971a 0%,#ea7b3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4971a 0%,#ea7b3a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4971a 0%,#ea7b3a 100%); /* W3C */


	text-decoration: underline;
	color:#FFF;
}

.two_columns {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

footer {
	background-color:#677B81;
	border-top:1px solid #36332E;
	color:#FFF;
	font-size:.813em;
	padding:30px 0px;
	
	position: absolute;
	bottom:0px;
	width:100%;
	min-width: 870px;
	height:130px;
	
	line-height: 1.5em;
	
	overflow: hidden;
}
footer em {
	font-size: 1.462em;
	font-style: normal;
}
footer a {
	color:#FFF;
}
footer .left {
	position: relative;
	overflow:hidden;
	height:130px;
}
footer .right {
	width:520px;
	border-left:1px solid #D1CED0;
	overflow:hidden;
}
footer .border {
	border-left:1px solid #9F9F9D;
	padding-left:15px;
	height:130px;
	position: relative;
}

footer nav li {
	float:left;
}
footer nav a {
	text-decoration: none;
	border-left:1px solid #FFF;
	padding:0px 10px;
}
footer nav ul {
	overflow: hidden;
	width:450px;
}
footer nav a:hover, footer nav a.selected {
	text-decoration: underline;
}
footer nav li.nodivider a {
	border-left:0px;
}
footer p {
	position: absolute;
	bottom:0px;
	margin:0px;
}
footer .right p {
	padding-left:10px;
}


/****************/

.home #content, .product-range #content {
	background-color:#677B81;
	border-color:#677B81;
	position: relative;
	margin-bottom:60px;
}
.product-range #content {
	margin-bottom:230px;
}
#splash {
	overflow: hidden;
	height:380px;
	width:530px;
	margin-top:10px;
	position: relative;
}
#splash ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	
	position: relative;
}
#splash img, #splash canvas {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display:block;
}
#splash li {
	position: absolute;
	top:0px;
	left:0px;
	z-index: 1;
}
#splash .bullets {
	position: absolute;
	bottom:0px;
	right:20px;
	z-index: 999;
	list-style-type: none;
	overflow: hidden;
	
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
#splash .bullets li {
	float:left;
	margin-left:5px;
	position: static;
}
#splash .bullets a {
	width:13px;
	height:13px;
	
	text-indent: 100%;
	white-space: nowrap;

	background: url(/img/bullet.png) top left no-repeat;
	display: block;
	overflow: hidden;
}
#splash .bullets a.selected {
	background-position: bottom left;
}
#forty_years {
	position:absolute;
	top:20px;
	right:20px;
}
#mini_ads {
	margin:0px 30px 0px 0px;
	padding:0px;
	width:250px;
	position: absolute;
	bottom:25px;
	right:0px;
	list-style-type: none;
}
#mini_ads li {
	padding:0px;
	margin:10px 0px 0px;
	position: relative;
	padding-left: 130px;
	display: block;
	font-size:0.813em;
	min-height: 95px;
	line-height:1em;
}
#mini_ads img {
	position: absolute;
	top:0px;
	left:0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#mini_ads a {
	text-decoration: none;
	color:#000;
	line-height:1em;
}
#mini_ads a:hover img {
	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
}



#mini_ads span {
	display:block;
	margin-bottom:5px;
	font-weight: bold;
}
#mini_ads a span {
	color:#F9AF20;
}
#mini_ads a:hover span {
	text-decoration: underline;
}

#col_wrap_1 {
    float:left;
    width:870px;
    overflow:hidden;
    position:relative;
    padding-bottom: 220px;
}
#col_wrap_2 {
    float:left;
    width:870px;
    position:relative;
    right:285px;
    
    border-right:1px solid #CCC;
}
#col_wrap_3 {
    float:left;
    width:870px;
    position:relative;
    right:300px;
    border-right:1px solid #CCC;
}
.col {
    float:left;
    width:260px;
     position:relative;
    left:585px;
}
#col2 {
	left:630px;
}
#col3 {
	left:675px;
}
.col h2 {
	font-weight: normal;
	color: #231F20;
	text-transform: uppercase;
	margin-top:0px;
	font-size: 1.563em;
}
.col ul {
	margin:0px 0px 0px 15px;
	padding:0px;
	list-style-type: square;
}
.col li {
	margin-bottom:10px;
}
.col li:last-of-type, .col p:last-of-type {
	margin-bottom:0px;
}
.col li strong {
	color:#F39000;
	font-weight:normal;
}
#col1 p {
	font-size:1.27em;
	line-height:1.4em;
	color:#8B8582;
}
.col a {
	color: #F39000;
}
#map {
	width:808px;
	height:300px;
	border:1px solid #CCC;
}

#contact_form {
	float:left;
	width:400px;
	margin:20px 0px 0px 0px;
}
#frm_contact label {
	display: block;
	position: relative;
	line-height: 30px;
	padding:5px 0px 5px;
	overflow: hidden;
}
#frm_contact input {
	float:right;
	width:300px;
	border:1px solid #CCC;

	-moz-box-shadow:1px 1px 3px #BBB inset;
	-webkit-box-shadow:1px 1px 3px #BBB inset;
	box-shadow:1px 1px 3px #BBB inset;
	
	padding:3px;
	color:#666;
}
#frm_contact textarea {
	float:right;
	width:300px;
	border:1px solid #CCC;
		-moz-box-shadow:1px 1px 3px #BBB inset;
	-webkit-box-shadow:1px 1px 3px #BBB inset;
	box-shadow:1px 1px 3px #BBB inset;
	padding:3px;
	color:#666;
	resize:vertical;
	min-height: 150px;
}
#frm_contact button {
	position: relative;
	left:92px;
	margin:10px 0px;
	padding:5px 20px;
	
	border: 0px solid #42aaff;
	background-color:#677B81 ;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#FFF;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

#frm_contact button:hover {
	box-shadow:0px 0px 5px #F9AF20;
	-moz-box-shadow:0px 0px 5px #F9AF20;
	-webkit-box-shadow:0px 0px 5px #F9AF20;
}
#frm_contact button:active {
	background-color:#677B81;
	-moz-box-shadow:inset 0px 0px 5px #000;
	-webkit-box-shadow:inset 0px 0px 5px #000;
	box-shadow:inset 0px 0px 5px #000;
	
	padding:6px 20px 4px;
	text-shadow:
		0px 1px 0px rgba(000,000,000,0.7),
		0px -1px 0px rgba(255,255,255,0.3);
}


input:focus, textarea:focus {
	background-color:#F1F1F1;
}
#contact_text {
	float:right;
	width:260px;
	margin-right:120px;
	margin-top:10px;
}
.error ul {
	padding-left:20px;
	margin-top:0px;
}

#content .shortcut {
	width:235px;
	height:30px;
	display: block;
	background-color:#000;
	margin-bottom:20px;
	color: #FFF;
	text-decoration: none;
	background:url(/img/range.jpg) top left no-repeat;
	padding:160px 10px 0px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.shortcut.one, .shortcut.four {
	float:left;
	margin-right:21px;
}

.shortcut.two, .shortcut.five {
	float:left;
}
#content .shortcut.two {
	background-position: 0px -190px;
}
#content .shortcut.three {
	background-position: 0px -380px;
}
#content .shortcut.four {
	background-position: 0px -570px;
}
#content .shortcut.five {
	background-position: 0px -950px;
}
#content .shortcut.six {
	background-position: 0px -760px;
}
.shortcut.three, .shortcut.six {
	float:right;
}

#content .shortcut:hover {
	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
}
#content .shortcut span {
	float:right;
	color:#F9AF20;
}
#content .shortcut:hover span {
	text-decoration: underline;
} 
.shortcut.left.first {
	margin-right:21px;
}

#left_content {
	width:500px;
	float:left;
}

#side_images {
	float:right;
	width:250px;
	margin-top:30px;
	
}
figure img {
	margin-bottom:4px;
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	position: relative;
	display:block;
}

figure {
	margin-bottom:15px;
	text-align: center;
	color:#333;
	font-size:.8em;
	display:inline-block;
}

#rob_brendan_chris {
	float:right;
	margin:20px 0px 0px 20px;
	width:350px
}