/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
/* mac hide\*/
html, body
{
    height: 100%;
    color:black;

}
/* end hide */

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 800px; /* for mozilla*/
    background-color: #DEDAC8;
    font-size: 80%;
    font-family: Arial, Verdana;
}

H1
{
    color:#002485;
    font-size:100%;
    margin-bottom:10px;
    /*padding-left:35px;*/
}

.proptitle
{
    color:#007DFE;
    padding-left:35px;
    font-size:120%;
}

UL
{    
    margin-left: 0px;
    padding-left: 0px;
}

LI
{
    margin-left: 30px;
    list-style-image: url(../img/bullets.gif);
}

pre
{
    font-size: 100%;
    font-family: Trebuchet MS, Arial;
    padding-left:35px;
}

#outer
{
    height: 1000000;
    min-height: 100%;
    width: 800px;
    background-color: white;
    text-align: left;
    margin: auto;
    position: relative;
}

html > body #outer
{
    height: auto;
}

#clearfooter
{
    width: 100%;
    height: 50px;
    clear: both;
}

A, A:Visited, A:Active
{
    color:green;
    text-decoration:none;
}

A:Hover
{
    color:#0a246a;
    text-decoration:none;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 800px;
    height: 184px;
    overflow: hidden;
    color: black;
    z-index: 100;
    background-color:#698C62;
}

#logo
{
    position: absolute;
    left: 20px;
    top: 40px;
}

#header_photo
{
    position: absolute;
    top: 0px;
    right: 0px;
}

#headermenu
{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0px;
    background-color:black;
    color:White;
    font-size:90%;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.headerleft
{
    position:relative;
    left:20px;
    top:6px;
}

.headerright
{
    position:absolute;
    top:6px;
    right:20px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 350px;
    margin-top: 220px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    text-align:justify;
    /*border:solid 1px black;
    background-color:white;*/
}

#title
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#left p
{
    color: black;
    /*padding-left:35px;*/
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT 2 COL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left2col
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 515px;
    margin-top: 220px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:20px;
    text-align:justify;
    /*border:solid 1px black;
    background-color:#FEFDCE;*/
}

#title
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#left2col p
{
    color: black;
    /*padding-left:35px;*/
}

.cattable TD
{
    width:121px;
    line-height:20px;
    background-color:#D6D6D6;
    border:solid 1px #A7A49D;
    text-align:left;
    padding:10px;
}

.cattable A, .cattable A:Visited, .cattable A:Active
{
    color:black;
    text-decoration:underline;
}

.cattable A:Hover
{
    color:green;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   LEFT MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftmenu
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 244px;
    margin-top: 220px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    text-align:justify;
    /*border:solid 1px black;
    background-color:#FEFDCE;*/
}

#leftmenu
{
    padding-left: 20px;
}

#leftmenu p
{
    color: black;
    padding-left:35px;
}

.leftmenubg
{
    background-color:#d6d6d6;
}

#leftmenu A, #leftmenu A:Visited, #leftmenu A:Active
{
    color:black;
    text-decoration:none;
}

#leftmenu A:Hover
{
    color:red;
    text-decoration:none;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right
{
    position: relative; /*ie needs this to show float */
    float: right;
    width: 180px;
    margin-top: 220px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    /*border:solid 1px black*/
    line-height:25px;
}

#righttitle
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left:20px;

}

#rightphoto
{
    padding-top: 108px;
    padding-bottom: 32px;

}


.right
{
    text-align:right;
    padding-right: 35px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT FULL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftfull
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 750px;
    margin-top: 168px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    text-align:justify;
    /*border:solid 1px black
    background-color:#FEFDCE;*/
}

#leftfulltitle
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#leftfull p
{
    color: black;
    padding-left:35px;
}

#leftfull TABLE
{
    margin-left:35px;
    /*background-color:#FEFDCE;*/
}




/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    FULL HOME
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#full
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 750px;
    margin-top: 168px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    text-align:center;
}

#titlecenter
{
    padding-top: 48px;
    
}

#full p
{
    color: black;
    padding-left:35px;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer
{
    position: relative;
    margin: auto;
    width: 800px;
    height: 30px;
    bottom: 0px;
    clear: both;
    margin-bottom: -50px;
    background-color:black;
    font-size:90%;
}

#footerleft
{
    margin-left: 20px;
    margin-top: 8px;
    float: left;
    color: white;
}

#footerright
{
    margin-right: 20px;
    margin-top: 8px;
    float: right;
    color: white;
}

#footer A, #footer A:Visited, #footer A:Active
{
    color:White;
    text-decoration:underline;
}

#footer A:Hover
{
    color:#FEFDCE;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   GENERAL STYLING
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
div, p
{
    margin-top: 0;
}

.small
{
    font-size:80%;    
}


#contact
{
    color: black;
    margin-left: 100px;
}

#contact .left
{
    text-align: right;
    vertical-align: text-top;
    font-weight: bold;
    padding:12px;
}

#contact .right
{
    text-align: left;
    padding:12px;
}

.red, .topsellers
{
    color:Red;
}

.blue
{
    color:Navy;
}

.back
{
    position:absolute;
    right:5px;
    top:0px;
}

.detailphoto
{
    float:right;
    padding-left:10px;
    padding-bottom:10px;
}




