/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 11px; line-height: 1.6em; }
h1{ font-size: 20px; padding: 8px 0px; margin: 8px 0px;}

h1, h2, h5, h6{
    color: #3a4f64; padding-bottom: 8px;
}

h3, h4{
    color: #537493;
}

h1{ font-size: 20px; }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 13px; }
h5{ font-size: 12px; }
h6{ font-size: 11px; }

body{
    background: url(/images/body_background.jpg) repeat top left;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

#pageContainer{
    margin: 0px auto 0px auto;
    width: 920px;
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */

#header{
    background: url(/images/header.jpg) no-repeat top left;
    position: relative;
    z-index: 10000;
    height: 255px;
    min-height: 255px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */
#mbcontain{
    background: #020304 url(/images/menubar_repeat.jpg) repeat-x top left;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}
#menubar{
    background: url(/images/menubar_spacer.jpg) no-repeat center left;
    text-align: left;
    height: 26px;
}

#tmenu{
    margin: 0px 0px 0px 27px;
    padding: 0px;
    white-space: nowrap;
    width: auto;
    height: 26px;
}

#tmenu td{
    background: url(/images/menubar_spacer.jpg) no-repeat center right;
    margin: 0px;
    padding: 0px 27px 0px 0px;
    height: 26px;
}

#tmenu td a{
    display: block;

    padding: 2px 8px;
    margin: 0px;

    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

#tmenu td a#ta_0{
    background-image: none;
    border-left: 0px solid #000000;
}

#tmenu td a:hover{
    /* background-color: #E8A7D2; */
    color: #e5e8b6;
    text-decoration: underline;
}
#tmenu td .ta_cur{
    color: #e5e8b6;
}

 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .85;
    overflow: hidden;
}

#tmenu td ul li{
    display: block;
    margin: 0px;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;

    border: 0px solid #edc25c;
    border-top: 0px solid #FFF;

    background-color: #3d4f67;
    color: #ffffff;

    min-width: 180px;
}

#tmenu td ul li a:hover{
    background-color: #121921;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */



/* LEFT MENU STYLES */

#dleftmenu{
    position: absolute;
    z-index: 10000;
    width: 214px;
    height: auto;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#dleftmenu li{
    position: relative;
    float: left;

    list-style: none;
    margin: 0px 0px 1px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    min-height: 18px;
}

#dleftmenu li a{
    display: block;

    background-color: #53669A;

    padding: 2px 4px 2px 4px;
    margin: 0px 0px 0px 0px;

    height: auto;
    min-height: 14px;

    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: .04em;


    white-space: normal;

    opacity: .85;
}

#dleftmenu li a:hover{
    background-color: #E8A7D2;
    color: #53669A;
}


/* DROP DOWN MENU */
#dleftmenu li ul{
    position: absolute;
    top: 0px;
    left: 212px;
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: auto;

    overflow: hidden;
}


#dleftmenu li ul li{
    float: left;
    background: none;
    margin: 0px;
}

#dleftmenu li ul li a{
    display: block;
    padding-left: 18px;
    margin: 0px;

    width: auto;
    min-width: 250px;

    white-space: nowrap;
    background-image: none;

    color: #FFFFFF;

    border-bottom: 1px solid #FFFFFF;
}


 /* END DROP DOWN MENU */

/* END LEFT MENU STYLES */

/* COLUMN MAIN */
#headerContainer{position: relative;}

#contentContainer{}

#columnMain{
    width: 640px;
    vertical-align: top;
}

#content{
    position: relative;
    background-repeat: no-repeat;
    background-position: top right;
    color: #000000;
    padding: 12px;
    height: auto;
    min-height: 414px;
}

#columnRight{
    padding: 12px;
    text-align: left;
    vertical-align: top;
    text-align: center;
}


#copyright{
    padding: 2px 4px 4px 4px;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;

    background-color: #425166;

    color: #bbb180;
}

#copyright #copyString{
    float: left;
    margin-top: 3px;
}

#copyright #bbb a{
    float: right;
    margin-top: 3px;
    color: #bbb180;
    text-decoration: none;
}
#copyright #bbb a:hover{
    color: #bbb180;
    text-decoration: underline;
}

#copyright div{ padding: 2px 4px 2px 4px; font-size: 10px; }
#copyright a{ color: #D3DAE2; font-weight: normal; font-size: 10px; text-decoration: none;}
#copyright a:hover{ color: #AEAEAE; text-decoration: underline; }

#copyright .clearBoth{
    margin: 0px; padding: 0px;
}

.disclaimer{
    border-top: 1px solid #C5C3B5;
    border-bottom: 1px solid #C5C3B5;
    border-left: 0px solid #C5C3B5;
    border-right: 0px solid #C5C3B5;
    padding: 6px;
    font-size: 10px;
}

div.disclaimer{
    border-top: 1px solid #C5C3B5;
    border-bottom: 1px solid #C5C3B5;
    border-left: 0px solid #C5C3B5;
    border-right: 0px solid #C5C3B5;
    padding: 6px;
    font-size: 10px;
}

div.disclaimer a{
    font-size: 10px;
}

div.contactInfo{
    text-align: center;
    padding: 20px 0px;
}

#paytd{ background-color: #061975; }
.payments{ height: 36px; width: 205px; background: #53669A url(/images/payment_options.jpg); }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #325374;
    text-decoration:none;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
    padding: 4px 0px;
}
td.cellHeader{
    padding: 4px 0px;
    font-size: 11px;
    height: 16px;
    color: #5E6369;
}
td.cell{
    color: #5E6369;
    padding: 5px 10px;
    font-size: 11px;
    text-align: left;
}
td.cellOdd{
    padding: 5px 10px;
    font-size: 11px;
    background-color: #FFFFFF;
    text-align: left;
}
td.cellError{
    padding: 2px 10px;
    font-size: 11px;
}

.vcTable{
        width: 100%;
}

/* END DATA TABLES */


/* FORM ELEMENTS */

input, select{
    background-color: #F3F3F3;
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    border: 1px solid #878CA2;
    line-height: 1em;
}

a.button, a.buttonOver{
    padding: 2px;
}
/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #537493; text-decoration: underline; }
a:hover{ color: #3a4f64; }
a.cellHeader{ color: #325374; text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ color: #3D78BA; 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;}

.contentText0 a, .contentText1 a, .contentText2 a{
    font-weight: normal;
}

/* 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{
    clear: both;
    font-size: 1%;
}
.dispTable{
    display: table;
    margin: 8px 0px;
}

/* this is why the w3 says not to name classes "large" and "small" and "red" etc... */
h1.large{
    position: relative;
    margin: 0px 0px 15px 0px;
    padding: 3px 8px;
    top: 6px;
    left: 0px;

    font-weight: bold;
    color: #566673;
    font-size: .95em;

    background-color: #E9E9E9;
}

h1.large a{color: #566673; font-weight: normal; font-size: .95em; }
h1.large a:hover{ color: #E02829; }

.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; }

/* PRODUCTS */
.product{
    padding: 8px;
    margin: 0px;
}

.product0{
    padding-left: 0px;
}

.linePrice{
    text-decoration: line-through;
}

#prodPageContent{
    float: right;
    width: 275px;
    margin-bottom: 64px;

    color: #5C636B;
}
#prodPageContent h3{
    margin-top: 0px;
    color: #566673;
    font-weight: bold;
    font-size: 1.5em;
}

#prodImgContain{
    float: left;

    text-align: center;
}

#prodQtyContainer{
    width: 562px;
}

.reqProdOpt{
    font-size: 10px;
}

#qtyFoot{
    padding: 5px;
    width: 562px;
    height: 20px;

    text-align: right;
    font-size: 9px;
    color: #5C636B;

    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
#qtyFoot .button{
    padding: 0px 3px;
    height: 20px;

    font-size: 1em;
    font-weight: bold;
}

.largeProdGallery{ width: 450px; text-align: center; }
.smallProdGallery{
    float: right;
    text-align: center;
}

.pOptContainer{  }
.pOptContainer td{
    padding: 8px 8px 0px 8px;
}
.pOptInfo{
    float: right;
    margin-top: 5px;
}
.pOptImg{
    float: left;
    width: 140px;
    height: 64px;
}

.priceFoot{
    text-align: left;
    padding: 0px;
}

.dispPriceFoot{
    color: #5C636B;
    font-weight: bold;
}

.simProducts{
    width: 100%;
    border: 1px solid #6B8ABF;
    margin: 8px auto 0px auto;
    clear: both;
}

.simProductsH{
    white-space: nowrap;
    text-align: left;
    background-color: #6B8ABF;
    padding: 5px 5px 5px 0px;
}

.simProductsH a{
    padding: 5px 6px;
    margin-right: 1px;
    color: #D5E2EB;
    text-decoration: none;
}
.simProductsH a:hover, .simProductsH .simHover{
    background-color: #D5E2EB;
    text-decoration: underline;
    color: #6B8ABF;
}

.simProductsC{ display: table; clear: both; }
.simProductsC ul{ list-style: none; width: 100%; }
.simProductsC ul li{ float: left; width: 150px; min-height: 200px; height: auto; padding: 3px 8px;}

.pcatTable{
    width: 100%;
}

.pcatLeft, .pcatMiddle, .pcatRight{
    width: 33%;
    padding: 10px 4px;
}

.pgallery{
    float: left;

    margin-top: 24px;
    width: 270px;
    text-align: center;
}

.pgallery h4{
    text-align: left;
    color: #AEA79D;

    font-size: 1em;
}

#ptContainer{
    margin: 0px auto;
    width: 240px;
    text-align: left;
}

#ptContainer td.thumbPic{
    padding: 8px;

    width: 50%;
    min-height: 60px;
    height: auto;

    border: 1px solid #EAEAEA;
}

#ptContainer td.thumbPic a{
    display: block;
    text-decoration: none;

    margin: 0px auto;
}

#ptContainer td.thumbPic a img{
    border: 0px solid #EAEAEA;
}


/* END PRODUCTS */

/* GALLERY STYLES */

.galleryDescription{
    margin-top: 16px;
}

div.galleryContainer{
    position: relative;
    padding: 0px;
    margin: 0px;

    height: 100px;

    white-space: nowrap;
}

div.galleryContainer table tr td{
    white-space: nowrap;
}

.galleryContainer{
    list-style: none;
    margin: 0px 15px 0px 8px;

    white-space: nowrap;

    overflow: visible;
    width: 100%;
}

.galleryContainer td{
    margin: 0px;
    padding: 0px 4px;

    text-align: center;
}



.galleryContainer td a{
    margin: 0px;
    text-decoration: none;
    font-size: 10px;
}

.galleryContainer td img{
    margin: 5px 4px 0px 4px;
    border: 0px solid #FFFFFF;
}

#gDisplayImage{
    margin-top: 8px;

    width: 658px;
    height: 468px;

    text-align: center;
    overflow: hidden;
}

#gDisplayImageCaption{
    position: absolute;
    top: 368px;
    left: 128px;

    overflow: hidden;

    width: 418px;
    height: 76px;

    border: 1px solid #FFFFFF;

    background-color: #000000;
    color: #FFFFFF;

    opacity: .65;
}

#gDisplayCloseBox{
    position: absolute;
    top: 0px;
    right: 0px;

    width: 12px;
    height: 12px;
    padding: 1px;

    text-align: center;

    font-size: 11px;
    font-weight: bold;
    border: 0px solid #FFFFFF;
    cursor: pointer;
}

#gDisplayCaptionText{
    position: absolute;
    top: 14px;
    left: 0px;

    width: 410px;
    height: 62px;

    padding: 2px 4px;
    overflow: auto;
}

#gFamilyTree{
    margin-left: 32px;
}
#gFamilyTree a{

}
#gFamilyTree a:hover{

}

/* SUB-GALLERIES */
div.subgalleryContainer{
    position: relative;
    margin: 16px auto 0px auto;
    width: 648px;
    height: auto;
    clear: both;
    display: table;
}

ul.subgalleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.subgalleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 191px;
}

ul.subgalleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: auto;
    min-height: 124px;
    text-decoration: none;
}

ul.subgalleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END SUB-GALLERY */

/* END GALLERY */

.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: 420px;

    text-align: center;
    width: 418px;
    height: 76px;
    background-color: #DEE6ED;
    opacity: .65;
    border: 1px solid #3A5E83;
}
#preloadContent{
    margin: 0px auto;
    text-align: center;
    width: 200px;
    text-align: center;
    font-size: 20px;
    color: #425382;
}
#preloadBarOuter{
    margin: 16px auto 0px auto;
    position: relative;
    width: 200px;
    height: 16px;
    font-size: 1px;

    border: 1px solid #3A5E83;
}
#preloadBarInner{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 16px;
    font-size: 1px;

    background-color: #3A5E83;
}

#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;
}

#hFlashContainer{
    text-align: left;
    background: url(/images/fl_background.jpg) no-repeat center;
}
#hFlashContent{
    float: right;
    width: 240px;
    height: 400px;
    margin: 15px 30px 0px 0px;

    overflow: auto;

    color: #FFFFFF;
}

#brandLinks{ padding-top: 8px; font-size: 1.1em; }
#brandLinks ul{ list-style: none; margin: 2px 0px; padding: 0px; }
#brandLinks ul li{
    float: left;
    padding: 2px 15px;
}

#prodBrandLogo{
    float: right;
}
#prodBrandLogo img{
    border: 0px solid #FFFFFF;
}

/* home featured properties */
#homeFeaturedProperties{
}

#homeFeaturedImg{
    padding: 0px;
}
#homeFeaturedImg img{
}

#homeFeaturedProps{
    width: 275px;
    border: 1px solid #C8C9CC;
    margin: 6px 0px 0px 0px;
    padding: 0px;

}
#homeFeaturedProps table{
}

#homeFeaturedProps table td{
    text-align: center;
    height: 43px;
    width: 65px;
}
#homeFeaturedProps table td a{
    margin: 0px;
    padding: 0px;
}
#homeFeaturedProps img{
    border: 0px solid #000000;
    margin: 0px;
    padding: 0px;
}

/* end featured properties */

.memberCells td{
    width: 50%;
    vertical-align: top;
}

/* img rotator */

#jsImgRotate{
    display: block;
    position: relative;
    z-index: 2000;
    color: #000000;
    font-size: 3em;

    width: 277px;
    height: 190px;

    overflow: hidden;
}
#jsImgRotate img{
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 277px;
    height: 190px;


    visibility: hidden;
    opacity: 0;

    cursor: pointer;
}

/* end img rotator */

#bbContainContainer{
    padding-bottom: 32px;
    text-align: center;
}

#bottomBaseContainer{
    border: 1px solid #C6CCD2;
    margin: 20px auto 0px auto;
    overflow: hidden;
    height: 90px;
    width: 440px;

    background-color: #FFFFFF;
}
#bottomBase{
    position: relative;
    width: 100%;
    height: 100px;
    color: #FFFFFF;
    overflow: hidden;
}
#bottomBase div{
    color: #FFFFFF;
}

#bottomBaseText{
    padding: 4px 8px;
}

#bottomBaseContainer a{ color: #D5A876; }
#bottomBaseContainer a:hover{ color: #EFC395; }

#bBaseGallery{
    margin-top: 15px;
}

#bLeftArrow, #bRightArrow{
    display: none;
    position: absolute;
    z-index: 5000;
    width: 34px;
    height: 23px;
    margin: 0px;
    padding: 0px;
}
#bLeftArrow{
    bottom: 60px; left: 50px;
}
#bRightArrow{
    bottom: 60px; right: 50px;
}

#bLeftArrow a, #bRightArrow a{
    display: block;
    height: 23px;
    width: 34px;
    text-align: center;
    color: #9999CC;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

#bLeftArrow a{
    background: url(/images/gallery_previous.gif) no-repeat top left;
}
#bRightArrow a{
    background: url(/images/gallery_next.gif) no-repeat top left;
}

#bLeftArrow a:hover{
    background: url(/images/gallery_previous_over.gif) no-repeat top left;
}
#bRightArrow a:hover{
    background: url(/images/gallery_next_over.gif) no-repeat top left;
}

.cFormHeader{
    color: #3D78BA;
    text-transform: uppercase;
}

.cFormRequired{
    font-size: 11px;
}

.button{
    margin-left: 5px;
    padding: 2px 3px;
    background: transparent;
    border: 0px solid #FFFFFF;
    vertical-align: top;

    color: #FFFFFF;
    text-decoration: none;
    font-size: 9px;
    font-weight: bold;
    cursor: pointer;
}

.button:hover{
    background: transparent;
    color: #FFFFFF;
    opacity: .90;
}

/*
    rounded button hax for flexibility and eye candification,
    not exactly standard compliant, but hey, it's still valid!
*/

.btnTbl{

}

.button td{
    background-color: #384E63;
    font-size: 1px;
    vertical-align: middle;
    white-space: nowrap;
}

.button .btnTL{
    background: transparent url(/images/button_top_left.png) no-repeat top left;
    width: 7px;height: 4px;
    margin: 0px;padding: 0px;
}
.button .btnTR{
    background: transparent url(/images/button_top_right.png) no-repeat top right;
    width: 7px;height: 4px;
    margin: 0px;padding: 0px;
}
.button .btnBR{
    background: transparent url(/images/button_bottom_right.png) no-repeat bottom right;
    width: 7px;height: 4px;
    margin: 0px;padding: 0px;
}
.button .btnBL{
    background: transparent url(/images/button_bottom_left.png) no-repeat bottom left;
    width: 7px;height: 4px;
    margin: 0px;padding: 0px;
}

.button td span{
    display: block;
    height: 1px;
}

.button td.btnContent span{
    display: inline;
}

.button .btnContent{
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 2px;
    font-family: Verdana, sans-serif;
    letter-spacing: 1px;
}


a.button, a.buttonOver{
    padding: 2px;
}

.homeLeftSide{
    float: left;
    width: 319px;
    margin-right: 12px;
}

.homeRightSide{
    float: right;
    width: 277px;
    text-align: left;
}

#pagesLeftImage{
    margin: 16px 16px 0px 16px;
}

#ddLeft{
    float: left;
    width: 280px;
}

#ddRight{
    float: right;
    width: 250px;
}

#ddRight #googleMap{
    height: 250px;
}

#ddForm{
    margin-top: 80px;
}
#ddForm td{
    padding: 3px;
}

/* quote block */

#at_content{
    padding: 8px;
}
#at_content .error{
    font-size: 10px;
}
#at_content .hr{
    border-top: 1px solid #1D2731;
}

#zipMsg{
    float: right;
    margin: 8px 0px 8px 0px;
    font-size: 11px;
    width: 140px;
    height: 50px;
    line-height: 1.2em;
}

#zipCode{
    width: 50px;
}

.phoneField3{
    width: 30px;
}
.phoneField4{
    width: 50px;
}

#quoteButton{
    text-align: center;
}
/* end quote block */