/* RESET : */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,img { margin: 0; padding: 0; border: none; list-style: none; font-weight: normal; }


/* BODY / GENERIC : */

body {
    background: #444 url(../img/body-bg-upside-down.png) repeat-x;
    color: #FFF;
    font: 0.8em Arial,Sans-serif;
}

a {
    text-decoration: none;
    color: #FFF;
    outline: none;
}
a:hover { text-decoration: underline; }
a.button, input.button {
    float: left;
    background: #000 url(../img/button-bg.png) repeat-x;
    border: 1px solid #3d3d3d;
    color: #FFF !important;
    padding: 4px 8px;
    margin: 5px 0;
    cursor: pointer;
}
a.button:hover, input.button:hover {
    text-decoration: underline;
    border: 1px solid #CCC;
}

blockquote {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px 30px;
    margin: 7px 0;
}
h1,h2,h3,h4,h5,h6,  { margin: 0; padding: 0.3em 0; }
h1 { font-size: 2em; font-weight: 700; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }


/* TOP : */
#container {
    width: 980px;
    margin: 0 auto;
    background: #444;
}
#top {
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    background: #000 url(../img/body-bg-upside-down.png) repeat-x;
    /* Solve IE hasLayout issue */
    height: auto !important;
    height: 1%;
}
#logo {
    text-indent: -9999em;
    float: center;
    display: inline;
    width: 900px;
    height: 125px;
}


/* NAVIGATION MENU : */

#navigation {
    float: right;
    width: 450px;
    padding: 10px; 10px; 10px; 10px;
}
#navigation li { display: inline; }
#navigation a {
    display: inline;
    float: right;
    margin: 100 100 100 100px;
    height: 30px;
}

a:hover { text-decoration: underline; color:#5ba0f1;}
a.button, input.button {
    float: right;
    background: #000 url(../img/button-bg.png) repeat-x;
    border: 1px solid #3d3d3d;
    color: #FFF !important;
    padding: 4px 4px;
    margin: 21px 0;
    cursor: pointer;
}
a.button:hover, input.button:hover {
    text-decoration: underline; color:#5ba0f1;
    border: 1px solid #5ba0f1;
}





/* SLIDESHOW : */

#slideshow {
    clear: both;
    margin: 10 100 100 10px;
    height: 330px;
    border: 20px solid #000;
    position: relative;
    overflow: hidden;
    border-bottom: 20px solid #000;
    text-align: center;
    background: #000 url(../img/black-grid.png);
}


/* CONTENT : */

#content-wrapper {
    clear: both;
    background: url(../img/blank.gif) no-repeat;
    border: 1px solid #000;
}
#content {
    background: url(../img/blank.gif) no-repeat left bottom;
    padding: 1px;
    overflow: hidden;
    height: auto !important;
    height: 1%;
}
#content a {
    color: #ffffff;
    font-weight: 700;
}
#content p, #content ul {
    padding: 0.7em 0;
    line-height: 1.3em;
}
#content ul {
    padding-left: 130px;
    list-style: disc;
}
#left {
    width: 500px;
    float: left;
 overflow: hidden;

}
#right {
    width: 450px;
    float: right;
    margin: 0 0 0 0px;
}
#right.gmap {
    background: #FFF;
    margin-top: 15px;
    padding: 7px;
    width: 400px;
    border: 1px solid #999;
}
#right.gmap img {
    display: block;
}
#right .gallery-choices {
    list-style: none;
    padding: 1px 0 0 0;
}
#right .gallery-choices img {
    margin: 0 0 5px 0;
    border: 2px solid #000;
}
#content .gallery-unit {
    width: 150px;
    padding: 5px;
    float: right;
}
#content .gallery-unit img {
    border: 1px solid #333;
}
#content .gallery-unit h2 {
    text-align: center;
    font-weight: 700;
    padding: 0 0 10px 0;
}


/* GALLERY PAGES : */

#content #gallery {
    padding: 0;
    list-style: none;
    margin: 0;
}
#content #gallery li {
    height: 100px;
    overflow: hidden;
    border: 1px solid #444;
    float: left;
    margin: 4px;
    text-align: center;
    width: 110px;
}
#content #gallery li a {
    display: block;
}
#content #gallery li img {
    display: block;
}
h1.gallery-title {
    border: 2px solid #FFF;
    border-bottom: none;
    background: url(../img/content-top.png) no-repeat;
    color: #000;
    padding: 20px;
    text-align: center;
}

/* CONTACT FORM : */

form.normal-form { margin: 10px 0; }
form.normal-form li {
    padding: 6px 0;
    border-top: 1px solid #999;
}
form.normal-form label {
    float: left;
    width: 140px;
    padding: 4px 8px;
}
form.normal-form input.text, form.normal-form textarea {
    background: #FFF !important;
    padding: 4px;
    border: 1px solid #999;
    width: 200px;
    border-top: 1px solid #555;
}
form.normal-form textarea {
    width: 200px;
    height: 100px;
}

form.normal-form input#submit { margin-left: 0px; }



/* FOOTER : */

#foot {
    width: 650px;
    margin-left: 250px; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;  
    padding-left: 250px; padding-top: 10px; padding-bottom: 10px; padding-right: 10px;  
 
}
#foot-menu {
    float: right;
    width: 650px;
    margin-left: 10px; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;  
    padding-left: 10px; padding-top: 10px; padding-bottom: 10px; padding-right: 10px;  
}
#copyright-info {
    float: left;
    width: 650px;
    padding: 10px 3px;
    text-align: right;
}

