/* CSS Document */

html, body { 
	margin: 0px 0px 0px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color:#e6e6e6;
	height:100%; 	
	}	
.tablebody
{
	vertical-align: middle;
	margin: 0px auto;
	height:100%;
	width:820px;
}

.tablebody td {
	vertical-align: middle;
}

.wrapper {
	width: 820px;
	height: 519px;
	margin: 0px auto;
	background:#FFFFFF;
	text-align: center;
	}
	
.wrapper2 {
	width: 760px;
	height: 459px;
	margin: 0px auto;
	background:#FFFFFF;
	padding-top: 30px;
	text-align: left;
	}	
	
.nav {
	width: 760px;
	height: 31px;
	background-image: url(../images/navBG.jpg);
	background-repeat:repeat-x;
	margin-bottom: 30px;	
	}	
	
.middle {
	width: 760px;
	height: 350px;
	}
	
.footer {
	width: 760px;
	margin-top: 30px;
	font-size: 10px;
	color: #b3b3b3;
	border-top: 1px dotted #b3b3b3;
	padding-top: 10px;
	}	
	
.footerL {
	width: 500px;
	float:left;
	}	
	
.footerR {
	width: 200px;
	float:right;
	text-align: right;
	}	
	
.footer a:link, .footer a:active, .footer a:visited {

	color: #b3b3b3; 
	text-decoration: none;
	}	
	
.footer a:hover {

	color: #ffffff;
	background: #b3b3b3; 
	text-decoration: none;
	}	

.navbutton {
	margin-bottom: 6px;
	}
	
.bodyimage {
	width: 233px;
	float: left;
	}

.bodycontent {
	width: 477px;
	height: 350px;
	float:right;
	padding-right: 20px;
	overflow: auto;
	font-size: 12px;
	color:#666666;
	line-height: 16px;
	} 
	
.bodyheader {
	font-size: 14px;
	color: #003366;
	line-height: 18px;
	}
	
.bodycontent a:link, .bodycontent a:active, .bodycontent a:visited {

	color: #666666; 
	text-decoration: none;
	}	
	
.bodycontent a:hover {

	color: #ffffff;
	background: #666666; 
	text-decoration: none;
	}			

p {
	margin: 0px 0px 0px 0px;
	}
	
ul, li {
	font-size: 12px;
	color:#666666;
	}	
	
.submenu {
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float:right;
	background: #CCCCCC;
	line-height:normal;
	color:#003366;
	}	
	
.submenu a:link, .submenu a:active, .submenu a:visited {

	color: #003366; 
	text-decoration: none;
	}	
	
.submenu a:hover {

	color: #ffffff;
	background: #003366; 
	text-decoration: none;
	}	
	
#rotator {
  background: url(../images/body-random/rotate.php) no-repeat center top;
  width: 233px;
  height: 350px;
  float: left;
}

#rotatorbridal {
  background: url(../images/bridal-random/rotate.php) no-repeat center top;
  width: 233px;
  height: 350px;
  float: left;
}

.portfolio {
	width: 760px;
	height: 350px;
	float: left;
	overflow: auto;
	font-size: 12px;
	color:#666666;
	line-height: 16px;
	} 
	
.portfolioimage {
	padding: 2px;
	border: 1px solid #b3b3b3;
	}	

/* lightbox past here */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/back.jpg) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.jpg) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	width: 100%	
	}

#imageData{	padding: 0px 0px 0px 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right; padding-top: 7px; padding-bottom: 10px; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}				