/* Body - Default font settings. The font-size percentage is of 16px. (0.75 * 16px ~ 12px) */
body {
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6em;
    background-color: #000;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: repeat-x;
}

/* Custom Section Sizes */
.ssz-175{width:175px;}
.ssz-4-16{width:640px;}
.ssz-12-16{width:640px;}

/* Font Replacement */
@font-face {
	font-family: 'HelveticaNeueThin';
	src: url('hlt___-webfont.eot');
	src: local('☺'), url('hlt___-webfont.woff') format('woff'), url('hlt___-webfont.ttf') format('truetype'), url('hlt___-webfont.svg#webfontQArlhlx0') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: lighter;
}

h1 {
    font-size: 2em;
    line-height: 1em !important;
    padding-bottom: 0.25em;
}

h2, h5 {
    color: #00AEEF;
    font-size: 1.4em;
    line-height: 1em !important;
    padding-bottom: 0.375em;
}

h3 {
    font-size: 1.2em;
    line-height: 1em !important;
    padding-bottom: 0.5em;
}


h4 {
    font-size: 1.2em;
    line-height: 1em !important;
    margin-bottom: 0.625em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

/* Text Elements */
p {
    margin: 0 0 0.75em;
}

hr {
    border: none;
    border-top: 1px dotted #7f7f7f;
    width: 100%;
    height: 1px;
    margin: 10px 0;
}

blockquote, em {
    font-style: italic;
    color: #ff0000;
}

/* Anchors */
a, a:visited, a:active, a:focus {
    color: #00aef0;
    text-decoration: none;
}

a:hover {
    color: #00aef0;
    text-decoration: underline;
}

/* Panels */
#header, #wrapper, #footer {
    background: #000;
    border: 1px solid #7f7f7f;
}
#header {
    position: fixed;
    height:64px;
    border: none;
    border-bottom:1px solid #7f7f7f;
    margin-bottom:20px;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0,0,0,1);
    z-index: 100000;
}

#header .section {
    margin:0 auto;
    float:none !important;
    padding:10px 0;
}

#wrapper {
    clear: both;
    margin: 0 auto 115px;
    position: relative;
    padding:20px 10px 10px;
    top: 85px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#footer {
    margin: 0 auto;
    position: relative;
    padding:10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#sub-footer {
    margin: 0 auto 20px;
    position: relative;
    font-size:11px;
    color:#666;
}

#sub-footer a {
    color:#888;
}

#sub-footer a:hover {
    color:#ccc;
    text-decoration:none;
}

#footer > div.section {
    margin: 5px 0 0;
}

#footer div.section ul {
    margin: 0;
    list-style: none;
}

#footer div.section ul li {
    float: left;
}

#footer .phone p {
    position:absolute;
    top:15px;
    right:10px;
    height:24px;
    line-height:24px;
    background:url(img/footicon.png) left center no-repeat;
    padding-left:30px;
    font-size:25px;
}

.txtrgt {
    text-align:right;
}

/* Nav */
#nav {
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding:10px 0 0 0;
    position: absolute;
    top: 10px;
    left: 290px;
}

#nav a {
    outline: 0;
}

#nav, #nav ul {
    list-style: none;
}

#nav ul {
    position: absolute;
    display: none;
    margin: 0;
}

#nav li {
    float: left;
}

#header a.logo {
    position: absolute;
    top: 16px;
    left: 0;
    background: url(img/master-sprite.png) no-repeat;
    display: block;
    width: 224px;
    height: 31px;
}

#header .logo strong {
    display: none;
}

#nav li a {
    display: block;
    padding: 0 13px;
    color: #fff;
    text-decoration: none;
    font-size:17px;
    height:54px;
    line-height:31px;
}

#nav li:hover > a:hover {
    color: #00aef0;
    text-shadow:1px 1px 0 rgba(0,0,0,1)
}

#nav li li a {
    background: url(img/black85.png) repeat;
    border-left:1px solid #7f7f7f;
    border-right:1px solid #7f7f7f;
    font-size:12px;
    height:30px;
    line-height:30px;
    padding: 0 10px !important;
}

#nav li a.active {
    color: #00aef0;
}

#nav li:hover li:hover a:hover {
    background: #00aef0;
    color:#fff;
}

#nav li li {
    float: none;
}

#nav li:hover ul {
    display: block;
    z-index: 1000;
    top:54px;
    border-bottom:1px solid #7f7f7f;
}

/* Forms */
fieldset {
    margin: 0;
    padding: 10px;
    border: none;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

label {
    line-height: 18px;
    display:block;
}

input[type =
'text'], textarea {
    background: #000;
    border: 1px dotted #7f7f7f;
    color: #666;
    padding: 2px;
    width: auto;
    font-family: inherit;
    font-size: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
form p {
    margin-bottom: 5px;
}

input[type =
'text']:hover, textarea:hover {
    border-color: #00AEEF;
    cursor: text;
}

input[type =
'text']:focus, textarea:focus {
    border-color: #00AEEF;
    color: #fff;
}

select {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #7f7f7f;
    background:#000;
    color:#fff;
}

/* Banner */
#banner {
    position: relative;
    z-index: 5;
}

#banner a {
    position: absolute;
    visibility: hidden;
}

#banner-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#banner-nav a:focus {
    outline: none;
}

/* Banner-1 */
.banner-1 {
    height: 250px;
    width: 940px;
}

.banner-nav-1 li {
    display: inline-block;
    margin: 0 5px;
}

.banner-nav-1 a {
    width: 10px;
    height: 10px;
    background: #000;
    display: inline-block;
}

.banner-nav-1 li.active a {
    background: #00AEEF;
}

/* Banner-13-8 */
.banner-13-8 {
    height: 350px;
    width: 760px;
    margin-bottom:20px;
}

.banner-nav-13-8 {
    position:absolute;
    top:10px;
    right:15px;
    z-index: 10000;
}

.banner-nav-13-8 li {
    display: inline-block;
    margin: 0 5px;
}

.banner-nav-13-8 a {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.banner-nav-13-8 a:hover {
    background: #ccc;
    display: inline-block;
}

.banner-nav-13-8 li.active a {
    background: #00AEEF;
}

/* Pagination */
ul.pagination {
    margin: 0;
    clear: both;
    list-style: none;
    height: 24px;
}
ul.pagination li {
    float: left;
    margin-right: 6px;
}
ul.pagination li a, ul.pagination li span {
    display: block;
    line-height: 18px;
    padding: 2px;
    text-align: center;
}
ul.pagination li a {
    min-width: 20px;
    border: 1px solid #444;
    background-color: #f0f0f0 !important;
    text-decoration: none !important;
}
ul.pagination li a:hover, ul.pagination li.active a {
    background-color: #d4d4d4 !important;
    text-decoration: none !important;
}
ul.pagination li.active a {
    font-weight: bold;
}

#gmap {
    margin-bottom: 1em;
}
#gmap .map {
    height: 400px;
}
#gmap form {
    border-top: 1px solid #333;
    height: 60px;
    line-height: 30px;
    padding: 20px 0 0;
}

#gmap form p {
    margin: 0;
    line-height: 30px;
}
#gmap label, #gmap input {
    margin-right: 1em;
}
#gmap input {
    width: auto;
}
#gmap form a {
    color: #000;
    background:#00AEEF;
    border:1px solid #7f7f7f;
    height:19px;
    line-height:19px;
    font-size:11px;
    display:inline-block;
    padding:0 5px;
    position:relative;
    top:-1px;
}

#gmap form a:hover {
    background:#00AEEF;
    text-decoration:none;
    border:1px solid #fff;
}
#gmap .directions {
    border-top: 1px solid #333;
    margin-top:20px;
}
#gmap .directions .adp-directions {
    width: 100%;
}

.adp-list {
    border:1px solid #7f7f7f !important;
    background:#000 !important;
}

.adp-listsel {
    background:#00AEEF !important;
    color:#fff !important;
}

.adp-placemark {
    background:#7f7f7f !important;
    color:#fff !important;
}

.warning {
    clear: both;
    border: 1px solid #ff0000;
    padding: 15px 40px;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(img/exclamation.png) no-repeat;
    background-position: 15px center;
    margin: 20px 0;
}

/* Home Image Link */
.hmimglink {
    float:left;
    padding:10px;
    margin-bottom:0;
}

.hmimglink > div {
    position:relative;
    overflow:hidden;
    border:1px solid #7f7f7f;
}

.hmimglink > div:hover {
    border:1px solid #00aef0;
}

.hmimglink a {
    display:block;
    height:298px;
}

.opacity {
    position:absolute;
    left:0;
    bottom:-130px;
    background:#fff;
    visibility: visible;
    width:190px;
    height:90px;
    background:url(img/black85.png) repeat;
    padding:10px 15px 20px;
    border-top:1px solid #00aef0;
}

.opacity a {
    display:block;
    color:#fff;
    font-size:14px;
    text-shadow:1px 1px 0 rgba(50,50,50,1);
}

.opacity a span {
    color:#00aef0;
    display:block;
    font-size:18px;
    text-transform:uppercase;
}

.opacity a:hover {
    text-decoration:none;
}

.hmimglink h3 span {
    color: #00aef0;
}

/* Service List */
#service-list > div {
    margin-bottom: 10px;
    background:url(img/selector-bg.png) no-repeat;
    background-position:top right;
}

#service-list > div:hover .image img {
    border:1px solid #fff;
}

#service-list .alt {
    clear: both;
    margin-right: 20px;
}

#service-list .image {
    float: left;
    width: 140px;
}

#service-list .image img {
    border:1px solid #7f7f7f;
}

#service-list .descr {
    float: left;
    width: 300px;
    padding:10px 0 0 20px;
}

#service-list .descr h3 {
    font-size:17px;
}

#service-list .button {
    margin-top:10px;
}

/* Service Images */
#service-images {
    position: relative;
}
#service-images h1 {
    font-family: 'HelveticaNeueThin';
    font-size:32px;
    position: absolute;
    z-index: 1;
    top: 303px;
    padding: 10px 20px;
    background:url(img/black85.png) repeat;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#service-images div {
    height: 375px;
    margin-bottom: 10px;
    z-index: 0;
}
#service-images img.service-image {
    position: absolute;
    visibility: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#service-images ul {
    list-style: none;
    margin: 0;
}
#service-images li {
    float: left;
    margin: 0 0 10px 20px;
    position: relative;
}

#service-images li img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#service-images li:first-child {
    margin-left: 0;
}

#service-images li.ie-nth { /* For IE */
    margin-left: 0;
    clear: both;
}

#service-images li:nth-child(8n+1) { /* IE will ignore this */
    margin-left: 0;
    clear: both;
}

#service-images li a span, #prod-img-thumb a span {
    position: absolute;
    display:block;
    background:url(img/master-sprite.png);
    background-position:0 -350px;
    height: 17px;
    width: 17px;
    top: 2px;
    left: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#service-images li a.active span {
    background-position:0 -370px;
}

#service-images li a, #prod-img-thumb a {
    opacity: 0.5;
}

#service-images li a.active,
#service-images li a:hover {
    opacity: 1;
}

/* Service View */
#service-view .call-to-action p span {
    font-size:22px;
    padding-bottom:10px;
    font-weight: bold;
    display:block;
}

#service-view .call-to-action {
    padding: 20px 20px 10px 20px;
    text-shadow:1px 1px 0 rgba(0,0,0,0.5);
    margin:20px 0;
    font-size:14px;
    border: 1px solid #a4b357;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #a4b357; /* Old browsers */
    background: -moz-linear-gradient(top,  #a4b357 0%, #75890c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* IE10+ */
    background: linear-gradient(top,  #a4b357 0%,#75890c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
}

#service-view .call-to-action a {
    color: #fff !important;
    text-decoration: underline;
}

#service-view .call-to-action a.button {
    font-size: 20px;
    text-decoration: none;
}

/* Homepage Columns */
.hpcol {
    min-height:150px;
}

.hpcol a.button {
    position: absolute;
    bottom:0;
    left:10px;
    display: block;
}

.breadcrumbs {
    list-style: none;
    margin: 0;
    height: 20px;
    line-height: 20px;
    font-size:11px;
}

.breadcrumbs li {
    float: left;
    padding-right: 10px;
}

.breadcrumbs li:after {
    content: ">";
    padding-left: 10px;
}

.breadcrumbs li.active:after {
    content: "" !important;
}

.breadcrumbs li a {
    color: #fff;
}

.breadcrumbs li.active a {
    color: #00AEEF;
}

ul.socialicons {
    margin:0;
    list-style:none;
}

ul.socialicons li {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

ul.socialicons li a {
    height:32px;
    width:32px;
    display:block;
}

ul.socialicons li a.fb {
    background:url(img/fbicon.png);
}

ul.socialicons li a.tw {
    background:url(img/twicon.png);
}

ul.socialicons li a.fl {
    background:url(img/flicon.png);
}




.button {
   border-top: 1px solid #96d1f8;
   background: #007dab;
   background: -webkit-gradient(linear, left top, left bottom, from(#00afef), to(#007dab));
   background: -webkit-linear-gradient(top, #00afef, #007dab);
   background: -moz-linear-gradient(top, #00afef, #007dab);
   background: -ms-linear-gradient(top, #00afef, #007dab);
   background: -o-linear-gradient(top, #00afef, #007dab);
   padding: 4.5px 9px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fff !important;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #ec008e;
   background: #ec008e;
   color: #ffffff;
   text-decoration: none;
   }
.button:active {
   border-top-color: #b3006b;
   background: #b3006b;
   }
   
   
span.hr,
div.hr {
    display: block;
    margin:20px auto 0;
    padding:20px 0 0;
    border-top:1px dotted #FFF;
}