/*
// Pirie and Smith Ltd.
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

*{
padding: 0px;
margin: 0px;
}

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





a{
text-decoration: none;
color: #363636;
}
a:hover{
color: #a5a5a5;
}

h1{

font-family: arial,tahoma,verdana,sans-serif;
font-size:1.4em;
font-weight: lighter;
color: #0268d7;
padding: 0px 0px 0px 3px;
margin: 0px 0px 0px 3px;
letter-spacing: 1px;
}

h2{
margin: 0px;
margin-top: 5px;
font-size: 1.1em;
font-weight: lighter;
letter-spacing: 2px;
color: #363636;
}

img{
border: none;
}

ul{
padding-left: 3px;
list-style-type: none;
}



#container{
width: 900px;
text-align: left;
margin: 0px auto;
overflow: hidden;
border: 1px solid #ffffff;
border-top: 0px solid #ffffff;
background-image: url('../images/menu.jpg');
background-repeat: repeat-y;
background-color: #ffffff;
margin-bottom: 10px;
}

#content_wrapper{
clear: both;
overflow: hidden;


}



#column1{
float: left;
width: 200px;
font-size: 11px;
color: #ffffff;
padding: 10px 0px 0px 10px;
}

#column1 a{
color: #ffffff;
}

#column1 a:hover{
text-decoration: underline;
}

#column2{
float: left;
width: 690px;
height: auto;
background-image: url('../images/bg.jpg');
background-repeat: no-repeat;
background-position: right bottom;

}



#banner{
width: 900px;
height: 112px;
text-align: left;
}

#logo{
margin-top: 10px;
float: left;
}

#tel{
color: #383121;
margin-top: 35px;
font-size: 17px;
float: right;
}

#tel a{
color: #383121;
}

#tel a:hover{
color: #0268d7;
}




#slideshow{
border: 0;
border: 1px solid #ffffff;
border-left: 0px solid #ffffff;
width: 900px;
height: 250px;
overflow: hidden;

}



#content{
margin: 10px;
text-align: justify;
font-size: 11px;
line-height: 12pt;
color: #4b4b4b;
}

#content p{
padding: 3px;
margin: 2px;
}

#content a:hover{
color: #4b4b4b;
text-decoration: underline;
}



#footer{
clear: both;
border-top: 1px solid #ffffff;
width: 900px;
height: 50px;
background-color: #383121;
color: #e2e2e2;
font-size: 11px;
font-family: "Trebuchet MS", Tahoma, Verdana;
line-height: 110%;
}

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

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

#footerLeft{
float: left;
text-align: left;
padding: 5px;
padding-top: 8px;
}

#footerRight{
float: right;
width: 430px;
text-align: right;
padding: 15px 10px 0px 0px;
}



#contact_left{
float: left;
width: 320px;
margin: 10px 30px;
text-align: left;
}

#contact_right{
float: left;
height: 350px;
width: 240px;
margin: 10px 0px;
}



#navigation{
width: 902px;
height: 25px;
background-image: url('../images/navigation.png');
z-index: 99;
overflow: hidden;
margin-left: auto;
margin-right: auto; 
}

#navigation ul
{
margin-left: 17px;
margin-right: auto;
}

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

#navigation a{
display: block;
border-right: 1px solid #ffffff;
padding: 6px 53px;
color: #ffffff;
text-decoration: none;
text-align: left;
background-color: #383121;
font-size: 0.85em;
font-weight: lighter;
letter-spacing: 1px;

float: left;
}

#navigation a:hover,#navigation a.current{
color: #ffffff;
background-color: #0268d7;

}





#contact_form label{
clear: both;
float: left;
width: 100px;
text-align: left;
font-weight: bold;
margin-top: 7px;
}

#contact_form input,#contact_form textarea{
float: left;
width: 230px;
margin-top: 7px;
font-family: verdana,arial,tahoma,sans-serif;
font-size: 9pt;
border: 1px solid #cccccc;
padding: 3px;
}

#contact_form textarea{
overflow: auto;
height: 100px;
}

#contact_form input.contact_submit{
clear: both;
float: right;
width: auto;
margin-right: 2px;
padding: 4px 6px;
border: 0;
background-color: #0268d7;
color: #ffffff;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}



#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #cccccc;
background-color: #999999;
color: #e2e2e2;
}





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





