/* GLOBAL STYLES */
html, body{

}

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family:  Georgia, Constantia, "Lucida Bright", Lucida, Lucidabright, "Lucida Serif", "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", serif;
}
html,body{ font-size: 16px; }

h1, h2, h3, h4, h5, h6{
    color: #412700;
    font-weight: normal;
    font-family: "Grand Hotel", cursive;
}

::selection
{
    background-color: #4d860e;
    color:#fff;
    text-shadow: 1px 1px 1px #000;
}
::-moz-selection
{
    background-color: #4d860e;
    color:#fff;

    text-shadow: 1px 1px 1px #000;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
    text-shadow: 1px 1px 1px #fff;
}

h1{
    font-size: 40px;
    margin: 0px;
    padding: 15px 0px;
    color: #337e00;

    line-height: 1.1em;

    text-align: left;
}
h2, h3, h4, h5, h6{ font-size: 32px; }


h2.bg, h3.bg, h4.bg, h5.bg, h6.bg{ text-align: center; padding: 8px 0px; background: url(/images/h_bg.png) no-repeat center center; }


h6{ margin: 0px 0px 6px 0px; }
h4{ padding: 0px; margin: 0px; }

body{
    background: url(/images/body_repeat.jpg) repeat top left;
    width: 100%;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
#pageContainerOuter{
    background: url(/images/main_bkg_logo.jpg) no-repeat top center;
    width: 100%;
    min-width: 1000px;
    padding: 0px;
    margin: 0px;

    margin-bottom: -86px;
}

#pageContainer{
    width: 1000px;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: center;
}

/* END GLOBAL STYLES */

/* LOGO STYLES / HEADER STYLES */
#header{
    position: relative;
    z-index: 2000;
    height: 152px;
    width: 1000px;
    margin: 0px auto;
}

#header .headerLnk{
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 25000;
    display: block;

    width: 300px;
    height: 128px;

    text-decoration: none;
}

#header .headerContactLnk{
    position: absolute;
    right: 84px;
    top: 100px;
    z-index: 50;
    display: block;

    width: 196px;
    height: 50px;

    text-decoration: none;

    cursor: pointer;
}

#header .headerContactLnk span{
    position: absolute;
    display: block;

    font-family: "Grand Hotel", cursive;
    color: #000000;

    font-size: 24px;

    font-weight: 500;
    text-shadow: 0px 0px 0px #000, 0px 0px 4px #e4dad2, 0px 0px 4px #e4dad2, 0px 0px 8px #e4dad2;
}
#header .headerContactLnk span.hcl_txt{
    top: 0px;
    left: 30px;
}
#header .headerContactLnk span.hcl_pnum{
    top: 25px;
    left: 48px;
}

#pnumber{
    color: #fff;
    font-size: 13px;
    text-align: right;
    padding: 4px 16px 0px 0px;
}

/* END LOGO STYLES / HEADER STYLES */

/* MENUBAR STYLES */

#menubar{
    position: absolute;
    left: 375px;
    top: 42px;

    z-index: 2500;

    width: 550px;
    margin: 0px;

    text-align: left;

    white-space: nowrap;
}
#tmenu{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#tmenu li{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 10px 10px;
    white-space: nowrap;
    position: relative;
}

#tmenu li a{
    display: block;
    position: relative;

    text-align: center;
    text-decoration: none;
    text-transform: none;

    font-family: "Grand Hotel", cursive;
    color: #87d553;
    font-weight: normal;
    font-size: 29px;
}

#tmenu li a.ta_commercial, #tmenu li a.ta_residential, #tmenu li a.ta_custom{
    background-image: url(/images/top_menu_links.png);
    background-repeat: no-repeat;
}
#tmenu li a.ta_commercial{
    background-position: 0px 0px;
    width: 174px;
    height: 41px;
}
#tmenu li a.ta_commercial.ta_cur, #tmenu li a.ta_commercial:hover{
    background-position: 0px -41px;
}

#tmenu li a.ta_residential{
    background-position: -192px 0px;
    width: 168px;
    height: 41px;
}
#tmenu li a.ta_residential.ta_cur, #tmenu li a.ta_residential:hover{
    background-position: -192px -41px;
}

#tmenu li a.ta_custom{
    background-position: -378px 0px;
    width: 134px;
    height: 41px;
}
#tmenu li a.ta_custom.ta_cur, #tmenu li a.ta_custom:hover{
    background-position: -378px -41px;
}


#tmenu li a span{
    display: block;
    text-decoration: none;
}

#tmenu li a:hover, #tmenu li a.ta_cur{
    color: #fff;
}

 /* DROP DOWN MENU */
#tmenu li div{
    display : none;
    position: absolute;
    z-index: 25000;
    top: 36px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 276px;
    height: 338px;

    overflow: hidden;

    background: url(/images/design_pieces.png) no-repeat -300px 0px;
}

#tmenu li ul{
    list-style: none;
    padding: 20px 12px;
    margin: 0px;

    overflow: hidden;
}

#tmenu li ul li{
    position: relative;
    display: block;
    padding: 8px 10px;
    overflow: visible;
    padding: 1px;
}
#tmenu li ul li span.d_span{
    position: absolute;
    bottom: 0px;
    left: 16px;
    z-index: 5;

    width: 211px;
    height: 3px;


    background: url(/images/design_pieces.png) no-repeat -309px -525px;
}

#tmenu li ul li a{
    position: relative;
    z-index: 10;
    display: block;
    padding: 6px 5px 5px 5px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    text-decoration: none;
    color: #81705e;

    white-space: normal;

    border-right: 0px solid #98c1f0;

    min-width: 200px;
}

#tmenu li ul li a:hover, #tmenu li ul li a.ta_cur{
    background-image: none;
    text-decoration: none;
    text-transform: none;

    color: #3a8f00;

    text-shadow: 1px 1px 1px #fff;

}

#tmenu li ul .drop_spacer{ border-bottom: 0px solid #fff; }


#headmenu{
    position: absolute;
    left: 380px;
    top: 97px;

    z-index: 100;

    margin: 0px;

    text-align: left;

    white-space: nowrap;
}

#hmenu{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#hmenu li{
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px 6px;

}

#hmenu li a{
    display: block;
    padding: 1px 8px;

    text-decoration: none;

    font-family: "Grand Hotel", cursive;
    font-size: 23px;
    color: #614d38;

    text-shadow: 0px 0px 1px #e4dad2;
}

#hmenu li a.ta_cur, #hmenu li a:hover{
    color: #07601f;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* USUAL STRUCTURAL STUFF */

#columnLeft, #columnMain{ vertical-align: top; }

#columnLeft{
    position: absolute;
    left: 0px;
    top: 32px;
    z-index: 2000;
    width: 295px;
    margin: 0px;
    padding: 0px;
}

#columnMain{ margin: 0px; }

#contentContainer{
position: relative;
z-index: 1000;
padding: 0px 0px 120px 0px;
}

.c_bkg_t{
    position: relative;
    margin-top: 8px;
    background: url(/images/page_background_short_version.png) no-repeat right top;
    overflow: hidden;
}
.c_bkg_r{
    position: absolute;
    left: 0px;
    top: 1280px;

    z-index: 100;

    width: 100%;
    height: 100%;

    background: url(/images/page_background_repeat.png) repeat-y right top;
}
.c_bkg_cap{
    position: relative;
    z-index: 200;
    padding: 0px 0px 30px 0px;
    background: url(/images/page_background_end_cap.png) no-repeat right bottom;
}

#gallery_outer{
    position: relative;
    z-index: 100;
    margin-top: -50px;
}

#gallery_outer .c_bkg_t{
    background-image: none;
}
#gallery_outer .c_bkg_r{
    top: 0px;
    z-index: 50;
    opacity: .9;
    background: url(/images/gallery_repeat.png) repeat-y right top;
    background-position: right 50px;
}
#gallery_outer .c_bkg_cap{
    position: relative;
    z-index: 200;
    padding: 0px 0px 30px 0px;
    background: url(/images/gallery_bottom_cap.png) no-repeat right bottom;
}

#gallery_c{
    position: relative;
    z-index: 100;

    padding: 20px 100px;
}

#emergency_service{
    position: relative;
    z-index: 50;
    margin: -70px 30px 0px 70px;

    background: url(/images/design_pieces.png) no-repeat 0px -561px;

    width: 900px;
    height: 140px;

}
#emergency_service .es_pnum{
    position: absolute;
    top: 68px;
    left: 40px;

    font-family: "Grand Hotel", cursive;
    font-weight: normal;
    font-size: 34px;
    color: #840000;

}
#emergency_service .es_info{
    position: absolute;
    top: 70px;
    left: 500px;

    width: 350px;

    text-align: left;
    font-size: 16px;
    color: #655036;
}

#emergency_service_home{
    position: absolute;
    top: 465px;
    left: 80px;

    width: 800px;
    height: 40px;
}
#emergency_service_home .es_pnum{
    position: absolute;
    top: 0px;
    left: 0px;

    font-family: "Grand Hotel", cursive;
    font-weight: normal;
    font-size: 34px;
    color: #840000;

}
#emergency_service_home .es_info{
    position: absolute;
    top: 3px;
    left: 455px;

    width: 350px;

    text-align: left;
    font-size: 16px;
    color: #655036;
}

#content{
    position: relative;
    z-index: 500;

    margin: 0px;
    padding: 60px 60px 60px 310px;

    width: auto;
    height: auto;

    min-height: 500px;

    text-align: left;
    line-height: 1.5em;
}

.content_home{ background-color: transparent !important; padding: 0px !important; }

.content_home h5{
    font-weight: normal;
    margin: 0px;
    padding-bottom: 20px;
}

#footerContainer{
    width: 100%;
    height: 86px;
}


#footer{
    position: relative;
    z-index: 4500;
    width: 980px;
    height: 86px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;

    background: url(/images/design_pieces.png) no-repeat bottom left;
}

#f_copyright{
    position: absolute;
    left: 242px;
    top: 58px;

    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: left;
    font-size: 10px;
    padding: 0px;
    color: #fff;
}

#f_bx3{
    position: absolute;
    right: 225px;
    top: 58px;

    text-align: left;
    text-decoration: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
}
#f_bx3:hover{ color: #fff; text-decoration: underline; }

#bottommenu{
    position: absolute;
    left: 242px;
    top: 20px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#bottommenu li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    padding: 0px 5px;
}
#bottommenu li:first-child{
    padding-left: 0px;
}

#bottommenu li a{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}

#bottommenu li a:hover{
    text-decoration: underline;
    text-shadow: 1px 1px 1px rgba(255, 201, 86, .2);
}

/* END USUAL STRUCTURAL STUFF */

/* FORM ELEMENTS */

.newEmailInput{
    height: 31px;
    min-width: 179px;
}

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 15px;
    border: 1px solid #b9b9b9;
    padding: 4px;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.button{
    position: relative;

    margin-left: 12px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #000;
    padding: 4px 10px 4px 10px;

    font-family: "Grand Hotel", cursive;
    font-weight: normal;
    font-size: 24px;

    color: #71c638;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;



    background: rgb(149,149,149); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,149,149,1)), color-stop(46%,rgba(13,13,13,1)), color-stop(50%,rgba(1,1,1,1)), color-stop(53%,rgba(10,10,10,1)), color-stop(76%,rgba(78,78,78,1)), color-stop(87%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */


    -moz-box-shadow: 4px 4px 7px rgba(50, 50, 50, .8);
    -webkit-box-shadow: 4px 4px 7px rgba(50, 50, 50, .8);
    box-shadow: 4px 4px 7px rgba(50, 50, 50, .8);

}

.button:hover, .button:active{
    color: #348200;
    text-shadow: 1px 1px 0px #fff, 1px 1px 3px #fff;

    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

.button:active{
    left: 1px;
    top: 1px;

    text-shadow: 1px 1px 0px #fff;

    -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, .8);
    -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, .8);
    box-shadow: 2px 2px 3px rgba(50, 50, 50, .8);
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #006ac3; }
a:hover{ color: #1f5281; }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline;}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC;}
span.good{ font-weight: bold; }

/* replacement for hr */
hr, div.hr, div.hr2{ height: 0px; font-size: 1px; margin: 10px 0px; padding: 0px; overflow: hidden; border: 0px solid transparent; border-top: 1px solid #337e00; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }


/* GALLERY STYLES */

.gallery{
    list-style: none;
    padding: 20px 0px;
    margin: 0px;
}
.gallery li{
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    width: 33%;
    float: left;
}

.gallery li a{
    text-decoration: none;
}
.gallery li a img{
    max-width: 240px;
    border: 0px;
    margin: 0px;
}
.gallery .content_img{
    display: inline-block;
    margin: 0px auto;
}


/* END GALLERIES */

.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

.productOptH{
    margin: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #C4D0EA;
    font-weight: bold;
    font-size: 14px;
}

/* CONTACT STYLES */
.contactTable{
    width: 430px !important;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}


/* ############# POPUP CALENDAR ############# */
#d_form_cal{
    background-color: #ffffff;
}
.cpYearNavigation, .cpMonthNavigation{
    background-color: #C0C0C0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText{
    font-family: Arial;
    font-size: 8pt;
}
td.cpCurrentMonthDate, td.cpOtherMonthDate, td.cpCurrentDate{
    padding: 0px 4px !important;
}
td.cpDayColumnHeader{
    text-align: center;
    border: 1px solid #C0C0C0;
    border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{
    text-align: center;
    text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{
    color: #D0D0D0;
    text-align: center;
    text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate{
    color: #000000;
}
.cpOtherMonthDate{
    color: #808080;
}
td.cpCurrentDate{
    color: #FFFFFF;
    background-color: #C0C0C0;
    border-width: 1px;
    border: solid thin #800000;
}
td.cpCurrentDateDisabled{
    border-width: 1px;
    border: solid thin #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled{
    border: 1px solid #C0C0C0;
    border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled{ height: 20px; }
a.cpTodayText{ color: #000000; }
.cpTodayTextDisabled{ color: #D0D0D0; }
.cpBorder{ border: 1px solid #808080; }

#cal_StartDate, #cal_EndDate, #cal_RecurStartDate, #cal_RecurEndDate{
    background: transparent !important;
}
#cal_StartDate table, #cal_EndDate table, #cal_RecurStartDate table, #cal_RecurEndDate table{
    background-color: #FFF;
}

#google_map, #google_pano{
    width: 100%;
    height: 230px;
}

#google_pano{ display: none; }


#mapDirectionsC{
    padding: 8px;
    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}

.startAddress{
    width: 250px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
.printDirections{
    text-align: right;
}

#workNode{ display: none; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }

/* search results */
.searchResults{
    margin-bottom: 15px;
}
.searchResults h3{
    margin: 0px;
    padding: 0px;
}

.searchDesc{
    padding: 5px 0px;
}
.searchURL{
    color: #25a609;
}

.resultsNav{
    border-top: 1px solid #7da7e4;
    border-bottom: 1px solid #7da7e4;
    padding: 8px 0px;
    margin: 8px 0px;
}
.resultsNav a{
    font-size: 12px;
}
.jumpNav{
    float: right;
    margin-top: 15px;
}
.resultsNav .curNav{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.searchSuggestion{
    color: #25a609;
    font-style: italic;
    margin-bottom: 4px;
    font-size: 14px;
}
.searchSuggestion a{ font-weight: bold; font-size: 14px; }

/* end search results */

.cf_label div{
	border-bottom: 2px solid #ccc;
	padding: 5px 0px;
	margin: 10px 0px;
	text-transform: uppercase;
}
.cf_label h5{ padding: 0px; margin: 0px; }

.custom_multi_selects td{ padding: 4px; }


#social_tab{
    position: fixed;
    left: 0px;
    top: 30%;

    text-align: center;
    padding: 10px 0px;

    /* full width: 88px */
    width: 64px;
    height: 216px;

    /* full position -869px */
    background: url(/images/design_pieces.png) no-repeat -894px -30px;

    overflow: hidden;
}
#social_tab a{
    position: absolute;
    left: 10px;

    display: block;

    border: 0px;
    text-decoration: none;

    width: 100%;
    height: 32px;
}
#social_tab a span{
    display: block;

    width: 32px;
    height: 32px;

    background: url(/images/design_pieces.png) no-repeat 32px 32px;

    border-radius: 5px;

    -moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, .7);
    -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, .7);
    box-shadow: 1px 1px 2px rgba(50, 50, 50, .7);
}
#social_tab a:hover{
    left: 8px;
}
#social_tab a:hover span{
    -moz-box-shadow: 5px 5px 5px rgba(50, 50, 50, .7);
    -webkit-box-shadow: 5px 5px 5px rgba(50, 50, 50, .7);
    box-shadow: 5px 5px 5px rgba(50, 50, 50, .7);
}

#social_tab a#social_gg{ top: 16px; }
#social_tab a#social_fb{ top: 58px; }
#social_tab a#social_bl{ top: 100px; }
#social_tab a#social_tw{ top: 142px; }
#social_tab a#social_hz{ top: 184px; }

#social_tab a#social_gg span{ background-position: -971px -49px; }
#social_tab a#social_fb span{ background-position: -971px -91px; }
#social_tab a#social_bl span{ background-position: -971px -133px; }
#social_tab a#social_tw span{ background-position: -971px -175px; }
#social_tab a#social_hz span{ background-position: -971px -217px; }


#home_page_design{
    position: relative;
    z-index: 100;
    background: url(/images/home_page_design.png) no-repeat 0px 0px;

    width: 1000px;
    height: 1260px;

}

#sl_container{
    position: absolute;
    left: 56px;
    top: 46px;

    z-index: 0;

	/* 670 x 390 */
	width: 670px;
    height: 390px;
	padding:0px;
	margin: 0px;
	overflow: hidden;

    background: #000 url(/images/tv_static.jpg) repeat top left;
}

#sl_static{
    position: relative;
    z-index: 95;
    width: 670px;
    height: 390px;

    background: url(/images/tv_logo.png) no-repeat center center;

    opacity: .3;

}

#scan_line{
    position: absolute;
    top: 0px;
    left: 0px;

    display: none;

    z-index: 95;

    width: 100%;
    height: 10px;
    border-bottom: 1px solid #333;
}


#slides{
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container{
	width: 670px;
    height: 390px;
	overflow:hidden;
	position:relative;

    opacity: .60;
}

#slides_button{
    position: absolute;
    left: 420px;
    top: 378px;

    display: none;

    padding: 0px;
    margin: 0px;

    z-index: 2900;

    width: 250px;
    height: 72px;

    background: url(/images/design_pieces.png) no-repeat -607px -90px;
}

#slides_button a{
    display: block;
    width: 100%;
    height: 100%;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a{
	width: 670px;
    height: 390px;
	display:block;

}

.slide{
    display: none;
}

.slides_container a img{
	display: block;

	width: 670px;
    height: 390px;
}

.slides_pg{
    position: absolute;
    top: 54px;
    left: 710px;

    display: none;

    z-index: 3000;

    width: 264px;
    overflow: visible;
}

.slides_pg ul{
    list-style: none;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
}
.slides_pg li{
    list-style: none;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 60px;
}

.slides_pg li a{
    display: block;
    padding: 0px;

    height: 71px;

    overflow: hidden;

    border-top: 1px solid #a8977d;
    border-bottom: 1px solid #a8977d;

    text-decoration: none;
    text-align: left;
}
.slides_pg li a span{
    display: block;

    padding: 0px;
    margin: 0px;

    color: #000;

}

.slides_pg li a span.sl_title{
    font-size: 19px;
    padding: 4px 0px;
}

.slides_pg li a span.sl_txt{
    font-size: 15px;
    padding-bottom: 4px;
}

.slides_pg li a:hover span.sl_title, .slides_pg li.current a span.sl_title{
    color: #376703;

    text-shadow: 1px 1px 1px #fff;
}

.slides_pg li.current{
    background: url(/images/design_pieces.png) no-repeat -590px -6px;
}


#home_tabs{
    position: absolute;
    left: 19px;
    top: 546px;
    z-index: 50;

    width: 700px;
    height: 77px;

}

#home_tabs.commercial{
    background: url(/images/home_page_design.png) no-repeat 0px -1336px;
}
#home_tabs.residential{
    background: url(/images/home_page_design.png) no-repeat 0px -1259px;
}

#santa_fe_history{
    position: absolute;
    left: 665px;
    top: 1160px;

    width: 285px;
    height: 70px;
}

#home_starburst{
    position: absolute;
    left: 855px;
    top: -118px;
    z-index: 6000;

    background: url(/images/design_pieces.png) no-repeat -467px -348px;

    width: 131px;
    height: 131px;
}

/* the link that goes over the above image */
#home_tab_commercial{
    position: absolute;
    left: 20px;
    top: 546px;

    width: 281px;
    height: 66px;
}
#home_tab_residential{
    position: absolute;
    left: 303px;
    top: 546px;

    width: 292px;
    height: 66px;
}

.home_content{
    position: absolute;
    top: 640px;
    left: 40px;

    display: none;

    padding: 0px;
    margin: 0px;

    width: 610px;
    height: 596px;

    text-align: left;

}
.home_content p{
    margin: 0px;
}

.home_content.active{
    display:block;
}

.home_image{
    position: absolute;
    background: url(/images/home_picture_bg.jpg);

    border: 2px solid #efefef;

    padding: 10px;

    text-align: center;


    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, .7);
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, .7);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, .7);
}

.home_image a{
    text-decoration: none;
}

.home_image img{
    border: 0px solid #fff;
}

.home_image span{
    display: block;

    padding: 5px 0px;

    font-family: "Grand Hotel", cursive;
    font-size: 25px;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
}

.tape{
    position: absolute;
    background: url(/images/tape.png) no-repeat 0px 0px;
}


/* awesome images! */
.content_img{
    position: relative;
    background: #fff;

    display: inline-block;

    padding: 4px !important;
    margin: 4px !important;

    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, .7);
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, .7);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, .7);
}

.content_img img{
    display: block;
    border: 0px solid #fff !important;
    margin: 0px !important;
    padding: 0px !important;
}

.content_img div{
    position: absolute;

    background: url(/images/design_pieces.png) no-repeat -21px -21px;

    width: 21px;
    height: 21px;

    padding: 0px;
    margin: 0px;
}

/* 0 -> 3 starting from top left clockwise */
.content_img .cimg_0{
    left: -3px;
    top: -3px;
    background-position: -559px -490px;
}
.content_img .cimg_1{
    right: -4px;
    top: -3px;
    background-position: -582px -490px;
}
.content_img .cimg_2{
    right: -4px;
    bottom: -4px;
    background-position: -582px -512px;
}
.content_img .cimg_3{
    left: -4px;
    bottom: -4px;
    background-position: -558px -512px;
}
