/*
// R & R Corrosion Limited
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
overflow-x: hidden;
}

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

body{
position: relative;
padding: 50px 0px;
border: 0;
margin: 0;
text-align: center;
font: 0.8em Arial,Verdana,Tahoma,sans-serif;
background-color: #cccccc;
color: #4b4b4b;
behavior: url(includes/csshover.htc);
overflow-x: hidden;
}

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

a:hover{
color: #a5a5a5;
}

h1{
margin: 0;
padding-top: 0;
margin-bottom: 10px;
font: normal 1.4em Arial,Verdana,Tahoma,sans-serif;
border-bottom: 1px dotted #cccccc;
color: #0F3E8E;
padding-bottom: 3px;
}

h2{
margin: 0;
padding-top: 10px;
font: bold 13px Arial,Verdana,Tahoma,sans-serif;
color: #0F3E8E;
letter-spacing: 0px;
}

h3{
background: #F8EE01;
padding: 3px;
margin: 0px 10px;
text-align: center;
font: bold 12px Arial,Verdana,Tahoma,sans-serif;
letter-spacing: 1px;
color: #0F3E8E;
}

img{
border: none;
}

#content-wrapper ul{
padding-left: 35px;
margin-bottom: 12px;
}



#container{
width: 900px;
text-align: left;
margin: 0px auto;
background: #0F3E8E;
position: relative;
}

#navigation-top{
position: absolute;
top: -25px;
right: 10px;
}

#navigation-top a{
background: #F8EE01;
padding: 5px;
float: left;
margin-right: 5px;
display: block;
color: #0F3E8E;
font-weight: bold;
font-size: 12px;
}

#navigation-top a.current, #navigation-top a:hover {
background: #0F3E8E;
padding: 5px;
color: #F8EE01;
font-weight: bold;
}



#content-wrapper{
clear: both;
overflow: hidden;
background: #0F3E8E;
position: relative;
}

#corner{
position: absolute;
bottom: 0px;
right: 199px;
z-index: 1;
}

#images{
position: absolute;
bottom: -50px;
right: 20px;
z-index: 99999999999999999;
}

#images img{
width: 250px;
height: 150px;
}



#column-left{
float: left;
width: 199px;
overflow: hidden;
color: #ffffff;
text-align: center;
}

#column-left p{
padding: 10px;
}

#column-left a{
color: #ffffff;
}

#column-left a:hover{
color: #F8EE01;
}

#column-right{
float: left;
background: #ffffff;
border-right: 3px solid #F8EE01;
border-bottom: 3px solid #F8EE01;
width: 698px;
height: auto;
overflow: hidden;
}



#header{
width: 900px;
height: 250px;
text-align: left;
}

#header-inner{
width: 900px;
height: 250px;
position: relative;
}

#banner-top{
position: absolute;
top: 0px;
left: 0px;
}

#banner-bottom{
position: absolute;
top: 86px;
right: 0px;
}

#header-left{
position: absolute;
top: 30px;
left: 30px;
z-index: 9999999999999999999999999999999999999999999999999999999;
}

#header-right{
position: absolute;
top: 130px;
right: 10px;
color: #ffffff;
float: right;
margin: 15px 10px 0 0;
text-align: right;
font-size: 1.2em;
}

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

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

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



#slideshow{
width: 900px;
height: 250px;
overflow: hidden;
}

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



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

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

#content ul{
list-style-type: none;
margin: 0px 10px;
padding: 0px;
}

#content li{
padding-left: 20px;
background: #ffffff url(../images/bullet.jpg) no-repeat center left;
}

#content table{
border: 1px solid #0F3E8E;
border-right: 0px;
border-bottom: 0;
}

#content td{
border-right: 1px solid #0F3E8E;
border-bottom: 1px solid #0F3E8E;
padding: 3px;
}


#footer{
clear: both;
margin: 0 auto;
width: 900px;
height: 80px;
position: relative;
background: #0F3E8E;
color: #666666;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
}

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

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

#footer-left{
position: absolute;
top: 0px;
left: 0px;
text-align: left;
padding: 7px;
line-heighT: 110%;
}

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



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

#contact-right{
float: right;
width: 200px;
margin: 10px 100px 20px 0px;
}


#navigation{
width: 900px;
z-index: 99;
margin: 0;
padding: 0px;
overflow: hidden;
}


#navigation ul{
margin: 0;
padding: 0px;
}

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

#navigation a{
display: block;
padding: 6px 6px;
color: #0F3E8E;
text-decoration: none;
text-align: left;
font-size: 11px;
font-weight: bold;
letter-spacing: 0px;
background-color: #FBEE0A;
float: left;
}

#navigation a:hover,#navigation a.current{
color: #FBEE0A;
background-color: #0F3E8E;
}



#navigation a.first{
}

#navigation a.last{
padding: 6px 9px;
}


form{width:250px;}
form input,form textarea, select {width:98%; height:19px; font:normal 11px/19px arial; padding:2px; color:#666666; background:#cccccc;}
select{width:100%;}
form input.textbox-small {width:170px; float:left;}
form textarea {height:100px; overflow:auto;}
input.submit{width:auto; cursor:pointer; float:right; color:#F8EE01; height: 23px; overflow: visible; background: #0F3E8E;}
form label{cursor:pointer; font:normal 12px/23px arial;}
form img{float: left;}




#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);
}



