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

*{
	margin:0px;
	padding:0px;
}
html,body{
	height: 100%;
}
body{
	background:#e9e9e9;
	font-family:Arial, Helvetica, sans-serif;
}
.enclose{
	width:970px;
	margin:auto;
}
.aclear{
	clear:both;
}
img{
	border:0;
}
@font-face {
    font-family: 'nillandbold';
    src: url('fonts/nilland-bold-webfont.eot');
    src: url('fonts/nilland-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nilland-bold-webfont.woff') format('woff'),
         url('fonts/nilland-bold-webfont.ttf') format('truetype'),
         url('fonts/nilland-bold-webfont.svg#nillandbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.header{
	border-top:5px solid #3a9d23;
	padding:30px 0px 25px 0px;
}
.logo{
	float:left;
}
.header-right{
	background:url(images/header-right-bgimg.png);
	background-repeat:no-repeat;
	height:56px;
	width:668px;
	float:right;
}
.header-text{
	float:left;
	text-transform:uppercase;
	margin:6px 0px 0px 15px;
}
.header-text h1{
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color:#fff;
	font-size:17px;
}
.header-text p{
	font-size:13px;
	color:#4dc930;
	font-weight:bold;
}
.header-ph{
	float:right;
	text-transform:uppercase;
	margin:4px 10px 0px 0px;
}
.header-ph h1{
	font-size:20px;
	color:#4dc930;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
}
.header-ph p{
	font-size:11px;
	color:#e3e4e1;
}
div#wrapper{
	height: 100%;
position: relative;
}

.content-left{
	width:246px;
	float:left;
}
.nav-menu{
	border:1px solid #bababa;
	background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 100%) !important; /* FF3.6+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f6f6f6 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#f6f6f6 100%); /* IE10+ */
    -pie-background: linear-gradient(top, #fff 0%,#f6f6f6 100%) !important;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2MCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRjZGNkY2IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNjApIiAvPgo8L3N2Zz4=);
    position: relative;
    z-index: 1;
    behavior:url(PIE.htc);
	min-height:245px;
}
.nav-menu ul{
	padding:10px 10px 10px 20px;
}
.nav-menu li{
	list-style-type:none;
	font-size:12px;
	margin:10px 0px;
}
.nav-menu li a{
	background: url("images/arrow-img.png") no-repeat scroll 0 4px transparent;
	color:#3a3a3a;
	text-decoration:none;
	padding-left:18px;
}
.nav-menu li a.active{
	background: url("images/arrow-active-img.png") no-repeat scroll 0 4px transparent;
	text-decoration:underline;
	color:#3a9d23;
}
.nav-menu li img{
	margin:0px 10px 0px 0px;
}
.nav-menu li a:hover{
	color:#3a9d23;
}
.nav-menu li span{
	margin-left:17px;	
}
.nav-menu ul ul{
	padding:0px 0px 0px 10px;
}
.loc-bg{
	background:url(images/location-eqip-img.png);
	background-repeat:no-repeat;
	height:74px;
	width:246px;
	color:#fff;
	margin:20px 0px 0px 0px;
}
.loc-bg h1{
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	padding:13px 0px 3px 20px;
}
.loc-bg p{
	font-size:13px;
	padding:0px 0px 0px 20px;
}
.loc-bg a{
	color:#ececec;
	text-decoration:none;
}
.loc-bg a:hover{
	text-decoration:underline;
}
.depot-bg{
	background:url(images/depot-bgimg.png);
	background-repeat:no-repeat;
	height:75px;
	width:246px;
	margin:20px 0px 0px 0px;
}
.depot-bg p{
	padding:14px 0px 0px 20px;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color:#fff;
	line-height:24px;
}
.mlb-img{
	background:#fff;
	border:1px solid #BABABA;
	padding:5px;
	position:relative;
	text-align:center;
	margin:20px 0px 0px 0px;
}
.btn1-bg{
	background:url(images/btn-img1.png);
	background-repeat:no-repeat;
	height:34px;
	width:132px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	position:absolute;
	bottom:13px;
    left: 6px;
}
.btn1-bg p{
	padding:8px 0px 0px 0px;
}
.content-right{
	float:right;
	width:668px;
}
.banner-img{
	background:#fff;
	padding:8px;
	border:1px solid #BABABA;
	text-align:center;
	position:relative;
}
.caption{
	background:url(images/caption-bg.png);
	background-repeat:no-repeat;
	height:45px;
	width:647px;
	position:absolute;
	bottom:8px;
}
.caption h1{
	font-size:18px;
	font-family: 'nillandbold';
	color:#fff;
	padding:13px 0px 0px 20px;
	text-align:left;
}
.thumbnail-list{
	margin-top:15px;
}
.thumbnail-list li{
	float:left;
	list-style-type:none;
	position:relative;
	width:204px;
	margin-right:27px;
}
.thumbnail-list li.last-lst{
	float:right;
	margin-right:0px;
}
.thumbnail-list li img{
	background:#fff;
	border:1px solid #BABABA;
	padding:8px;
}
.tmb-btn1{
	background:url(images/tmb-btn1.png);
	background-repeat:no-repeat;
	height:34px;
	width:117px;
	position:absolute;
	top:153px;
	left:9px;
}
.tmb-btn1 p{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:8px 0px 0px 10px;
}
.thumbnail-list .p1{
	font-size:12px;
	color:#3a3a3a;
	padding:10px 4px 0px 8px;
	line-height:18px;
}
.u-line{
	text-decoration:none;
}
.plus-btn{
	background:url(images/plus-btn.jpg);
	background-repeat:no-repeat;
	height:30px;
	width:110px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	margin:14px 0px 0px 8px;
}
.plus-btn a{
    color: #fff;
    text-decoration: none;
}
.plus-btn p{
	text-align:center;
	padding-top:6px;
}
.tmb-btn2{
	background:url(images/tmb-btn2.png);
	background-repeat:no-repeat;
	height:34px;
	width:132px;
	position:absolute;
	top:153px;
	left:9px;
}
.tmb-btn2 p{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:8px 0px 0px 10px;
}
.tmb-btn3{
	background:url(images/tmb-btn3.png);
	background-repeat:no-repeat;
	height:34px;
	width:176px;
	position:absolute;
	top:153px;
	left:9px;
}
.tmb-btn3 p{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:8px 0px 0px 10px;
}
.dc-txt{
	margin:20px 0px 0px 0px;
	color:#3a3a3a;
}
.dc-txt h1{
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	padding-top:12px;
	text-transform:uppercase;
}
.dc-txt p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 0px 0px 0px;
	line-height:18px;
}
.dc-txt a{
	color:#3a3a3a;
	font-weight:bold;
}
.dc-txt a:hover{
	text-decoration:none;
}
.contact-txt{
	margin:20px 0px 0px 0px;
	color:#3a3a3a;
}
.contact-txt h1{
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	padding-top:12px;
}
.contact-txt p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 0px 0px 0px;
	line-height:22px;
}
.adrs{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:25px 0px 10px;
}
.adrs a{
	color:#3a3a3a;
	text-decoration:none;
}
.adrs a:hover{
	text-decoration:underline;
}
.adrs-left{
	float:left;
	width:148px;
	font-weight:bold;
	line-height:24px;
}
.adrs-right{
	float:left;
	line-height:24px;
}
.left-box{
    float: left;
}
.gmap-box{
    float: left;
    margin-left: 24px;
}
.form{
	position:relative;
}
.form .input-txt input{
	width:184px;
	height:17px;
	border:1px solid #dfdfdf;
	padding:5px 10px;	
	color:#666666;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.form textarea{
	width:325px;
	height:117px;
	border:1px solid #dfdfdf;
	padding:5px 10px;
	color:#666666;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	resize:none;
}
.m-btm{
	margin-bottom:21px;
}
.frm-left{
	float:left;
}
.frm-mid{
	float:left;
	margin-left:19px;
}
.frm-right{
	float:right;
	margin-top:99px;
}
.mail-text{
	color:#4DC930;
	position:absolute;
	top:-23px;
}
mail-text1{
	color:red;
	position:absolute;
	top:-23px;
}
.location-txt{
	margin:20px 0px 0px 0px;
	color:#3a3a3a;
}
.location-txt h1{
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	padding-top:12px;
}
.location-txt p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}
.location-txt ul, .dc-txt ul{
	margin:10px 0px 0px 15px;
}
.p2{
	margin-top:20px;
}
.location-txt li, .dc-txt li{
	float:left;
	font-size:12px;
	width:50%;
	line-height:22px;
}
.location-txt a{
	text-decoration:underline;
	color:#3a3a3a;
}
.location-txt a:hover{
	text-decoration:none;
}
.footer{
	background-color:#3A3A3A;
	height:80px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin-top:30px;
	padding-top: 20px;
}
.links-cont {
	text-align: center;
}
.ft-left{
	float:left;
	padding-top:15px;
}
.ft-right{
	float:right;
	padding-top:15px;
}
.footer span{
	color:#42b228;
}
.footer a{
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.liste{
	list-style-image: url("/images/arrow-active-img.png");
}
.liste li{
	float: none;
}


/* slider */
.thumbs-slider{
	width:648px; 
	margin:auto auto 20px auto; 
	padding:8px; 
	border:1px solid #afafaf;
}
.thumbs-slider .location{
    text-align: center;
}
.bx-wrapper{
	width:648px;
	height:228px;
}
.bx-slider{
	width:648px;
	height:228px;
}
.thumbs{
	margin-right:2.8%;
}
.white-no-line{
    color: #fff;
    text-decoration: none;
}
.underline-hover:hover{
    text-decoration: underline;
}
.no-deco{
    text-decoration: none;
}
.bxslider{
    height: 228px;
    list-style-type: none;
    margin:0px;
}