﻿body
{
    font-family: Verdana;
    font-size: .9em;
    background-color: #CBAF94; /*background-image:url(/images/background.jpg);*/
    margin: 20px;
    padding: 0px;
}

#content
{
    width: 960px;
    margin: auto;
}

#pageContent
{
    overflow: hidden;
    clear: both;
    background-image: url(/images/background_all.jpg);
}

#pageContentAdmin
{
    overflow: hidden;
    clear: both;
    background-color:#CCC;
    padding:10px;
}

#pageContentAdmin table
{
    margin:5px;
}

/****************************/
/******** navigation ********/
/****************************/
#leftNavigation
{
    width: 180px; /* height:450px;*/
    float: left; /*background-image:url(/images/nav_bg.jpg);*/
    margin: 0 10px 0 0;
    text-align: left;
}

#leftNavigation ul
{
    margin: 28px 5px 5px 3px;
    padding: 0px;
}

#leftNavigation li
{
    list-style: none;
    padding: 0px;
    line-height: 15px;
    margin-left: 5px;
}

#leftNavigation a
{
    font-family: Arial;
    font-size: 12px; /*font-weight:bold;*/
    color: #fff;
    text-decoration: none;
    margin: 0 0 15px 0;
    display: block;
    font-weight:bold;
}

#leftNavigation a:hover
{
    /*text-decoration:underline;*/
    color: #BDA694;
}

#header
{
    height: 150px;
    width: 960px;
    background-image: url(/images/banner.gif);
    margin-bottom: 10px;
}

#page
{
    float: left;
    width: 750px; /* height:420px;*/
    padding: 20px 10px 10px 10px;
    margin: 0px; /*background-color:#94735A;*/ /* background-image:url(/images/page_bg.jpg);*/
    color: #000;
}

#page h1
{
    font-family: Arial;
    font-size: 20px; /* text-decoration:underline;     font-weight:normal;*/
    margin: 18px 0 0 0;
    padding: 0px;
    line-height: 20px;
}

#page h2
{
    font-family: Arial;
    font-size: 17px;
    margin: 0px;
    padding: 0px;
}

#page img
{
    border: solid 1px #3A2919;
    margin-left: 10px;
}


#page a
{
    font-family: Arial;
    /*color: #fff;*/
    color: #000;
    text-decoration: underline;
}

#page a:hover
{
    color: #fff;
}

/************************/
/******** footer ********/
/************************/
#footer
{
    width: 100%;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    background-color: #BDA694;
    background-image: url(/images/footer_bg.jpg);
    color: #312010;
    text-align: center;
}

#footer div
{
    margin-top: 18px;
    padding-left: 160px;
}

#footer span
{
    font-size: 10px;
    display: block;
    clear: both;
}

#footer a
{
    color: #312010;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

/************************/
/******** gallery *******/
/************************/
#page .gallery
{
    font-family: Verdana;
    font-size: 12px;
}


#page .gallery span
{
    clear: both;
    margin: 10px 0 10px 0;
    display: block;
}

#page .gallery .image
{
    float: left;
    width: 244px;
    height: 320px;
    text-align: center;
    overflow: hidden;
}

#page .gallery .image a
{
    border: solid 1px #3A2919;
    height: 150px;
    width: 200px;
    padding: 0px;
    margin-left: 20px;
    display: block;
}

#page .gallery .image a:hover
{
    border: solid 1px #DDD9C3;
}

#page .gallery .image img
{
    display: block;
    padding: 0px;
    margin: 0px;
}

.sold
{
  
}

.notforsale
{
}
/************************/
/**** gallery pager *****/
/************************/
.pager
{
    margin-bottom: 10px;
    margin-right: 40px;
    text-align: right;
}

.pager a
{
    margin: 0 0 0 10px;
    
    font-weight:bold;
    text-decoration:none;
}

.pager a:hover
{
    color:#fff;
}

/************************/
/****      form     *****/
/************************/
#pageForm
{
    width: 100%;
    margin-top: 20px;
}

.formRow
{
    width: 100%;
    margin: 10px 0 10px 0;
    overflow: hidden;
}

.formRow span
{
    display: block;
    float: left;
    width: 180px;
    font-size: 0.8em;
    line-height: 22px;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}

.formRow .formFields
{
    float: left;
    clear: none;
}
.formRow .formFields input, .formRow .formFields textarea
{
    width: 300px;
}

.formRow .formFields textarea
{
    height: 120px;
}

.formRow .isRequired
{
    width: 10px;
}

span.validator
{
    text-align: left;
    width: 190px;
}

.formButton
{
    text-align: right;
    width: 495px;
}

/* red text */
.formRow .isRequired, span.validator, .sold, .notforsale, .message
{
   /* color: #8D4134;*/
    color:#fff;
    font-weight: bold;
}


/************************/
/****     popup     *****/
/************************/
.popup
{
    background:#3A2919;
    width:600px;
    height:400px;
}

.popup td input
{
    width:300px;
}
