html, body {
	padding: 0;
	margin: 0;
}

body {
	background: #d5dadc url(../images/bg-gradient.png) repeat-x center top;
	
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

a {
    text-decoration: underline;
    color: #000;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

#main {
	width: 890px;
	margin: 0 auto;
	background: transparent;
}

#header {
	width: 824px;
	height: 361px;
    
    padding: 17px 30px;
	
	background: #e9ab01 url(../images/header.jpg) no-repeat left top;
	
	border-width: 0 3px 3px;
	border-color: #fff;
	border-style: solid;
}

#header .icons a {
    display: block;
    float:left;
    
    width: 15px;
    height: 14px;    
    margin: 0 7px 0 0;
    padding: 0;
    
    background: transparent no-repeat 0 0;
}

#header .icons a strong {
    display: none;
}

#header .icons a:hover {
    background-position: 0 -14px;
}

#header .icons a.home {
    background-image: url(../images/icon-home.gif);
}

#header .icons a.contact {
    background-image: url(../images/icon-contact.gif);
}

#header .icons a.sitemap {
    background-image: url(../images/icon-sitemap.gif);
}

/* Main menu */

#mainmenu {
    height: 38px;
    width: 890px;
    
    background: #212121 url(../images/mainmenu-background.png) repeat-x -1px 0;
}

#mainmenu a {
    display: block;
    float:left;
    
    height: 38px;    
    margin: 0;
    padding: 0;
    
    background: transparent no-repeat 0 0;
}

#mainmenu a:hover, #mainmenu a.active {
    background-position: 0 -38px;
}

#mainmenu a strong {
    display: none;
}

#mainmenu a.home {
    width: 97px;
    background-image: url(../images/mainmenu-home.png);
}

#mainmenu a.about {
    width: 119px;
    background-image: url(../images/mainmenu-about.png);
}

#mainmenu a.contact {
    width: 133px;
    background-image: url(../images/mainmenu-contact.png);
}

/* Content */

#contentwrapper {
    width: 884px;
    height: 404px;
    border: 3px solid #fff;
    
    background: #fff url(../images/content-bg.png) repeat-x left top;
}


#content {
    float: right;
    width: 532px;
    height: 190px;
    padding: 33px 28px 26px 0;
}

#content span.brown {
    color: #b06f00;
}

#content span.darkgrey {
    color: #3d3d3d;
}

#content h1 {
    color: #000;
    
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
    
    /* letter-spacing: -1px; */
    
    text-transform: uppercase;
    
    margin: -1px 0px 8px;
}

#content img.alignleft {
    float: left;
    margin-top: 5px;
    margin-right: 12px;
}

#content a {
    color: #b26f00;
}

#content p {
    margin: 0;
    line-height: 19px;
}

/* Contact form */

#content ul.contactform { 
    margin: 0;  padding: 0;
}

#content ul.contactform li { 
    list-style-type: none; 
    margin-bottom: 8px; 
}

#content ul.contactform li label { 
    display: block; 
    width: 70px; 
    padding-top: 3px; 
    float: left; 
}

#content .req { 
    color: #f00; 
}

#content ul.contactform .field { 
    width: 350px; 
}

#content ul.contactform textarea {
    height: 50px;
}

/* Our Services */

#ourservices {
    background: transparent;
    width: 289px;    
    padding-top: 25px;
    padding-left: 4px;    
    position: absolute;
}

#ourservices .head {
    width: 289px;
    height: 81px;
    background: transparent url(../images/ourservices-head.png) no-repeat left top;
}

#ourservices .menu {
    width: 264px;
    margin: 0 0 0 23px;
    padding: 0;
    
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #6c6c6c;
}

#ourservices .menu li {
    display: block;
    list-style-type: none;
    width: 264px;
    height: 43px;    
    margin: 0;
    padding: 0;
}

#ourservices .menu li.newbuilds {
    height: 42px;
}

#ourservices .menu li a {
    display: block;
    width: 264px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

#ourservices .menu li a:hover /*, #ourservices .menu li a.active*/ {    
    background-position: -264px 0;
}

#ourservices .menu li.newbuilds a {
    background-image: url(../images/ourservices-li-01.png);
}

#ourservices .menu li.renovations a {
    background-image: url(../images/ourservices-li-02.png);
}

#ourservices .menu li.extensions a {
    background-image: url(../images/ourservices-li-03.png);
}

#ourservices .menu li.kitchens a {
    background-image: url(../images/ourservices-li-04.png);
}

#ourservices .menu li.sunrooms a {
    background-image: url(../images/ourservices-li-05.png);
}

#ourservices .menu li.attic a {
    background-image: url(../images/ourservices-li-06.png);
}

#ourservices .menu li a strong {
    display: none;
}

#ourservices .bottomshadow {
    width: 266px;
    height: 40px;
    margin-left: 23px;
    
    background: url(../images/ourservices-bottomshadow.png) repeat-x left top;
}

/* Bottom bar */ 

#bottombar {
    width: 884px;
    height: 155px;
    
    background: #e7e7e7 url(../images/bottombar-bg.png) repeat-x left top;    
}

#bottombar .ourservicesshadow {
    width: 293px;
    height: 115px;
    margin-left: 14px;                                                          
    float: left;
        
    background: url(../images/ourservices-sideshadow.gif) no-repeat left top;
}

#bottombar .content {
    float: right;    
    width: 560px;
    height: 85px;   
    padding-top: 7px;
}

#bottombar .content p {
    margin: 0px;
    line-height: 19px;
    font-size: 11px;
}

#bottombar .content .block1 {
    float: left;
    width: 170px;
    padding-right: 19px;
}

#bottombar .content .block1 h3 {
    font-family: Myriad Pro, Arial;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: -0.3px;
    
    margin: 0px 0px 1px;     
    text-transform: uppercase;
}

#bottombar .content .block2 {
    float: left; 
    padding-top: 17px;   
    padding-right: 29px;
}

#bottombar .content .block3 {
    float: left;    
    padding-top: 1px;
    width: 137px;    
}

/* Footer */

#footer {
    width: 883px;
    height: 65px;
    padding-left: 1px;
    
    background: #e2a101 url(../images/footer-bg.png) repeat-x left top;
    
    border-width: 0 3px;
    border-color: #fff;
    border-style: solid;    
    
    font-size: 11px;
}

#footer .copyright {
    background: transparent url(../images/footer-copyright-bg.png) repeat-x left top;
    float: left;
    
    height: 15px;   
	width: 201px;
    padding:26px 33px 24px 32px;
    
    margin-left: 26px;
}

#footer .right  {
    float: right;
    height: 15px;
    padding: 26px 21px 24px;    
    margin: 0;
}

#footer .right a {
    color: #000;
}

/*
#footer .rightmenu li {
    float: left;
    list-style-type: none;    
    color: #000;
    padding: 0 9px;
    margin: 0;
}

#footer .rightmenu li.separator {
    color: #734800;
    padding: 0 !important;
}

#footer .rightmenu li a {    
    text-decoration: underline;
    color: #000;
}

#footer .rightmenu li a:hover {    
    text-decoration: none;    
}
*/
