@charset "utf-8";
/* CSS Document */
/* =======================================
   DEFAULTS
======================================= */
* {
	margin: 0;
	padding: 0;
}
html {
	background: #fff;
}
body {
	color: #545353;
	font: 15px/20px Arial, Helvetica, sans-serif;
}
input, select, textarea {
	font: 12px/14px Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
}
ul, ol {
	list-style: none;
}
a img {
	border: none;
}
a {
	/*color: #00AEEF;*/
	color: #00AEFE;
	text-decoration: none;
}
/* =======================================
   PAGE OUTLINE
======================================= */
#container, .wrapper {
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
}

/* =======================================
   CLEARS
======================================= */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
	
}
/* close commented backslash hack */
.clear {
	clear: both;
}

/* =======================================
   FONTS
======================================= */
@font-face {
    font-family: 'Euro';
    src: url('fonts/euc____-webfont.eot?') format('eot'),
         url('fonts/euc____-webfont.woff') format('woff'),
         url('fonts/euc____-webfont.ttf') format('truetype'),
         url('fonts/euc____-webfont.svg#Euro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helv';
    src: url('fonts/hlbc___-webfont.eot?') format('eot'),
         url('fonts/hlbc___-webfont.woff') format('woff'),
         url('fonts/hlbc___-webfont.ttf') format('truetype'),
         url('fonts/hlbc___-webfont.svg#Helv') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* =======================================
   HEADER
======================================= */
#header {
	min-height: 100px;
		
}
#header .logo a {
	background: url(images/logo.png) no-repeat;
	float: left;
	margin-top: 30px;
	overflow: hidden;
    text-indent: 125%;
    white-space: nowrap;
	width: 307px;
	height: 41px;
}
#header .certified {
	background: url(images/divider-header.png) no-repeat 0 0;
	color: #CCC;
	float: left;
	font: 15px Helv, Arial, Helvetica, sans-serif;
	margin: 30px 0 0 10%;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
}
#header .phone {
	color: #000;
	font: 19px Euro, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#header .phone a {
	color: #000;
}
#header .phone a:hover {
	color: #00AEEF;
}
#header .header-right {
	padding-top: 25px;
}
#header form p {
	background: url(images/bg-search.png) no-repeat 0 7px;
	clear: both;
	float: right;
	padding-bottom: 10px;
	width: 213px;
	height: 25px;
}
#header input[type=text] {
	background: none;
	border: none;
	color: #292929;
	padding-left: 5px;
	width: 184px;
	padding-top: 6%;
}
@media \0screen {
	#header input[type=text] {
		display: block;
		float: left;
		padding-top: 5px;
	}
}
#header input[type=submit] {
	background: none;
	border: none;
	cursor: pointer;
	width: 22px;
	height: 25px;
}
#header .header-right.alignright {
	text-align: center;
	 float: right;
}

/* =======================================
   NAV
======================================= */
#nav {
	background: rgb(0,174,239); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMmMyYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(194,194,194,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,194,194,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,194,194,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,194,194,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(194,194,194,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-8 */
	box-shadow: 2px 2px 8px #242424;
width: 100%;
height: 25px;
padding: 5px 0px;
}
#nav li {
	background: url(images/divider-nav.png) no-repeat 0 0;
	float: left;
	padding: 0px 17px;
	position: relative;
	text-transform: uppercase;
	display: block;	
}
#nav li:first-child {
	background: none;
}
#nav a {
	color: #333;
	display: block;
}
#nav li a:hover, #nav li.current-menu-item a {
	color: #00aeef;
}

body #mega-menu-wrap-max_mega_menu_1 {
	filter: none;
}

div.mega-menu-wrap {
	font-family: Euro, Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	}

#nav #container #mega-menu-max_mega_menu_1 ul.mega-sub-menu li.menu-item-object-product-categories a, #nav #container #mega-menu-max_mega_menu_1 ul.mega-sub-menu li#menu-item-1616 a{
	text-transform: uppercase;
	font-size: 20px;
	color: #60057b;
	font-family: Euro, Arial, Helvetica, sans-serif !important;
}

#nav #container #mega-menu-max_mega_menu_1 ul.mega-sub-menu li a {
	font-family: Arial, Helvetica, sans-serif !important;
}

#nav #container #mega-menu-max_mega_menu_1 ul.mega-sub-menu li.menu-item-object-product-categories, #nav #container #mega-menu-max_mega_menu_1 ul.mega-sub-menu li#menu-item-1616
{
	margin-top: 10px;
	}

/* =======================================
   banner
======================================= */
.banner{
	height: 150px;
	width: 1002px;
	overflow: hidden;
	margin:0 auto;
	}
.index-main {
	z-index:55;
	position:relative;
	width:980px;
	margin:0 auto;
	height:400px;
}
.index-main-box {
	position:relative;
	display:block;
	overflow:hidden;
	height:400px;
}
#indexslider {
	position:relative;
	width:1920px;
	left:50%;
	margin-left:-960px;
	height:400px;
}
.index-img {
	display:block;
	width:1920px;
	height:400px;
	overflow:hidden;
}


.index-pagination {
	position:absolute;
	z-index:66;
	top:360px;
	left:50%;
	height:30px;
	width:210px;
	margin-left:-100px;
	text-align:center;
}
.index-pagination li {
	display:inline-block;
	width:30px;
	position:relative;
	float:left;
	height:23px;
	margin-right:4px;
	overflow:hidden;
}
.index-pagination li a {
	position:relative;
	z-index:666;
	display:block;
	padding:16px 0px 5px 0px;
	height:2px;
	color:#5f6a72;
	text-align:center;
}
.index-pagination li a div {
	position:relative;
	z-index:555;
	display:block;
	height:2px;
	background-color: #00aeef;
}
.index-pagination li a div span {
	position:absolute;
	top:0px;
	left:0px;
	height:2px;
	width:0px;
	background:#FFF;
}
.index-pagination li a div em {
	position:absolute;
	display:none;
	width:27px;
	height:10px;
	background:url(/images/ppt/arrow.png) no-repeat;
	top:-5px;
	left:1px;
}
.index-pagination li.current a {
	color:#00AEEF;
	_color:#00AEEF;
}
.index-pagination li.back {
	background:url(/images/ppt/arrow.png) no-repeat;
	display:block;
	position:absolute;
	width:30px;
	height:42px;
	left:0px;
	top:-30px;
	z-index:444;
}
/* banner end*/
/* =======================================
   CONTENT
======================================= */
#content {
	padding: 25px 0 0 0;
	width: 72%;
	float: left;
}
.home #content {
	padding: 20px 0 0 0;
	width: 100%;
}
#content h1 {
	color: #00AEEF;
	font: 34px Euro, Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	text-transform: uppercase;
}
#content h2 {
	color: #5f5f5f;
	font: 28px Euro, Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	text-transform: uppercase;
}
#content h3 {
	color: #000000;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-family: Euro, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#content img {
	max-width: 100%;
	max-height: 100%;
}
.tax-product-categories #content h2 {
	font: 24px Euro, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	text-transform: uppercase;
}
#content h3 {
	color: #00AEEF;
	font: 24px Euro, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	text-transform: uppercase;
}
#content h4 {
	color: #8f8f8f;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-family: Euro, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content p {
	padding-bottom: 20px;
}
#content p a {
	text-decoration: underline;
}
#content ul {
	margin: 0 0 20px 20px;
	list-style-type: disc;
}
#content ul li ul {
	margin: 0 0 0 20px;
	list-style-type: circle;
}
#content ol {
	margin: 0 0 20px 20px;
	list-style-type: decimal;
}
#content ol li ol {
	margin: 0 0 0 20px;
	list-style-type: lower-alpha;
}
#content ul.nobull, #content ul.nobull li ul {
	margin: 0;
	list-style-type: none;
}

#content .featured-box {
	margin-bottom: 25px;
	position: relative;
}
#content .featured-categories {
	width: 75%;
}
#content .featured-categories li {
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	float: left;
	position: relative;
}
#content .featured-categories li.first {
	border-left: none;
}
#content .cutout {
	background: #fff;
	display: block;
	position: absolute;
	bottom: -5px;
	left: -6px;
	width: 11px;
	height: 11px;
	z-index: 2;
}
#content .featured-categories li img {
	display: block;
}

#content .featured-sidebar {
	position: relative;
	float: right;
	width: 24%;
}
#content .featured-sidebar li {
	padding-bottom: 11px;
}

#content a.btn-contact, #content a.btn-cal, #content a.btn-quote, #content a.btn-recal,  #content a.btn-specs, #content a.btn-specs-cad, #content .btn-ship, #right-sidebar a.btn-quote, #right-sidebar a.btn-contact, #right-sidebar a.btn-recal, #right-sidebar .btn-ship, #content .product-1254 .load-pin, #content .product-1663 .btn-cw, #content .product-1666 .btn-junit {
	background: rgb(0,174,239); /* Old browsers */

font: 19px Euro, Arial, Helvetica, sans-serif;
color: white;
text-transform: uppercase;
	display: block;
	padding: 15px;
	text-align: center;
	text-shadow: 2px 2px 8px #242424;
	text-decoration: none;
}

div.alignleft ul.nobull p {
  text-align: center;
  text-transform: uppercase;
  font: 12px Euro, Arial, Helvetica;
}

div.alignleft ul.nobull a {
	color: #000;
}

#right-sidebar a.btn-quote, #right-sidebar a.btn-contact, #right-sidebar a.btn-recal, #right-sidebar a.btn-ship {
	margin-bottom: 11px;
}
#right-sidebar a.btn-ship {
	padding: 15px 5px;
}
#content p.quote {
  background: url(images/dollar.png) 10px -2px no-repeat;
}
#right-sidebar p.quote {
  background: url(images/dollar.png) 0px -2px no-repeat;
}
#content p.ship, #right-sidebar p.ship {
  background: url(images/truck.png) 0px -2px no-repeat;
}
#content p.speech, #right-sidebar p.speech {
  background: url(images/speech.png) 0px -2px no-repeat;
}
#content span.wrench{
  background: url(images/wrench-icon.png) -10px -2px no-repeat;
}

#content p.quote, #content p.ship, #content p.speech, #right-sidebar p.quote, #right-sidebar p.ship {
	padding: 0 0 0 25%;
	text-align: left;
	}
	
#content span.wrench {
	padding: 0 0 0 19%;
	text-align: left;
	font-size: 20px;
	}
	
#content a.btn-recal, #right-sidebar a.btn-recal {	
}
#content .btn-ship, #right-sidebar .btn-ship {
}
#content a.btn-specs, #content a.btn-specs-cad, #content a.btn-cal, #content .product-1254 .load-pin{
  max-width: 167px;
  margin-bottom: 15px;
  padding: 12px;
  font-size: 1em;
  }
  
#content .product-1663 .btn-cw, #content .product-1666 .btn-junit{
  margin-bottom: 15px;
  padding: 12px;
  font-size: 1em;
  }

#content a.btn-cal {
	padding: 12px;
	}
 
#content .product-image a.btn-specs-cad {
  max-width: 215px;
  padding: 15px;
  font-size: 1em;
  }



#content .load-pin, #content .btn-junit, #content .btn-cw, #content .product-1254 a.btn-specs-cad, #content .product-1663 a.btn-specs-cad, #content .product-1666 a.btn-specs-cad {
	display:none;

}


#content .product-excerpt a.btn-specs {
	margin: -5px 0 15px 0;
}

#content .product-details h2 {
	background: rgb(0,174,239); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2MyYzJjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(0,174,239,1) 1%, rgba(220,220,220,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,174,239,1)), color-stop(100%,rgba(220,220,220,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,174,239,1) 1%,rgba(220,220,220,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,174,239,1) 1%,rgba(220,220,220,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,174,239,1) 1%,rgba(220,220,220,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,174,239,1) 1%,rgba(220,220,220,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#00aeef',GradientType=0 ); /* IE6-8 */
	color: #00AEEF;
	font: 20px Euro, Arial, Helvetica, sans-serif;
	padding: 8px 0 8px 15px;
	max-width: 700px;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	margin-bottom: 5px;
}
#content .product-image {
	margin: 0 20px 10px 0;
}
#content .product-details img {
	border: 4px solid #ddd;
	margin-bottom: 10px;
}
#content table {
	margin-bottom: 20px;
	width: 100%;
}
#content table td {
	padding-right: 15px;
	vertical-align: top;
}

#content .the-product {
	border-top: 1px solid #d9d8d8;
	padding-top: 20px;
}
#content .product-thumb {
	padding-right: 15px;
}
#content .product-thumb img {
	border: 2px solid #ddd;
}
#content .product-excerpt {
	margin-left: 94px;
}




#content input[type=text], #content input[type=email], #content textarea, #content select {
	border: 1px solid #ccc;
	color: #666;
	padding: 3px;
}
#content select {

}
#content textarea {
	height: 75px;
	resize: none;
}
#content .wpcf7-list-item {
	display: block;
	clear: both;
}

#content input[type=submit] {
background: rgb(0,174,239);
color: white;
text-transform: uppercase;
font: 19px Euro, Arial, Helvetica, sans-serif;
	border: none;
	cursor: pointer;
	display: block;
	width: 167px;
	height: 33px;
}

#content article.error404 input[type=submit] {
	margin-top: 15px;
}

#content table td {
	border: 1px solid #ddd;
	padding: 5px;
}
#content .custom-images img {
	border: none;
	padding: 10px;
}

#content .search-post {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

div.scrolltable {
  overflow-y: hidden;
  overflow: auto;
}

#content div.tech-support p a {
	font-size: 77%;
	text-decoration: none;
	line-height: 29px;
	font-weight: bold;
}
#right-sidebar {
	float: left;
	padding: 25px 0 0 3%;
	width: 25%;
}
#right-sidebar .side-contact {
	background: rgb(0,174,239); /* Old browsers */
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	padding-top: 7;
	padding-right: 7;
	padding-bottom: 10px;
	padding-left: 7px;
}
#right-sidebar .side-contact h3 {
	color: #fff;
	font: 18px Euro, Arial, Helvetica, sans-serif;
	margin-left: -15px;
	padding: 15px 0 0 15px;
	text-transform: uppercase;
}
#right-sidebar .side-contact input[type=text], #right-sidebar .side-contact textarea, #right-sidebar .side-contact input[type=email] {
	background: #FFF;
	border: 1px solid #999;
	color: #999;
	margin-bottom: 10px;
	width: 95%;
}
#right-sidebar .side-contact textarea {
	height: 50px;
	resize: none;
}
#right-sidebar .side-contact select {
	background: #FFF;
	border: 1px solid #999;
	color: #999;
	margin-bottom: 10px;
	padding: 1px;
	width: 90%;
}
#right-sidebar .side-contact input[type=submit] {
	border: none;
	cursor: pointer;
	display: block;
	margin-bottom: 0;
	color: #FFF;
	border-radius: 4px;
	padding: 7px 6px 3px 6px;
	margin: 0 auto;
	text-transform: uppercase;
	font: 18px Euro;
	font-weight: bold;
	background-color: #09F;
}

/* =======================================
   WP EDITOR
======================================= */
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
/* =======================================
   FOOTER
======================================= */
#footer {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	color: #FFF;
	font: 13px/18px Arial, Helvetica, sans-serif;
	padding: 25px;
	background-color: #333;
}

#footer .wrapper {
	padding-bottom: 50px;
	}

#footer a {
	color: #FFF;
}
#footer ul {
	padding-bottom: 10px;
}
#footer li {
	float: left;
	font: 12px/20px Arial, Helvetica, sans-serif;
	padding: 0 10px;
	display:inline;
}
#footer li:first-child {
	padding-left: 0;
}
#footer li a {
	color: #fff;
}
#footer .info, #footer .info a {
	color: #FFF;
	text-align: right;
}
#footer .alignleft {
	width: 70%;
}
#footer .footer-sidebar {
	width: 30%;
	float: left;
	}
