
/*
// Shine Cleaning
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
overflow-x: hidden;
}

*{
padding: 0;
margin: 0;
border: 0;
}

body{
position: relative;
padding: 20px 0px;
border: 0;
margin: 0;
text-align: center;
font: 0.8em Arial,Verdana,Tahoma,sans-serif;
background-color: #e2e2e2;
color: #4b4b4b;
behavior: url(includes/csshover.htc);
overflow-x: hidden;
}

a{
text-decoration: none;
color: #363636;
}

a:hover{
color: #a5a5a5;
}

h1{
padding: 5px;
margin: 20px 0px 10px 0px;
background: #6D6D6D;
color: #ffffff;
font: bold 13px Arial,Verdana,Tahoma,sans-serif;
}

h2{
padding: 5px 0px 5px 0px;
margin: 20px 0px 5px 0px;
color: #6D6D6D;
font: bold 12px Arial,Verdana,Tahoma,sans-serif;
}

img{
border: none;
}

#content-wrapper ul{
padding-left: 35px;
margin-bottom: 12px;
}



#container{
width: 1000px;
height: 550px;
text-align: left;
margin: 0px auto;
overflow: hidden;
position: relative;
}

#content-wrapper{
clear: both;
overflow: hidden;
}



#column-one{
position: absolute;
top: 0px;
left: 0px;
width: 200px;
height: 550px;
color: #ffffff;
background: #6D6D6D;
font-weight: bold;
z-index: 3;
font-size: 11px;
}

#column-one a{
color: #ffffff;
}

#column-one a:hover{
color: #e2e2e2;
}

#column-one img{
padding: 5px 0px 0px 5px;
}

#column-one ul{
padding: 0px;
height: 130px;
margin: 30px 5px 5px 5px;
}

#column-one p{
padding: 0px 0px 0px 5px;
}

#column-one h3{
padding: 5px;
margin: 20px 5px 5px 5px;
background:  #FFFA49;
color: #6D6D6D;
font: bold 12px Arial,Verdana,Tahoma,sans-serif;
}

#column-two{
position: absolute;
top: 0px;
left: 200px;
width: 400px;
height: 550px;
background: #ffffff;
z-index: 2;
overflow: hidden;
}

#column-three{
position: absolute;
top: 0px;
left: 550px;
width: 400px;
height: 550px;
background: #FFFFFF;
z-index: 1;
}

#column-three-inner{
position: relative;
width: 400px;
height: 550px;
}

#corner{
position: absolute;
bottom: 5px;
height: 50px;
right: 50px;
}

#foot{
position: absolute;
bottom: -50px;
right: 0px;
}



#contact a{
color: #ffffff;
}

#contact a:hover{
color: #e2e2e2;
}

#contact span {
color: #e2e2e2;
}



#header{
width: 900px;
height: 150px;
text-align: left;
background-color: #cccccc;
}

#header-left{
float: left;
}

#header-right{
color: #363636;
float: right;
margin: 15px 10px 0 0;
text-align: right;
font-size: 1.2em;
}

#header-right a{
color: #363636;
}

#header-right a:hover{
color: #cccccc;
}

#header-right span{
font-weight: bold;
color: #363636;
}



#navigation{
z-index: 99;
margin: 0;
}

#navigation li{
width: 190px;
height: 22px;
list-style-type: none;
float: left;
position: relative;
}

#navigation a{
position: absolute;
top: 0px;
left: 0px;
padding: 3px 0px 3px 3px;
width: 215px;
display: block;
color: #ffffff;
text-decoration: none;
text-align: left;
font-size: 13px;
font-weight: bold;
letter-spacing: 0px;
}

#navigation a:hover,#navigation a.current{
background:  url(../images/nav.png) no-repeat top left;
color: #6D6D6D;
}


#navigation a.first{
}

#navigation a.last{
}


#slideshow{
width: 400px;
height: 550px;
}

#slideshow img{
width: 400px;
height: 550px;
}



#content{
height: 550px;
position: relative;
width: 350px;
margin: 23px 23px 23px 0px;
padding: 0px 20px 0px 20px;
margin-top: 0px;
text-align: justify;
font-size: 12px;
color: #4b4b4b;
overflow-x: hidden;
}

#content p{
margin: 5px 0px 18px 0px;
line-height: 18px;
}

#content ul{
margin: 10px 10px;
list-style-type: none;
paddinG: 0px;
}

#content a{
color: #4b4b4b;
}

#content a:hover{
text-decoration: underline;
}


#content li{
background: url(../images/bullet.jpg) no-repeat center left;
padding-left: 20px;
}




#footer{
clear: both;
margin: 0 auto;
width: 1000px;
height: 50px;
position: relative;
overflow: hidden;
color: #666666;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
}

#footer a{
color: #666666;
font-size: 10px;
}

#footer a:hover{
color: #000000;
}

#footer-left{
position: absolute;
top:10px;
left: 0px;
}

#footer-right{
position: absolute;
top:10px;
right: 0px;
}



#contact-left{
float: left;
width: 300px;
margin: 10px 0px 20px 70px;
text-align: center;
}

#contact-right{
float: right;
width: 300px;
margin: 10px 70px 20px 0px;
}




form{
width:250px;
}

form#callback_form{
width:300px;
}

form input,form textarea, select {
width:98%; 
height:19px; 
font:normal 11px/19px arial; 
padding:2px; 
color:#6D6D6D;
background:#cccccc;
}

select{
width:100%;
}

form input.textbox-small {
width:178px; 
float:left;
height:17px;
}



form textarea {
height:75px; 
overflow:auto;
}

input.submit{
width:auto; 
cursor:pointer; 
float:right; 
color:#6D6D6D; 
height: 23px; 
bordeR: 0;
overflow: visible; 
background: #FFFA49;
}



form label{
cursor:pointer; 
font:normal 11px/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);
}



