/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 12px; }

h1{ font-size: 18px; padding-bottom: 2px;}

h1, h2, h3, h4, h5, h6{
    color: #b59b7a;
}

h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 13px; }
h5{ font-size: 12px; }
h6{ font-size: 11px; }
h4,h5,h6{ padding: 0px; margin: 0px; }

h1{
    background: url(/images/content_header_bg.png) repeat-y top left;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 10px;
}

body{
    background-color: #000000;

    text-align: center;
    margin: 0px;
    padding: 000;
    color: #ffffff;
}

#pageContainer{
    position: relative;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */

#headerContainer{
    text-align: center;
    border-bottom: 1px solid #3e3e3e;
}

#header{
    position: relative;
    z-index: 10000;
    background: url(/images/header.jpg) no-repeat top left;
    z-index: 10000;
    margin: 0px auto;
    width: 980px;
    height: 161px;
}

#headerHanger{
    position: absolute;
    top: 161px;
    left: 410px;
    background: url(/images/header_hanger.png) no-repeat top left;

    width: 160px;
    height: 18px;
}

#logoLink{
    position: absolute;
    z-index: 1000;
    left: 377px;
    top: 43px;
    display: block;
    text-decoration: none;
}
#logoLink img{
    border: 0px solid #f00;
}
#logoLink, #logoLink img{
    width: 228px;
    height: 114px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */
#floatHack{
    height: 1px;
    clear: both;
}

#tmenu_container_1, #tmenu_container_2{
    position: absolute;
    z-index: 20000;
    bottom: 0px;
    width: 380px;
    height: 42px;
}
#tmenu_container_1{ left: 0px; }
#tmenu_container_2{ right: 0px; }



.tmenu{
    margin: 0px auto 0px auto;
    height: 40px;
    width: auto;
}
.tmenu td{
    padding: 0px;
    height: 40px;
    vertical-align: middle;
}
.tmenu td div{
    position: relative;
}
.tmenu td a{
    display: block;
    padding: 0px 12px 0px 12px;
    white-space: nowrap;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    border-left: 1px solid #484848;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tmenu td a:hover{
    text-decoration: underline;
    color: #ccb798;
}

.tmenu td a.ta_first{
    border-left: 0px solid #000000;
}


 /* DROP DOWN MENU */
.tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 30px;
    left: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 180px;
    opacity: .85;
    overflow: hidden;
    background: #000000 url(/images/content_bg.jpg) repeat-x 0px -100px;
}

.tmenu td ul li{
    list-style: none;
    display: block;
    margin: 0px;
}

.tmenu td ul li a{
    display: block;
    cursor: pointer;
    padding: 6px 5px 6px 5px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;

    color: #ffffff;
    border: 1px solid #d8d6ca;
    border-top: 0px solid #000000;
    background-color: #000000;
    opacity: .7;
}

.tmenu td ul li a.first{
    border-top: 1px solid #d8d6ca;
}

.tmenu td ul li a:hover{
    background-color: transparent;
    opacity: 1;
    color: #dacbb6;
    border-color: #b59b7a;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */


/* COLUMN MAIN */

#contentOuter{
    background: url(/images/page_bg.jpg) repeat-y center center;
    text-align: center;
}

#contentContainer{
    position: relative;
    left: -1px;
    background: url(/images/content_bg.jpg) repeat-x top left;
    border: 1px solid #000000;
    margin: 0px auto;
    width: 978px;
    text-align: left;
}

#contentTable{
    height: auto;
    margin: 0px auto;
}

#columnLeft{
    padding-left: 8px;
    width: 235px;

    text-align: left;
}

#columnMain{ padding: 0px 8px; }

#callFauxPaul{
    padding: 4px 13px;
    text-align: right;
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#callFauxPaul a{
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
#callFauxPaul a strong{
    font-size: 13px;
}

#content{
    height: auto;
    min-height: 500px;

    padding: 4px 13px 16px 13px;

    color: #ffffff;
}
#contentText{}

#footerContainer{
    border-top: 1px solid #373737;
    text-align: center;
    padding-bottom: 32px;
}

#footer{
    position: relative;
    margin: 0px auto 0px auto;
    padding-top: 20px;
    width: 980px;
}

#footerHanger{
    position: absolute;
    top: -1px;
    left: 410px;
    background: url(/images/footer_hanger.jpg) no-repeat top left;

    width: 159px;
    height: 18px;
}

#copyright{
    float: left;
    text-align: left;
    height: auto;
    margin-top: 0px;
    color: #656565;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a{ color: #656565; font-weight: normal; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;}
#footer a:hover{ color: #ffffff; text-decoration: none; }

#bbb_systems{ float: right; text-align: right; margin-top: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; }

#bottommenu{
    margin: 0px auto;
    width: 500px;
    text-align: center;
    color: #a1a1a1;
}
#bottommenu a{
    color: #a1a1a1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bottommenu a:hover{
    color: #ffffff;
    text-decoration: underline;
}

.faux_block{
    position: relative;
    margin: 3px;
    background-color: #000000;
}
.faux_inner{
    position: relative;
    z-index: 1000;
    padding: 8px;
    min-height: 24px;
}

.faux_background{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 800;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: #000000 url(/images/faux_block_bg.jpg) repeat-x top left;
}
.faux_border_0, .faux_border_1{
    position: absolute;
    z-index: 500;
    border: 1px solid #575757;
    background-color: transparent;
    height: 100%;
    width: 100%;
}

.faux_border_0{
    top: -1px;
    left: -3px;
    padding: 1px 3px;
}
.faux_border_1{
    top: -3px;
    left: -1px;
    padding: 3px 1px;
}

.faux_block div, .faux_block span, .faux_block h1, .faux_block h2, .faux_block h3{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
.faux_block h1, .faux_block h2, .faux_block h3{
    background-image: none;
    border-bottom: 1px solid #575757;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 3px 0px;
}

/* Image galleries */
#home_img_gallery table{ width: 100%; }
#home_img_gallery table td{ vertical-align: middle; }
#home_img_gallery_left, #home_img_gallery_right{ width: 74px; }
#home_img_gallery_left, #home_img_gallery_right, #home_img_gallery_middle{ text-align: center; }

#home_img_gallery_left div, #home_img_gallery_right div{
    margin: 10px 0px;
    padding: 0px;
    cursor: pointer;
    opacity: .7;
    border: 1px solid #575757;
    height: 52px;
    width: 74px;
    text-align: center;
}

#home_img_gallery_left div.over, #home_img_gallery_right div.over, #home_img_gallery_left div.cur, #home_img_gallery_right div.cur{
    opacity: 1;
    border: 1px solid #a46c31;
}

/* Portfolio Gallery */

#portfolio_gallery_table{ width: 100%; }
#portfolio_left, #portfolio_right{ vertical-align: top; }
#portfolio_left{ width: 248px; text-align: center; }
#portfolio_left .faux_block{ width: 248px; margin: 0px auto; text-align: center; }
#portfolio_right{ text-align: center; }

#img_gallery_tbl{ width: 100%; margin: 0px auto; }
#img_gallery_tbl td{ width: 50%; text-align: center; }

#img_gallery_tbl div{
    margin: 6px 4px;
    padding: 0px;
    cursor: pointer;
    opacity: .8;
    border: 1px solid #575757;
    height: 52px;
    width: 67px;
    text-align: center;
}
#img_gallery_tbl div img{
    margin: 0px;
    padding: 0px;
}

#img_gallery_tbl div.over, #img_gallery_tbl div.cur{
    opacity: 1;
    border: 1px solid #a46c31;
}

#gallery_img_main{
    border: 1px solid #000000;
}

#gallery_back_link{
    padding-top: 12px;
}

.g_gal_img_desc{
    display: none; /* Get's displayed as the images rotate */
}

#portfolio_img_main_container{
    position: relative;
}

#gallery_description{
    position: absolute;
    bottom: 16px;
    left: 25%;

    width: 50%;
    min-height: 64px;

    font-size: 11px;
    font-family: Courier New, Courier, Georgia, Times New Roman, serif;
    padding: 16px 8px 8px 8px;

    background: url(/images/content_header_bg.png) repeat-y top center;
    text-align: left;

    font-style: italic;
}

#gallery_x{
    position: absolute;
    top: 2px;
    right: 4px;
    font-weight: bold;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor: pointer;
}

/* Gallery List */

#home_gallery_list{
    width: 100%;
}
#home_gallery_list td{
    padding: 4px 20px 10px 24px;
    text-align: center;
}

#home_gallery_list td div{
    background-color: #171717;
    padding: 8px 4px 12px 4px;
}

#home_gallery_list td a, #homg_gallery_more_link a{
    color: #ffffff;
    text-decoration: none;
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
}
#home_gallery_list td a span{
    font-weight: normal;
}
#home_gallery_list td a:hover, #homg_gallery_more_link a:hover{
    color: #b59b7a;
}
#home_gallery_list td a img{
    border: 0px solid #ffffff;
}

#homg_gallery_more_link{
    padding: 8px 4px;
    text-align: right;
}

/* End Image galleries */

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background: url(/images/content_header_bg.png) repeat-y top left;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 4px 8px 4px 8px;
}

td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #000000;
    color: #fff;
}

.cellHeader a{ color: #FFFFFF; }
.cellHeader a:hover{ color: #F3F3F3; }

td.cell{
    color: #ffffff;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #000000;
    background-color: #251810;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    color: #ffffff;
    background-color: #63402a;
    border-bottom: 1px solid #000000;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}


/* END DATA TABLES */


/* FORM ELEMENTS */

input, select{
    background-color: #fff;
    font-weight: normal;
    color: #000;
    border: 1px solid #000;
}
.button{
    color: #d5c6af;
    font-size: 11px;
    padding: 2px 3px;

    background-color: #7d562f;
    border: 1px solid #d5c6af;
    cursor: pointer;
}
.button:hover{
    opacity: .85;
}

.buttonOver{
    color: #FFFFFF;
    background-color: #7FC9FF;
}

a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ font-weight: bold; color: #d5c6af; text-decoration: underline; }
a:hover{ color: #b59b7a; }
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; }

.clearBoth, .dispTable{
    display: table;
    clear: both;
}

/* this is why the w3 says not to name classes "large" and "small" and "red" etc... */
h1.large{
    margin: 0px;
    padding: 0px;

    font-weight: bold;
    color: #6C7077;
    font-size: 11px;
}

h1.large a{color: #49687a; font-weight: normal; font-size: 11px; }
h1.large a:hover{ color: #27485b; }

.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; margin: 6px 0px }
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; }

.dottedHR{ border-top: 1px dotted #9AAADD; padding: 5px 0px; }

.productOptH{
    margin-top: 8px;

    color: #586FA3;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;

    border-bottom: 1px solid #E2E6E9;
}



.splashImg{ text-align: center; }

/* This node is for preload work and we don't want it to be seen */
#workNode{
    display: none;
}

#preloadContainer{
    z-index: 5000;
    display: none;
    position: absolute;
    top: 220px;
    left: 300px;

    text-align: center;
    width: 418px;
    height: 76px;
    background-color: #b4cad7;
    opacity: .65;
    border: 1px solid #3f5473;
}
#preloadContent{
    margin: 0px auto;
    text-align: center;
    width: 200px;
    text-align: center;
    font-size: 20px;
    color: #000000;
}
#preloadBarOuter{
    margin: 16px auto 0px auto;
    position: relative;
    width: 200px;
    height: 16px;
    font-size: 1px;

    border: 1px solid #3f5473;
}
#preloadBarInner{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 16px;
    font-size: 1px;

    background-color: #3f5473;
}

#ieHistoryHack{
    /* display: none; */
}

/* CONTACT STYLES */
.contactTable{
    width: 50%;
    margin: 0px auto 0px auto;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    margin-right: 8px;
    padding-right: 8px;
    text-align: left;
}

.contactRight{
    text-align: left;
    width: 100%;
}

.contactNote{

}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

#ieHistoryHack{
    display: none;
}

#gTotal{
    font-weight: bold;
}

.quoteQuestion{
    color: #A01A1E;
    font-weight: bold;
    font-size: 11px;
    margin: 4px 0px;
}


/* google maps */

#google_map{
    width: 100%;
    height: 300px;
}

#mapDirectionsC{
    padding: 15px 8px 8px 8px;
    margin-bottom: 15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #EEEEEE;
    color: #000;
}

.startAddress{
    width: 350px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    border: 1px solid #000;
}
.printDirections{
    text-align: right;
}

#mapContainer{
    padding-top: 15px;
    color: #fff;
}
#map{ margin: 0px auto 0px auto; color: #000; text-align: left;  }

#hh_phone{ display: none; }