@charset "utf-8";
/* CSS Document */

.oneColFixCtrHdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr a {
	text-decoration: none;
	color: #FF9999;
}
.oneColFixCtrHdr #header {
	position:absolute;
	left:auto;
	top:3px;
	width:780px;
	height:185px;
	z-index:2;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	position:absolute;
	left:auto;
	top:118px;
	width:705px;
	height:453px;
	overflow:auto;
	z-index:5;
	padding: 0 0 0 85px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainbodycontainer {
	position:absolute;
	left:auto;
	top:132px;
	width:780px;
	height:449px;
	z-index:7;
	padding: 0 0 0 0;
/*	border: thin dotted #FF6600; */
	} 
#styleslist {
float:left;
	position:relative;
	width:150px;
	height:400px;
	top:50px;
/* border: thin dotted #FF0099; */
	margin:0;
	padding: 0;
	}
#alternatetext {
position:absolute;
top:30px;
left:150px;
width:640px;
height: 410px;
overflow:auto;
list-style-position:inside;
/* border: thin dotted #99FF00;  */
	padding:0;
	margin:0;
}
#caption { /* caption block positions */
	position:absolute;
	width:175px;
	bottom:65px;
	left: 590px;
	display: inline-block;
			padding-bottom: 10px;


/*	border: thin dotted #99FF00; */
	}

.caption {
	display:none;}
	
	
.galleria{ /* this is the box the thumbnails go in */
	position:relative;
	list-style:none;
/*	border: thin dotted #99FF00;  */
	display:inline-block;
	padding:0;
	margin:0;
	width:150px;
	bottom:40px;
	left:590px;
		border-top: thin dashed #000000;
}
.galleria_wrapper{  /* this is the box the main image goes in */
	position:relative;
	margin: 10px;
	width:400px;
	left:10px;
	text-align:right;
	display:inline-block;
	overflow:hidden;
	vertical-align: text-bottom;/*	border: thin dotted #000000;  */
}

.galleria li{
	display:block;
	overflow:hidden;
	margin-right: 5px;
	margin-top:10px;
	float: left;
}
.galleria li a{
	display:none
}
.galleria li div{
	position:relative;
	display:none;
}
.galleria li div img{
	cursor:pointer;
}
.galleria li.active div img,.galleria li.active div{
	display:block;
}
.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto:
}
.oneColFixCtrHdr #styleslist {

}
.galleria li .caption{ /* caption font alterations */
	font-size:12px;
}



* html .galleria li div span{width:10px} /* MSIE bug */

.oneColFixCtrHdr #footer {
	position:absolute;
	left:auto;
	top:585px;
	width:780px;
	height:29px;
	z-index:8;
	font-size: 12px;
	font-style: italic;
	color: #999999;
	text-align: center;
}
.oneColFixCtrHdr #footer a {
	font-weight: bold;
	color: #999999;
}
.captiontitle{
font-weight: bold;
font-style:italic;
	color: #FF9999;
	text-align: center;
}
.captiontext {
	line-height:1em;
	font-size: 13px;

}
.bigfatpink {
	color: #FF9999;
	font-weight: bold;
	font-size: 34px}
.title {
	font-variant: small-caps;
	color: #FF9999;
	font-weight: bold;
	font-size:14px;
	text-transform: lowercase;
}
.wedstyle a {
	list-style-image: none;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	font-size:14px;
	display: block;
	margin: 0;
	list-style-type: none;
	text-transform: lowercase;}
.custstyle {
	list-style-image: none;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	font-size:14px;
	display: block;
	margin: 0;
	list-style-type: none;
	text-transform: lowercase;}
.custstyle a {
font-weight:normal;
}