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

html, body, header, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,g
a, abbr, acronym, address, big, cite, code,#mainNav
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure, 
footer, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	}
	
body {
	font-family: Arial, "Helvetica Neue", Helvetica, Gotham, sans-serif;
	}
	
p {
    padding: 0 0 1.5em 0;
    margin: 0px;
	}
	
.noPadding {padding:0;}

address {font-style:normal;}

address ul {
	margin-left:0px;
	list-style-type:none;
	}

ul, ol {
	margin: .25em 0 1.5em 1.25em;
	padding:0;
	}

ul li ul {
margin:.25em 0 0 1.25em;
}
	
ol li, ul li {
    padding: 0 0 .25em 0;
	}
	
.clear {
	display:block;
	clear:both;
	}
	
a {
	text-decoration:none;
	color:#21a5e8;
	}
	
.homePage h1 {
	font-size:1.375em;
	font-family: 'Orbitron', sans-serif;
	font-weight:500;
	/*text-transform:uppercase;*/
	letter-spacing:1px;
	padding:0 0 2em 0;
	font-variant: small-caps;
	}
	
.homePage h3 {
	font-size:1.125em;
        font-family: 'Orbitron', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	font-variant: small-caps;
	letter-spacing:1px;
	padding:0 0 1em 0;	
	}
	
.homePage h3 {
	padding:0 0 .25em 0;
	}
	
.container {
	max-width:900px;
	margin:0 auto;
	padding:0 5%;
	}
	
#menu {
	padding:0px;
	margin:0px;
	}
	
#menuMain {
    height: 50px;
    color: #fff;
    background: #67ccff url(/images/icon-menu.png) no-repeat right;
    text-indent: -9999px;
    cursor: pointer;
	}
	
.submenu {
    display: none;
	border-top:solid 1px #67ccff;
	padding:0;
	}
	
.submenu a {
    display: block;
    color: #fff;
    padding: .75em 15px;
    line-height: 1;
    background-color: #30a5e0;
	font-family: 'Orbitron', sans-serif;
	font-weight:500;
	/*text-transform:uppercase;*/
	font-variant: small-caps;
	font-size:1.125em;
	letter-spacing:2px;
	}
	
.submenu a:hover {background-color:#1d8fc8;}
	
header {
	background-color:#000;
	color:#fff;
	padding:1em 0;
	}
	
.tagline {
	font-family: 'Orbitron', sans-serif;
	font-weight:400;
	/*text-transform:uppercase;*/
	font-variant: small-caps;
	letter-spacing:1px;
	font-size:.875em;
	text-align:center;
	padding:0px;
	}
	
.logo a {
	display: block;
	width: 280px;
	height: 87px;
	text-indent: -9999px;
	background: url(/images/peerless-tool-logo-mobile.png) no-repeat;
	margin:0 auto;
	}

.copyright {
	background-color:#333;
	color:#fff;
	}
	
.content {
	padding:2em 0 0 0;
        background: #fff url(/images/peerless-pg-bg.jpg) top center no-repeat fixed;
line-height:1.4;
	}
	
.copyright {
	padding:1em 5%;
	}
	
.copyright p {
	padding:0;
	max-width:900px;
	margin:0 auto;
	font-size:.75em;
	text-align:right;
	}

.footerContact {
padding:10em 0 0 0;
}
	
.footerContact address {
text-align:right;
font-size:14px;
font-weight:bold;
	}
	
.homeCol .powerlink {
	color:#000;
	font-weight:bold;
	}
	
.powerlink:hover {color:#21a5e8;}
	
.homeCol {
	padding:0 0 2em 0;
	}
	
/************BILLBOARD*************/

.billboardWrap {
	background-color:#c9c9c9;
	/*background-color:#333;*/
	}

.billboard {
	max-width:960px;
	margin:0 auto;
	position: relative;
	background-color:#333;
	}

.rslides {
  	list-style: none;
  	overflow: hidden;
  	width:100%;
  	padding: 0;
  	margin:0;
  	height:auto;
  	z-index:1 !important;
  	}

ul.rslides_tabs.rslides1_tabs {
	margin:0;
	padding:0;
	}

.rslides li {
  	position: absolute;
  	display: none;
	padding:0;
  	width: 100%;
  	left: 0;
  	top: 0;
  	margin:0;
  	z-index:1 !important;
  	}

.rslides li:first-child {
  	position: relative;
  	display: block;
  	float: left;
  	}

.rslides img {
  	display: block;
  	height: auto;
  	float: left;
  	width: 100%;
 	border: 0;
  	z-index:1 !important;
	position:relative;
	/*max-width:1800px;*/
  	}
  
/**********************************/
/********BILLBOARD CONTROLS*********/
/**********************************/

.rslides_tabs {
	display:none;
	position:absolute;
	bottom:20px;
	left:3%;
	list-style-type:none;
	z-index:200;
	padding:0;
	}
	
.rslides_tabs li {
	float:left;	
	display:block;
	width:auto;
	margin:0;	
	}
	
.rslides_tabs li a {
	display:block;
	background-color:#000;
	text-indent:-9999px;
	height:.675em;
	width:.675em;
	margin-right:.3125em;
	border-radius:50%;
	}

.rslides_tabs li.rslides_here a {background-color:#67ccff;}

.billboard a.next, 
.billboard a.prev {
	width: 19px;
	height: 48px;
	top:  50%;
	margin-top:-24px;
	z-index: 88;
	display: inline-block;
	text-indent:-9999px;
	position:absolute;
	}

.billboard a.prev {
	background-image:url(/images/billboard-sprite.png);
	left: 10px;
	}

.billboard a.next {
	background-image:url(/images/billboard-sprite.png);
	background-position: -14px 0px;
	right: 10px;
	}

.billText {
	color: #fff;
	z-index: 1000;
	padding: 0 12%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(51,173,235,0.8);
	font-family: 'Orbitron', sans-serif;
	font-size:.875em;
	padding:0 12%;
	line-height:1.3;
	font-weight:500;
	text-shadow: 2px 2px 1px rgba(84, 84, 84, 0.7);
	letter-spacing:2px;
	margin:0;
	font-variant: small-caps;
	}
	
.billText .powerlink {display:none;}
	
.billText p {padding:0;}

.tableWrap {
	display:table;
	width:100%;
	height:100%;	
	}
	
.cellWrap {
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	}

h1 {
/*background-color:#c9c9c9;
text-align:center;
padding:0 5%;*/
font-family: 'Orbitron', sans-serif;
font-variant: small-caps;
font-size:1.75em;
margin:0 0 .75em 0;
}

h1 span {
display:block;
max-width:900px;
padding:.25em 0;
}

h2 {
/*font-family: 'Orbitron', sans-serif;
font-variant: small-caps;*/
font-size:1.25em;
padding:0 0 .675em 0;
/*font-weight:500;*/
font-weight:bold;
}

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

.headerImg {
background-color: #c9c9c9;
text-align:center;
line-height:0px;
}

.headerImg img {
width:100%;
max-width:900px;
margin:0 auto;
}

.styledLinks a {
color:#000;
text-decoration:underline;
font-family: 'Orbitron', sans-serif;
font-size:15px;
letter-spacing:1px;
font-variant: small-caps;
}

a[href$='.pdf'] { 
padding:.25em 28px .25em 0; 
background:transparent url(/images/pdf.png) no-repeat center right; 
}

.equipmentList {
list-style-type:none;
margin:0px;
}

.equipmentList li {
padding:0 0 2em 0;
}

.equipmentList figure {text-align:center;}

.equipmentList span {
text-align:center;
font-size:12px;
display:block;
}

#galleryThumbs {
list-style-type:none;
margin:0 0 0 -5%;
}

#galleryThumbs li {
width: 45%;
margin-left: 5%;
margin-right: 0;
margin-bottom: 1.5em;
float:left;
}

#galleryThumbs li img {width:100%;}

.homePage h2 {
    font-family: 'Orbitron', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-variant: small-caps;
text-transform: capitalize;
margin:0 0 1em 0;
font-size:1.75em;
}



/*------------------------------------------------------------------------*/	
/*-----------------------------media queries------------------------------*/
/*------------------------------------------------------------------------*/	
@media screen and (min-width: 25em) { /*400 and up*/

.billText {font-size:1em;}

.footerContact {padding-bottom:2em;}

.footerContact address {
width:250px;
border-left:solid 3px #d7d7d7;
float:right;
}

ul.phoneList {margin-bottom:0px;}

}

/*---------------------------------- 480 + --------------------------------------*/
@media screen and (min-width: 30em) { /*480 and up*/

a .billText .powerlink {
	display:block;
	text-align:center;
	border:solid 1px #fff;
	padding:.5em 0;
	border-radius:15px;
	margin-top:1em;
	font-size:1.125em;
	}
	
a:hover .billText .powerlink {
	background-color:#67ccff;
	color:#fff;
	}
	
.tagline {font-size:1em;}
	
.homePage h1 {
    font-size: 1.5em;
	}

h1 {
text-align:left;
font-size:2em;
}

h2 {font-size:1.5em;}

}

/*---------------------------------- 600 + --------------------------------------*/	
@media screen and (min-width: 37.5em) { /*600 and up*/

#galleryThumbs {margin-left:-8%;}

#galleryThumbs li {
width: 25.33333%;
margin-left: 8%;
margin-bottom:2em;
}

.equipmentList img {width:100%}

.equipmentList li {
width:45%;
float:left;
padding-right:5%;
}

.equipmentList li:nth-child(odd) {clear:left!important;}

.billText {
	font-size:1.125em;
	line-height:1.5;
	}
	
a .billText .powerlink {margin-top:2em;}
	
.homePage h1 {
    font-size: 1.75em;
	}

}

/*---------------------------------- 640 + --------------------------------------*/	
@media screen and (min-width: 40em) { /*640 and up*/

.billText {
	font-size:1.25em;
	line-height:1.3;
	}
	
header .container {position:relative;}
	
.logo {
    width: 280px;
    height: 87px;
	padding:0;
	}
	
.tagline {
	float:right;
	position:absolute;
	right:5%;
	top:30px;
	text-align:left;
	line-height:1.5;
	}
	
.tagline span {display:block;}
	
.homePage h1 {
    font-size: 2em;
	}
}

/*---------------------------------- 768 + --------------------------------------*/	
@media screen and (min-width: 48em) { /* 768 and up */	

#galleryThumbs {margin-left:-6%;}

#galleryThumbs li {
    width: 19%;
    margin-left: 6%;
}

.mainContent {
width:65%;
float:left;
}

aside {
width:30%;
float:right;
}
	
.container {
	padding:0 3%;
	}
	
.copyright {
	padding:1em 3%;
	}
	
#menu {
	max-width:900px;
	margin:0 auto;
	}
	
#menuMain {
    display: none;
	}
	
.mainNav {
	border-top:solid 8px #67ccff;
	padding:.5em 3% 1.25em 3%;
	}
	
.submenu {
    display: inline;
	border-top:none;
	}
	
.submenu a {
    display: inline-block;
	padding: 0 1.5em 0 0;
	font-size:.875em;
	background-color:transparent;
	color:#000;
	letter-spacing:1px;
	}
	
.submenu a:hover {
    color: #21a5e8;
	background-color:transparent;
	}
	
#contactLink.submenu a {padding:0;}
	
.billText {
	left:55%;
	padding:0 4%;
	font-size: 1.125em;
	}
	
.billboard a.next, .billboard a.prev {
	display: none;
	}
	
.rslides_tabs {display:block;}
	
header {
	position:absolute;
	top:0px;
	left:0;
	right:0;
	}
	
.tagline {
	font-size: 1.125em;
	top: 29px;
	right:3%;
	}
	
body {
	padding:119px 0 0 0;
	}
	
#menu {text-align:right;}
	
.homeCol {
	width:30%;
	float:left;
	}
	
#colOne, #colTwo {margin-right:5%;}
	
.homeCol figure {text-align:center;}
	
.homeCol figure img {max-width:100%;}
	
.homePage h1 {
    font-size: 2.125em;
	}

h1 {
font-size:2.25em;
/*padding: 0 3%;*/
}

h2 {font-size:1.75em;}

}

/*---------------------------------- 864 + --------------------------------------*/	

@media screen and (min-width: 54em) { /* 864 and up */

/*****

.homeCol {
	width:30%;
	float:left;
	}
	
#colOne, #colTwo {margin-right:5%;}
	
.homeCol figure {text-align:center;}
	
*****/
	
body {padding-top:161px;}
	
header {padding:.5em;}	
	
.logo {
    width: 467px;
    height: 145px;
	margin-left:-2%;
	}
	
.logo a {
    width: 467px;
    height: 145px;
	background: url(/images/peerless-tool-logo.png) no-repeat;
	}
	
.tagline {
	font-size:1.125em;
	top:52px;
	}
	
.submenu a {
	letter-spacing:1px;
	font-size:1em;
	}
	
.billText {left:60%;}
	
.homePage h1 {
    font-size: 2.25em;
	}
	
/*.homePage h3 {
	font-size: 1.25em;
	}
*/
}

/*---------------------------------- 960 + --------------------------------------*/	
@media screen and (min-width: 60em) { /* 960 and up */

.homePage h2 {font-size:2.25em;}

.logo {margin-left:-3%;}
	
.tagline {
    font-size: 1.5em;
	letter-spacing:2px;
	}
	
.billText {
	padding:0 2%;
	}
	
.billText {left:68%;}
	
.homePage h1 {
    font-size: 2.375em;
	}
	
.submenu a {
	padding: 0 2em 0 0;
	}
	
/*.homePage h3 {
	font-size: 1.375em;
	}*/

}