
@import "reset.css";

/* This is the style sheet for polarwire.com website */



/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 12, 2014 */



@font-face {
    font-family: 'oswaldregular';
    src: url('oswald-webfont.eot');
    src: url('oswald-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-webfont.woff') format('woff'),
         url('oswald-webfont.ttf') format('truetype'),
         url('oswald-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*----light mint green #84de93, light mint green 2 #a4ff8b, dark mint green #89e071, med blue #3689b8, lt blue #01a7fc---*/



/*-----------------general styles-----------------*/ 
	html {
	background: url(images/pwpheadandsliderbg.jpg) repeat-x center top; 
	}
	
	body {
    background: url(images/Polar-Wire-header-bears-anim-82x1598.gif) repeat-x center top;
    color: #666666;
    font-family: verdana, arial, tahoma, sans-serif;
    font-size: 12px;
    line-height: 17px;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
	}
	
	#main-container { 
	width: 960px; 
	position: relative;
	margin: 0 auto;
	text-align: left;
	}
	
	
	
	#20years {
		width: 175px
		height: 87px;
		margin-top: 0;
		margin-left: 770px;
		position: fixed;
		z-index: 200;
	}
	
	img {
	border: 0; 
	background: none;
	}
	
	.clear {
  	clear: both;
	}
	
	br.clear {
	height: 0;
	margin: 0; 
	padding: 0;
	border: none; 
	clear: both;
	}
	
	p {
	font-family:  verdana, arial, tahoma, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 17px;
	}
	
	.description p {
	color: #dedede;
	}
	
	.darkblue {
	color: #075e95;
	}
	
	.pdflinktext {
	color: #3689b8;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0 5px;
	}
	
	.italic-text {
	font-style: italic;
	}
	
	.italic {
	font-style: italic;
	}
	
	.bold {
	font-weight: bold;
	}
	
	.uppercase {
	text-transform: uppercase;
	}
	
	.lowercase {
	text-transform: lowercase;
	}
	
	.caption {
	font-size: 10px;
	font-style: italic;
	line-height: 16px;
	}
	
	.pagenumbers {
	font-size: 11px;
	font-style: italic;
	color: #666666;
	}
	
	sup{
	 position:relative;
	 font-size:.5em;
	}
	
	ul {
		list-style-type: none;
	}
	
/*---------------------hyperlinks-----------------*/

a {
	color: #006c99;
	text-decoration: none;
	}
	
a:hover {
	color: #89e071;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

a.more-link {
	color: #4d91c0;
	font-size: 20px;
	font-weight: normal;
	font-family: 'oswaldregular', verdana, arial, tahoma, sans-serif;
	text-transform: uppercase;
	display: block;
	margin: 10px 10px 0 30px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	background: none repeat scroll 0 0 #dddddd;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: right;
	position: relative;
	text-align: center;
	}
	
.currentPage a {
	color: #01a7fc;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	}
	
#content-right ul li.currentPage a:hover {
	color: #01a7fc;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	}
	
.subsidebarlink a {
	color: #3689b8;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	}
	
.subsidebarlink a:hover {
	color: #89e071;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	}
	
.mainsidebarlink a {
	color: #075e95;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	}
	
.mainsidebarlink a:hover {
	color: #89e071;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	}
	
.blue-italic-link a, .right-catalog-link a {
    color: #3689b8;
    display: inline;
    font-family: verdana, arial, tahoma, sans-serif;
    float: left;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    margin: -8px 1px 20px 0px;
    /*line-height: 25px;*/
    padding: 0px 0px;
	position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    }
    
.right-catalog-link a {
    color: #075e95;
    }
    
    
.blue-italic-link:hover a, .right-catalog-link:hover a {
    color: #89e071;
    }
	
/*---------------------buttons---------------------*/
	
.homebutton {
	background-image: url(images/pwphomeicon.png);
	display: none;
	height: 24px;
	width: 24px;
	text-indent:-9999px;
	margin: -2px 10px 0 0;
	}
	
.homebutton:hover {
	background-image: url(images/pwphomeicon-hover.png);
	}
	
    
.graybutton {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    background: none repeat scroll 0 0 #fff;
    color: #89e071;
    display: block;
    font-family: verdana, arial, tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: -2px 6px 0px 6px;
    height: 25px;
    line-height: 24px;
    padding: 0px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
    
.graybutton:hover {
    color: #3689b8;
    background: none repeat scroll 0 0 #c6fdb7;
    }

    
.bluegraybutton a {
	-webkit-border-radius: 12px; /*support for safari, chrome */
	-moz-border-radius: 12px; /*support for firefox */
	-khtml-border-radius: 12px;
	border-radius: 12px; /*support for ie9*/
    background: none repeat scroll 0 0 #3689b8;
    color: #dedede;
    display: block;
    font-family: verdana, arial, tahoma, sans-serif;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin: -28px 1px 0px 5px;
    height: 25px;
    line-height: 24px;
    padding: 0px 10px;
    float: right;
	position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    }
    
.bluegraybutton a:hover {
    color: #3689b8;
    background: none repeat scroll 0 0 #c6fdb7;
    }
    
.altenergybutton a {
    -webkit-border-radius: 12px 0px 0px 12px; /*support for safari, chrome */
	-moz-border-radius: 12px 0px 0px 12px; /*support for firefox */
	-khtml-border-radius: 12px 0px 0px 12px;
	border-radius: 12px 0px 0px 12px; /*support for ie9*/
	color: #dedede;
    background: none repeat scroll 0 0 #3689b8;
    display: block;
    font-family: verdana, arial, tahoma, sans-serif;
    float: right;
    font-size: 12px;
    font-weight: bold;
    top: -52px;
    right: -205px;
    margin: 0px 0px 0px 0px;
    height: 25px;
    line-height: 24px;
    padding: 0px 10px 0px 15px;
	position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	}
	
.altenergybutton a:hover {
	color: #3689b8;
	background: none repeat scroll 0 0 #c6fdb7;
    }
    
/*.bluebutton {
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	-khtml-border-radius: 12px;
	border-radius: 12px;
    background: none repeat scroll 0 0 #3689b8;
    color: #a4ff8b;
    display: block;
    font-family: verdana, arial, tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: -2px 6px 0px 6px;
    height: 25px;
    line-height: 24px;
    padding: 0px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    }*/
    
.bluebutton {
    -webkit-border-radius: 12px;
    -moz-border-radius: 18px;
    -khtml-border-radius: 12px;
    border-radius: 30px;
    background: none repeat scroll 0 0 #3689b8;
    color: #a4ff8b;
    display: block;
    font-family: verdana, arial, tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: -9px 6px -9px 6px;
    height: 36px;
    line-height: 36px;
    padding: 0px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
    


.find-it-button {
	clear: both;
	-webkit-border-radius: 12px; /*support for safari, chrome */
	-moz-border-radius: 12px; /*support for firefox */
	-khtml-border-radius: 12px;
	border-radius: 12px; /*support for ie9*/
    background: none repeat scroll 0 0 #3689b8;
    color: #a4ff8b;
    display: block;
    font-family: verdana, arial, tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 15px 5px 10px;
    height: 25px;
    line-height: 24px;
    padding: 0px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    }
    
.find-it-button a, .bluebutton a {
	color: #a4ff8b;
	}
    
.find-it-button:hover, .bluebutton:hover {
    color: #3689b8;
    background: none repeat scroll 0 0 #c6fdb7;
    }
    
.find-it-button:hover a, .bluebutton:hover a {
    color: #3689b8;
    background: none repeat scroll 0 0 #c6fdb7;
    }
    

    
/*---------------------header---------------------*/ 

#header { 
	height: 126px;
	position: relative;
	}
	
#header h1 { 
	display: block;
	float: left; 
	background: url(images/polar-wire-white.svg) no-repeat;  
	position: relative;
	width: 580px; 
	height: 26px; 
	margin: 27px 0 0 190px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
#header h1 a {
  width:100%;
  height:100%;
  display:block;
}

#header img {
	
margin-top: -8px;
}
	
/*---------------------phone number and contact link---------------------*/ 

#mainnav #main-nav-contact { 
	color: #3689b8; 
	position: relative;
	float: left; 
    margin: -15px 0 0px 0;
}
	
#mainnav #main-nav-contact li { 
	color: #3689b8;
	float: left; 
	font-size: 13px; 
	font-weight: normal;
	}
	
#mainnav #main-nav-contact a { 
	color: #3689b8; 
	text-decoration: none; 
	}
	
#mainnav #main-nav-contact a:hover { 
	color: #82dc69; 
	}
	
.main-nav-phone, .main-nav-areacode{ 
	color: #3689b8; 
	font-size: 22px; 
	font-weight: bold; 
	position: relative;
	line-height: 80%;
	}
	
.main-nav-areacode {
	margin: 0 -5px 0 -5px;
}

.parenthesis-left { 
	color: #3689b8; 
	font-size: 20px; 
	font-weight: bold; 
	padding: 0px 0px 0px 0px; 
	position: relative; 
	top: -.10em; 
	}
	
.parenthesis-right { 
	color: #3689b8; 
	font-size: 20px; 
	font-weight: bold; 
	padding: 0px 0px 0px 0px; 
	position: relative; 
	top: -.10em; 
	}
	
#mainnav .nav-divider { 
	color: #b0b0b0; 
	font-size: 16px; 
	padding: 0px 10px 0px 10px;
	}
	
.regmark {  
	font-size: .75em; 
	font-weight: normal; 
	padding: 0px 0px 0px 0px; 
	position: relative; 
	top: -.25em; 
	}
	
.bluecontenthead .regmark {  
	font-size: 11px; 
	font-weight: normal; 
	padding: 0px 0px 0px 0px; 
	position: relative; 
	top: -.50em; 
	}
	
.regmarksmaller {  
	font-size: .50em; 
	font-weight: normal; 
	padding: 0px 0px 0px 0px; 
	position: relative; 
	top: -.25em;  
	}
	
.contentdiv .description h2 span .regmarksmaller {
	font-size: 11px; 
	font-weight: normal; 
	padding: 0px 0px 0px 0px; 
	position: relative; 
	top: -.25em; 
	}
	
	
/*---------------------home button, top right nav buttons---------------------*/ 
	
#mainnav #nav { 
	position: relative;
	float: right; 
	margin: -15px 0 0 0;
	}
	
#mainnav #nav li { 
	float: left; 
	font-size: 13px; 
	}
	
#mainnav #nav a { 
	color: #3689b8; 
	text-transform: uppercase; 
	text-decoration: none; 
	}
	
#mainnav #nav a:hover { 
	color: #3689b8;
	}
	

	
/*---------------------sub nav---------------------*/ 

	
#mainnav #nav ul li a:hover {
	display: block;
	color: #3689b8;
	background: #c6fdb7;

	}

#mainnav #nav ul li:hover a, #nav li:hover li a {
	background: #c6fdb7;
	border: none;
	color: #3689b8;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	}
#mainnav #nav ul a:hover {
	background: #c6fdb7;
	color: #3689b8 !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}

/* dropdown */

#mainnav #nav li:hover > ul {
	display: block;
	z-index: 150;
	opacity: 0.95;
	}

/* level 2 list */

#mainnav #nav ul {
	display: none;

	margin: 0;
	position: absolute;
	top: 22px;
	left: 31px;
	background: none;
	width: 160px;
	padding: 4px 5px 6px 10px;


	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	}
	
#mainnav #nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	}

#mainnav #nav ul a {
	display: none;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	color: #3689b8;
	font-family: verdana,arial,tahoma,sans-serif;
    font-size: 12px;
    line-height: 17px;
	background: #fff;
	width: 160px;
	padding: 4px 5px 6px 10px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	}

/* level 3+ list */

#mainnav #nav ul ul {
	left: 181px;
	top: -0px;
	width: 242px;
	}
	
/* block for 3rd level list */	

	#mainnav #nav ul:hover ul a {
	display: block;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	color: #3689b8;
	font-family: verdana,arial,tahoma,sans-serif;
    font-size: 12px;
    line-height: 17px;
	background: #fff;
	width: 242px;
	padding: 4px 5px 6px 10px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	}
	
/* hovered items on 3rd level list */

	#mainnav #nav ul ul li a:hover  {
	display: block;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	color: #3689b8;
	font-family: verdana,arial,tahoma,sans-serif;
    font-size: 12px;
    line-height: 17px;
	background: #c6fdb7;
	width: 242px;
	padding: 4px 5px 6px 10px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	}

/* rounded corners of first and last link */

#mainnav #nav ul li:first-child > a {
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;

	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	}
	
#mainnav #nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;

	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	}

/* clearfix */

#mainnav #nav:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
	
#mainnav #nav {
	display: inline-block;
	} 
	
html[xmlns] #mainnav #nav {
	display: block;
	}
 
* html #mainnav #nav {
	height: 1%;
	}
	

/*------------slider section------------*/ 

	
#featured-content { 
	/* fallback */ 
	background-color: #146291; 
	background: url(images/pwpslidebg.jpg); 
	background-repeat: repeat-x; 
	/* firefox 3.6+ */ 
	background: -moz-linear-gradient(100% 100% 90deg, #01548c, #1b80b6); 
	/* safari 4-5, chrome 1-9 */ /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b80b6), to(#01548c)); 
	/* safari 5.1+, chrome 10+ */ 
	background: -webkit-linear-gradient(#1b80b6, #01548c); 
	/* opera 11.10+ */ 
	background: -o-linear-gradient(#01548c, #1b80b6); 
	width: 960px;
	height: 330px;
	position: relative;
	top:22px;
	right:0;
	bottom:0;
	left:0;
	overflow:hidden;
	color: #ffffff;
	}
	
	
#slider-button-left {
	position: absolute;
	top: -1px;
	background: url(images/pwpslidebtnleft.jpg); 
	width: 27px;
	height: 330px;
	margin-left: 3px;
	background-repeat: no-repeat;
	background-position: left;
	z-index: 50;
	}

	
#slider-button-right {
	position: absolute;
	top: -1px;
	background: url(images/pwpslidebtnright.jpg); 
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 930px;
	width: 27px;
	height: 330px;
	z-index: 40; 
	}
	
#featured-content .pagination {
	background: none;
	padding: 0;
	width: auto;
	}

#featured-content .pagination a {
	padding: 0;
	}
	
#featured-content .sliderwrapper {
	margin: 0px auto;
	width: 900px;

	}

#featured-content .contentdiv {
	padding: 0;
	margin: 5px 0px 0 20px;
	width: 900px;
	
	}

	
.contentdiv .description {
	position: relative;
	float: left;
	width: 325px;
	height: 280px;
	margin: 20px 5px 20px 10px;
	}

.contentdiv .description h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
	}

.contentdiv .description h2 span {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 24px;
	}

.contentdiv .description p {
	font-family:  verdana, arial, tahoma, sans-serif;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 18px;
	}	
	
.contentdiv .description p span {
	color: #7fd0ff;
	font-weight: bold;
	font-style: italic;
	}	
  
.contentdiv .bluegraybutton a {
	position: absolute; bottom: 0; left: 0;
	margin: 10px 5px 0 0;
	}

.slider1adjust {
	margin:	50px 0 -20px 0;
	}

.slider2adjust {
	background:url(images/slider/pwpslider2.jpg) no-repeat right top;
	width: 860px;
	height: 330px;
	margin: -6px -20px 0px 0px;
	padding: 5px 20px 0px 0px;
	}
	
.slider2adjust .description{
	position: relative;
	float: left;
	width: 380px;
	height: 280px;
	margin: 20px 5px 20px 10px;
	}


.slider3adjust {
	background:url(images/slider/pwpslider3.jpg) no-repeat right top;
	width: 860px;
	height: 330px;
	margin: -6px -20px 0px 0px;
	padding: 5px 20px 0px 0px;
	}
	
.slider3adjust .description {
	position: relative;
	float: left;
	width: 345px;
	height: 280px;
	margin: 20px 5px 20px 10px;
	}
	
.slider4adjust {
	background:url(images/slider/pwpslider4.jpg) no-repeat right top;
	width: 860px;
	height: 330px;
	margin: -6px -20px 0px 0px;
	padding: 5px 20px 0px 0px;
	}

.slider4adjust .description{
	position: relative;
	float: left;
	width: 345px;
	height: 280px;
	margin: 20px 5px 20px 10px;
	}
	
.slider5adjust {
	background:url(images/slider/pwpslider5.jpg) no-repeat right top;
	width: 860px;
	height: 330px;
	margin: -6px -20px 0px 0px;
	padding: 5px 20px 0px 0px;
	}
	
.slider5adjust .description img{
	margin: 7px 0px 3px 0px;
	}

.slider5adjust .description h2 {
	color: #7fd0ff;
	}
	
/*------------store links section------------*/ 


#storelinks-container {
	position: relative;
	top: 5px;
	}

#storelinksmenu {
	color: #01a7fc;
	font-family: 'oswaldregular', trebuchet, verdana, arial, tahoma, sans-serif !important;
	font-size: 13px;
    font-weight: normal;
	line-height: 150%;
	text-align: center; 
	text-transform: uppercase;
	position: relative;
	overflow:auto; 
	padding: 0px;
	background-color: black;
	}
	
#storelinksmenu ul {
	margin: 0; 
	padding: 8px; 
	list-style-type: none; 
	list-style-image: none; 
	}
	
#storelinksmenu  li {
	display: inline; 
	}
	
#storelinksmenu ul li:last-child {
  	color: #84de93;
	}
	
#storelinksmenu  ul li a {
	text-decoration:none;
	margin: 0px;
	padding: 0px 3px 0px 3px; 
	color: #01a7fc;
	}
			
#storelinksmenu  ul li a:hover { 
	color: #a4ff8b; 
	}
	
.lightblue {
	color: #0084c7; }
	
.lightblue:hover {
	color: #a4ff8b; }
	
.lightgreen {
	color: #a4ff8b; }
	
.lightgreen:hover {
	color: #89e071; }
	
	
/*---------------------home content---------------------*/ 

#content-container {
	clear: both;
	position: relative;
	margin: 10px auto 0;
	text-align: left;
	width: 960px;
	}
	
#content {
	position: relative;
	width: 960px;
	}
	
#homeleft-container {
	float: left;
	margin: 0 0px 0 30px;
	}
	
#homeleft1, #homeleft2, #homeleft3, homeleft4 {
	width: 210px;
	margin:3px 20px 23px 0px;
	float: left;
	}
	
#homewide {
	float: left;
	width: 660px;
	margin:0px 0px 20px 0px;
	}
	
#homeright {
	text-align: left;
	}
	
#altenergy {
	position: relative;
	display: block;
	float: right;
	width: 199px;
	height: 203px;
	margin:2px 30px 30px 0px;
	background: url(images/home-right-alternative-2.jpg);
	background-color: #ffffff;
	background-repeat:no-repeat;
	border-style: solid;
	/*border-width: 5px 5px 5px 5px;*/
	border-color: #cdcdcd;
	text-indent: -9999px;
	}
	
#altenergy:hover {
	border-color: #a4ff8b;
	}
	
#renewable {
	float: right;
	display: none;
	background: url(images/homerightrenewableenergysys.png);
	background-color: #000000;
	background-repeat:no-repeat;
	border-style: solid;
	border-width: 0px 5px 5px 5px;
	border-color: #cdcdcd;
	width: 199px;
	height: 101px;
	margin:0px 30px 0px 0px;
	text-indent: -9999px;
	}
	
#renewable:hover {
	border-color: #a4ff8b;
	}
	
.picgraybordergreenhover {
	/*border: 5px solid #cdcdcd;*/
	margin:0px 20px 5px 0px;
	}
	
.picgraybordergreenhover:hover {
	/*border: 5px solid #a4ff8b;
	margin:0px 20px 5px 0px;*/
	}
	
.picgrayborder {
	/*border: 5px solid #cdcdcd;*/
	margin:0px 20px 5px 0px;
*/	}
	
.picgrayborderright {
	/*border: 5px solid #cdcdcd;*/
	margin:0px 0px 20px 20px;
	}
	
.picgrayborderleft {
	/*border: 5px solid #cdcdcd;*/
	margin:0px 20px 20px 0px;
	}	
	

/*---------------------inside page content---------------------*/

#content-left {
	overflow: visible;
	float: left;
	position: relative;
	width: 720px;
	margin:-7px 20px 30px 30px;
	}
	

	
#ourwire-left-left {
	float: left;
	position: relative;
	width: 530px;
	margin:5px 0px 0px 0px;
	}
	
#left-left {
	float: left;
	position: relative;
	width: 484px;
	margin:0px 20px 0px 0px;
	}
		
#left-left-narrow {
	float: left;
	position: relative;
	width: 470px;
	margin:5px 15px 0px 0px;
	padding:0 20px 0 0;
	}
	
#left-left-narrow p{
	margin:0px 0px 0px 0px;
	}
	
li.greenBullet {
	list-style-type: square;
	color: #86f77d;
	padding-bottom: 2px; 
	}
	
li.greenBullet span {
	color: #666666; 
	}
	
.descriptionLeft ul li {
	list-style-type: square;
	color: #86f77d;
	padding-bottom: 2px; 
	}
	
.descriptionLeft ul li span {
	color: #666666;
	}	
	
.left-left-med-width {
	float: left;
	position: relative;
	width: 490px;
	margin:0px 0px 0px 0px;
	}
	
.left-left-narrow {
	float: left;
	position: relative;
	width: 470px;
	margin:0px 15px 0px 0px;
	}
	
#left-left-narrow-singleaufb {
	float: left;
	position: relative;
	width: 468px;
	padding: 0 20px 0 0;
	margin:0px 0px 0px 0px;
	background: url(images/single-10awg-collage.jpg);
	background-color: #ffffff;
	background-repeat:no-repeat;
	}
	
	
#left-right {
	
	position:absolute;
	left:484px;
	top:40px;
	z-index:5;
	width: 240px;
	margin:0px 0px 0px 0px;
	}
	
.productspagecolumn {
	width: 210px;
	margin:3px 20px 23px 0px;
	float: left;
	}	
	
.features {
	-webkit-border-radius: 12px; /*support for safari, chrome */
	-moz-border-radius: 12px; /*support for firefox */
	-khtml-border-radius: 12px;
	border-radius: 12px; /*support for ie9*/
    background: none repeat scroll 0 0 #ffffff;
    border-style: solid;
	border-width: 1px;
	border-color: #cdcdcd;
	width: 140px;
	float: right;
	padding: 8px 10px 12px 25px;
	margin: 5px 0 10px 0;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	}
	
.features ul li {
	list-style-type: square;
	color: #86f77d;
	padding-bottom: 2px; 
	}
	
.features ul li span {
	color: #666666;
	}
	

.featureswide {
	-webkit-border-radius: 12px; /*support for safari, chrome */
	-moz-border-radius: 12px; /*support for firefox */
	-khtml-border-radius: 12px;
	border-radius: 12px; /*support for ie9*/
    background: none repeat scroll 0 0 #ffffff;
    border-style: solid;
	border-width: 1px;
	border-color: #cdcdcd;
	width: 200px;
	float: right;
	padding: 8px 10px 10px 25px;
	margin: 0 0 10px 0;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	}
	
.featureswide ul li {
	list-style-type: square;
	color: #86f77d;
	padding-bottom: 2px; 
	}
	
.featureswide ul li span {
	color: #666666;
	}
	
	
.spec-icons {
    background: none;
	width: 200px;
	float: right;
	padding: 0px 20px 0px 0px;
	margin: 0 0 0 0;
	text-align: center;
	}

#content-right  {
	float: right;
	position: relative;
	width: 160px;
	margin:-10px 30px 30px 0;
	}
	
.stand-alone-list {
	padding: 8px 0px 0px 0px;
	margin: 0 0 20px 13px;
	}
	
.stand-alone-list ul li {
	list-style-type: square;
	color: #86f77d; 
	padding: 0 0 5px 0;
	}
	
.stand-alone-list ul li span {
	color: #666666;
	}
	
.stand-alone-wide-list {
	width: 555px;
	padding: 8px 0px 0px 0px;
	margin: 0 0 20px 13px;
	}
	
.stand-alone-wide-list ul li {
	list-style-type: square;
	color: #86f77d; 
	padding: 0 0 5px 0;
	}
	
.stand-alone-wide-list ul li span {
	color: #666666;
	}
	
.horizontal-callout-list {
	color: #3689b8;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	width: 555px;
	padding: 8px 0px 0px 0px;
	margin: 0 0 20px 13px;
	}
	
.horizontal-callout-list ul li {
	display: inline;
	list-style-type: square;
	color: #86f77d; 
	padding: 0 0 5px 0;
	}
	
.horizontal-callout-list ul li span {
	color: #666666;
	}
	
.batterycableadblock {
	-webkit-border-radius: 12px; /*support for safari, chrome */
	-moz-border-radius: 12px; /*support for firefox */
	-khtml-border-radius: 12px;
	border-radius: 12px; /*support for ie9*/
	
	background-image: url(images/battery-cables-on-gold.jpg);
	background-repeat: no-repeat;

	margin: 10px 0 20px 0;
	font-size: 12px; 
	font-weight: bold;
    border-style: solid;
	border-width: 0px;
	border-color: #cdcdcd;
	width: 445px;
	float: left;
	padding: 8px 0px 12px 25px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	}
	
.customizeyourcablesblock {
	-webkit-border-radius: 12px; /*support for safari, chrome */
	-moz-border-radius: 12px; /*support for firefox */
	-khtml-border-radius: 12px;
	border-radius: 12px; /*support for ie9*/
	
	background-image: url(images/custom-cables-block-bg.jpg);
	background-repeat: no-repeat;

	margin: 10px 0 20px 0;
	font-size: 12px; 
	font-weight: bold;
    border-style: solid;
	border-width: 0px;
	border-color: #cdcdcd;
	width: 450px;
	float: left;
	padding: 3px 0px 8px 20px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	}
	
.batterycableadblock ul li, .extcordadblock ul li {
	list-style-type: square;
	color: #86f77d; 
	}
	
.batterycableadblock ul li span, .extcordadblock ul li span {
	color: #767676;
	}
	
.extcordadblock {
	-webkit-border-radius: 12px; /*support for safari, chrome */
	-moz-border-radius: 12px; /*support for firefox */
	-khtml-border-radius: 12px;
	border-radius: 12px; /*support for ie9*/
	
	background-image: url(images/extcordadbg.jpg);
	background-repeat: no-repeat;

	margin: 0px 0 20px 0;
	color: #dedede
	font-size: 12px; 
	font-weight: bold;
    border-style: solid;
	border-width: 0px;
	width: 440px;
	float: left;
	padding: 8px 0px 12px 25px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	}
	
.extcordadblock ul li span {
	color: #dedede;
	}
	
.resadblock {
	-webkit-border-radius: 12px; /*support for safari, chrome */
	-moz-border-radius: 12px; /*support for firefox */
	-khtml-border-radius: 12px;
	border-radius: 12px; /*support for ie9*/

	margin: 10px 0 20px 0;
	font-size: 12px; 
	font-weight: bold;
    border-style: solid;
	border-width: 0px;
	border-color: #cdcdcd;
	width: 475px;
	float: left;
	padding: 0px 0px 10px 0px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	}
	
.workingwtcodeheadblock {
	color: #ffffff;
	background-color: #075e95;
	margin: 15px 0 0px 0;
	font-size: 12px; 
	font-weight: bold;
	text-align: center;
    border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #aaaaaa;
	width: 435px;
	padding: 0px 10px 0px 20px;
	}	
	
.workingwtcodeblock {
	background-color: #e2e7ea;
	margin: 5px 0 30px 0;
	font-size: 12px; 
	font-weight: bold;
    border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #aaaaaa;
	width: 435px;
	padding: 8px 10px 12px 20px;
	}
	
#products-description {
	background-image: url(images/custom-cables-block-bg.jpg);
	background-repeat: no-repeat;
	}
	
.pdf-size {
	margin-top: -12px;
	}
/*---------------------catalog page---------------------*/

#content h2.catsubhead {
	color: #3689b8;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	margin: 0;
	padding: 0 0 3px;
	}
	
.catalogdownloadhead {
	color: #006c99;
	text-transform:uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 180%;
	}
	
.catalogdownload {
	margin: 0 0 10px 0;
	}
	
.catalogpicgrayborder {
	border: 5px solid #cdcdcd;
	margin:1px 20px 5px 1px;
	float: left;
	}
	
.col1 {
	float: left;
	margin-right: 20px;
	width: 220px;
	}
	
.col2 {
	float: left;
	margin: 2px 0 0 0;
	}

.catalogpagecolumn1 {
	width: 200px;
	margin:3px 20px 23px 20px;
	float: left;
	}

.catalogpagecolumn {
	width: 325px;
	margin:3px 20px 23px 0px;
	float: left;
	}

.catalogpagerow {
	background: #ffffff;
	padding: 10px 10px 6px 10px;
	width: 680px;
	margin:3px 20px 0px 0px;
	float: right;
	}
	
.gray {
	background: #ebeceb;
	}

/*---------------------company info section---------------------*/
	
#company-info-container {
	background-color: #ebeceb; 
	border-top: 5px solid #cdcdcd;
	position: relative;
	margin: 0px 0px 0 0px;
	padding: 20px 0px 5px;
	}
	
#company-info-content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 30px 30px;
	}
	
#store-info {
	float:left;
	background-color: #ebeceb; 
	width: 695px;
	margin:0px 0px -20px 0px;
	padding: 0px 0px 30px 30px;
	vertical-align: bottom;
	}
	
#polar-sign {
	display:inline-block;
	position: relative;
	float: right;
	margin:10px 10px -15px 10px;
	}
	
#contact-info {
	display: inline;
	float: right;
	color: #666666;
	background-color: #ebeceb;
		width: 175px;
	text-align: right;
	margin:0px 0px 0px 0px;
	padding: 0 30px 10px 0;
	}
	
#company-info-container p {
	font-family:  verdana, arial, tahoma, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 17px;
	margin: 0; 
	padding: 7px 0; 
	}
	
.grayunderline {
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 6px;
	margin: 0 30px 10px;
	}
	
.grayunderline-noindent {
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 6px;
	margin: 0 0px 10px;
	}
	
a.thumbnail{
	position: relative;
	z-index: 0;
	}

a.thumbnail:hover{
	background-color: transparent;
	z-index: 70;
	}

a.thumbnail span{ /*css for enlarged image*/
	position: absolute;
	background-color: #ffffff;
	padding: 5px;
	left: -1000px;
	top: -300px;
	border: 5px solid #a4ff8b;
	visibility: hidden;
	color: #01a7fc;
	font-family: bebasneueregular, trebuchet, verdana, arial, tahoma, sans-serif;
	font-size: 12px;
    font-weight: bold;
	line-height: 150%;
	text-align: center; 
	text-transform: uppercase;
	text-decoration: none;
	}

a.thumbnail span img{ /*css for enlarged image*/
	border-width: 0;
	padding: 2px;
	}

a.thumbnail:hover span{ /*css for enlarged image on hover*/
	visibility: visible;
	top: -290px;
	left: -300px; /*position where enlarged image should offset horizontally */
	}
	
	
/*---------------------headlines---------------------*/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #002b38;
	font-size: 20px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-weight: normal;
	}
	

#content h1 {
	font-size: 26px;
	color: #999999;
	}
	
#content h2 {
	font-size: 20px;
	}

#content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	}
	
#content h4, #header .widget-area h4 {
	color: #075e95;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0 5px 0;
	padding: 3px 0 6px 0;
	border-bottom: 1px solid #cdcdcd;
	}

#content h5 {
	background: #80979e;
	color: #ffffff;
	margin: 0;
	padding: 8px;
	font-size: 14px;
	}
	
#content h6 {
	color: #666666;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
	}
	
#homeleft1 h1, #homeleft2 h1, #homeleft3 h1, #homeleft4 h1 {
	color: #075e95;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	}

#content .productspagecolumn h1 {
	color: #075e95;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	}
	
#content .catalogpagecolumn h1 {
	color: #075e95;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-left: 100px;
	}
	
.catalogpagecolumn p {
	margin-left: 100px;
	}
	
.sectionheadblue {
	color: #3689b8;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 6px;
	margin: 0 0px 30px;
	}
	
.bluecontenthead {
	color: #3689b8;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}
		
.graycontenthead {
	color: #868686;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
.blueitalictagline {
	color: #3689b8;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	margin: 5px 0 0;
	}
	
	
.grayitalictagline {
	color: #dedede;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	margin: 5px 0 0;
	text-transform: uppercase;
	}
	
.blueintroline {
	color: #075e95;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.blueintrolineitalic {
	color: #075e95;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.blueintroline2 {
	color: #075e95;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 200%;
	}
	
.blueitalicboldtext {
	color: #3689b8;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 0;
	}
	
.blueitalicboldtext a {
	color: #3689b8;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 0;
	}
	
.blueitalicboldtext a:hover {
	color: #89e071;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 0;
	}
	
#content-left h1 {
	margin: 0 0px 10px 0;
	}
	
#content-left .blueintroline {
	text-transform: none;
	}
	
#content-right .blueintroline {
	text-transform: none;
	}
	
#content-right ul li  {
	color: #01a7fc;
	position: relative;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	padding: 0px 0 0px 0;
	}

#content-right ul li.currentPage  {
	color: #3689b8;
	position: relative;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0 4px 0;
	padding: 0px 0 0px 0;
	}

#content-right ul li:hover {
	color: #89e071;
	position: relative;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	padding: 0px 0 0px 0;
	}

#content-right ul li.currentPage:hover {
	color: #3689b8;
	position: relative;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0 4px 0;
	padding: 0px 0 0px 0;
	}
	

	

/*---------------------inner---------------------*/

#inner {
	background: url("") no-repeat scroll center -1px transparent;
	margin: 0 auto;
	padding: 15px 0 0;
	width: 960px;
	height: 13px;
	}

#inner #wrap {
	margin: 0 auto;
	padding: 20px 0;
	}
	

/*---------------------footer nav---------------------*/ 

#footer	{
	background: url(images/pwpfooterbg.gif) no-repeat center top; 
	color: #cccccc;
	background-color: #000000; 
	border-top: 5px solid #535353;
	width:100%;
	height: 144px;
	position: relative;
	display:block;
	margin: 0 auto;  
	text-align: center;
	}

#footercontent {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	}

#footermenu {
	margin: 10px 30px 10px 30px; 
	}
#footermenu li {
	display:inline; 
	font-size: 10px; 
	}
	
#footermenu a { 
	color: #adaca8; 
	text-transform: uppercase; 
	text-decoration: none; 
	font-weight: bold;
	}
#footermenu a:hover { 
	color: #3689b8; 
	}
#footermenu .nav-divider { 
	color: #7b7b6f; 
	font-size: 14px; 
	padding: 0px 5px 0px 10px;
	}
	
.copyright {
	color: #5f6164;
	font-size: 10px;
	line-height: 140%;
	}
	
/* ---------start side tab button--------- */


	
#shoptab {
	
	background: url(images/shoptabsprite.png) 0px 0 no-repeat; 
    color: #a4ff8b;
    display: block;
    font-family: 'Lato', verdana, arial, tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    top: 250px;
    right: 0px;
    height: 95px;
    width: 60px;
    overflow: visible;
    line-height: 16px;
    padding: 0px 15px 0 15px;
    position: fixed;
    z-index:5000;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    }
    
#shoptab a {
	color: #3689b8;
	display:block;
	width:100%;
	height:50%;
	}
	
#shoptab p {
	height: 50px;
	padding: 22px 0 0 0;
	font-family: 'Lato', verdana, arial, tahoma, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
	}
	
#shoptab:hover {
	background: url(images/shoptabsprite.png) 0px -95px; 
    }
    
#shoptab:hover a {
    color: #a4ff8b;
    background: none repeat scroll 0 0 transparent;
    }
    

/* ---------end side tab button--------- */

	
	

/* ----------request form---------------*/



#request-form {
	background-color:#f2f7f9;
	width:650px;
	padding:20px;
	margin: 0px auto;	
	border: 5px solid #3689b8;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position:relative;
}

#request-form h1 {
	font-size:30px;
}

#request-form h2 {
	margin-bottom:15px;
	font-size:13px;
	line-height: 120%;
	font-style:italic;
	font-weight:normal;
}

#request-form h2 span{
	font-weight:bold;
	font-style:normal;
}

#request-form input, 
#request-form select, 
#request-form textarea, 
#request-form label {
	font-size:13px;
	margin-bottom:2px;
}

#request-form input, 
#request-form select, 
#request-form textarea {
	width:98%;
	border: 1px solid #cee1e8;
	margin-bottom:20px;
	padding:4px;
}

#request-form input:focus, 
#request-form select:focus, 
#request-form textarea:focus {
	border: 1px solid #afcdd8;
	background-color: #fafafa;
}

#request-form textarea {
	height:175px;
	resize: none;
}

#request-form label {
	display:block;
}

#request-form .required {
	font-weight:bold;
	color:#f00;	
}

#request-form #submit-button {
	width: 100px;
	color:#a4ff8b;
	border:none;
	display:block;
	float:right;
	background-color:#3689b8;
	font-family: verdana, arial, tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 6px 0px 6px;
    height: 25px;
    line-height: 24px;
    padding: 0px 10px 3px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    
    -webkit-border-radius: 12px; /*support for safari, chrome */
	-moz-border-radius: 12px; /*support for firefox */
	-khtml-border-radius: 12px;
	border-radius: 12px; /*support for ie9*/
	}


#request-form #submit-button a {
	color: #a4ff8b;
	}
    
#request-form #submit-button:hover {
    color: #3689b8;
    background: none repeat scroll 0 0 #c6fdb7;
    }
    
#request-form #submit-button:hover a {
    color: #3689b8;
    background: none repeat scroll 0 0 #c6fdb7;
    }

#request-form #submit-button:active {
	position:relative;
	top:1px;
}

#request-form #loading {
	width:32px;
	height:32px;
	background-image:url(../img/loading.gif);
	display:block;
	position:absolute;
	right:130px;
	bottom:16px;
	display:none;
}

#errors {
	border:solid 1px #e58e8e;
	padding:10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#ffe6e6 url(../img/cancel_48.png) no-repeat 405px center;
	display:none;
}

#errors li {
	padding:2px;
	list-style:none;	
}

#errors li:before {
	content: ' - ';	
}

#errors #info {
	font-weight:bold;
}

#errors #info:before {
	content: '';	
}

#success {
	border:solid 1px #83d186;
	padding:25px 10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#d3edd3 url(../img/accepted_48.png) no-repeat 405px center;
	font-weight:bold;
	display:none;
}

#errors.visible, #success.visible {
	display:block;	
}

#req-field-desc {
	font-style:italic;
}

/* remove box shadow firefox, chrome and opera put around required fields. it looks rubbish. */
input:required, textarea:required {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	}

/* normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
	color:#ccc;
	font-style:italic;
	}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#ccc;
	font-style:italic;
	}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
	color:#ccc;
	font-style:italic;
	}



.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {
	}

@media all and (orientation:landscape) {
	}

@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
	}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
	}
	
	
#warrantyLinkLg img, #warrantyLinkLg a {
	vertical-align: middle;
	padding-right: 10px;
	}
#warrantyLinkLg {	
	font-weight: bold;
	}