/* main cascasing style sheet 24/07/2004 ver 0.2
email: lloyd@topcontractor.co.uk for further info*/

#mainheading{
position: absolute;
top: 0px;
left: 0px;
height: 80px;
width: 100%;
font-family: Verdana, Helvetica, Arial, sans-serif;
background: #ffffff; 
color: #000000; 
font-weight: normal; 
font-size: large;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align:right;
}

#maintopmenu{
position: absolute;
top: 80px;
left: 0px;
width: 100%;
height: 20px;
font-family: Verdana, Helvetica, Arial, sans-serif;
background: #ffffff; 
color: #004040; 
font-weight: bold; 
font-size: x-small;
padding-left: 10px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
a:link.topmenu {color: #004040; background: #ffffff; text-decoration: none;font-weight: bold;}
a:visited.topmenu {color: #004040; background: #ffffff; text-decoration: none;font-weight: bold;}
a:active.topmenu {color: #004040; background: #ffffff; text-decoration: none;font-weight: bold;}
a:hover.topmenu {color: #000000; background: #004040; text-decoration: none;font-weight: bold;}


#mainleftcol{
position: absolute;
padding:10px; 
background:#ffffff url('../images/topcontractorbiglogo2.jpg');
top: 100px;
left: 0px;
width: 25%;
height: 100%;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000; 
font-weight: bold; 
font-size: x-small;
line-height:1cm
}
a:link.leftcol {color: #004040; background: #ffffff; text-decoration: none;font-weight: bold;}
a:visited.leftcol {color: #004040; background: #ffffff; text-decoration: none;font-weight: bold;}
a:active.leftcol {color: #004040; background: #ffffff; text-decoration: none;font-weight: bold;}
a:hover.leftcol {color: #000000; background: #004040; text-decoration: none;font-weight: bold;}

#mainmidcol{
position: absolute;
top: 100px;
left: 25%;
width: 60%;
height: 100%;
font-family: Verdana, Helvetica, Arial, sans-serif;
background: #ffffff; 
color: #000000; 
font-weight: normal; 
font-size: x-small;
padding-left:5px;
padding-right:5px;
padding-top:10px;
padding-bottom:5px;
border-right: 1px solid #666666;
}

#mainrightcol{
position: absolute;
top: 100px;
left: 85%;
width: 15%;
height: 100%;
font-family: Verdana, Helvetica, Arial, sans-serif;
background: #ffffff; 
color: #000000; 
font-weight: normal; 
font-size: x-small;
padding-top:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
border: none;
}