
/*
// Love Beauty Boutique 
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
overflow-x: hidden;
}

*{
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
background: transparent;
}

body{
position: relative;
font-family: Arial,Verdana,Tahoma,sans-serif;
background: url(../images/background.jpg);
color: #4b4b4b;
overflow-x: hidden;
}

a{
text-decoration: none;
color: #363636;
}

a:hover{
color: #a5a5a5;
}

h1{
margin-bottom: 20px;
font: normal 2em Arial,Verdana,Tahoma,sans-serif;
color: #5A3D1B;
}

h2{
margin: 4px 0px 0 0;
font: normal 1.8em Arial,Verdana,Tahoma,sans-serif;
color: #5A3D1B;
}

img{
border: none;
}



#container{
width: 900px;
text-align: left;
margin: 0px auto;
overflow: hidden;
}

#content-wrapper{
clear: both;
overflow: hidden;
}



#column-left{
float: left;
position: relative;
margin-left: 10px;
background: url(../images/contact.png) no-repeat top left;
width: 320px;
}

#column-left table{
margin-left: 20px;
font-size: 1em;
}

#column-left table td{
width: 120px;
}

#slideshow-bottom{
position: absolute;
top: 300px;

left: 10px;
}

#pricelist{
width: 300px;
position: relative;
height: 50px;
margin-left: 10px;
background: url(../images/pricelist-back.png) no-repeat;
}

#pricelist img{
position: absolute;
top: -15px;
border: 1px solid #5A3D1B;
left: 10px;
}

#pricelist p{
position: absolute;
top: 13px;
left: 80px;
font-size: 1.3em;
color: #fff;
}

#pricelist a{
color: #fff;
}

#column-right{
float: left;
width: 570px;
height: auto;
overflow: hidden;
}

#gallery{
width: 600px;
height: 400px;
display: block;
}

#gallery img{
float: left;
margin: 2px;
cursor: url(../images/magnify.cur),url(images/magnify.cur),pointer;
border: 2px solid #5A3D1B;

}



#header-wrapper{
border-top: 30px solid #5a3d1b;
}

#header{
width: 900px;
height: 220px;
position: relative;
margin: 0 auto;
}

#contact-heading{
position: absolute;
top: 0;
color: #fff;
font-size: 1.5em;
right: 100px;
}

#contact-box{
position: absolute;
top: 0;
right: 0;
}

#contact-text{
position: absolute;
top: 70px;
font-size: 0.9em;
left: 600px;
}

#contact-text p{
margin-bottom: 5px;
}

#signiture{
position: absolute;
top: 170px;
font-size: 1.2em;
left: 250px;
}

#chandelier{
position: absolute;
top: 40px;
right: 0px;
}

#makeup{
position: absolute;
bottom: 20px;
left: 450px;
z-index: 9;
}


#banner{
position: absolute;
top: 10px;
left: 0;
width: 580px;
display: block;
height: 300px;
background: url(../images/banner.png) no-repeat;
}

#slogans{
position: absolute;
top: 20px;
font-size: 0.9em;
left: 250px;
}

#slogans li{
list-style-type: none;
background: url(../images/bullet.png) no-repeat center left;
padding-left: 20px;
}






#header-logo{
position: absolute;
top: 20px;
left: 10px;
}







#navigation{
width: 900px;
height: 50px;
background: url(../images/navigation.png);
z-index: 99;
margin: 0;
overflow: hidden;
}

#navigation li{
list-style-type: none;
float: left;
margin: 8px 0 0 0;
}

#navigation a{
display: inline-block;
padding: 6px 25px;
color: #fff;
text-decoration: none;
text-align: left;
font-size: 1.3em;
font-weight: bold;
letter-spacing: 0px;
float: left;
}

#navigation a:hover,#navigation a.current{
color: #FDDFEB;
}



#slideshow{
margin-left: 10px;
width: 280px;
border: 10px solid #5A3D1B;
height: 280px;
overflow: hidden;
background-color: #000000;
}

#slideshow img{
width: 280px;
height: 280px;
}



#content{
position: relative;
width: 530px;
margin: 25px 0px 50px 0px;
padding: 20px;
text-align: justify;
font-size: 12px;
background: #fff url(../images/content.png) repeat-x bottom left;
line-height: 150%;
color: #4b4b4b;
}

#top{
position: absolute;
top: -13px;
left: 0;
}

#bottom{
position: absolute;
bottom: -13px;
left: 0;
}

#content p{
margin: 5px 0px 15px 0px;
}

#content ul{
padding-left: 35px;
margin-bottom: 12px;
}



#logos{
background: #5A3D1B;
height: 100px;
position: relative;
width: 560px;

padding-left: 10px;
}

#logos img {
margin: 10px 10px 0 0;
}


#logos-top{
position: absolute;
top: -22px;
margin: 0;
left: 0px;
}

#footer-wrapper{
background: #5A3D1B;
}

#footer{
clear: both;
position: relative;
width: 900px;
margin: 0 auto;
height: 100px;
color: #e2e2e2;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
}

#treatment{
position: absolute;
top: -160px;
left: 30px;
}

#footer a{
color: #e2e2e2;
font-size: 10px;
}

#footer a:hover{
color: #ffffff;
}

#footer-left{
position: absolute;
top: 20px;
line-height: 110%;
left: 0px;
}




#contact-left{
float: left;
width: 300px;
margin: 10px 0px 20px 40px;
text-align: center;
}

#contact-right{
float: right;
width: 300px;
margin: 10px 40px 20px 0px;
}




form.contact-form{
overflow: hidden;
width: 300px;
}


form.contact-form input,form.contact-form textarea, select {
width:98%; 
height:19px; 
font:normal 1em/19px arial; 
padding:2px; 
color:#5A3D1B;
background: #ffffff url(../images/form.jpg) repeat-x bottom left;
border: 1px solid #cccccc;
}

form.contact-form select{
height:25px; 
width:100%; 
font:normal 1em arial; 
border: 0;
border: 1px solid #cccccc;
}

form.contact-form input.textbox-honey {
display: none;
}

form.contact-form label {
color: #4b4b4b;
font:normal 1em/25px arial; 
margin: 3px 0;
cursor: pointer;
}

form.contact-form textarea {
height:50px; 
overflow:auto;
}

form.contact-form input.contact-submit{
width:auto; 
cursor:pointer; 
float:right; 
color:#ffffff; 
margin-top: 10px;
height: 23px; 
border: 0;
overflow: visible; 
background: #5A3D1B;
}



#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;
}

.left{ float: left; }
.right{ float: right; }

.validated-form label.error{
color: red;
}

div.warningbox,div.infobox,div.confirmbox{
min-height: 40px;
padding: 4px 8px 4px 50px;
margin-bottom: 5px;
background-repeat: no-repeat;
background-position: 6px center;
font-size: 0.9em;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

div.warningbox{
background-color: #f1d7d7;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/warning.png);
border: 3px double #d4322a;
color: #d4322a;
}

div.infobox{
background-color: #cbd5eb;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/info.png);
border: 3px double #3960af;
color: #3960af;
}

div.confirmbox{
background-color: #c3e5bf;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/confirm.png);
border: 3px double #38972e;
color: #38972e;
}











