/* 
    Document   : style
    Created on : 26-Jan-2013, 14:50:33
    Author     : David
    Description:
        Style sheet for John Batchelor Plastering.
*/


body{
    /*background-image: url('lrock002.jpg');*/
    background-color: #EFECE5;
    /*font-family: Georgia;*/
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif; 
    font-size: .85em;
}

#container{
    width: 960px;
    margin: 0 auto;
    /*padding:10px;*/
    background-color: #fff;
    /*height: 600px;*/
    -moz-border-radius:5px;
    border-radius:5px;
    box-shadow:3px 3px 3px #999;
}

#top {
    width:960px;
    /*padding-top:20px;
    padding-left: 25px;*/
    height:182px;
    top:7px;
    margin-bottom:0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    /*background-color: #EAB881;*/
    background-color: #000;

}

#top .logo{
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}

#top .telephone{
    text-align: right;
    padding-right:30px;
    padding-top: 25px;
    font-size: 1.5em;
}

#top img{
    border-bottom: 2px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

#top .menu{	
    clear: both;
    color: #fff;
    font-size: 1.2em;
    background-color: #000;
    padding-left: 20px;
}

#top .menu a{
    color: #fff;
}

#top p {
    margin: 2px 0;
}

#content{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#content .mainpict{
    /*float: left;
    padding-right: 20px;*/

}

#content .maincontent{
    padding-left: 20px;
}

#content h1{
    font-size: 1.4em;
}

#content h2{
    font-size: 1.2em;
}

.gap{
    height: 40px; clear: both;
    border-bottom: 1px solid #999;
}

#footer{
    clear: both;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    border-top: 1px solid #999;
    color: #fff;
    background-color: #555;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}

#footer p{
    margin:0;

}