/*
// Diva Lash
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
}

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

body{
padding: 8px 0px;
border: 0px;
margin: 0px;
background: #000000 url('../images/corner1.jpg') no-repeat bottom left;
text-align: center;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 0.8em;
color: #ffffff;
text-align: center;
}

a{
text-decoration: none;
color: #ffffff;
}
a:hover{
color: #e1007c;
}

h1{
margin: 0px;
padding: 7px 5px 7px 5px;
font-family: arial,tahoma,verdana,sans-serif;
font-size: 14px;
width: 400px;
background: #bb0069;
font-weight: lighter;
color: #ffffff;
letter-spacing: 1px;
}

h2{
margin: 0px;
padding: 5px 0px 0px 0px;
font-family: arial,tahoma,verdana,sans-serif;
font-size: 12px;
font-weight: lighter;
text-transform: uppercase;
letter-spacing: 1px;
color: #e1007c;
}

img{
border: none;
}

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



#container{
width: 100%;
text-align: left;
margin: 0px auto;
overflow: hidden;
background: url('../images/corner2.jpg') no-repeat top right;
}

#content_wrapper{
clear: both;
width: 900px;
margin-left: auto;
margin-right: auto;
overflow: auto;
overflow: hidden;
}



#column1{
float: left;
width: 250px;
margin-top: 0px;
background: url('../images/menu.jpg') no-repeat top left;
height: 700px;
}

#address{
clear: both;
padding: 10px 0px 0px 10px;
}

#address a{
color: #ffffff;
}
#address a:hover{
text-decoration: underline;
}

#column2{
float: left;
width: 650px;
height: auto;


}

.caption{
text-align: center;
}



#banner{
width: 900px;
height: 110px;
text-align: left;
margin-left: auto;
margin-right: auto;
}

#logo{
float: left;
padding: 10px 0px 0px 0px;
}

#tel{
color: #ffffff;
float: right;
padding: 40px 0px 0px 0px;
font-size: 17px;
}

#tel a{
color: #ffffff;
}



#slideshow{
width: 650px;
height: 200px;
}



#content{

text-align: justify;
position: relative;
font-size: 12px;
line-height: 18px;
color: #cccccc;
}

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

#heading{
position: absolute;
top: 185px;
left: -15px;
}




#footer{
clear: both;
width: 650px;
margin-left: auto;
margin-right: auto;
height: 50px;
background: url('../images/footer.jpg') repeat-x top left;
color: #666666;
font-size: 10px;
font-family: "Trebuchet MS", Tahoma, Verdana;
}


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

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

#footerLeft{
float: left;
text-align: left;
padding: 10px 0px 0px 5px;
}

#footerRight{
float: right;
text-align: right;
padding: 10px 5px 0px 0px;

}




#contact_right{

width: 240px;
height: 350px;
}



#navigation{
width: 700px;
height: 50px;
z-index: 99;
}

#navigation ul,#navigation li{
padding: 0;
margin: 0;
}

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

#navigation a{
display: block;
float: left;
height: 30px;
padding: 6px 32px;
color: #ffffff;
margin: 0px 0px 3px 0px;
text-decoration: none;
text-align: left;
font-size: 0.85em;
font-weight: lighter;
letter-spacing: 1px;
background: url('../images/footer.jpg') repeat-x top left;
overflow: hidden;


}

#navigation li a:hover,#navigation a.current{
background: url('../images/hover.jpg') repeat-x top left;

color: #ffffff;


}





#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: #e1007c;

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




