/* CSS Document */
#container{
width:980px;
text-align:center;
}

#flashHolder{
width:980px;
height:475px;
text-align:center;
}

#imageHolder{
width:905px;
height:475px;
text-align:center;
background-color:#F5F5F5;
margin: 0px auto;
}
#wrapper{
text-align:center;
width:920px;
margin: 0px auto;
padding-bottom: 20px;
height:70px;
}
#logo-holder{
text-align:left;
background-image:url(images/holding-logo.png);
width:459px;
height:33px;
}


/* a */
#linksTop a{
text-decoration:none;
color:#FFFFFF;
}

#linksEnd a{
text-decoration:none;
color:#FFFFFF;
}

a{
color:#3F3F40;
}

a:hover{
	text-decoration:underline;
}

/* content */

#content{
float:left;
width:500px;
height:400px;
}

#spacer{
float:right;
width:405px;
height:475px;
background-repeat:no-repeat;
background-position:right;
}

#textHolder{
text-align:left;
margin-left:50px;
height:400px;
padding-top:0.5em;
padding-left:10px;
}
#scrollArea{
width:20px;
height:400px;
}

scroller{
width:20px;
height:auto;
}

h1{
font:"Bodoni SvtyTwo OS ITC TT-Book";
color:#3F3F40;
font-size:32px;
text-align:left;
font-weight:100;
}

p{
text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#3F3F40;
line-height:14px;
margin-top:-2.5%;
}

br{
	line-height:5px;
}

.quote p{
text-align:center;
}
#logo{
text-align:left;
margin-left:4px;
background-image:url(images/logo.png);
width:295px;
height:42px;
float:left;
clear:left;
}

/*links*/

#linksTopContainer{
float:right;
width:620px;
margin-top:20px;
text-align:right;
line-height:12px;
}

#linksSubContainer{
float:right;
width:620px;
margin-top:6px;
text-align:right;
line-height:12px;
}

#linksTop{
font:"Bodoni SvtyTwo OS ITC TT-Book";
color:#ffffff;
font-size:12px;
float:right;
background-image:url(images/text-border.png);
background-repeat:no-repeat;
background-position:right;
padding-left:10px;
padding-right:10px;
}


#linksEnd{
font:"Bodoni SvtyTwo OS ITC TT-Book";
color:#ffffff;
font-size:12px;
float:right;
padding-left:10px;
padding-right:10px;
}

#linksTopContainer #linksFaded #linksTop a {
color:#666666;
}

#linksTopContainer #linksFaded #linksEnd a {
color:#666666;
}

#linksSubContainer #linksFaded #linksTop a {
color:#666666;
}

#linksSubContainer #linksFaded #linksEnd a {
color:#666666;
}

#linksCurrent a{
text-decoration:underline;
}


 /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		text-align:center;
		position:relative;
		width:920px;		
		margin-bottom:2em;
		}			

/* Easy Slider */

	#slider{
		background-image:url(images/loading.gif);
		background-repeat:no-repeat;
		background-position:center;
		}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:920px;
		height:475px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:200px;
		}	
	#nextBtn{ 
		left:920px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.png) no-repeat 0 0;	
		}	
		
#homegallery{
	margin-left:100px;
}
a.homebridal{
	background-image:url(images/bridal-home.jpg);
	width:317px;
	height:475px;
	float:left;
	background-position:top;
}
a.homebridal:hover{
	background-image:url(images/bridal-home.jpg);
	width:317px;
	height:475px;
	float:left;
	background-position:bottom;
}
a.homecouture{
	background-image:url(images/couture-home.jpg);
	width:317px;
	height:475px;
	float:left;
	background-position:top;
	margin-left:75px;
}
a.homecouture:hover{
	background-image:url(images/couture-home.jpg);
	width:317px;
	height:475px;
	float:left;
	background-position:bottom;
	margin-left:75px;
}

.clearMenu{
	clear:left;
}
