
@font-face {
	font-family: 'robotoregular';
	src: url('/fonts/Roboto-Regular-webfont.eot');
	src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
		url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
		url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotolight';
	src: url('/fonts/Roboto-Light-webfont.eot');
	src: url('/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Roboto-Light-webfont.woff') format('woff'),
		url('/fonts/Roboto-Light-webfont.ttf') format('truetype'),
		url('/fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}


body
{
	font-family: 'robotoregular', Arial;
	min-width: 995px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	body {
		min-height: 1250px;
	}
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

img
{
	display: block;
}

.error
{
	color: #bf0000;
	font-weight: bold;
}

#page-wrapper
{
	position: relative;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

.fixed-width
{
	width: 956px;
	margin: 0px auto 0px auto;
}

#header-message
{
	padding: 8px 10px 9px 10px;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	background-color: #b10000;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#header-message p
{
	font-size: 16px;
	line-height: 19px;
	margin: 0px;
}

#header-message a
{
	color: #fff;
}

#header-wrapper
{
	background-image: url('/images/header.jpg');
	background-repeat: repeat-x;
	height: 206px;
//	position: fixed;
	width: 100%;
	z-index: 2;
}

#header-wrapper .button 
{
	float: right;
	margin: 8px 30px 0px 0px;
}

#header-wrapper .button a
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ff8200;
	padding: 0px 20px 0px 20px;
	height: 42px;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
}

#logo
{
	padding: 64px 0px 0px 0px;
	float: left;
	width: 244px;
}

#header-right
{
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}

#header-contact
{
	background-image: url('/images/phone.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 0px 0px 0px 55px;
	margin: 0px 0px 0px 0px;
	float: right;
}

#header-contact .text-1
{
	font-size: 20px;	
	line-height: 23px;
	color: #fff;
}

#header-contact .text-2
{
	font-size: 24px;	
	line-height: 27px;
	font-weight: bold;
	color: #fff;
}

#header-contact a
{
	color: #fff;
	text-decoration: none;
}

#menu-wrapper 
{
	float: right;
	height: 76px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 1000;
	margin: 0px 0px 0px 0px;	
	clear: right;
}

#menu
{
	padding: 0px 0px 0px 0px;
}

#main-menu 
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#main-menu li
{
	float: left;
}

#main-menu li a
{
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 27px 15px 0px 15px;
	height:	49px;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
	#main-menu li a {
		padding: 27px 12px 0px 12px;
	}
}

@media not all and (min-resolution:.001dpcm) { @media
{
	#main-menu li a {
		padding: 27px 12px 0px 12px;
	}
}
}

#main-menu li.divider
{
	width: 1px;
	padding: 0px;
	margin: 0px;
	background-image: url('/images/divider.png');
	height: 76px;
}

#main-menu li a:hover
{
	color: #0983d7;
}

#quick-menu
{
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	height: 25px;
	text-align: right;
}

#quick-menu a
{
	text-decoration: none;
	color: #fff;
}

#quick-menu a:hover
{
	color: #0983d7;
}

#quick-menu span
{
	padding: 0px 10px 0px 10px;
}

#delivery-banner
{
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	background-color: #0983d7;
}

#delivery-banner p
{
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
}

#body-wrapper
{
//	padding: 206px 0px 0px 0px;
	color: #4d4d4d;
	font-size: 14px;
	z-index: 1;
}

#body
{
	background-color: #fff;
	padding: 0px 0px 0px 0px;
}

#body h1
{
	font-size: 16px;
	line-height: 19px;
	color: #1a1a1a;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#body p
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 20px;
}

#body a
{
	color: #ff8200;
	font-weight: bold;
}

.aligner 
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#footer-wrapper
{
	background-color: #fff;
	padding: 20px 0px 20px 0px;
	min-height: 1px;
}

#copyright #website-by-spark a
{
	color: #4d4d4d;
	text-decoration: underline;
}

#copyright #website-by-spark a:hover
{
	color: #084a7f;
}

#copyright
{
	color: #4d4d4d;
	font-size: 12px;	
	line-height: 20px;
}

#copyright a
{
	color: #4d4d4d;
	text-decoration: none;
}

#copyright a:hover
{
	color: #084a7f;
}

#copyright .logo
{
	float: right;
}

#leftside
{
	width: 7px;
	background-image: url('/images/leftside.gif');
	position: absolute;
	left: -7px;
	top: 0px;
}

#cat-menu
{
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	background-color: #f0f0f0;
}

#cat-menu li
{
	margin: 0px 0px 0px 0px;
	padding: 3px 14px 3px 14px;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}

#cat-menu li.title
{
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	margin: 0px 0px 6px 0px;
	padding: 9px 0px 6px 14px;
}

#cat-menu li a
{
	color: #333333;
	text-decoration: none;
}

#cat-menu li a:hover
{
	color: #000;
}

#rightside
{
	width: 7px;
	background-image: url('/images/rightside.gif');
	position: absolute;
	right: -7px;
	top: 0px;
}

.aligner 
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.field-name
{
	font-size: 16px;
	line-height: 19px;
}

.field-input input
{
	width: 187px;
	background-color: #4d4d4d;
	border: 0px;
	padding: 10px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
}

.field-textarea textarea
{
	width: 410px;
	background-color: #4d4d4d;
	border: 0px;
	padding: 10px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#bread-crumb 
{
	color: #4d4d4d;
	font-size: 11px;
	line-height: 14px;
	height: 22px;
	padding: 10px 0px 0px 0px;
}

#bread-crumb a
{
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
}

#map
{
	width: 100%;
	height: 300px;
	border: 1px solid #999;
	padding: 0px;
}

#column1
{
	float: left;
	width: 350px;
	padding: 0px 0px 10px 0px;
}

#column2
{
	float: left;
	width: 380px;
	padding: 0px 0px 20px 0px;
}

#banner-wrapper
{
	width: 100%;
	overflow: hidden;
	height: 556px;
	position: relative;
	margin: 0px 0px 0px 0px;
}

#slides
{
	height: 556px;
	width: 60000px;
}

#slides .slide
{
	float: left;
	height: 556px;
	position: relative;
	z-index: 1;
	background-position: 50% 0px;
	cursor: pointer;
	background-repeat: no-repeat;
}

#slides .slide .banner-content
{
	width: 690px;
	margin: 0px auto 0px auto;
}

#slides .slide .banner-content .title
{
	font-size: 62px;
	line-height: 70px;
	color: #fff;
	margin: 0px 0px 40px 0px;
	text-align: center;
	font-weight: bold;
}

#slides .slide .banner-content .button a
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ff8200;
	width: 288px;
	padding: 0px 0px 0px 0px;
	height: 53px;
	font-size: 17px;
	line-height: 51px;
	font-weight: bold;
	margin: 0px auto 0px auto;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
}

#slides .slide .banner-content td
{
	height: 536px;
}

#button-wrapper
{
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 1;
}

#button-wrapper div
{
	float: left;
	cursor: pointer;
	width: 43px;
	height: 6px;
	background-color: #000;
	margin: 0px 6px 0px 0px;
	border: 1px solid #000;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

#button-wrapper div.selected
{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.clear
{
	height: 0px;
	overflow: hidden;
	clear: both;
}

.clear-inline
{
	width: 100%;
	height: 0px;
	overflow: hidden;
}

#reviews-wrapper
{
	height: 30px;
	cursor: pointer;
}

#reviews-stars
{
	height: 16px;
	float: left;
}

#reviews-stars img
{
	float: left;
	margin-right: 2px;
}

#reviews-rating
{
	float: left;
	color: #4d4d4d;
	font-size: 11px;
	line-height: 14px;
	padding: 1px 0px 0px 0px;
}

#reviews-rating span
{
	padding-left: 10px;
}

#reviews-rating span span
{
	padding: 0px;
}

#stars
{
	width: 390px;
}

#log_res2
{
        top: 0px;
        width: 100%;
        background-color: #fff;
        position: absolute;
        z-index: 11000;
        display: none;
	width: 900px;
	margin-left: -450px;
	left: 50%;
}

#log_res2.show
{
        display: block;
}	

#log_res2.ajax-loading 
{
        background: url('/images/spinner.gif') no-repeat center;
        background-color: #fff;
        display: block;
	min-height: 50px;
}

#log_res2 h2
{
	font-size: 12pt;
	line-height: 14pt;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#log_res2 .fieldname
{
	font-size: 10pt;
	line-height: 12pt;
}

#stars img
{
	cursor: pointer;
}

#log_res2 .fieldinput input
{
	width: 273px;
}

#log_res2 .fieldtextarea textarea
{
	width: 273px;
}

.black_overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:9001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
        display: none;
}

#mobile-check
{
	text-align: center;
	padding: 10px;
	color: #666666;
}

#mobile-check a
{
	color: #666666;
}

#body .gdpr
{
	border-collapse: collapse;
	margin-bottom: 15px;
}

#body .content-wrapper-1
{
	padding: 20px 0px 20px 0px;
}

#body .content-wrapper-1 .title-1
{
	color: #999999;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
	
#clients-wrapper
{
	border-bottom: 1px solid #cccccc;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
}

#clients-wrapper td
{
	height: 70px;
}

#body .content-wrapper-1 .link-1
{
	text-align: center;
	font-size: 22px;	
	line-height: 25px;
}

#body .content-wrapper-1 .link-1 a span 
{
	background-image: url('/images/down-arrow.png');
	padding: 0px 15px 0px 0px;
	background-repeat: no-repeat;
	background-position: 100% 8px;
}

#body .content-wrapper-2
{
	display: table-cell;
	vertical-align: middle;
	height: 764px;
}

#body .content-wrapper-2.full
{
	height: auto;
}

#body #about-us.content-wrapper-2
{
	height: 1100px;
}

#body #contact-us.content-wrapper-2
{
	height: 975px;
}

#body #new-tail-lifts.content-wrapper-2
{
	height: 823px;
}

#body .content-wrapper-2 .content-2
{
	width: 995px;
	margin: 0px auto 0px auto;
	color: #4d4d4d;
	font-size: 15px;
	line-height: 22px;
}

#body .content-wrapper-2 .content-2 table
{
	border-collapse: collapse;
}

#body .content-wrapper-2 .content-2 .inside
{
	padding: 40px 30px 30px 30px;
	background-color: rgba(255,255,255,0.9);
}

#body .content-wrapper-2 .content-2 p
{
	color: #4d4d4d;
	font-size: 15px;
	line-height: 22px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#body .content-wrapper-2 .content-2 h1
{
	font-size: 47px;
	line-height: 50px;
	text-align: center;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	color: #4d4d4d;
	font-family: 'robotolight';
	font-weight: normal;
}

#body .content-wrapper-2 .content-2 .intro-1
{
	font-size: 19px;
	line-height: 27px;
	text-align: center;
	color: #4d4d4d;
	font-weight: bold;
	padding: 0px 50px 0px 50px;
}

#body .content-wrapper-2 .content-2 .intro-1 p
{
	font-size: 19px;
	line-height: 27px;
	text-align: center;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	color: #4d4d4d;
	font-weight: bold;
}

#body .content-wrapper-2 .content-2 .left
{
	float: left;
	width: 47%;
}

#body .content-wrapper-2 .content-2 .right
{
	float: right;
	width: 47%;
}

#body .content-wrapper-2 .content-2 h2
{
	font-size: 23px;
	line-height: 27px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #4d4d4d;
}

#body .content-wrapper-2 .content-2 img
{
	margin: 0px 0px 15px 0px;
}

#body .content-wrapper-2 .content-2 .button-1 a
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ff8200;
	float: left;
	padding: 0px 15px 0px 15px;
	height: 53px;
	font-size: 17px;
	line-height: 51px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
}

#body .content-wrapper-2 .content-2 .box-1
{
	padding: 15px 15px 15px 15px;
	background-color: #4d4d4d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0px 15px 0px;
}

#body .content-wrapper-2 .content-2 .box-1 .text-1
{
	font-size: 16px;	
	line-height: 22px;
	color: #fff;
	font-weight: bold;
}

#body .content-wrapper-2 .content-2 .box-1 .text-2
{
	font-size: 17px;	
	line-height: 22px;
	color: #ff8200;
	font-weight: bold;
}
	
#body .content-wrapper-2 .content-2 .button button
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ff8200;
	width: 184px;
	padding: 0px 0px 0px 0px;
	height: 53px;
	font-size: 15px;
	line-height: 51px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
}

