
#wrap{
  background: url('/images/site-images/layout/SSSCO_BG.jpg?ver=2017-8-24-1202') no-repeat top center transparent;
  min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -375px;
}

#push{
	height: 375px;
}

#footer{
	height: 350px;
}

#footer .links{
	margin-left: -5px;
}

.space-left{
	margin-left: 20px;
}

.no-list{
	padding-left: 0;
}

.no-list > li{
	list-style-type: none;
}

ul.inline-list > li{
	display: inline-block;
	float: none;
}

.flush-left{
	padding-left: 0;
}

.flush-right{
	padding-right: 0;
}


#logo{
	text-decoration: none;
  margin: 20px 0;
}

#logo img{
	width: auto;
}

#logo .tagline{
	display: block;
	color: #333;
	font-size:14px;
	margin-left: 92px;
	margin-top: -3px;

}

#main {
	background: #fff;
	padding: 20px;
	min-height: 200px;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
#header .utility{
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	float: right;
	padding: 10px;
	margin-bottom: 20px;
}

#header .utility > div{
	float: left;
}

#header .utility > div.translate{
	width: 185px;
	min-height: 10px;
}

#header .utility > div.links{
	margin-right: 30px;
}

#header .utility ul{
	margin-bottom: 0;
}

#header .utility li{
	margin-left: 5px;
}

#header .utility .links li.first a{
	border-left: 0;
}

#header .utility .links a{
	border-left: 1px solid #0E2E4C;
	color: #0E2E4C;
	font-size: 14px;
	line-height: 0.9;
	padding-left: 7px;
}

#header .utility .goog-te-gadget-simple .goog-te-menu-value span{
	font-size: 13px;
}

#header form{
	width: 50%;
	float: right;
	text-align: right;
}

#header form input{
	display: inline-block;
}

#header form input[type="text"]{
	width: 200px;
}

#header form input[type="submit"]{
	height: 32px;
	float: right;
	padding: 2px 8px 2px 10px;
	margin-left: -2px;
}

.nav-bar.main{
	padding: 18px 8px;
	margin-left: 0;
	margin-bottom: 0;
}

.nav-bar.main > li {
	padding: 0;
	border-left: 1px solid #8696A5;
	line-height: 0.9;
	margin-left: 0;
}

.nav-bar.main > li > a{
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	font-size: 1.05em;
	font-family: "Maven Pro","Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-left: 19px;
  margin-right: 19px;
  padding-bottom: 20px;
  margin-bottom: -20px;
  position: relative;
}

.nav-bar.main > li.first{
	border-left: 0;
}

.nav-bar.main > li.active:before{
	border-color: #F0F1F2 transparent transparent transparent;
	display: block;
	border-style: solid;
	border-width: 9px;
	width: 0;
	height: 0;
	content: '';
	margin: -18px auto 0;
}

.nav-bar.main > li > a:before{
  content: "";
  background: #F47321;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 10px;
  display: none;
}

.nav-bar.main > li > a:hover:before{
  display: block;
}

.nav-bar.main li ul{
	display: none;
}

.nav-bar.main li.has_children:hover > ul{
	display: block;
	position: absolute;
	z-index: 2000;
	background: #E8EAEC;
	padding: 25px 10px 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	margin-left: -19px;
	margin-top: 14px;
	width: 200px;
}

.nav-bar.main > li.has_children > a:after{
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 4px;
  margin-bottom: -3px;
  margin-right: -4px;
  margin-left: 4px;
  border-color: #fff transparent transparent transparent;
}

.nav-bar.main > li.short:hover > ul{
	margin-left: -47px;
}
.nav-bar.main > li > ul:before{
	border-color: #0E2E4C transparent transparent transparent;
	display: block;
	border-style: solid;
	border-width: 12px;
	width: 0;
	height: 0;
	content: '';
	margin: -25px auto 0;
}
.nav-bar.main > li > ul > li > a{
	line-height: 1;
	color: #0E2E4C;
	text-decoration: none;
	font-family: "Maven Pro","Helvetica Neue", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #27435E;
	padding: 10px 8px;
	display: block;
}

.nav-bar.main > li > ul > li{
  position: relative;
}



.nav-bar.main > li:hover > ul > li:hover > ul{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin: 0;
  left: 100%;
  top: 0;
  padding: 15px;
}

.nav-bar.main > li > ul > li > ul a:hover{
  text-decoration: none;
}

.nav-bar.main > li:hover > ul > li.last_child > a{
	border-bottom: 0;
}

.nav-bar.main > li:hover > ul > li > a:hover{
	background: #fff;
}


#footer{
	margin-top: 25px;
	padding: 40px 0;
	border-top: 5px solid #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

#footer h3{
	font-weight: bold;
}

#footer a, #footer p, #footer ul, #footer address{
	color: #fff;
}

#footer a:hover{
	text-decoration: none;
}

#footer .active a{
	color: #F2721F;
}

#footer ul{
	margin-bottom: 5px;
}

#footer ul > li {
	margin-left: 5px;
}

#footer ul > li.last > a{
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

#footer ul > li > a{
	line-height: 0.9;
	display: inline;
	border-right: 1px solid #8696A5;
	padding-right: 8px;
}

#footer ul.bottom{
	margin-top: 30px;
}

#footer h3{
	margin: 0 0 10px;
	color: #fff;
	font-size: 1.2em;
}

#footer address{
	font-style: normal;
}

.module{
	background: #E5E7E8;
}

#sidebar{
	margin-top: 64px;
}

#sidebar .module{
	margin: 0 0 20px 20px;
	padding: 20px;
}



#sidebar .module a{
	color: #D24719;
}

#sidebar .module h2{
	margin-top: 0;
	margin-bottom: 0.5em;
}

#sidebar .module > *:last-child{
	margin-bottom: 0;
}


#sidebar .module .button{
	color: #27435E;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	padding: 9px 12px;
	background: #fff;

}

#sidebar .module .button:hover{
	background-color: #CFD5DB;

}


#sidebar .module.generic ul{
	padding-left: 1.5em;
}

#sidebar .module ul li{
	line-height: 1.3;
	margin-bottom: 0.3em;
}

#sidebar .module.generic ul li{
	text-indent: -11px;
}

#sidebar .module.generic ul li{
	list-style-type: none;
}

#sidebar .module.generic ul li:before{
	content: "\2022";
	margin-right: 3px;
}

#sidebar .parts-search{
	overflow: hidden;
}

#sidebar .parts-search h2, #sidebar .parts-search a{
	color: #fff;
}

#sidebar .parts-search input{
	float: left;
}

#sidebar .parts-search input[type="text"]{
	width: 78%;
}

#sidebar .parts-search input[type="submit"]{
    background: url('/images/site-images/icons/mag-glass.png') no-repeat 9px 4px transparent;
    border: 3px solid #FFFFFF;
    height: 31px;
    margin-left: 4%;
    padding: 0;
    text-indent: -9999em;
    width: 18%;
}

#sidebar .parts-search input[type="submit"]:hover{
	background-color: #607587;
}

ul.breadcrumbs{

	margin-bottom: 0;
	margin-left: 0;
	background: #E5E7E8;
	border: 0;
	padding: 5px 11px 8px;
	display: inline-block;
}

ul.breadcrumbs li{
	margin-left: 0;
	padding-right: 3px;
}

ul.breadcrumbs li a{
	padding-left: 3px;
	text-transform: none;
	font-size: 0.9em;
	color: #0E2E4C;
	display: inline;
}

ul.breadcrumbs li a:hover{
	text-decoration: none;
}

ul.breadcrumbs li:before{
	content: ">\0000a0";
	color: #000;
	font-weight: bold;
}



ul.subnav {
	background: #E5E7E8;
	padding: 15px 20px;
	margin: 20px 0;
}

ul.subnav li{
	margin-left: 6px;
}

ul.subnav li.first{
	margin-left: 0;

}

ul.subnav li.first a{
	border-left: 0;
	padding-left: 0;
}


ul.subnav li a{
	font-size: 1.2em;
	padding-left: 12px;
	line-height: 0.9;
	border-left: 1px solid #8696A5;
}

.st_sharethis_large{
	color: #12314D;
}


.st_sharethis_large, .rss-subscribe {
	font-weight: bold;
	background: url('/images/site-images/icons/share-this.png') no-repeat 18px center #F2F3F3;
	text-decoration: none;
	padding: 13px 19px 13px 42px;
	cursor: pointer;
	margin-left: 10px;
}

.st_sharethis_large:hover, .rss-subscribe:hover {
	background-color: #CFD5DB;
}


.rss-subscribe{
	background: url('/images/site-images/icons/rss.png') no-repeat 18px center #F2F3F3;
}

.st_sharethis_large > span{
	display: none !important;
}

.blue.gradient, .parts-search{
	background: #314c65; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxNGM2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzBlMmQ0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #314c65 0%, #0e2d4a 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#314c65), color-stop(99%,#0e2d4a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #314c65 0%,#0e2d4a 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #314c65 0%,#0e2d4a 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #314c65 0%,#0e2d4a 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #314c65 0%,#0e2d4a 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314c65', endColorstr='#0e2d4a',GradientType=0 ); /* IE6-8 */
}



.slideshow{
	margin: 0 10px 1em;
	max-width: 595px;
}

.slideshow .slide{
	height: 260px;
	width: 100%;
}

.slideshow .slide h2{
	margin-top: 0;
}

.slideshow .slide h2 a{
	max-width: 91%;
	background: rgba(255,255,255,0.8);
	color: #333;
	text-decoration: none;
	padding: 15px;
	position: absolute;
	bottom: 15px;
	display: inline-block;
}

.slideshow .slide h2 a:after{
	content: '>';
	font-weight: bold;
	margin-left: 5px;
}

.slideshow .slide h2 a:hover{
	background: rgba(255,255,255,0.9);
}

.slideshow .prev, .slideshow .next{
	background: #fff;
	top: 108px;
	display: block;
	margin-left: -8px;
	padding: 7px 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	z-index: 200;
	position: absolute;
}

.slideshow .prev .icon, .slideshow .next .icon{
	background: url('/images/site-images/icons/arrows.png') no-repeat;
	text-indent: -99999em;
	display: block;
	width: 20px;
	height: 30px;
}

.slideshow .next {
	right: 0;
	margin-right: -8px;

}

.slideshow .next .icon{
	background-position: -21px 0;
}

.slideshow .pager{
	overflow: visible;
	float: right;
	padding-top: 10px;
	margin-left: 0;
}

.slideshow .pager li{
	margin-left: 8.5px;
	width: 60px;
	border: 2px solid #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	overflow: hidden;
}

.slideshow .pager .cycle-pager-active{
	background: rgb(183,188,191);
}

.slideshow .pager .cycle-pager-active img{
	opacity: 0.5;
}

.slideshow .pause-play {
	color: #B8BABB;
	letter-spacing: 2px;
	font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
	text-decoration: none;
	font-size: 2em;
	float: right;
	position: relative;
	margin: 25px 0 0 3px;
	display: block;
	width: 34px;
	text-align: right;
	height: 30px;
}

.slideshow .pause-play:after{
	content: '\2759';
	position: absolute;
	left: 14px;
}

.slideshow.cycle-paused .pause-play{
	font-size: 3em;
	margin-top: 17px;
	margin-left: 0;
	width: 23px;
}

.slideshow.cycle-paused .pause-play:after{
	content: '';
}

#main .slideshow .pager li a{
	line-height: 0;
}

#main .slideshow .pager li img{
	box-shadow: none;
	border: 0;
	max-width: none;
}

#header .social-media{
	margin-left: -15px;
}

#header .social-media > li{
	margin-left: 6px;
}

.social-media > li > a{
	text-indent: -9999em;
	display: block;
	height: 20px;
	width: 20px;
	background: url('/images/site-images/icons/social-media.png') no-repeat;
}

.social-media > li > a:hover{
	opacity: 0.75;
}


.social-media > li.twitter > a{
	background-position: -28px 0;
	width: 22px;
}

.social-media > li.youtube > a{
	background-position: -59px 0;
	width: 46px;
}


.social-media > li.rss > a{
	background-position: -114px 0;
	width: 18px;
}


.formError .formErrorContent, .formError .formErrorArrow div{
	background: #D24719;
}


.gallery > * {
	margin-bottom: 20px;
}

td.category, th.category{
	width: 40%;
}


h2#advanced-parts-search{
	margin-bottom: 1.0em;
}

.paginate-links{
	font-size: 1.4em;
}

.box-1{
	background: #EDEEEF;
	padding: 10px;
}

.space-bottom{
	margin-bottom: 2em;
}

[class*="column"]+[class*="column"]:last-child {
	float: left;
}
.env-banner{
	padding: 5px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(255, 255, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 18px;
	text-align: center;
	z-index: 99999999;
	color: rgb(100, 100, 100);
	line-height: 1.25rem;
}