/*
// Wedding Belles
// Dark Colour // Highlight Colour */



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

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

body{
padding: 8px 0px;
border: 0px;
margin: 0px;
background-image: url(../images/background.jpg);

text-align: center;
font-family: arial;
font-size: 12px;
color: #666666;
text-align: center;
}

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


h1{
margin: 0px 0px 5px 0px;
padding: 0px 0px 5px 0px;
font-family: arial, tahoma,verdana,sans-serif;
font-size: 15px;
width: 500px;
font-weight: lighter;
color: #e33b78;
letter-spacing: 0;
}


h2{
margin: 5px 0px 0px 0px;
padding: 5px 0px 0px 0px;
font-family: arial, tahoma,verdana,sans-serif;
font-size: 12px;
font-weight: bold;
color: #e33b78;
letter-spacing: 1px;
}

img{
border: none;
}

textarea.enquiry{
overflow: auto;
}

ul{
padding-left: 20px;
}



#container{
width: 900px;
text-align: left;
margin: 0px auto;
overflow: hidden;
}

#content_wrapper{
clear: both;
width: 880px;
background: #ffffff;
background-image: url(../images/background2.jpg);
border: 10px solid #ffffff;
overflow: hidden;
overflow-x: hidden;
}



#column1{
float: left;
width: 310px;
overflow: hidden;
padding: 10px 0px 10px 0px;
}

#column2{
overflow: hidden;
float: left;
width: 556px;
height: auto;
}



#banner{
width: 900px;
height: 80px;
text-align: left;
position: relative;
}

#logo{
padding-top: 15px;
}


#slideshow{
width: 300px;
height: 450px;
overflow: hidden;
border: 5px solid #e33b78;
}



#content{
padding: 15px;
text-align: justify;
font-size: 12px;
line-height: 12pt;
color: #4b4b4b;
}

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

#content a{
color: #e33b78;
}

#content a:hover{
text-decoration: underline;
}

.gallery{
border: 1px solid #e33b78;;
}

.social
{
margin-top: 5px;
width: 520px;
text-align: right;
}



#footer{
clear: both;
width: 900px;
height: 30px;
background-color: #;
color: #cccccc;
font-size: 10px;
font-family: Tahoma, Verdana;
}

#footer a{
color: #cccccc;
}

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

#footerLeft{
float: left;
width: 320px;
text-align: left;
padding: 5px;
}

#footerCenter{
float: left;
width: 230px;
text-align: right;
padding: 5px;
}

#footerRight{
float: left;
width: 320px;
text-align: right;
padding: 5px;
}



#contact_left{
float: left;
width: 500px;
text-align: left;
margin-right: 60px;
}

#contact_right{
float: left;
width: 300px;
margin: 0px 0px;
}



#navigation{
position: absolute;
top: 30px;
left: 335px;
width: 900px;
z-index: 99;
margin: 0px;
}

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

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

#navigation a{
display: block;
padding: 6px 7px;
color: #ffffff;
text-decoration: none;
text-align: center;
font-size: 13px;
font-weight: none;
letter-spacing: 1px;
background-color: #;
float: left;
}

#navigation a:hover{
color: #e33b78;

}

#navigation a.current{
color: #e33b78;

}






#contact_form label{
clear: both;
float: left;
width: 100px;
text-align: left;
font-weight: bold;
margin-top: 0px;
}

#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.submit{
width: auto;
padding: 4px 6px;
background-color: #e33b78;
border: 0;
float: left;
text-transform: uppercase;
color: white;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

div.sub_btns{
clear: both;
padding-left: 190px;
height: 40px;
}



#panel{
width: 900px;
margin: 6px auto;
border: 1px solid #ffffff;
background-color: #e33b78;
color: #ffffff;
}





.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
background-color: white;
}


* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}





