body {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-weight:300;
	font-size: 95%;
}
a.inlinelink, a.inline {
	color:#000;
}
#inner-wrap {
	width: 100%;
	/*max-width: 1140px;*/
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
}

#top {
	width: 90%;
	display: table;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align:left;
	padding-top:1em;
	padding-bottom:1em;
}
#headouter {
	display: block;
	width: 100%;
	/*max-width: 1200px;*/
	margin-right: auto;
	margin-left: auto;
	background-color: #efefef;
	/*background-image: url(../img/hbg.png);
	background-position: left bottom;
	background-repeat: repeat;*/
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#content-wrap {
	margin-top: 0em;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width: 1200px;
	position: relative;
	z-index: 0;
	margin-bottom: 0em;
	background-color: #fff;
	/*
	background-image: url(../img/ghost.png);
	background-repeat: no-repeat;
	background-position: center center;
	*/
}

#top #contactinfo {
	display: table-cell;
    vertical-align: middle;
	width: 50%;
	padding-left:5%;
	text-align: right;
}

#top #contactinfo h3 {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #00437c;
	font-weight:700;
	/*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);*/
	margin-bottom: 0.5em;
	margin-top: 0;
}

#top #contactinfo em {
	font-size: 1.4em;
	margin: 0em;
}
#top #logoouter {
	display: table-cell;
    vertical-align: middle;	
	width: 50%;
}

#top #logo {
	width:100%;
	max-width:800px;
	height: auto;
}

#nav {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #C3C3C4;
	/*background-color: #e2e2e2;*/
	margin-top: 0;
	margin-bottom: 0;
	padding: 0em;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00437c;
}

.nav-btn {
	display:none;
}

#nav #topnav {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
	list-style: none;
	width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b1b1b1;
	/*
	width:90%;
	max-width: 1140px;
	*/
}

#topnav li {
	float: left;
	text-align:center;
	/*width:12.5%;*/
	/*width:14.28%;*/
}

#topnav li.cal {
	float: right;
	text-align:center;
	background-color: #00437c;
	overflow:hidden;
	/*width:12.5%;*/
	/*width:14.28%;*/
}

#topnav li a {
	display: block;
	text-align: center;
	margin: 0em;
	text-decoration: none;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #000;
	font-size: .9em;
	font-weight: 300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b1b1b1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-right: 1.3em;
	padding-left: 1.3em;
}

#topnav li.cal a {
	/*background-image: url(../img/cal.png);
	background-repeat: no-repeat;
	background-position: 9px center;*/
	background-color:#00437c;
	text-align: left;
	padding-left: 1em; /*38px;*/
	padding-right: 1em;
	padding-top: 1.4em;
	padding-bottom: 1em;
	font-weight:700;
	font-size: .75em;
	text-transform:uppercase;
}

.hidmid {
	display:none;
}

#topnav li a:hover, #topnav li a:active {
	color: #fff;
	background-color:#00437c;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.ms {
	display:none;
}
#topnav li.dropper {
	position: relative;
}
#topnav li.dropper ul {
	display: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
	list-style: none;
	width: 130%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	border: none;
}
#topnav li.dropper ul li {
	width: 100%;
	display: block;
	border: none;
	text-align:left;
}
#topnav li.dropper ul li a {
	width: 100%;
	font-size: 0.9em;
	text-align: left;
	padding-top: 0.65em;
	padding-right: 1.2em;
	padding-bottom: 0.65em;
	padding-left: 1.2em;
}
/*
.cssgradients #nav ul li a:hover, .cssgradients #nav ul li a:active {
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #003788),
	color-stop(1, #6048B8)
	);
	background-image: -o-linear-gradient(top, #003788 0%, #6048B8 100%);
	background-image: -moz-linear-gradient(top, #003788 0%, #6048B8 100%);
	background-image: -webkit-linear-gradient(top, #003788 0%, #6048B8 100%);
	background-image: -ms-linear-gradient(top, #003788 0%, #6048B8 100%);
	background-image: linear-gradient(to top, #003788 0%, #6048B8 100%);
}

.no-js #nav ul li a:hover, .no-cssgradients #nav ul li a:hover, .no-js #nav ul li a:active, .no-cssgradients #nav ul li a:active {
	background-repeat: repeat-x;
	background-image: url(../img/navvir.jpg);
	background-position: left bottom;
}


.cssgradients #nav {
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #6048B8),
	color-stop(1, #003788)
	);
	background-image: -o-linear-gradient(top, #6048B8 0%, #003788 100%);
	background-image: -moz-linear-gradient(top, #6048B8 0%, #003788 100%);
	background-image: -webkit-linear-gradient(top, #6048B8 0%, #003788 100%);
	background-image: -ms-linear-gradient(top, #6048B8 0%, #003788 100%);
	background-image: linear-gradient(to top, #6048B8 0%, #003788 100%);
}

.no-js #nav, .no-cssgradients #nav {
    background: url("../img/navvi.jpg");
	background-repeat:repeat-x;
}
*/
#slide-wrap-outer {
	margin:0em;
	position: relative;
	z-index:1;
	width:100%;
	margin-bottom:2em;
}
#slide-wrap-bg {
	display:none;
	/*position: absolute;
	height: 85%;
	width: 100%;
	background-color: #666;
	z-index: 2;*/
}
#slide-wrap {
	z-index: 4;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	overflow: hidden;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}
#imgslider, #outslide {
	display: none;
}
#slideauc {
	display: block;
}
#slidebanner {
	display: block;
	float: left;
	width: 29%;
	color:#FFF;
	margin: 0;
}
#slidebanner div {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 2em;
	padding-right: 1.25em;
	padding-bottom: 0em;
	padding-left: 2em;
}
#slidebanner h2 {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	color: #FFF;
	display: block;
	/*text-transform: uppercase;*/
	letter-spacing: 0.05em;
	/*text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);*/
	margin: 0em;
}
/*
h1.blockhead {
	color: #FFF;
	background-color: #333;
	font-size:1.5em;
	display: block;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
h2.blockhead {
	font-size:1.5em;
	color: #FFF;
	background-color: #003788;
	display: block;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
*/
h1.blockhead.toplevel, h2.blockhead.toplevel {
	margin-top: 0em;
}
#editbox img {
	max-width:100%;
}
#imgslider {
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	margin-top: 0px;
}
#leftnav {
}
#leftbox {
	width: 26%;
	float: left;
	padding-left: 0em;
	padding-right: 0.5em;
	padding-top: 0em;
	padding-bottom: 1em;
}
#leftnav ul {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	display: block;
	list-style:none;
	padding:0em;
	margin:0em
}
#leftnav ul li {
	display: block;
	text-align: left;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#leftnav h2.blockhead {
	/*margin-top: 1.15em;
	margin-bottom: 0em;*/
}
#leftnav ul li a {
	display: block;
	margin: 0em;
	color: #444;
	font-size: 0.9em;
	text-decoration: none;
	background-image: url(../img/arrow-r.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
	padding-top: 0.85em;
	padding-right: 0.85em;
	padding-bottom: 0.85em;
	padding-left: 40px;
}
#leftnav ul li a:hover, #leftnav ul li a:active  {
	text-decoration: none;
	color: #003788;
	/*background-color: rgba(51,51,51,0.7);*/
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
 	 -webkit-transition:.5s;
  	transition:.5s;
}

#main {
	width: auto
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0;
	margin: 0em;
	text-align:center;
	overflow:hidden;
}
h1 {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:2em;
	line-height: 1.1em;
	font-weight:700;
	text-transform:uppercase;
}
#main h1 {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:2em;
	line-height: 1.1em;
	font-weight:700;
	text-transform:uppercase;
	display: inline-block;
	position:relative;
	padding-left:.5em;
	padding-right:.5em;
}
#main h2 {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:1.5em;
	line-height: 1.1em;
	font-weight:700;
	text-transform:uppercase;
	display: inline-block;
	position:relative;
	padding-left:.5em;
	padding-right:.5em;
}


#main h1:before, #main h2:before,
#main h1:after, #main h2:after {
  background: #ccc;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
    top: 50%;
  width: 400%;
}

#main h1:before, #main h2:before {
  right: 100%;
}

#main h1:after, #main h2:after {
  left: 100%;
}

h2 {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:1.75em;
	line-height: 1.1em;
	font-weight:700;
}
.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.grayscale:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
#main h2.featheader {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
	color: #FFF;
	font-size: 1.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	display: block;
	margin: 0em;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	background-color: #666;

}

.cssgradients h2.featheader {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(150,150,150)),
	color-stop(1, rgb(35,35,35))
	);
	background-image: -o-linear-gradient(top, rgb(150,150,150) 0%, rgb(35,35,35) 100%);
	background-image: -moz-linear-gradient(top, rgb(150,150,150) 0%, rgb(35,35,35) 100%);
	background-image: -webkit-linear-gradient(top, rgb(150,150,150) 0%, rgb(35,35,35) 100%);
	background-image: -ms-linear-gradient(top, rgb(150,150,150)0%, rgb(35,35,35) 100%);
	background-image: linear-gradient(to top, rgb(150,150,150) 0%, rgb(35,35,35) 100%);
}

#socialbar {
	display: table;
	vertical-align: middle;
	width: 100%;
	background-color: #E5E7EB;
	margin-bottom: 3.6%;
}
#socialbar p {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.5em;
	color: #595962;
}

#socialbar ul {
	display: table-cell;
	width:50%;
	margin-right: auto;
	margin-left: auto;
	margin-top:0em;
	margin-bottom:0em;
	padding:0em;
	list-style:none;
}

#socialbar ul li {
	display: block;
	float: left;
	width: 20%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

#socialbar ul li a img {
	width: 100%;
	height: auto;
	display:block;
}

.yt16x9 {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 2%;
}
.mapframe {
	position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
	margin-bottom: 0.5em;
}
.yt16x9 iframe, .mapframe iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
	/*margin-bottom: 1em;*/
	position:relative;
	display:block;
}
.col2 {
	display: block;
	float: left;
	width: 49.1%;
	margin: 0 0 1.8% 1.8%;
	overflow:hidden;
}
.col2:nth-child(2n+1) { 
	clear: both;
	margin-left: 0;
}
.col {
	display: block;
	float: left;
	margin: 0 0 1.6% 1.6%;
	width: 23.8%;
}
.col:nth-child(4n+1) { 
	clear: both;
	margin-left: 0;
}
.col6 {
	display: block;
	float: left;
	margin: 0 0 1.6% 1.6%;
	width: 15.33%;
}
.col6:nth-child(6n+1) { 
	clear: both;
	margin-left: 0;
}
/* we dont resize this */
.col3 {
	display: block;
	float: left;
	
	width: 31.73%;
	margin-left:2.4%;
	margin-bottom:2.4%;
	/*
	width: 31%;
	margin-left:3.5%;
	margin-bottom:3.5%;
	*/
}
.col3:nth-child(3n+1) { 
	clear: both;
	margin-left: 0;
}
#picgallery a p {
	display:block;
	text-align:center;
	margin-top:0.5em;
}
.blockfeature {
	background-color: #dedede; /*#dedede;*/
	position: relative;
	color: #333;
	text-decoration: none;
	padding: 1px;

}
.blockfeature:hover, .blockfeature:active {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 1px 9px 7px rgba(0, 0, 0, 1);
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 1);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;

}
#stocklist .blockfeature {
	background-color: #003788;
}
#stocklist .blockfeature:hover, #stocklist .blockfeature:active {
	background-color: #333;
}
.subfeature {
	position: relative;
	text-decoration: none;
	color:#000;
}
.subfeature img {
	width: 100%;
}
.iconbar {
	background-color: #E5E7EB;
	display: block;
	color: #585858;
	text-decoration: none;
	text-align: left;
}
.iconbar img{
	width:18%;
	margin-right:1em;
	padding: .35em;
}
.iconbarright {
	background-color: #E5E7EB;
	display: block;
	color: #585858;
	text-decoration: none;
	text-align: right;
}
.iconbarright img{
	width:18%;
	margin-left:1em;
	padding: .35em;
}
#pdfico {
	background-color: #bb0706;
}
#printico {
	background-color: #00CC33;
}
#contactico {
	background-color: #00CC33;
}
.subfeature .caption {
	color: #FFF;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: .5em;
	overflow: hidden;    
	background:rgb(16, 17, 18);
	background: transparent\9;
	background:rgba(70, 70, 80, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	zoom: 1;
}

.rgba .subfeature .caption {
	filter: none;
}


.subfeature .caption:hover, .subfeature .caption:active {
	background:none;
}

.subfeature .caption h2 {
	margin:0em;
	color:#FFF;
	text-decoration: none;
	font-size:1.5em;
}
.blockfeature img {
	width: 100%;
}
.blockfeature .caption {
	display:block;
	padding: 0em;
	margin: 1em;
	/*
	background-image: url(../img/arrow-red.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
.blockfeature .caption h2 {
	color: #333;
	text-decoration: none;
	font-size: 1.5em;
	margin: 0em;
}
table.spectable {
	width: 100%;
	border-collapse: collapse;
	border: none;
	padding: 1em;
}
table.spectable td, table.spectable th {
	text-align: left;
	width: 50%;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}
table.spectable tr {
	background-color: #E5E7EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
table.spectable tr:nth-child(even) {
	background-color: #f3f3f3;
}

.mplink img {
}

.mplink img:hover, .mplink img:active {
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 1);
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
 	 -webkit-transition:.5s;
  	transition:.5s;
}

img.greybordered {
	border: 1px solid #666;
	
}
.col:first-child, .2col:first-child {
	margin-left: 0;
}
/*
.feature {
	padding: 0.5em;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #e6e6e6;
	text-align: center;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 3px 2px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 3px 2px 0px rgba(50, 50, 50, 0.35);	

}

.cssgradients .feature {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #d3d3d3),
	color-stop(1, #e6e6e6)
	);
	background-image: -o-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
	background-image: -moz-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
	background-image: -webkit-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
	background-image: -ms-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
	background-image: linear-gradient(to top, #d3d3d3 0%, #e6e6e6 100%);
}
*/

.fauxbutton {
	color: #fff;
	display: block;
	font-weight:700;
	font-size:0.9em;
	text-decoration: none;
	text-transform:uppercase;
	/*text-shadow: 1px 2px 2px rgba(20, 20, 20, 0.9);
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
	border-radius: 0.75em;
	border: 1px solid #FFF;*/
	border:none;
	background-color: #00437c;
	padding-top: 0.5em;
	padding-right: 1.25em;
	padding-bottom: 0.5em;
	padding-left: 1.25em;
	margin: 0em;
}

a.fauxbutton {
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	margin: 0em;
}
a.fauxbutton:active, a.fauxbutton:hover {
	color: #fff;
	background-color: #00437c;
	border: 1px solid #00437c;
	-o-transition:.25s;
  	-ms-transition:.25s;
  	-moz-transition:.25s;
 	 -webkit-transition:.25s;
  	transition:.25s;
}
/*
.no-js .fauxbutton, .no-cssgradients .fauxbutton {
	background-repeat: repeat-x;
	background-image: url(../img/navvir.jpg);
	background-position: left bottom;
}

.cssgradients .fauxbutton {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #003788),
	color-stop(1, #6048B8)
	);
	background-image: -o-linear-gradient(top, #003788 0%, #6048B8 100%);
	background-image: -moz-linear-gradient(top, #003788 0%, #6048B8 100%);
	background-image: -webkit-linear-gradient(top, #003788 0%, #6048B8 100%);
	background-image: -ms-linear-gradient(top, #003788 0%, #6048B8 100%);
	background-image: linear-gradient(to top, #003788 0%, #6048B8 100%);
}

.no-js a.fauxbutton:hover, .no-cssgradients .fauxbutton:hover, .no-js .fauxbutton:active, .no-cssgradients .fauxbutton:active {
	background-color: #003788;
	background-image: url(../img/navvi.jpg);
	background-position: left top;
}


.cssgradients .fauxbutton:active, .cssgradients .fauxbutton:hover {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #6048B8),
	color-stop(1, #003788)
	);
	background-image: -o-linear-gradient(top, #6048B8 30%, #003788 80%);
	background-image: -moz-linear-gradient(top, #6048B8 30%, #003788 80%);
	background-image: -webkit-linear-gradient(top, #6048B8 30%, #003788 80%);
	background-image: -ms-linear-gradient(top, #6048B8 30%, #003788 80%);
	background-image: linear-gradient(to top, #6048B8 30%, #003788 80%);
}

a.catlink {
	display: block;
	text-align: center;
	color: #222;
	background-color: #d3d3d3;
	margin: 0em;
	text-decoration: none;
	padding: 0.5em;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	border-radius: 0.75em;
	border: 1px solid #666;
	font-weight:bold;
}

a.catlink:hover, a.catlink:active {
	background-color: #6048B8;
	color: #FFF;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.cssgradients a.catlink:hover, .cssgradients a.catlink:active  {
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #003788),
	color-stop(1, #6048B8)
	);
	background-image: -o-linear-gradient(top, #003788 0%, #6048B8 100%);
	background-image: -moz-linear-gradient(top, #003788 0%, #6048B8 100%);
	background-image: -webkit-linear-gradient(top, #003788 0%, #6048B8 100%);
	background-image: -ms-linear-gradient(top, #003788 0%, #6048B8 100%);
	background-image: linear-gradient(to top, #003788 0%, #6048B8 100%);
}

a.catlink img {
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	overflow: hidden;
	border: 1px solid #999999;
	padding: 0em;
	-webkit-box-shadow: 2px 3px 3px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 2px 3px 3px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 2px 3px 3px 0px rgba(50, 50, 50, 0.35);
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .25em;
	margin-left: 0em;

}
*/
#signup {
	display: block;
	padding: 0em;
	margin-top: 1em;
}

#formholder {
	/*-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;*/
	background-color: rgba(222,222,222,0.35);
	text-align: left;
	padding-top: 0em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	display: block;
	border: none;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;	
	-webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.35);
	*/
}

#foot-wrap {
	margin-top: 2em;
	background-color: #ededed;
	padding-bottom: 1em;
}

#footer {
	display: block;
	width: 90%;
	max-width: 1200px;
	margin-top: 0em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0em;
	color: #333;
	padding: 0em;
	font-size: 0.8em;
	padding-top: 0.6em;
}
/*
.cssgradients #footer {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #333333),
	color-stop(1, #222222)
	);
	background-image: -o-linear-gradient(top, #333333 30%, #222222 80%);
	background-image: -moz-linear-gradient(top, #333333 30%, #222222 80%);
	background-image: -webkit-linear-gradient(top, #333333 30%, #222222 80%);
	background-image: -ms-linear-gradient(top, #333333 30%, #222222 80%);
	background-image: linear-gradient(to top, #333333 30%, #222222 80%);

}
*/
#footer #credits {
	float:left;
	text-align:left;
	width:70%;
	margin-left:0em;
}

#footer #socmed {
	float:right;
	text-align:right;
	margin-right:0em;
	width:24%;
	margin-top:1em;
}

#footer #socmed a {
	margin-left:1em;
}


#footer #credits p {
	margin-top: .5em;
	margin-bottom: .5em;
}

#footer #credits a {
	color: #333;
}
.stndform label {
	float: left;
	text-align:right;
	width: 30%;
	margin-right: 5%;
	display: block;
	margin-top: 1em;
	padding-top:0.35em;
	clear: both;
}
.stndform input, .stndform textarea, .stndform select {
	float: left;
	display: block;
	margin-top: 1em;
}
.stndform input:not([type="submit"]), .stndform textarea, .stndform select {
	padding: 0.25em;
	width: 40%;
	font-size: 1.1em;
	border: 1px solid #666;
}
.wbg {
	background-color: #FFF;
}
.gbg {
	background-color: #F6F6F6;
}
.stndform input[type=submit] {
	width: auto;
	margin-left:35%;
}
.errtext {
	color:#F00;
}
.stndform div.errtext {
	width:100%;
	clear:both;
	padding-top: 1em;
	text-align:left;
	font-weight:bold;
	padding-left:35%;
}
#currconn {
	width: 100%;
	display: block;
}
#currconn input:not([type="submit"]) {
	width: 100%;
	display: block;
	padding: 0.5em;
	margin-bottom: 1em;
	border: 1px solid #333;
}
#xch {
	width: 100%;
	display: block;
	margin-bottom: 1em;
}
#xch #from, #xch #to {
	width: 45%;
	display: block;
	float: left;
	padding: 0.5em;
	border: 1px solid #333;
}
#xch img {
	width: 10%;
	max-width: 2.5em;
	display: block;
	float: left;
	padding: 0.35em;
}
#currresult {
	color: #BB0706;
	font-weight:normal;
}

.pagination ul {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:1em;
	margin-bottom:0em;
	padding:0em;
	list-style:none;
}

.pagination ul li {
	float: left;
	text-align:center;
	width:6%;
	margin-left:0.66%;
}

.pagination ul li:first-child {
	margin-left:0%;
}

.pagination ul li a {
	display: block;
	text-align: center;
	margin: 0em;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #585858;
	width: 100%;
	background-color: #E5E7EB;
}

.pagination ul li span.disabled {
	display: block;
	text-align: center;
	margin: 0em;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #333;
	width: 100%;
	background-color: #E5E7EB;
}

.pagination ul li a:hover, #nav ul li a:active {
	background-color: #585858;
	color: #FFFFFF;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
 	 -webkit-transition:.5s;
  	transition:.5s;
}

.attpuller {
	padding: 0;
	position: relative;
	background-size: cover;
	background-color: #00437c;
	height: 180px;
	background-position: center center;
}

.attpuller a {
	margin:0;
	position: absolute;
	display:block;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background-color: rgba(116,116,116,.2);
}

.attpuller a:hover, .attpuller a:active  {
	background-color: rgba(0,0,0,.3);
}
.attpuller h3 {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.95em;
	padding-top: .5em;
	padding-right: 1.3em;
	padding-bottom: .5em;
	padding-left: 1.3em;	
}
.attpuller p {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 700;
	background-color: #00437c;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.87em;
	padding-top: .5em;
	padding-right: 1.3em;
	padding-bottom: .5em;
	padding-left: 1.3em;	
}

#slideauc {
	background-image: url(../img/home-tile-01.jpg);
	margin-left:0;
	clear:both;	
}
#slideabout {
	background-image: url(../img/home-tile-02.jpg);	
	margin-left:1.8%;
	clear:none;
}
#slidesold {
	background-image: url(../img/home-tile-03.jpg);	
	margin-left: 0;
	clear:both;
}
#slidestock {
	background-image: url(../img/home-tile-04.jpg);	
	margin-left:1.8%;
	clear:none;
}
#cta div {
	width:33%;
	float:left;
	margin:0;
	text-align:center;
	text-transform:uppercase;
	margin-top:1em;
	margin-bottom:1.5em;
}
#cta .ctamid {
	width: 34%;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;	
}
#cta h4 {
	font-weight:700;
	font-size:1.6em;
	margin-bottom:0em;
	margin-top:.8em;
}
#cta p {
	font-weight:700;
	color: #306387;
	font-size:0.8em;
	margin-bottom:1.2em;
	margin-top:0em;
}
#msrchform {
	width:auto;
	display:block;
}
#mkw {
	float:right;
	width:78%;
	color: #333;
	display: block;
	font-weight: 300;
	text-decoration: none;
	border:none;
	background-color: #fff;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#menq {
	float:right;
	width:20%;
	color: #fff;
	display: block;
	font-weight: 700;
	text-decoration: none;
	border:none;
	background-color:#00437c;
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;
	overflow:hidden;
	margin: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.subpage {
	margin-bottom:1em; 
	margin-top:1em;
}
.subpage p, .subpage h3, .subpage h4, .subpage h5, .subpage h6, .subpage ul {
	text-align:left;
}
.subpage h4, .subpage h5, .subpage h6 {
	font-size: 1.2em;
	text-transform:uppercase;
	font-weight:700;
	margin-top: 1.8em;	
	margin-bottom: 0;	
}
.subpage #editbox {
	float:left;
	width: 65%;
	overflow:hidden;
}
.subpage #intouch {
	margin-top:1em;
	float:right;
	width: 30%;
	background-color: #f7f7f7;
}

.subpage #intouch .attpuller {
	width:100% !important;
	margin:0;
}

.subpage #intouch #slideauc {
	display:block;
}

#intouch .contactmini h3 {
	display:block;
	margin:0;
	background-color:#000;
	color: #00437c;
	padding-left:26px;
	text-transform:uppercase;
	font-size:1.6em;
	line-height:2em;
	
}

#intouch .mininner {
	padding:26px;
}

#intouch .contactmini p {
	margin-top:0;
	margin-bottom:.65em;
}

#intouch .contactmini i {
	font-size:1.6em;
	margin-right:.5em;
}

.blockfeature h3 {
	color: #000;
	font-size:1.6em;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
}

.stockouter {
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.soldbanner {
	position:absolute;
	display:block;
	left:0;
	top: 0;
	width:100%;
	background-color: rgba(255,0,0,0.7);
	color: #fff;
	font-size:2.6em;
	font-weight:700;
	padding:0.2em;
	text-transform:uppercase;
}	
h3.aucheadline {
	font-weight:300;
	font-size: 1.6em;
	text-transform:uppercase;
	margin-bottom: 0.5em !important;
	display: block;
}
h4.aucdateline {
	font-weight:700;
	font-size: 1.6em;
	text-transform:uppercase;
	color:#00437c;
	margin-bottom: 1em !important;
	margin-top: 0 !important;
	display: block;
}

.blogentry {
	display:block;
	background-color: #fefefe;
	padding: .75em;
	border: 1px solid #CCC;
	text-decoration:none;
	color:#333;
	margin-top:1em;
}
.blogentry h3, .blogentry p {
	margin: 0em;
}
.blogentry p {
	margin-top: 0.5em;
}
.blogentry h3 {
	font-size:2em;
}
.blogentry:hover, .blogentry:active {
	background-color: #efefef;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
 	 -webkit-transition:.5s;
  	transition:.5s;
}


@media only screen and (min-width: 1260px){
	/*slider etc*/
	
#top, #content-wrap, #nav #topnav, #footer {
	width:1200px;
}

#top {
	padding-left: 1.25em;
	padding-right: 1.25em;
}

#slide-wrap {
	padding: 0;
}
#outslide {
	display:block;
	float: left;
	margin: 0;
	padding: 0;
	width: 780px;
	height: 441px;
	overflow:hidden;
}
#imgslider {
	display: block;
}
#slideauc {
	display: none;
}
.attpuller {
	margin:0 !important;
	clear: none !important;
	float: right;
	display: block;
	margin: 0;
	width: 420px;
	height: 147px;
}

#topnav li a {
	padding-right: 1.5em;
	padding-left: 1.5em;
}
.sliderobj {
	display: relative;
	width: 780px;
	height: 441px;
	overflow:hidden;
	background-color:#000;
}
.topslide {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.topslide .inner {
	z-index:6000;
	background-color:rgba(0,0,0,0.1);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	padding-top: 26px;
	padding-right: 35px;
	padding-bottom: 26px;
	padding-left: 35px;
}
.topslide h3 {
	font-size:2.2em;
	font-weight:700;
	margin:0 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.topslide h4 {
	font-size:1.6em;
	font-weight:700;
	color:#00437c;
	margin:0 !important;
	/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);*/
}
.topslide .slidetitle {
	font-size:1.4em;
	font-weight:400;
	margin-top: 0.6em !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.topslide .linker {
	position: absolute;
	bottom: 20px;
	left: 35px;
	font-weight: 700;
	font-size: 0.9em;
	background-color: #00437c;
	color: #ffffff;
	padding-top: 1em;
	padding-right: 1.6em;
	padding-bottom: 1em;
	padding-left: 1.6em;	
}

}
