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


html body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#333333;
	background-image:url(../images/assets/bg-light.jpg);
	background-repeat:repeat;
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:34px;
	line-height:1.25;
	color:#FFFFFF;
	margin:0;
	padding:0;
	text-shadow: 0px 0px 100px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}

h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	color:#333333;
	margin:0;
	padding:0;
	margin-bottom:5px;
}

#equipment-listing h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	color:#333333;
	margin:0;
	padding:0;
	margin-bottom:5px;
}

#equipment-listing h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#333333;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#333333;
	margin:0;
	padding:0;
}

h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#333333;
	margin:0 0 10px 0;
	padding:0;
}

h5{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	margin:0;
	margin-bottom:4px;
	margin-top:0px;
	padding:0;
}

h6{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	margin:0;
	margin-bottom:4px;
	padding:0;	
}

h7{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFFFFF !important;
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
	line-height:1.3;
	}

h8{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0;
	padding:0;
	font-weight:bold;
	line-height:1.6;
	}

p{
	margin:15px 0 15px 0;
	padding:0;
}

a{
	font-style:italic;
	text-decoration:none;
	color:#333333;
}

a:hover{
	text-decoration:underline;
}

input {
	border:1px solid #CCCCCC;
	height:25px;
	margin: 0 20px 0 20px;
}

input[type="submit"]{
	border:0;
	padding-right:15px;
	background:none;
	background-image:url(../images/assets/arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	margin:0;
}

input[type="submit"]:hover{
	text-decoration:underline;
}

/*CLASSES FOR <A> VARIATIONS*/

.verdw{
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
}

.verdg{
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}

.verdlg{
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#888888;
	font-weight:bold;
	font-size:12px;
}

.verdlg a{
	font-style:normal;
	color:#888888;
}

.grey-txt{
	color:#333;
	font-style:normal !important;
}

.arrow{
	background-image:url(../images/assets/arrow.png);
	background-position:right 7px;
	background-repeat:no-repeat;
	padding-right:20px;
}

.arrow2{
	padding-right:15px;
	background:none;
	background-image:url(../images/assets/arrow.png);
	background-position:right;
	background-repeat:no-repeat;
}

.endarrow{
	margin-left:10px;
	padding:0;
}

/*CONTAINER FOR WHOLE SITE*/
#container{
	text-align:center;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

/*MAIN BOX FOR WHOLE SITE*/
#main{
	width:1060px;
	min-width:1060px;
	margin:0 auto;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0px 0px 10px 1px #666666;
	-moz-box-shadow: 0px 0px 10px 1px #666666;
	box-shadow: 0px 0px 10px 1px #666666;
	text-align:left;
}

/*HEADER - CONTAINS NAV & LOGO // FOOTER - CONTAINS CONTACT & QUICKLINKS*/
#head1, #foot1{
	background-color:#333333;
	padding:25px 30px 25px 30px;
}

/*LOGO*/
#logo{
	float:left;
}

/*NAVIGATION*/
#nav{
	float:right;
	margin-left:40px;
	font-size:13px;
}

/*ALL MENU CSS*/
#nav ul {
    list-style: none;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal !important;
	font-weight:bold;
	padding:15px 0 0 0;
	margin:0;
}

#nav ul li {
    display: block;
    position: relative;
    float: left;
	background-image:url(/images/assets/nav-line.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#nav ul li a:hover {
	color:#FFFFFF;
}

#nav ul li:hover a{
	color:#FFFFFF;
}

#nav li ul {
    display: none;
	margin:0;
	padding:5px 0 0 0;
}

#nav ul li a {
	font-style:normal !important;	
    display: block;
    text-decoration: none;
    color: #888888;
    padding: 9px 12px 5px 12px;
}

#nav ul li a:hover {
	color:#FFFFFF;
}

#nav li:hover ul {
	font-size:12px;
    display: block;
    position: absolute;
	width:250px;
	border-bottom:5px #D1B888 solid;
	z-index:10000;
}

#nav li:hover li {
    float: none;
	background:#333333;
	padding:0;
}

#nav li:hover li a { 
	color:#888888;
	font-style:normal !important;	
	border-bottom:0 !important;
}

#nav li:hover li a:hover{
	color:#FFFFFF;
}

#nav li:hover li:hover {
	color:#FFFFFF;
	border-right:5px #D1B888 solid;
	
}

/*HEADER - CONTAINS CONTACT & SEARCH // FOOTER - CONTAINS COPYRIGHT*/
#head2, #foot2{
	padding:10px 30px 10px 30px;
	background-image:url(../images/assets/bg-dark.jpg);
	background-repeat:repeat;
}

/*CONTACT INFORMATION*/
#contactbar{
	float:left;
	width:50%;
	vertical-align:middle;
	margin-top:3px;
}

/*CONTACT LIST FOOTER*/
#contactlist{
	float:left;
	width:30%;
	vertical-align:middle;
	margin-top:3px;
}

/*DIV FOR CONTACT IMAGE*/
.contactimg{
	float:left;
	margin-right:10px;
	width:20px;
	text-align:center;
}

/*DIV FOR CONTACT INFO*/
.contactinfo{
	float:left;
	margin-right:40px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	margin-top:1px;
}

.contactinfo a{
	color:#FFFFFF;
	font-style:normal;
}

/*QUICKLINKS IN FOOTER*/
#quicklinks{
	float:left;
	width:70%;
	margin-top:3px;
}

#quicklinks a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

/*QUICKLINKS COLUMN*/
.quicklinkscolumn{
	vertical-align:middle;
	float:right;
	padding:0 15px 0 15px;
}

/*QUICKLINKS COLUMN LEFT LINE*/
.quicklinksleftline{
	vertical-align:middle;
	float:right;
}

/*SEARCH BAR*/
#searchbar{
	float:left;
	text-align:right;
	width:50%;
}

/*SEARCH ICON*/
#searchicon{
	float:right;
	cursor:pointer;
}

/*SEARCH INPUT BOX*/
#searchinput{
	float:right;
	margin-right:10px;
	font-style:italic;
	background-image:url(../images/assets/search-bg.png);
	background-repeat:repeat;
}

#searchinput input{
	border:0;
	margin:0;
	padding:0 0 0 5px;
	height:25px;
	width:225px;
	font-style:italic;
	background:none;
	color:#FFFFFF;
	font-size:13px;
	line-height:25px;
}

#searchinput input:focus{ 
	outline:none; 
}

.downloads{
	background-image:url(../images/assets/download.png);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:23px;
	margin-bottom:10px;
	display:block;
}

/*MAP ELEMENT*/
#map-canvas{
	float:left;
	height:380px;
	width:1060px;
}

#directions-panel{
	margin-top:10px;
	float:left;
}

#midblock{
	background-image:url(../images/assets/bg-mid.jpg);
	padding:30px;
	border-bottom:5px #D1B888 solid;
}

/*EQUIPMENT GALLERY*/
.equip-left{
	width:670px;
	height:482px;
	float:left;
	margin-top:20px;
	outline:1px solid #CCCCCC;
	background:#FFFFFF;
	background-image:url(../images/assets/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

.equip-right{
	margin-top:20px;
	width:330px;
	float:left;
}

.equip-thumb{
	float:left;
	margin-left:10px;
	margin-bottom:11px;
	outline:1px solid #CCCCCC;
}

/* NEW KIT GALLERY */
/* Position the image container (needed to position the left and right arrows) */
.product-gallery {
  position: relative;
	margin-top:40px;
}

.product-gallery-main{
	background-image:url(../images/assets/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
	height:720px;
	background-color:#ffffff;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.product-gallery-prev,
.product-gallery-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
	text-decoration: none !important;
	font-style: normal;
	color:#333333;
	transition: 0.2s all;
}

/* Position the "next button" to the right */
.product-gallery-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.product-gallery-prev:hover,
.product-gallery-next:hover {
	color:#ffffff;
  background-color: #333333;
	transition: 0.2s all;
}
	
.product-gallery-row{
	margin-top:10px;
	background-color:transparent;
	text-align: center;
}

.product-gallery-row:after {
  content: "";
  clear: both;
}

/* Eight columns side by side */
.product-gallery-column {
  display:inline-block;
text-align:center;
  width: 12.5%;
}

/* Add a transparency effect for thumnbail images */
.product-gallery-demo {
  opacity: 0.6;
	transition: 0.2s all;
}

.product-gallery-active,
.product-gallery-demo:hover {
  opacity: 1;
	transition: 0.2s all;
}

/*MIDBLOCK*/
.left-col{
	float:left;
	width:325px;
	margin-right:24px;
	border-right:1px solid #CCC;
}

.mid-col{
	float:left;
	width:325px;
	margin-right:24px;
	border-right:1px solid #CCC;
}

.right-col{
	float:left;
	width:300px;
}

/*MAIN CONTENT*/
#main-content{
	padding:30px 30px 60px 30px;
	font-size:14px;
}

/*LEFT CONTENT*/
.left-content{
	width:649px;
	padding-right:25px;
	border-right:1px solid #CCCCCC;
	float:left;
}

/*LEFT CONTENT TABLES*/
.left-content table{
	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;
	width:100%;
}

.left-content table td{
	border:1px solid #CCCCCC;
	padding:10px;
	vertical-align:top;
}

.left-content tr:nth-child(odd) {
    background-color: #F9F9F9;
}

/*LEFT CONTENT RELATED PRODUCTS*/
.list-carousel {
	background-color: #fff;
	margin-bottom:20px;
}
.list-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list-carousel li {
	font-size: 40px;
	color: #999;
	text-align:left;
	background-color: #fff;
	border: 1px solid #CCC;
	width: 155px;
	height: 112px;
	padding: 0;
	margin-right:5px;
	display: block;
	float: left;
}


.list-carousel li span{
	display:none;
}

.list-carousel li:hover a{
	text-decoration:none;
}

.list-carousel li:hover span{
	position:absolute;
	top:1px;
	display:block;
	padding:10px;
	width:135px;
	height:92px;
	background-color:#FFF;
	opacity:0.9;
	filter:alpha(opacity=90)
}

#carouselcontrols{
	margin-top:2px;
	margin-right:6px;
	float:right;
}

.prev {
	margin-right: 10px;
	float:left;
}
.next {
	margin-left: 10px;
	float:left;
}
.pager {
	margin-top:3px;
	text-align: center;
	float:left;
}

.pager a {
	font-family:Verdana, Geneva, sans-serif !important;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	margin: 0 5px;
	text-decoration: none;
}

.pager a.selected {
	text-decoration:underline;	
}

/*RIGHT CONTENT*/
.right-content{
	padding-left:25px;
	width:300px;
	float:left;
}

/*PRICELIST TABLE STYLES*/
.pricelist-table {
	margin-bottom:30px !important;
}

.pricelist-table td{
	height:38px !important;
	border-bottom:1px solid #CCC !important;
}

.pricelist-table a{
	font-style:normal !important;
}

.pricelist-table a:hover{
	text-decoration:none !important;
}

/*PRODUCT PRICE*/
#product-price{
	float:right;
	font-size:16px;
}

/*GOLD STRIP CLASS*/
.goldstrip{
	height:5px;
	background-color:#D1B888;
	font-size: 0;  
}

/*VERTICAL SPACING OF 20px*/
.vspacer{
	margin-bottom:20px;
}

/*VERTICAL SPACING OF 20px*/
.topspace{
	margin-top:7px;
}

/*CLEARER DIV*/
.clearer{
	clear:both;
}

/*BORDER FOR BOTTOM OF SOME HEADERS*/
.hunderline{
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}

/*PADDING*/
.padder{
	height:20px;
}

/*IMAGE TOOLTIP*/
 
a.tooltip {outline:none; }
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:1000;
	display:none;
    margin-top:-175px; 
	margin-left:-572px;
	background:url(../images/assets/overlay-bg.png) no-repeat;
    width:529px;
	height:380px;
	text-align:left;
}
a.tooltip:hover span{
    display:inline; 
	position:absolute; 
}

a.tooltip:hover span img{
	margin-left:10px;
	margin-top:10px;
}

/*ACCORDION TABLES*/

.accordion{
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}

.accordion-button, .accordion-button-off{	
	display:block;
	cursor: pointer;
}
 
.accordion-content {
	padding-bottom:10px;
	display:none;
}

.accordion-content ul{
	margin:0;
	padding-left:20px;
}

.accordion-content li{
	margin:0;
	padding:0;
}

/*NEWS IMAGES*/
.newsimage{
	height:85px;
	width:135px;
	float:left;
	padding:4px;
	margin-bottom:10px;
	background:#F9F9F9;
	border:1px solid #CCC;
}

.newsimage img{
	width:135px;
	height:85px;
}

.newsmargin{
	margin-right:10px;
}

/*NEWS ARCHIVE LINKS*/
.archives{
	padding-left:15px;
	margin-bottom:10px;
	margin-left:-3px;
	background-image:url(../images/assets/arrow.png);
	background-position:left 2px;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}

.archives a{
	font-style:normal;
}

.accordion-item{
	margin-left:12px;
	margin-bottom:10px;
}

.accordion-item a{
	display:block;
}

.highlight{
	color: #BF1E2D;
	font-weight:bold;
}

/*MAILCHIMP SIGN UP*/
#mc_embed_signup{
	background-image:url(../images/assets/bg-mid.jpg);
	background-repeat:repeat;
	border:1px solid #CCC;
}

.mc-field-group{
	border:1px solid #CCC;
	margin-top:10px;
	background:#FFF;
	padding:6px;
	margin-left:10px;
	margin-right:10px;
}

.mc-field-group input{
	border:0;
	margin:0;
	width:100%;
	font-style:italic;
	color:#999;
	font-size:14px;
	padding:0;
	line-height:25px;	
}

#submitbtn{
	display:block;
	width:100%;
	background-color:#333;
	color:#FFF;
	margin-top:10px;
	text-align:right;
	border-bottom:5px solid #D1B888;
}

.indicates-required{
	float:left;
	margin-left:10px;
	margin-top:8px;
	font-size:12px;
	color:#D1B888;	
}

#submitbtn input[type="submit"]{
	margin:5px 12px 5px 5px;
	color:#FFF;
	float:right;
	
}

.mc-field-group input:focus{ 
	outline:none; 
}

/*GALLERY*/
.gallery{
	margin-top:30px;
}

.gallery-item, .gallery-vid{
	float:left;
	background:#F9F9F9;
	border:1px solid #CCC;
	padding:4px;
	margin-right:10px;
	margin-bottom:10px;
}

.gallery-item img{
	width:111px;
	height:72px;
	border:0;
}

.gallery .last-one{
	margin-right:0 !important;
}

.gallery-vid img{
	width:199px;
	height:127px;
	border:0;
}

/*RIGHT & MIDBLOCK ELEMENTS*/
.container{
	border:1px solid #CCC;
	background:#FFF;
	width:298px;
	height:358px;
	margin-bottom:25px;
}

.bottom-button{
	float:left;
	width:298px;
	background-color:#333;
	color:#FFF;
	margin-top:10px;
	margin-left:-19px;
	text-align:right;
	border-bottom:5px solid #D1B888;
	height:36px;
}

.bottom-button a{
	margin:5px 12px 5px 5px;
	color:#FFF;
	float:right;
	border:0;
	padding:4px 15px 4px 0;
	background:none;
	background-image:url(../images/assets/arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	font-style:normal
}

.service{
	margin-left:9px;
	float:left;
	margin-bottom:9px;
	height:107px;
}

.sfirst{
	margin-top:9px;
}

.stitle{
	position:relative;
	margin-top:-97px;
	margin-left:10px;
	padding:0;
}
.service a{
	color:#FFFFFF;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	line-height:1.3;
}

/*NEWSLIST*/
.newsitem{
	border:1px solid #CCC;
	background:#f9f9f9;
	padding:9px;
	margin-bottom:10px;
}

.newsitem-img{
	padding:4px;
	background-color:#FFF;
	border:1px solid #CCCCCC;
	margin-right:20px;
	float:left;
}

.newsitem-info{
	float:left;
	margin-top:10px;
	width:450px;
	position:relative;
	height:87px;
}

.story-link{
	position: absolute;
    bottom: 0;
    right: 0;
}

#contact-details{
	padding-top:10px;
}

#contact-details td{
	font-weight:bold;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:0 !important;
	vertical-align:top;
	border:0;
	background-color: #fff;
}

#contact_form{
	margin-top:20px;
}

#contact_form input{
	padding:4px;
	border:1px solid #CCC;
	width:190px;
	margin:0;
}

#contact_form td{
	padding:0 0 15px 0;
	background-color:#FFF;
	vertical-align:middle;
	border:0;
}

#contact_form img{
	vertical-align:top;
	margin:0 20px;
}

#contact_form textarea{
	padding:4px;
	border:1px solid #CCC;
	width:639px;
	height:150px;
	resize:none;
}

#contact_form input[type="submit"]{
	width:140px;
	float:right;
	border:0 !important;
}

.jqInvalid { 
	background: #ffdddd;
	font-size:10px;
	color:#BE1E2D !important;
}

#captchaErr{
	font-size:10px;
	color:#BE1E2D !important;
	background-color:#FFF !important;
	display:block;
}

label.jqInvalid { background: none; }

#contact_form label { display:block; font-weight:bold; color:#333333; }
#contact_form span.required { color:#BE1E2D; }
#contact_form input.security { width:100px; }



#cat-links{
	background-color:#333333;
	padding:15px;
	width:300px;
}

#cat-links h4{
	color:#FFF;
}

#cat-links a{
	font-family:Verdana, Geneva, sans-serif;
	color:#888888;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	background-image:url(../images/assets/arrow.png);
	background-position:left 0;
	background-repeat:no-repeat;
	padding-left:20px;
}

#cat-links a:hover{
	color:#FFF;
	text-decoration:none;
}

#cat-links td{
	padding:8px 0;
	background-image:url(../images/assets/nav-line-h.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
	
/*EQUIPMENT LISTING IN PRICELIST*/
.equip{
	border:1px solid #CCC;
	background-color:#f9f9f9;
	padding:9px;
	float:left;
	margin-bottom:10px;
}

.equip-img{
	padding:4px;
	background-color:#FFF;
	border:1px solid #CCCCCC;
	float:left;
}

.equip-info{
	display:inline-block;
	margin-left:10px;
	width:434px;
	padding:10px;
}

.equip-link{
	position: relative;
	float:right;
    bottom: 0;
    right: 0;
}

.equip-price{
	display:inline-block;
}

.equip table td{
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	background-color:#f9f9f9 !important;
}

.sitemap{
	list-style:none;
	margin:0;
	padding:0;
}

.sitemap li{
	border-bottom:1px solid #CCC;
	padding:10px 0;
	font-weight:bold;
}

.sitemap ul{
	list-style:none;
	margin:0 0 0 50px;
	padding-bottom:15px;
	padding-top:15px;
}

.sitemap ul li{
	list-style:none;
	padding:5px 0;
	margin:0;
	font-weight:normal;
}

.sitemap a{
	font-style:normal;
	padding-right:15px;
	background-image:url(../images/assets/arrow.png);
	background-position:right;
	background-repeat:no-repeat;
}

#media-search{
	margin-top:6px;
	float:right;
	width:300px;
}

#mediasearchicon{
	float:right;
}

#media-search input{
	padding-left:5px;
	float:right;
	width:221px;
	font-style:italic;
	margin:0 10px 0 0!important;
	font-size:13px;
}