/*
// McDonald Flooring
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

*{
padding: 0;
margin: 0;
}

body{
position: relative;
padding: 0px 0px 8px 0px;
border: 0;
margin: 0;
text-align: center;
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 0.8em;
background-color: #000000;
background-image: url(../images/bg.jpg);
color: #4b4b4b;
}

a{
text-decoration: none;
color: #cccccc;
}

a:hover{
color: #a5a5a5;
}

h1{
margin: 0;
padding-top: 0;
font-size: 1.4em;
font-weight: normal;
color: #dfb116;
letter-spacing: 0px;
border-bottom: 1px dashed #e2e2e2;
padding-bottom: 3px;
}

h2{
margin: 4px 0px;
font-size: 1.1em;
font-weight: normal;
letter-spacing: 0px;
color: #dfb116;
}

h2 a{
color: #dfb116;
}

img{
border: none;
}

#content-wrapper ul{
padding-left: 35px;
margin-bottom: 12px;
list-style-image: url(../images/bullet.png);
}



#drop-shadow{
width: 1000px;
margin: 0px auto;
overflow: hidden;
background-image: url(../images/drop-shadow.png);
}

#container{
width: 950px;
text-align: left;
margin: 0px auto;
background-color: #000000;
overflow: hidden;
border: 1px solid #888888;
border-top: 0;
}

#content-wrapper{
clear: both;
overflow: hidden;
}



#column-left{
float: left;
width: 350px;
overflow: hidden;
}

#column-content{
float: left;
width: 750px;
height: auto;
overflow: hidden;
}

#column-callback{
float: left;
width: 180px;
overflow: hidden;
margin-left: 10px;
}



#header{
width: 950px;
height: 150px;
text-align: left;
background-color: #000000;
}

#header-left{
float: left;
}

#header-right{
color: #dfb116;
float: right;
margin: 15px 10px 0 0;
text-align: right;
font-size: 1.2em;
}

#header-right a{
color: #dfb116;
}

#header-right a:hover{
color: #cccccc;
}

#header-right span{
font-weight: bold;
color: #dfb116;
}

#header-right span.strapline{
display: block;
font-size: 18px;
margin-top: 8px;
}

#header-right select{
margin: 0px 5px 10px 0px;
}


#slideshow{
width: 925px;
height: 250px;
border: 3px double #888888;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 9px;
}

#slideshow img{
width: 925px;
height: 250px;
}



#content{
margin: 20px;
text-align: justify;
font-size: 12px;
color: #e2e2e2;
}

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



#footer{
clear: both;
width: 950px;
margin: 0px auto;
height: 30px;
color: #bbbbbb;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}

#footer a{
color: #bbbbbb;
font-size: 10px;
}

#footer a:hover{
color: #ffffff;
}

#footer-left{
float: left;
text-align: left;
padding: 7px;
}

#footer-right{
float: right;
text-align: right;
padding: 7px;
}



#contact-left{
float: left;
width: 400px;
margin: 10px 0px 20px 10px;
text-align: center;
}

#contact-right{
float: right;
width: 440px;
margin: 10px 30px 20px 0px;
}


#navigation{
width: 950px;
z-index: 99;
margin: 0;
border-top: 7px solid #dfb116;
padding-top: 4px;
overflow: hidden;
}

#navigation li{
list-style-type: none;
float: left;
}

#navigation a{
display: block;
padding: 6px 12px 6px 12px;
color: #dfb116;
text-decoration: none;
text-align: left;
font-size: 0.9em;
font-weight: bold;
letter-spacing: 0px;
background-color: #000000;
float: left;
}

#navigation a:hover,#navigation a.current{
color: #000000;
background-color: #dfb116;
}

#navigation a.current:hover{
color: #666666;
}

#navigation a.last{
padding-right: 27px;
}



form.contact-form label{
clear: both;
text-align: left;
font-weight: bold;
display: block;
margin-top: 7px;
}

form.contact-form input,form.contact-form textarea,form.contact-form select{
display: block;
width: 340px;
margin-top: 2px;
font-family: verdana,arial,tahoma,sans-serif;
font-size: 9pt;
border: 1px solid #cccccc;
padding: 3px;
}

form.contact-form input:hover,form.contact-form textarea:hover,form.contact-form select:hover{
border-color: #999;
}

form.contact-form textarea{
overflow: auto;
height: 100px;
}

form.contact-form input.contact-submit{
clear: both;
float: right;
width: auto;
margin-right: 2px;
padding: 4px 6px;
border: 0;
background-color: #dfb116;
text-transform: uppercase;
color: #000000;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

.captcha-container{
display: block;
clear: both;
float: left;
text-align: center;
padding: 5px;
margin-top: 7px;
border: 1px solid #cccccc;
}

form.contact-form div.captcha-container input{
width: 330px;
}

div.captcha-container small{
display: block;
}



#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #2ecc1e;
background-color: #b7e5b0;
color: #218416;
padding: 15px;
font-weight: bold;
}



#side-tab-container{
position: absolute;
top: 40px;
left: 0px;
width: 25px;
}

.side-tab{
display: block;
margin-bottom: 10px;
font-size: 11px;
}


.side-tab img{
border: 0;
text-decoration: none;
}

a.side-tab:hover{
color: #888888;
}




.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
}


.rounded{
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
behavior: url(includes/border-radius.htc);
}


#gallery a{
border: 1px solid white;
float: left;
display: block;
width: 100px;
height: 100px;
margin: 8px;
}






.side-block{
display: block;
background-color: #2b2b2b;
background-image: url(../images/nav-hover.png);
background-position: bottom left;
background-repeat: repeat-x;
color: #dfb116;
margin: 7px 3px;
padding: 6px;
border: 1px solid #666666;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.side-block p{
font-size: 12px;
margin: 1px 0px;
}

.side-block p.bigger-margin-below{
margin-bottom: 12px;
}

div.side-block p strong{
font-size: 1.1em;
color: #dfb116;
}

.side-block h2{
color: #dfb116;
border-bottom: 1px dashed #cccccc;
padding-bottom: 3px;
font-weight: bold;
font-size: 1.2em;
letter-spacing: 0px;
text-align: center;
}

#opening p{
text-align: center;
}

#callback{
padding: 6px 8px;
}

#callback input, #callback select{
display: block;
margin-bottom: 8px;
padding: 3px;
}

#callback label{
font-weight: bold;
display: block;
margin-bottom: 3px;
}

#callback img{
margin: 2px 0px;
}





#logos-bottom{
overflow: hidden;
padding: 8px 5px 5px 5px;
border-top: 1px dashed #e2e2e2;
}


#logos-bottom a.block,#logos-bottom div.block{
display: block;
float: left;
width: 125px;
height: 87px;
margin: 0px 9px 0px 10px;
vertical-align: middle;
}

#logos-bottom img,#logos-bottom a img{
vertical-align: middle;
}



#index-left,#index-right{
float: left;
width: 47%;
height: 120px;
margin: 0px 3px 10px 3px;
background: #111111;
padding: 7px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#index-left h2,#index-right h2{
text-align: center;
}

#index-left p a.more,#index-right p a.more{
color: #dfb116}


#feature{
width: 250px;
margin: 8px;
padding: 3px;
float: right;
border: 1px solid #dfb116;
background-color:#111111;
}

#feature img{
float: left;
margin-right: 5px;
}

#feature p{
padding: 6px;
}
