/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    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: white;
    font-size: 80%;
    font-family: Arial, Verdana;
    background-color:#CCCCCC;
}

H1
{
    color:#095B00;
    font-size:150%;
    margin-bottom:10px;
    margin-top:0px;
    /*padding-left:35px;*/
}

H2
{
    color:black;
    font-size:120%;
    margin-bottom:10px;
    margin-top:0px;
}

H3
{
    color:#095B00;
    font-size:110%;
    margin-bottom:0px;
    padding-bottom:0px;
    margin-top:0px;
}

IMG
{
    border:0px;
}

.proptitle
{
    color:#007DFE;
    padding-left:35px;
    font-size:120%;
}

UL
{    
    margin-left: 0px;
    padding-left: 0px;
    margin-top:0px;
}

LI
{
    margin-left: 20px;
    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: 974px;
    background-color: white;
    text-align: left;
    margin: auto;
    position: relative;
    margin-top:0px;
}

#outer, #footer
{
    /*border-left:solid 3px blue;
    border-right:solid 3px blue;*/
}

html > body #outer
{
    height: auto;
}

#clearfooter
{
    width: 100%;
    height: 30px;
    clear: both;
    xborder:solid 1px green
}

A, A:Visited, A:Active
{
    color:#095B00;
    text-decoration:none;
    font-weight:bold;
}

A:Hover
{
    color:red;
    text-decoration:none;
}

.tbheader
{
    background-color:#095b00;
    color:white;
    height:20px;
    text-align:left;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

TD
{
    background-color:White;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

TD.tbalternative
{
    background-color:#CECECE;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 974px;
    height: 420px;
    overflow: hidden;
    color: black;
    z-index: 100;
    background-color:white;
}

#logo
{
    position: absolute;
    left: 35px;
    top: 40px;
}

#header_photo
{
    position: absolute;
    right: 35px;
    top: 50px;
}

#social-links
{
    position: absolute;
    left: 400px;
    top: 40px;
    width:150px;
}

#headermenu
{
    position: absolute;
    top:156px;
    width: 100%;
    height: 40px;
    bottom: 0px;
    background-color:#095B00;
    color:White;
    font-size:8pt;
}

#main_photo
{
    position: absolute;
    top:197px;
}

.menuitems
{
    position:relative;
    top:12px;
    left:35px;
    margin-right:29px;
    float:left;
}

.menuitems A, .menuitems A:Active, .menuitems A:Visited
{
    font-size:10pt;
    color:White;
    font-weight:normal;
    
}

.menuitems A:Hover
{
    color:#43823C;
}

#cookies
{
    position:absolute;
    top:10px;
    right:10px;
}
/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 350px;
    margin-top: 406px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
    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;*/
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    PROPERTIES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.properties
{
    background-color:White;
    border:solid 3px #C5C5C5;
    padding:12px;
    width:880px;
}

.properties-featured
{
    background-color:White;
    border:solid 3px #C5C5C5;
    padding:12px;
    width:620px;
}

.properties-featured .imgcol
{
    width:215px;
}

.properties-featured .detailcol
{
    width:305px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    PRODUCTS / CATEGORIES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.product_outer
{
    width:295px;
    background-color:White;
    border:solid 1px #C5C5C5;
    margin-right:20px;
    margin-bottom:20px;
    padding:12px;
    float:left;
    font-size:10pt;
}

.product_price
{
    font-weight:bold;
    color:#003300;  
}


.product_content
{
    position:Relative;
    top:0px;
    text-align:left;
    
}

.product_outer_news
{
    width:750px;
    background-color:White;
    border:solid 1px #C5C5C5;
    margin-right:20px;
    margin-bottom:20px;
    padding:12px;
    float:left;
    font-size:10pt;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT 2 COL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left2col
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 535px;
    margin-top: 450px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
    text-align:justify;
    padding-left:35px;
}

#title
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#left2col p
{
    color: black;
    /*padding-left:35px;*/
}

#full
{
    clear:both;
    margin-left:30px;
    margin-right:30px;
    position:relative;
    top:-30px;
}
/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   LEFT MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftmenu
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 274px;
    margin-top: 538px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
    text-align:justify;
}

#leftmenu
{
    padding-left: 35px;
}

#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:#bdbdbd;
}


.submenu
{
    background-color:#e3e3e3;
    width:212px;
    height:37px;
    border-bottom:solid white 1px;
    vertical-align:middle;
}

.submenu IMG
{
    margin-top:13px;
    margin-left:15px;
    margin-right:5px;
}

.left-img
{
    position:relative;
    top:60px;
    left:-15px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right
{
    position: relative; /*ie needs this to show float */
    float: right;
    width: 355px;
    margin-top: 450px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
}

#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: 902px;
    margin-top: 450px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
    text-align:justify;
    padding-left:35px;
    padding-right:35px;
}

#leftfull TABLE
{
    /*margin-left:35px;*/
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer
{
    position: relative;
    margin: auto;
    width: 974px;
    xheight: 30px;
    bottom: 0px;
    clear: both;
    margin-bottom: -50px;
    background-color:#095B00;
    font-size:8pt;
    text-align:left;
    
}

#footerleft
{
    padding-top:12px;
    color: white;
    font-size:120%;
    background-color:#095B00;
    height:30px;
    padding-left:35px;
}

#footerlogos
{
    margin-left:20px;
}

.footerlogoscontent
{
    float:left;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:10px;
}

#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;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    FORMS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

INPUT, TEXTAREA
{
    border-right: black 1pt solid;
    border-top: black 1pt solid;
    border-left: black 1pt solid;
    border-bottom: black 1pt solid;
}

SELECT
{
    background-color: #efefef;
    border-right: black 1pt solid;
    border-top: black 1pt solid;
    border-left: black 1pt solid;
    border-bottom: black 1pt solid; 
    font-size: 10pt;
    font-family: arial
}

.manfields
{
    font-size: 10pt;
    color: red;
    font-family: arial
}

.error
{
    color: maroon;
    font-size: 10pt;
    font-weight: bolder;
    font-family: arial;
}

.submitbutton
{
    border: solid 1px black;
    font-weight:bold;
    width:120px;
    height: 24px;
    background-color:#2e3c78;
    color:white;
}

.submitbutton-on
{
    border: solid 1px black;
    font-weight:bold;
    width:120px;
    height: 24px;
    background-color:#095b00;
    color:white;
}

.checkbox INPUT
{

    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: none;

}

.required
{
    color:red;
}


TEXTAREA
{
    width:300px;
    height:150px;
    font-family: arial;
    font-size: 8pt;
    
}

.largetxtarea
{
   width:450;
   height:350; 
}


.checkout-icons
{
    float:left;
    padding-left:50px;
    padding-bottom:30px;
}

.btnpayment
{
    border:0px;
}

.disabled
{
    background-color:white;
    color:Black;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    TABLES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.tbmain .tbheader
{
    background-color:#6a012b;
    color:White;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.tbmain TD
{
    background-color:#d6d6d6;
    color:black;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.tbmain .white
{
    background-color:White;
}

.formtable td
{
    padding:8px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    GRID
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.gvw-header
{
    background-color:#095b00;
    color:white;
    font-size:90%;
    height:20px;
    padding:0;
    text-align:left;
}

.gvw-header-full
{
    background-color:#095b00;
    color:white;
    font-size:70%;
    height:20px;
    padding:0;
    text-align:left;
}

.gvw-header th, .gvw-header-full th
{
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.gvw-alternative td
{
   background-color:#CECECE; 
}

.gvw-row td, .gvw-alternative td
{
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    text-align:left;
}

.gvw-link, .gvw-link:Active, .gvw-link A:visited
{
    text-decoration:none;
}

.gvw-link:hover
{
    text-decoration:none;
}

.gvw-link1, .gvw-link1:Active, .gvw-link1 A:Visited
{
    text-decoration:none;
}

.gvw-link1:hover
{
    text-decoration:none;
}

.gvw-link-red, .gvw-link-red:Active, .gvw-link-red A:Visited
{
    color:Red;
    text-decoration:none;
}

.gvw-link-red:hover
{
    color:Black;
    text-decoration:none;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   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:35px;
    top:0px;
}

.detailphoto
{
    float:left;
    padding-right:50px;
    padding-bottom:20px;
    width:300px;
}

.details
{
    float:left;
    width:545px;
}

.photos
{
    float:left;
    margin-right:10px;
    margin-bottom:20px;
    text-align:center;
}

.lnkLarge
{
    font-size:150%;
}

.right-align
{
    float:right;
    margin-left:25px;
    margin-bottom:25px;
}