﻿html
{
    background: #f6f6ec;
}

body 
{
    font-family: Arial, Sans-Serif;
    font-size: 62.5%;
    line-height: 200%;
    color: #615942;
}



h1
{
    border-bottom: solid 1px #d5c9a5;
    font-size: 2em;
    padding-bottom: 8px;
}
h1#imgrep
{
    background: url(../i/logo.jpg) no-repeat;
    float: left;
    display:block;
    text-indent:-9999px;
    height: 77px;
    width: 328px;
}
h2#h1-style
{
    border-bottom: solid 1px #d5c9a5;
    font-size: 2em;
    padding-bottom: 8px;
}
#imgrep-link
{
    display:block;
    height: 77px;
    width: 328px;
    position:absolute;
}
h2
{
    border-bottom: solid 1px #d5c9a5;
    font-size: 1.4em;
    padding-bottom: 4px;
    padding-top: 5px;
}

h2.sub-heading
{
    border-bottom: none;
    font-size: 1.2em;
    font-style: italic;
    margin-top: 4px;
    padding-top: 0;
}

h3
{
    font-size: 1.4em;
    font-weight: bold;    
}

.heading
{
    margin-bottom: 20px
}

p
{
    font-size: 1.3em;
    margin: 10px 0
}

a
{
    outline: none;
}

a:link
{
    color: #413618;
    font-weight: bold;
    text-decoration: none;
}

a:visited
{
    color: #413618;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #413618;
    font-weight: bold;
    text-decoration: underline;
}

a:active    
{
    color: #413618;
    font-weight: bold;
    text-decoration: none;
}

.bold 
{
    font-weight: bold;
}

strong
{
    font-weight: bold;
}

ul li
{
    font-size: 1.3em;
    line-height: 1.8;
    margin: 10px 0;
}



#wrapper
{
    margin: 0 auto;
    width: 960px;
}

#logo
{
    height: 77px;
    width: 960px;
}

#logo #tel
{
    float: right;
}

#banner
{
    height: 326px;
    width: 960px;
}

#content
{
    background: #f8f8f2 url(../i/bg.jpg) no-repeat bottom right;
    border: solid 1px #dfd7c0;
    min-height:500px;
    height:auto !important;
    height:500px;     
    margin-bottom: 6px;   
    overflow: auto;
    padding: 15px;
    width: 928px;
}

#content-left
{
    float: left;   
    width: 650px;
}

#content-right
{
    float: right;    
    width: 240px;
}

#content-right img
{
    margin-bottom: 15px;
}

#footer
{
    background: #615942;
    height: 15px;
    margin-bottom: 12px;
    padding: 5px 15px;
    width: 930px;
}




/* Navigation
////////////////////////////////////////////////////////////////////////////////// */

#nav
{
    height: 42px;
    position: relative;
}

#nav ul
{
    position: relative;
    margin: 0 auto 0 auto;
    width: 960px;
    padding: 0;
    height: 36px;
    background: url(../i/nav.jpg);
    list-style-type: none;
    
}

#nav ul li
{
    float: left;
}

#nav ul li a
{
    background: url(../i/nav.jpg);
    display: block;
    font-size: 1%;
    height: 36px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    text-align: left;
    top: 0;
}


#nav ul li#nav_hom a
{
    background-position: 0 0;
    left: 0;
    width: 85px;
}

#nav ul li#nav_abo a
{
    background-position: -85px 0;
    left: 85px;
    width: 100px;    
}

#nav ul li#nav_pri a
{
    background-position: -185px 0;
    left: 185px;
    width: 239px;
}

#nav ul li#nav_cor a
{
    background-position: -424px 0;
    left: 424px;
    width: 281px;
}

#nav ul li#nav_hog a
{
    background-position: -705px 0;
    left: 705px;
    width: 120px;    
}

#nav ul li#nav_con a
{
    background-position: -825px 0;
    left: 825px;
    width: 130px;    
}


#nav ul li#nav_hom a:hover
{
    background-position: 0 -36px;
}

#nav ul li#nav_abo a:hover
{
    background-position: -85px -36px;
    left: 85px;
    width: 100px;    
}

#nav ul li#nav_pri a:hover
{
    background-position: -185px -36px;
    left: 185px;
    width: 239px;
}

#nav ul li#nav_cor a:hover
{
    background-position: -424px -36px;
    left: 424px;
    width: 281px;
}

#nav ul li#nav_hog a:hover
{
    background-position: -705px -36px;
    left: 705px;
    width: 120px;    
}

#nav ul li#nav_con a:hover
{
    background-position: -825px -36px;
    left: 825px;
    width: 130px;    
}


/* ---------------- Nav Active ------------------ */

#body_hom #nav ul li#nav_hom a
{
    background-position: 0 -36px;
}

#body_abo #nav ul li#nav_abo a
{
    background-position: -85px -36px;   
}

#body_pri #nav ul li#nav_pri a
{
    background-position: -185px -36px;
}

#body_cor #nav ul li#nav_cor a
{
    background-position: -424px -36px;
}

#body_hog #nav ul li#nav_hog a
{
    background-position: -705px -36px; 
}

#body_con #nav ul li#nav_con a
{
    background-position: -825px -36px;
}


/* Footer
////////////////////////////////////////////////////////////////////////////////// */

#footer p
{
    color: #fff;
    font-size: 1.1em;
    line-height: 1.5;
    margin: 0;
}

#footer a:link
{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

#footer a:visited
{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

#footer a:hover
{
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

#footer a:underline
{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

/* Photo Gallery
////////////////////////////////////////////////////////////////////////////////// */

.gallery-row
{
    height: 158px;
    padding: 15px 0;
}

.gallery-row img
{
    border: solid 1px #ccc;
    margin: 0 15px 0 0;
}

.gallery-row .last
{
    border: solid 1px #ccc;
    margin: 0;
}



/* Menu
////////////////////////////////////////////////////////////////////////////////// */

.menu
{
    margin: 0 auto 25px auto;
    text-align: center;
    width: 450px;
}

.menu h2
{
    border: none;
    font-family: Georgia, Sans-Serif;
    font-size: 1.8em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    padding: none;
}

.menu ul li
{
    margin: 0;
}

/* Testimonials
////////////////////////////////////////////////////////////////////////////////// */

.testimonial
{
    border-top: solid 1px #d5c9a5;
    margin: 20px 0;
    padding-top: 10px;
}


/* Contact Form
////////////////////////////////////////////////////////////////////////////////// */

#address
{
    float: left;
    margin-top: 15px;
    width: 250px;
}

#contact-form
{
    float: left;
    margin-top: 15px;
    padding-right: 30px;
    width: 600px;
}

#contact-form span
{
    display: block;
    font-size: 1.4em;
    padding: 0 0 1px 0;
}

#contact-form .input
{
    font-size: 1.4em;
    margin-bottom: 5px;
    padding: 5px;
    width: 300px;
}

#contact-form textarea
{
    font-size: 1.4em;
    height: 200px;
    margin-bottom: 5px;
    padding: 5px;
    width: 500px;
}

.button
{
    display: block;
    font-size: 1.3em;
    height: 28px;
    margin-top: 5px;
    width: 90px;
}

#address p
{
    margin: 0;
}

#address .email, #address .tel
{
    margin-top: 8px;
}

#sent-msg
{
    background: #f1f1f1;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    padding: 0 5px;
}

#sent-msg p
{
    font-size: 1.1em;
}

#tick
{
    float: left;
    margin: 11px 10px 0 5px;
}



/* Gallery
//////////////////////////////*/

#gallery
{
    text-align: center;
}

#gallery img
{
    border: solid 1px #ccc;
    margin: 0 20px 20px 0;
}
