/* libs.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, label, legend, p, blockquote, pre, a, abbr, acronym, address, sub, sup, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, big, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #111;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.italic {
    font-style: italic;
}
.underline {
    border-bottom: 1px solid;
}
.underline_none {
    text-decoration: none;
}
.overline {
    text-decoration: overline;
}
.line-through {
    text-decoration: line-through;
}
.centered_txt {
    text-align: center;
}
.deals_title {
    font-size: 14px;
    font-weight: bold;
    color: #f19300;
}
.highlight {
    background-color: #ccc;
}
.bufferBottom10 {
    margin-bottom: 10px;
}
.no_padding {
    padding: 0!important;
}
.no_margin {
    margin: 0!important;
}
.no_border {
    border: 0 none!important;
}
.no_wrap {
    white-space: nowrap;
}
.invisible {
    visibility: hidden!important;
}
.visible {
    visibility: visible!important;
}
.hidden {
    display: none;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.clear_left {
    clear: left;
}
.clear_right {
    clear: right;
}
.clear_both {
    clear: both;
    font-size: 0;
}
.align_left {
    text-align: left;
}
.align_right {
    text-align: right;
}
.align_center {
    text-align: center;
}
.align_justify {
    text-align: justify;
}
.align_top {
    vertical-align: top;
}
.align_bottom {
    vertical-align: bottom;
}
.align_middle {
    vertical-align: middle;
}
.font_size_0 {
    font-size: 0;
}
.font_size_11 {
    font-size: 11px;
}
.font_size_12 {
    font-size: 12px;
}
.font_size_14 {
    font-size: 14px;
    line-height: 18px;
}
.font_size_18 {
    font-size: 18px;
}
.font_size_30 {
    font-size: 30px;
    line-height: 30px;
}
.font_size_26 {
    font-size: 26px;
    line-height: 28px;
}
.font_size_28 {
    font-size: 28px;
    line-height: 28px;
}
.line_height_22 {
    line-height: 22px;
}
.line_height_13 {
    line-height: 13px;
}


#cookie-policy {
     background-color: #555;
     text-align: center;
 }

#cookie-policy p {
     margin: 0 5%;
    padding:  10px 5%;
    position: relative;
    color: #fff;
    font-size: 12px;
 }

#cookie-policy span {
     position: absolute;
    right: 4%;
    top: 0;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
 }



/* style.css */

body {
    background: url(../images/bg_repeat.jpg) 0 0 repeat;
    font: 12px/2em Tahoma, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
a img {
    border: 0;
}
a {
    color: #522700;
    font-weight: bold;
    text-decoration: underline;
}
.bar_side a {
    color: #0081ff;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 20px 0;
}
ul {
    list-style-position: inside;
}
ol { padding-left:15px; }
ol li ul { 
-moz-column-count: 1!important;
-webkit-column-count: 1!important; 
column-count: 1!important;
}
ol li ul li { width:auto!important; }
input, textarea {
    border: 0;
    font-family: Tahoma, Helvetica;
    font-size: 12px;
}
.debug {
    background-color: red;
}
.err_msg {
    color: #8e2500;
    padding: 10px 15px;
    background-color: #dfb5a7;
    border: 1px solid #8e2500;
}
.note_message {
    border: 1px solid #4a9bdc;
    background-color: #bcdcff;
    padding: 10px;
}
.width_100 {
    width: 100px;
}
.font_family_Myriad {
    font-family: "Trebuchet MS", "Myriad Pro", Helvetica;
}
.font_family_Tahoma {
    font-family: Tahoma, Helvetica;
}
.font_family_Arial {
    font-family: Arial, Helvetica, sans-serif;
}
.font_family_Times {
    font-family: "Times New Roman", Helvetica;
}
.color_orange {
    color: #ff4300;
}
.color_yellow {
    color: #fe7c00;
}
.color_dark_red {
    color: #8e2500;
}
.color_green {
    color: #618d00;
}
.color_light_blue {
    color: #0089ff;
}
.color_dark_blue {
    color: #233049;
}
.bufferTop1 {
    margin-top: 1px;
}
.bufferTop2 {
    margin-top: 2px;
}
.bufferTop4 {
    margin-top: 4px;
}
.bufferTop5 {
    margin-top: 5px;
}
.bufferTop10 {
    margin-top: 10px;
}
.bufferTop15 {
    margin-top: 15px;
}
.bufferTop20 {
    margin-top: 20px;
}
.bufferTop25 {
    margin-top: 25px;
}
.bufferTop30 {
    margin-top: 30px;
}
.bufferTop30 {
    margin-top: 40px;
}
.bufferBottom5 {
    margin-bottom: 5px;
}
.bufferBottom10 {
    margin-bottom: 10px;
}
.bufferBottom15 {
    margin-bottom: 15px;
}
.bufferBottom20 {
    margin-bottom: 20px;
}
.bufferLeft5 {
    margin-left: 5px;
}
.bufferLeft10 {
    margin-left: 10px;
}
.bufferLeft15 {
    margin-left: 15px;
}
.bufferLeft20 {
    margin-left: 20px;
}
.bufferRight5 {
    margin-right: 5px;
}
.bufferRight10 {
    margin-right: 10px;
}
.bufferRight15 {
    margin-right: 15px;
}
.bufferRight20 {
    margin-right: 20px;
}
.paddingTop10 {
    padding-top: 10px;
}
.paddingTop15 {
    padding-top: 15px;
}
.paddingTop20 {
    padding-top: 20px;
}
.paddingTop25 {
    padding-top: 25px;
}
.paddingTop30 {
    padding-top: 30px;
}
.paddingBottom10 {
    padding-bottom: 10px;
}
.paddingBottom15 {
    padding-bottom: 15px;
}
.paddingBottom20 {
    padding-bottom: 20px;
}
.paddingBottom25 {
    padding-bottom: 25px;
}
.paddingBottom30 {
    padding-bottom: 30px;
}
.alignL {
    float: left;
}
.alignR {
    float: right;
}
.colorRed {
    color: red;
}
h1 {
    margin: 0;
    padding: 0;
    font: 14px Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #522700;
    text-shadow: 0 1px 0 #fce8ad;
}
h2, .h2 {
    background: url(../images/h2_tray.jpg) 0 0 no-repeat;
    font-size: 14px;
    font-weight: bold;
    width: 463px!important;
    width: 430px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    margin: 10px 0;
    color: #000;
}
h3 {
    font-size: 12px;
    margin: .75em 0;
    font-weight: bold;
}
h4 {
    font-size: 12px;
    margin: .75em 0;
    font-weight: bold;
}
h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
fieldset {
    border: 1px solid #000;
    padding: 10px;
}
.nowrap, .nowrap a {
    white-space: nowrap;
    color: #fe7c00;
    font-weight: bold;
    font-size: 15px;
}
#container_wrap_map {
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin: 0 auto;
}
#container_wrap_outer {
    background: url(../images/header.png) 50% 0 no-repeat!important;
    background: url(../images/header.gif) 50% 0 no-repeat;
    margin: 0 auto;
    z-index: 2;
}
#container_wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    z-index: 2;
    padding-bottom: 30px;
}
#container {
    position: relative;
    display: block;
    top: 200px;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    overflow: visible;
    padding-bottom: 50px;
}
#content_outer {
    background: url(../images/content-repeat-y2.jpg) 0 0 repeat-y;
    float: right;
    width: 720px;
    text-align: justify;
    margin: 45px 0 0 8px;
    /*height: 100%;*/
    z-index: 2;
}
#content_top {
    background: url(../images/content-top2.png) 0 0 no-repeat;
    position: absolute;
    top: 10px;
    right: 0;
    width: 720px;
    height: 400px;
    z-index: 1;
}
#content, #content_error {
    float: right;
    width: 704px;
    text-align: justify;
    margin: -35px 0 0;
    min-height: 760px;
    height: auto!important;
    height: 760px;
    z-index: 3;
    position: relative;
}
#content_error {
    background-image: url(../images/error_bg.png)!important;
    background-image: url(../images/error_bg.gif);
    background-position: 0 120px;
    background-repeat: no-repeat;
    width: 698px;
    min-height: 560px;
    height: auto!important;
    height: 560px;
    float: right;
    position: relative;
}
#content_outer_bottom {
    background: url(../images/content-bottom2.jpg) 0 100% no-repeat;
    width: 720px;
    height: 5px;
    position: relative;
    display: block;
    bottom: 0;
}
#footer_wrap {
    background: url(../images/footer.png) 0 0 no-repeat #5f5144;
    position: relative;
    display: block;
    width: 100%;
    height: 184px;
    top: 145px;
    z-index: 1;
}
#footer p {
    margin: 0;
}
.plcs_interest_top, .plcs_interest_bottom {
    position: relative;
    display: block;
    width: 698px;
    height: 5px;
    font-size: 0;
    margin: 0 20px 0 0;
    float: right;
}
.plcs_interest_top {
    background: url(../images/plc_int_top.gif) 0 0 no-repeat;
    margin-top: 10px;
}
.plcs_interest_bottom {
    background: url(../images/plc_int_bottom.gif) 0 0 no-repeat;
}
.plcs_interest_middle {
    background: url(../images/plc_int_middle.jpg) 0 0 repeat-y;
    position: relative;
    display: block;
    float: right;
    width: 658px;
    padding: 1px 20px;
    margin: 0 20px 0 0;
}
.inner_tray_top, .inner_tray_bottom {
    position: relative;
    display: block;
    width: 463px;
    height: 5px;
    font-size: 0;
    margin: 0 10px 0 0;
    float: left;
}
.inner_tray_top {
    background: url(../images/inner_tray_top.gif) 0 0 no-repeat;
    margin-top: 5px;
}
.inner_tray_bottom {
    background: url(../images/inner_tray_bottom.gif) 0 0 no-repeat;
}
.inner_tray_middle {
    background: url(../images/inner_tray_middle.gif) 0 0 repeat-y;
    position: relative;
    display: block;
    float: left;
    width: 303px;
    min-height: 295px;
    height: auto!important;
    height: 295px;
    padding: 1px 10px 1px 150px;
    margin: 0 10px 0 0;
}
#girl {
    position: absolute;
    bottom: 1px;
    left: 0;
    background: url(../images/girl.png) 0 0;
    width: 252px;
    height: 297px;
    z-index: 2;
}
.allareas_cols {
    width: 320px;
    min-height: 23px;
    height: auto!important;
    height: 23px;
    float: left;
    margin: 0;
    margin: -10px 0!ie;
    line-height: 18px;
}
.areas_middle a {
    display: block;
    width: 296px;
    min-height: 23px;
    height: auto!important;
    height: 23px;
    color: #003f7c;
    text-decoration: none;
    font-weight: normal;
    padding: 0 0 0 20px;
    margin: 0 2px;
}
.areas_middle a:hover {
    background-color: #f4eddb;
    color: #0081ff;
}
#breadcrumb {
    position: absolute;
    top: 208px;
    left: 300px;
    width: 650px;
    height: 20px;
    color: #000;
    z-index: 3;
    font-size: 10px;
    line-height: 18px;
}
#breadcrumb a {
    color: #000;
    font-weight: normal;
}
#side_outer {
    position: relative;
    float: left;
    width: 252px;
    left: 20px;
}
#nav_service_top {
    position: relative;
    float: left;
    background-color: #eee;
    border-left: 1px solid #c3b590;
    border-right: 1px solid #c3b590;
    width: 250px;
}

#nav_service_top .current {
	background: url(../images/service-hover.png) repeat-x 0 0;
	color: #039;
}


#nav_service_bottom {
    background: url(../images/service-tray-bottom.png) 0 100% no-repeat;
    position: relative;
    float: left;
    width: 252px;
    min-height: 6px;
    height: auto!important;
    height: 6px;
    font-size: 0;
    margin: -1px 0 10px;
}
.leftmenu {
    position: relative;
    width: 250px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.leftmenu li {
    padding: 0;
    line-height: 24px;
    display: block;
}
.leftmenu li.scats {
    background: url(../images/check.jpg) no-repeat 10px 7px;
    font-size: 16px;
    font-family: "Franklin Gothic Medium", "Trebuchet MS", Helvetica;
}
.leftmenu li.scats div {
    padding: 0 0 0 25px;
    padding: 0 0 0 15px!ie;
    margin-top: 2px;
}
.leftmenu li ul {
    display: block;
    background: url(../images/sep-services.jpg) no-repeat 0 0;
    min-height: 24px;
    height: auto!important;
    height: 24px;
    width: 248px;
    list-style: none;
}
.leftmenu li.scats ul li {
    list-style: none;
    font-size: 14px;
    color: #1d586e;
    font-family: "Franklin Gothic Medium", "Trebuchet MS", Helvetica;
}
.leftmenu li a {
    display: block;
    width: 200px;
    height: 24px;
    margin: 1px;
    margin: 1px 0 1px -15px!ie;
    padding: 0 10px 0 40px;
    font-size: 14px;
    color: #630;
    font-family: "Franklin Gothic Medium", "Trebuchet MS", Helvetica;
    text-decoration: none;
}
.leftmenu li a:hover, .leftmenu li.sel a {
    background: url(../images/service-hover.png) repeat-x 0 0;
    color: #039;
}
.menu {
    display: block;
    position: absolute;
    height: 37px;
    top: 146px;
    left: 22px;
    font-weight: bold;
    width:  100%;
}
.menu ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu li {
    display: inline;
    height: 45px;
}
.menu li a {
    float: left;
    background-repeat: no-repeat;
    height: 27px;
    padding: 10px 25px 0;
    margin: 0;
    text-align: center;
    color: #010101;
    text-shadow: 1px 1px 0 #fdfdfd;
    font-size: 13px;
    text-decoration: none;
    font-family: Verdana, Helvetica;
    line-height: 18px;
}
.menu li a:hover {
    color: #010101;
    text-shadow: 1px 1px 0 #fdfdfd;
}
a.first {
    background-image: url('../images/menu/menu-first-unsel.gif');
}
a.first:hover {
    background-image: url('../images/menu/menu-first-hover.gif');
}
li.selected a.first {
    background-image: url('../images/menu/menu-first-sel.gif');
}
a.mid {
    background: url('../images/menu/menu-unsel.gif');
}
a.mid:hover {
    background: url('../images/menu/menu-hover.gif');
}
li.selected a.mid {
    background: url('../images/menu/menu-sel.gif');
}
li.selected a.mid.deals,  li a.mid.deals  {
     font: bold 15px "Arial";
     color: #ad1615;
 }

a.last {
    background: url('../images/menu/menu-last-unsel.gif');
}
a.last:hover {
    background: url('../images/menu/menu-last-hover.gif');
}
li.selected a.last {
    background: url('../images/menu/menu-last-sel.gif');
}
#footer {
    display: block;
    position: relative;
    width: 1000px;
    height: 140px;
    margin: 0 auto;
    text-align: center;
}
.footer_nav {
    list-style: none;
    width: 1000px;
    height: 35px;
    margin: 0;
    padding: 50px 0 10px;
    color: #a69d82;
    font-family: Tahoma, Helvetica;
    font-size: 12px;
    text-align: center;
}
.footer_nav li {
    display: inline;
    list-style: none;
    margin: 0;
    right: 50%;
    padding: 9px 0 6px;
    padding: 3px 0 0!ie;
    line-height: 26px;
    color: #fff;
}
.footer_nav a {
    color: #fff;
    text-decoration: none;
    padding: 6px 8px;
    height: 26px;
    font-weight: normal;
}
.footer_nav a:hover {
    color: #a69d82;
    text-decoration: underline;
}
.footer_nav li.focus {
    background: url(../images/arrow_brown.gif) 50% 0 no-repeat;
    background: url(../images/arrow_brown.gif) 47% 0 no-repeat!ie;
}
.footer_nav li.focus a {
    background: url(../images/rfend.gif) 100% 0 no-repeat;
}
.footer_nav li.focus .lfend {
    background: url(../images/lfend.gif) 0 0 no-repeat;
    padding: 6px 0;
}
#fixed_footer {
    background: url("../images/fixed-foorter-grd.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 100;
    padding-top: 14px;
}
#fixed_footer_inner {
    width: 450px;
    margin: 0 auto;
}
#phone_fixed {
    background: url(../images/phone-fixed-bkg.png) no-repeat left center;
    height: 33px;
    width: 240px;
    position: relative;
    float: left;
    margin-top: 0px;
}
#phone_fixed img {
    position: absolute;
    top: 5px;
    right: 0;
}
#request-button {
    float: right;
    margin-top: -5px;
}
#request-button a {
    /*background: url(../images/request-button-fixed.png) no-repeat 0 0;*/
    width: 150px;
	height: 20px;
    display: block;
    font-size: 17px;
}
/*#request-button a:hover {
    background-position: 0 -40px;
}*/
#livechat {
    float: left;
    width: 130px;
    margin-left: 15px;
}
#social_icons {
    float: left;
    background: url(../images/facebook-bkg.png) no-repeat 0 0;
    width: 153px;
    height: 42px;
    margin-left: 15px;
    position: relative;
}
#facebook {
    position: absolute;
    top: 10px;
    left: 10px;
}
#gogole_plus {
    left: 90px;
    position: absolute;
    top: 13px;
}
#logo-wrapper {
    height: 107px;
    position: absolute;
    top: 18px;
    left: 17px;
}
#logo-left {
    background: url(../images/logo-left-bkg.png) no-repeat 0 0;
    height: 100%;
    width: 11px;
    float: left;
}
.logo-holder {
    background: url("../images/logo-holder.png") no-repeat scroll 0 0 transparent;
    height: 2px;
    position: absolute;
    top: -1px;
    width: 17px;
}
#logo-wrapper #left {
    left: 20px;
}
#logo-wrapper #right {
    right: 20px;
}
#logo-middle {
    background: url(../images/logo-middle-bkg.png) repeat-x 0 0;
    float: left;
    height: 100%}
#logo-middle a {
    color: #430000;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 19px;
    font-weight: bold;
    height: 94px;
    padding-top: 13px;
    text-decoration: none;
}
#logo-middle p {
    color: #1d1d1d;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
#logo_placename {
    height: 25px;
}
#logo-middle #brand {
    color: #960101;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    padding-top: 10px;
}
#logo-middle #brand span {
    display: block;
    float: left;
}
#logo-right {
    background: url(../images/logo-right-bkg.png) no-repeat 0 0;
    float: left;
    width: 13px;
    height: 100%}
#top_links {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 15px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
#header_phone {
    position: absolute;
    top: 45px;
    right: 15px;
    display: block;
    color: #a61d1c;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    width: 301px;
    height: 40px;
}
#heading_top {
    font-family: Tahoma, Helvetica;
    position: absolute;
    top: 40px;
    right: 39px;
    display: block;
    color: #000;
    width: 263px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


.reviews {
	border-bottom: 1px solid #ccc;
}

.rev_stars {
	position: relative;
	top: 28px;
}


#ctext, #ctext_error {
    float: left;
    margin: 25px 7px 10px 0!important;
    margin: 25px 7px 10px 0;
    width: 660px;
    position: relative;
    min-height: 600px;
    height: auto!important;
    height: 600px;
    text-align: left;
}
#ctext ul, .bar_side ul {
    list-style: none;
    padding-left: 2px;
        width: 660px;
        margin: 0 auto;
        padding: 0;
        /*overflow: auto;*/
        -moz-column-count:3; /* Firefox */
        -webkit-column-count:3; /* Safari and Chrome */
        column-count:3;
        list-style-type: none;        
}

#ctext ul li, .bar_side ul li {
    background: url(../images/bullet-1.png) 0 7px no-repeat;
    padding-left: 18px;
    width: 165px;
}
#ctext ul li p {
    margin: 0;
}
#ctext p a {
    text-decoration: none;
}
#ctext_error {
    width: 658px;
}
#ctext_error_in {
    float: right;
    width: 355px;
    font-family: "Trebuchet MS", "Franklin Gothic Medium", Helvetica;
    font-size: 20px;
    line-height: 30px;
    color: #666;
    margin: 50px 20px 0 0;
}
#cbaners {
    float: right;
    width: 231px;
    position: relative;
    margin-top: 90px;
}
ul.two_rows {
    list-style: none;
    position: relative;
    display: block;
    width: 415px;
    padding: 0 5px 0 0;
    margin: 10px 0 0 0;
}
ul.two_rows li {
    display: block;
    background: url(../images/bullet-1.jpg) 0 5px no-repeat;
    width: 175px;
    float: left;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: left;
}
.testimonials {
	background-repeat: no-repeat;
	height: 90px;
	line-height: 18px;
	font-size: 12px;
	left: 290px;
	position: absolute;
	width: 320px;
	top: 20px;
/*	background: #F5DEB3;
	opacity: 0.8;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.49);
-moz-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.49);
box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.49);*/

}

.quote-icon {
	background: url(../images/quote-icon.png) 0 0 no-repeat;
height: 40px;
width: 50px;
display: block;
float: left;
}

.testimonials ul li{
	list-style-type: none;
	background: none !important;
}


.ad_board {
    margin: 8px 0 0;
    width: 207px;
}
.ad_board_title, .ad_board_title_clean {
    background: #e5e5e5 url(../images/ico_news.gif) 164px 2px no-repeat;
    width: 197px;
    height: 37px;
    font-family: "Times New Roman", Times, Helvetica, serif;
    font-size: 18px;
    line-height: 35px;
    padding: 0 0 0 10px;
}
.ad_board_title_clean {
    background: #e5e5e5 none;
}
.news_item {
    color: #0070ff;
    padding: 5px 5px 5px 10px;
    text-align: left;
    line-height: 1.2em;
}
.news_item a {
    color: #0081ff;
}
.news_item p {
    margin: 5px 0;
}
.ad_board .scrollable {
    position: relative;
    overflow: hidden;
    height: 155px;
    width: 197px;
}
.scrollable .items {
    position: absolute;
    height: 20000em;
}
#chained .items div {
    height: 155px;
    float: left;
    overflow: hidden;
}
.navi {
    width: 195px;
    margin: 5px;
}
.navi a {
    width: 13px;
    height: 13px;
    float: left;
    margin: 3px;
    background: url(../images/navigator.jpg) 0 0 no-repeat;
    display: block;
    font-size: 1px;
}
.navi a:hover {
    background-position: 0 -13px;
}
.navi a.active {
    background-position: 0 -13px;
}
.separator {
    background: url(../images/sep.png) 0 0 no-repeat;
    width: 176px;
    height: 1px;
    margin: 10px auto;
}
.assoc_img {
    display: block;
    margin: 0 auto;
}
.testimonials_h {
    height: 32px;
    width: 190px;
    font-family: "Times New Roman", Helvetica;
    font-size: 18px;
    font-style: italic;
    margin: 0 5px 0px 9px;
    top: 8px;
    line-height: 32px;
    position: relative;
    text-align: left;
}
.testimonials_body {
   width: 265px;
height: 38px;
padding: 0 55px;
overflow: hidden;
margin-top: 6px;
}
.testimonials_body_ext {
    width: 200px;
    height: 135px;
    padding: 5px 10px 5px;
    overflow: hidden;
}
.testimonials_f {
    font-family: "Times New Roman", Helvetica;
    font-size: 12px;
    font-style: italic;
    padding: 0 10px;
}
#map_canvas {
    width: 248px;
    height: 219px;
    margin: 2px auto;
}
#map_frame {
    width: 252px;
    height: 223px;
    position: relative;
    float: left;
    margin-bottom: 10px;
    background: url(../images/frame_map.png) 0 0 no-repeat;
}
.bar_side_top {
    background: url(../images/bar_side_top.png) 0 100% no-repeat;
    float: left;
    width: 252px;
    height: 6px;
    font-size: 0;
}
.bar_side_bottom {
    background: url(../images/bar_side_bottom.png) 0 100% no-repeat;
    float: left;
    width: 252px;
    height: 5px;
    margin: 0 0 10px 0;
    font-size: 0;
}
.bar_side {
   /* background: url(../images/bar_side_middle.png) 0 100% repeat-y!important;
    background: url(../images/bar_side_middle.gif) 0 100% repeat-y;*/
    /*background: #fff;*/
    display: block;
    float: left;
    width: 238px;
    margin: 0;
    text-align: center;
    padding: 3px 7px;
    border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
.bar_side a {
    font-weight: normal;
}
#lscontact {
    background: url(../images/lscontact_strip.jpg) 0 0 repeat-y;
    width: 218px;
    margin: 0 auto;
    line-height: 1.4em;
    color: #233049;
    font-size: 14px;
    padding: 2px 8px 2px 10px;
    text-align: left;
}
#lscontact_top, #lscontact_bottom {
    width: 236px;
    height: 6px;
    margin: 0 auto;
    font-size: 0;
}
#lscontact_top {
    background: url(../images/lscontact_top.jpg) 0 0 no-repeat;
}
#lscontact_bottom {
    background: url(../images/lscontact_bottom.jpg) 0 0 no-repeat;
}
#lscontact p {
    margin: 5px 0;
    padding: 0;
}
a.btn_lscontact {
    background: url(../images/btn_lscontact.jpg) 0 0 no-repeat;
    display: block;
    width: 210px;
    height: 31px;
    font-family: "Franklin Gothic Medium", "Trebuchet MS", Helvetica;
    font-size: 13px;
    color: #552800;
    text-shadow: -1px -1px 0 #f6c990;
    text-decoration: none;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.5px;
}
#copyright {
    height: 30px;
    width: 1000px;
    margin: 0;
    text-align: center;
    color: #aea9a3;
}
#copyright a {
    color: #aea9a3;
}
div.input_contact_field {
    background: url(../images/input_contact.jpg) 0 0 no-repeat;
    width: 280px;
    height: 32px;
    margin: 10px 119px;
}
div.input_contact_field input {
    width: 266px;
    height: 22px;
    margin: 5px;
}
div.input_contact_label {
  width: 100px;
height: 32px;
text-align: left;
line-height: 32px;
font-size: 12px;
margin-left: 60px;
}
div.input_security_field {
   /* background: url(../images/input_code.jpg) 0 0 no-repeat;*/
    width: 205px;
    height: 29px;
    margin: 5px auto 0;
}
div.input_security_field input {
    background-color: #eee;
    width: 195px;
    height: 19px;
    margin: 5px;
    color: #35302a;
}
.input_field {
    background: url(../images/input_field.png) 0 0 no-repeat;
    width: 201px;
    height: 25px;
    margin: 2px auto 0;
}
.input_field input {
    background-color: #fff;
    width: 190px;
    height: 17px;
    margin: 5px;
    color: #35302a;
}
#security_code_tray {
    /*background: url(../images/input_security.jpg) 0 0 no-repeat;*/
    width: 155px;
    height: 32px;
    margin: 0 auto;
    padding: 3px 0;
    background: #EEE;
    border: 1px solid #DADADA;
}
div.textarea_contact_field {
    background: url(../images/text_contact.jpg) 0 0 no-repeat;
    width: 280px;
    height: 112px;
    margin:  5px 120px 10px;
}
div.contact_tray {
    margin: 10px 0 10px 110px!important;
    margin: 10px 0 10px 300px!ie;
    float: left;
    width: 225px;
    height: 112px;
}
div.textarea_contact_field textarea {
    width: 266px;
    height: 100px;
    margin: 5px;
}
.cf_top {
    display: block;
    background: url(../images/cf_top.jpg) 0 0 no-repeat;
    width: 225px;
    height: 5px;
    margin: 5px 0 0;
    font-size: 0;
}
.cf_bottom {
    display: block;
    background: url(../images/cf_bottom.jpg) 0 0 no-repeat;
    width: 225px;
    height: 5px;
    margin: 0;
}
.cf_middle {
    display: block;
    background: url(../images/cf_middle.jpg) 0 0 repeat-y;
    width: 225px;
    margin: 0;
}
.cf_image {
    display: block;
    width: 225px;
    margin: 30px auto;
}
.vert_align_h1 {
    position: relative!ie;
    position: absolute;
    left: 0;
    top: 50%!ie;
}
.vert_align_in_h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 505px!important;
    width: 430px;
    height: 50px;
    height: auto!ie;
    position: relative;
    top: 0;
    top: -50%!ie;
}
.vert_align_out_h1 {
    width: 505px!important;
    width: 430px;
    height: 50px;
    position: relative;
}

#bookcleaner {
	float: right;
    margin: -45px 82px 0px 0px;
}

#header_phone a {
	text-decoration: none;
}

/*#bookcleaner a, #bookcleaner1 a {
    display: block;
    background: url(../images/btn_book_a_cleaner.png) 0 0 no-repeat;
    height: 67px;
    width: 230px;
    text-indent: -1000px;
    overflow: hidden;    
    cursor: pointer;
}
#bookcleaner a:hover {
    background: url(../images/btn_book_a_cleaner.png) 0 -67px no-repeat;
}*/
ul.ulareas li {
    float: left;
    list-style-type: none;
    margin: 1px 2px;
    width: 130px;
}
#table_price {
    width: 100%;
    text-align: center;
    font: 14px Arial, Arial, Helvetica, sans-serif;
}
#table_price th {
    width: 0;
    text-align: center;
    background: #f9be3c;
    color: #522700;
    font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
    padding: 5px 0;
}
#table_price td {
    width: 20%;
    text-align: center;
    color: #522700;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 7px 0;
    border-bottom: 2px solid #ccc;
    white-space: nowrap;
}
.options {
    color: #a78b4d;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}
.line {
    border-bottom: 2px solid #ccc;
}
.spring-offer-big {
    width: 650px;
    height: 260px;
    display: block;
    margin-top: 10px;
    background: url(../images/big-spring-banner.png) no-repeat;
    position: relative;
}
.spring-offer-big .spring-button {
    background: url(../images/spring-button.png) no-repeat;
    position: absolute;
    top: 205px;
    left: 10px;
    width: 206px;
    height: 50px;
    display: block;
}
.spring-offer-big .terms {
    color: #5b3300;
    position: absolute;
    top: 210px;
    left: 240px;
}
#call-now {
    position: absolute;
    top: 25px;
    right: 30px;
    background: url(../images/call-now.png) no-repeat;
    width: 303px;
    height: 18px;
}
#offer {
    border: 0;
}
#offer table {
    font-family: Tahoma, Geneva, Helvetica, sans-serif;
    margin-bottom: 20px;
    border: 1px solid;
    border-color: #b9dcfc;
    width: 440px;
}
#offer td {
    text-align: center;
    font-size: 14px;
}
#offer .align_left {
    text-align: left;
}
#offer th {
    background-color: #b9dcfc;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

/* stylish-select.css */

.stylish-select ul.newList {
    left: -9999px;
}
ul.newList * {
    margin: 0;
    padding: 0;
}
ul.newList a {
    color: #001e3c;
    text-decoration: none;
    display: block;
}
.ContactSelect {
    margin: 0 auto;
    width: 225px;
}
ul.newList {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    width: 252px;
    background: #fff;
    position: absolute;
    border: 1px solid #ccc;
    top: 36px;
    left: 0;
    overflow: auto;
    z-index: 10;
}
.ContactSelect ul.newList {
    width: 225px;
}
.newListSelected {
    width: 257px;
    color: #000;
    height: 32px;
    padding: 8px 0 2px 6px;
    float: left;
}
.ContactSelect .newListSelected {
    width: 275px;
    height: 30px;
    color: #000;
    background: url(../images/select_contact.jpg) no-repeat;
    margin-bottom: -2px;
}
.newListSelected span {
    color: #000;
    width: 260px;
    display: block;
}
ul.newList li, ul.newList li a {
    padding: 3px 8px;
    display: block;
}
ul.newList li a:focus {
    -moz-outline-style: none;
}
.selectedTxt {
    width: 230px;
    overflow: hidden;
    height: 26px;
    padding: 0 23px 0 0;
}
.ContactSelect .selectedTxt {
    width: 255px;
    padding: 0 45px 0 0;
    height: 21px;
    line-height: 14px;
}
.hiLite {
    background: #650101!important;
    color: #fff!important;
}
.hiLite a {
    background: #650101!important;
    color: #fff!important;
}
.ContactSelect .hiLite {
    background: #4096ee!important;
    color: #fff!important;
}
.ContactSelect .hiLite a {
    background: #4096ee!important;
    color: #fff!important;
}
.newListHover {
    background: #ccc!important;
    color: #000!important;
    cursor: default;
}
.newListSelHover, .newListSelFocus {
    background-position: 0 -22px;
    cursor: default;
}
.newListOptionTitle {
    font-weight: bold;
}
.newListOptionTitle ul {
    margin: 3px 0 0;
}
.newListOptionTitle li {
    font-weight: normal;
    border-left: 1px solid #ccc;
}

/**  highslide.css **/
.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-container table {
    background: 0;
}
.highslide {
    outline: 0;
    text-decoration: none;
}
.highslide:hover img {
    border-color: gray;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
    border-color: black;
    visibility: visible;
    cursor: default;
}
.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white;
}
.highslide-wrapper, .highslide-outline {
    background: white;
}
.glossy-dark {
    background: #111;
}
.highslide-number {
    font-weight: bold;
    color: gray;
    font-size: .9em;
}
.highslide-caption {
    display: none;
    font-size: 1em;
    padding: 5px;
}
.highslide-heading {
    display: none;
    font-weight: bold;
    margin: .4em;
}
.highslide-dimming {
    background: black;
}
a.highslide-full-expand {
    background: url(graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits, a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-move, .highslide-move * {
    cursor: move;
}
.highslide-viewport {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: 0;
    left: 0;
    top: 0;
}
.highslide-overlay {
    display: none;
}
.hidden-container {
    display: none;
}
.closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(graphics/close.png);
}
.highslide-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.highslide-gallery ul li {
    display: block;
    position: relative;
    float: left;
    width: 106px;
    height: 106px;
    border: 1px solid silver;
    background: #ededed;
    margin: 2px;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}
.highslide-gallery ul a {
    position: absolute;
    top: 50%;
    left: 50%}
.highslide-gallery ul img {
    position: relative;
    top: -50%;
    left: -50%}
html>/**/body .highslide-gallery ul li {
    display: table;
    text-align: center;
}
html>/**/body .highslide-gallery ul li {
    text-align: center;
}
html>/**/body .highslide-gallery ul a {
    position: static;
    display: table-cell;
    vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
    position: static;
}
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
    margin: 20px 15px 10px 0;
}
.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
    margin: 0;
    list-style: none;
}
.highslide-controls a {
    background-image: url(graphics/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: 0;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a.disabled span {
    cursor: default;
}
.highslide-controls a span {
    display: none;
    cursor: pointer;
}
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px!important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px!important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px!important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px!important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}
.highslide-maincontent {
    display: none;
}
.highslide-html {
    background-color: white;
}
.highslide-html-content {
    display: none;
    width: 400px;
    padding: 0 5px 5px 5px;
}
.highslide-header {
    padding-bottom: 5px;
}
.highslide-header ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.highslide-header ul li {
    display: inline;
    padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
    display: none;
}
.highslide-header a {
    font-weight: bold;
    color: gray;
    text-transform: uppercase;
    text-decoration: none;
}
.highslide-header a:hover {
    color: black;
}
.highslide-header .highslide-move a {
    cursor: move;
}
.highslide-footer {
    height: 16px;
}
.highslide-footer .highslide-resize {
    display: block;
    float: right;
    margin-top: 5px;
    height: 11px;
    width: 11px;
    background: url(graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
    display: none;
}
.highslide-resize {
    cursor: nw-resize;
}
.draggable-header .highslide-header {
    height: 18px;
    border-bottom: 1px solid #ddd;
}
.draggable-header .highslide-heading {
    position: absolute;
    margin: 2px .4em;
}
.draggable-header .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
    display: none;
}
.draggable-header .highslide-header .highslide-close {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
    background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
    display: none;
}
.draggable-header .highslide-maincontent {
    padding-top: 1em;
}
.titlebar .highslide-header {
    height: 18px;
    border-bottom: 1px solid #ddd;
}
.titlebar .highslide-heading {
    position: absolute;
    width: 90%;
    margin: 1px 0 1px 5px;
    color: #666;
}
.titlebar .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
    display: none;
}
.titlebar .highslide-header li {
    position: relative;
    top: 3px;
    z-index: 2;
    padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
    padding-top: 1em;
}
.no-footer .highslide-footer {
    display: none;
}
.wide-border {
    background: white;
}
.wide-border .highslide-image {
    border-width: 10px;
}
.wide-border .highslide-caption {
    padding: 0 10px 10px 10px;
}
.borderless .highslide-image {
    border: 0;
}
.borderless .highslide-caption {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background: silver;
}
.outer-glow {
    background: #444;
}
.outer-glow .highslide-image {
    border: 5px solid #444;
}
.outer-glow .highslide-caption {
    border: 5px solid #444;
    border-top: 0;
    padding: 5px;
    background-color: gray;
}
.colored-border {
    background: white;
}
.colored-border .highslide-image {
    border: 2px solid green;
}
.colored-border .highslide-caption {
    border: 2px solid green;
    border-top: 0;
}
.dark {
    background: #111;
}
.dark .highslide-image {
    border-color: black black #202020 black;
    background: gray;
}
.dark .highslide-caption {
    color: white;
    background: #111;
}
.dark .highslide-controls, .dark .highslide-controls ul, .dark .highslide-controls a {
    background-image: url(graphics/controlbar-black-border.gif);
}
.floating-caption .highslide-caption {
    position: absolute;
    padding: 1em 0 0 0;
    background: 0;
    color: white;
    border: 0;
    font-weight: bold;
}
.controls-in-heading .highslide-heading {
    color: gray;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    cursor: default;
    padding: 0 0 0 22px;
    margin: 0;
    background: url(graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
    width: 105px;
    height: 20px;
    position: relative;
    margin: 0;
    top: -23px;
    left: 7px;
    background: 0;
}
.controls-in-heading .highslide-controls ul {
    position: static;
    height: 20px;
    background: 0;
}
.controls-in-heading .highslide-controls li {
    padding: 0;
}
.controls-in-heading .highslide-controls a {
    background-image: url(graphics/controlbar-white-small.gif);
    height: 20px;
    width: 20px;
}
.controls-in-heading .highslide-controls .highslide-move {
    display: none;
}
.controls-in-heading .highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
    background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
    background-position: 0 -40px!important;
}
.controls-in-heading .highslide-controls .highslide-play a {
    background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
    background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
    background-position: -20px -40px!important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
    background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
    background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
    background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
    background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
    background-position: -60px -40px!important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
    background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
    background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
    background-position: -100px -40px!important;
}
.controls-in-heading .highslide-controls .highslide-close a {
    background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
    background-position: -120px -20px;
}
.text-controls .highslide-controls {
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
    background: 0;
}
.text-controls ul {
    position: static;
    background: 0;
    height: auto;
    left: 0;
}
.text-controls .highslide-move {
    display: none;
}
.text-controls li {
    background-image: url(graphics/controlbar-text-buttons.png);
    background-position: right top!important;
    padding: 0;
    margin-left: 15px;
    display: block;
    width: auto;
}
.text-controls a {
    background: url(graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top!important;
    position: relative;
    left: -10px;
    display: block;
    width: auto;
    height: auto;
    text-decoration: none!important;
}
.text-controls a span {
    background: url(graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
    display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
    padding: 1px 0 1px 18px;
    color: #333;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.text-controls .highslide-next {
    margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
    min-width: 0;
    margin: 1px 0;
    padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
    min-width: 0;
}
.text-controls a:hover span {
    color: black;
}
.text-controls a.disabled span {
    color: #999;
}
.text-controls .highslide-previous span {
    background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
    background-position: left top!important;
}
.text-controls .highslide-previous a.disabled span {
    background-position: 0 -140px;
}
.text-controls .highslide-play span {
    background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
    background-position: left top!important;
}
.text-controls .highslide-play a.disabled span {
    background-position: 0 -160px;
}
.text-controls .highslide-pause span {
    background-position: 0 -80px;
}
.text-controls .highslide-next span {
    background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
    background-position: left top!important;
}
.text-controls .highslide-next a.disabled span {
    background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
    background: 0;
}
.text-controls .highslide-full-expand a.disabled {
    background-position: left top!important;
}
.text-controls .highslide-close span {
    background-position: 0 -120px;
}
.highslide-thumbstrip {
    height: 100%;
    direction: ltr;
}
.highslide-thumbstrip div {
    overflow: hidden;
}
.highslide-thumbstrip table {
    position: relative;
    padding: 0;
    border-collapse: collapse;
}
.highslide-thumbstrip td {
    padding: 1px;
}
.highslide-thumbstrip a {
    outline: 0;
}
.highslide-thumbstrip img {
    display: block;
    border: 1px solid gray;
    margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
    visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
}
.highslide-thumbstrip-horizontal div {
    width: auto;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(graphics/scrollarrows.png) left center no-repeat;
    height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(graphics/scrollarrows.png) center right no-repeat;
    height: 42px;
}
.highslide-thumbstrip-horizontal table {
    margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
    margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
    width: auto;
    height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
    top: 47px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    border-bottom-color: white!important;
}
.highslide-thumbstrip-vertical-overlay {
    overflow: hidden!important;
}
.highslide-thumbstrip-vertical div {
    height: 100%}
.highslide-thumbstrip-vertical a {
    display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
    margin-left: 10px;
    cursor: pointer;
    background: url(graphics/scrollarrows.png) top center no-repeat;
    height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
    margin-left: 10px;
    cursor: pointer;
    background: url(graphics/scrollarrows.png) bottom center no-repeat;
    height: 25px;
}
.highslide-thumbstrip-vertical table {
    margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
    width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
    left: 0;
    margin-top: 8px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
    border-left-color: white;
}
.highslide-viewport .highslide-thumbstrip-float {
    overflow: auto;
}
.highslide-thumbstrip-float ul {
    margin: 2px 0;
    padding: 0;
}
.highslide-thumbstrip-float li {
    display: block;
    height: 60px;
    margin: 0 2px;
    list-style: none;
    float: left;
}
.highslide-thumbstrip-float img {
    display: inline;
    border-color: silver;
    max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
    border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
    display: none;
}
.highslide-thumbstrip-float .highslide-marker {
    display: none;
}

.ad_bottom_board  {
    
	display:  inline-block;
    
	position:  relative;
    

    
	left:  40px;
    height: 200px;
      bottom: -175px;
    
}

.ad_bottom_board img  {
    	
	float:  left;
    
	width:  135px;
    
	text-align:  center;
    
}


#special_offer_home  {
    
	display:  block;
    
	height:  244px;
    
	width:  441px;
    
	background:  url('../images/offer.jpg') 0 0;
    
	margin-top:  10px !important;
    
}

#special_offer_home: hover  {
    
background:  url('../images/offer.jpg') 0 -244px no-repeat;
    
}

.testimonials .color_orange  {
    padding-left:  10px;
    margin-top: -16px;
}


#carousel-review .item  {    
	background:  white;    
}


/*FORM*/

#c_security_code {
width: 200px;
margin-right: 73px;
float: right;
}

#c_security_img {
margin-top: 10px;
margin-left: 33px;
width: 160px;
}

.book_button {	
	background: url(../images/btn_book_a_cleaner.png) 0 0 no-repeat;	
	width: 230px;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	margin-top: 25px;
	height: 52px;
	color: rgba(255, 140, 0, 0);
}

.book_button:hover {
	background: url(../images/btn_book_a_cleaner.png) 0 -67px no-repeat;
	color: rgba(255, 140, 0, 0);
}


/* Basic Grey */
.basic-grey {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('../images/down-arrow.png') no-repeat right;
    background: #FFF url('../images/down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 72%;
    height: 35px;
    line-height: 25px;

}
.basic-grey textarea{
    height:100px;
}
/*.basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #CF7A7A
}*/
#idErrorC  {
	color: #F00;
padding-top: 13px;
text-align: center;

}

.form_button {
	padding-top: 20px;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 24px;
    border: 1px solid #8f1010;
    border-radius: 8px;
    background: #f02424;
    background: -webkit-gradient(linear, left top, left bottom, from(#f02424), to(#c20a0a));
    background: -moz-linear-gradient(top, #f02424, #c20a0a);
    background: linear-gradient(to bottom, #f02424, #c20a0a);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
    width:200px;
}
.button:hover,
.button:focus {
    border: 1px solid #e51a1a;
    background: #ff2b2b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff2b2b), to(#e90c0c));
    background: -moz-linear-gradient(top, #ff2b2b, #e90c0c);
    background: linear-gradient(to bottom, #ff2b2b, #e90c0c);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #901616;
    background: -webkit-gradient(linear, left top, left bottom, from(#901616), to(#c20a0a));
    background: -moz-linear-gradient(top, #901616, #c20a0a);
    background: linear-gradient(to bottom, #901616, #c20a0a);
}