body  {
	background: #000000;
	background-position:top;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0px 0px 0px 0px;
	color: #000000;
	margin-top:0px;
}
	
	
/*  navigation  */	
/***********************************************************************/

	.nav {
	position: absolute;
	left: 540px;
	top: 175px;
	margin: 0;
	padding: 0 0 0 25px;
	overflow: hidden;
	height: 80px;
	width: 420px;
	background-image:url(../images/navbkg.jpg);
	background-repeat:no-repeat; }
	
	.nav ul {   
    float: centre;    
    margin: 0;  padding: 0;     
    width: 100%;    
    list-style: none; }
	
	.nav ul li {
    float: left;
    margin: 0; padding: 0 0 0 5px; }
	
	.nav ul li a:link,
	.nav ul li a:visited {
    float: left;
    margin: 0;
    padding: 32px 5px 17px 12px;   
    font: bold 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
    text-transform: lowercase;          
    color:#fff;  }
	
	.nav ul li a:hover, 
	.nav ul li a:active {
    border: none;
    color: #000; }
	
	.active { 
    background: url(../../../images/left-nav-bg.gif) no-repeat; }
	
	.active a { 
    background: url(../../../images/right-nav-bg.gif) no-repeat right top;
    color: #f0e8e8; }
	
	
/*  Headers / images */
/***********************************************************************/

	.header {
	background: #000; }

	.name {
	position: absolute;
	top: 100px;
	left: 0px;
	padding: 0px 0px 0px 0;
	width: 392px;
	background-image:url(../images/headers/name.jpg);
	height: 60px;  }

	.phone {
	position: absolute;
	top: 560px;
	right: 0px;
	padding: 0px 0px 0px 0;
	width: 298px; 
	background-image:url(../images/headers/phone.jpg);
	height: 48px;  }
	
	.phone2 {
	position: absolute;
	top: 690px;
	right: 0px;
	padding: 0px 0px 0px 0;
	width: 506px; 
	background-image:url(../images/headers/phone2.jpg);
	height: 82px;  }
	
	.phonecontact {
	position: absolute;
	top: 870px;
	right: 0px;
	padding: 0px 0px 0px 0;
	width: 506px; 
	background-image:url(../images/headers/phone2.jpg);
	height: 82px;  }
	
	.bars {
	position: absolute;
	top: 690px;
	right: 0px;
	padding: 0px 0px 0px 0;
	width: 503px; 
	background-image:url(../images/bars.jpg);
	height: 18px;  }
	
	.frames {
	position: absolute;
	top: 13px;
	left: 40px;
	padding: 0px 0px 0px 0;
	width: 467px; 
	background-image:url(../images/frames.jpg);
	height: 308px; }
	
	.indexwed {
	position: absolute;
	top: 160px;
	left: 0px;
	padding: 0px 0px 0px 0;
	width: 506px; 
	background-image:url(../images/indexwed.jpg);
	height: 367px;  }
	
	.weddings {
	position: absolute;
	top: 160px;
	left: 0px;
	padding: 0px 0px 0px 0;
	width: 506px; 
	background-image:url(../images/wedding.jpg);
	height: 367px;  }
	
	.portraits {
	position: absolute;
	top: 160px;
	left: 0px;
	padding: 0px 0px 0px 0;
	width: 506px; 
	background-image:url(../images/portraits.jpg);
	height: 367px;  }
	
	.about {
	position: absolute;
	top: 160px;
	left: 0px;
	padding: 0px 0px 0px 0;
	width: 506px; 
	background-image:url(../images/about.jpg);
	height: 367px;  }
	
	.about2 {
	position: absolute;
	top: 190px;
	right: 0px;
	padding: 0px 0px 0px 0;
	width: 506px; 
	background-image:url(../images/about2.jpg);
	height: 367px;  }
	
	.contact1 {
	position: absolute;
	top: 160px;
	left: 0px;
	padding: 0px 0px 0px 0;
	width: 506px; 
	background-image:url(../images/contact1.jpg);
	height: 367px;  }
	
	.contact2 {
	position: absolute;
	top: 190px;
	right: 0px;
	padding: 0px 0px 0px 0;
	width: 506px; 
	background-image:url(../images/contact2.jpg);
	height: 367px;  }
	
	.indexport {
	position: absolute;
	top: 190px;
	right: 0px;
	padding: 0px 0px 0px 0;
	width: 506px; 
	background-image:url(../images/indexport.jpg);
	height: 367px;  }
	
	.portrait {
	position: absolute;
	top: 160px;
	left: 0px;
	padding: 0px 0px 0px 0;
	width: 506px; 
	background-image:url(../images/portrait.jpg);
	height: 367px;  }
	
	.weddingphoto-block {
	position: absolute;
	width: 500px;
	top: 173px;
	right: 0px;
	background-color:#000; }
	
	
li { display: inline; float: left; }
 
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 0px;
	width: 462px;
}
ul.thumb li {
	margin: 0;
	padding: 0px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 100px;
	height: 100px;
}
ul.thumb li img {
	width: 100px;
	height: 100px; /* Set the small thumbnail size */
	
	border: 1px solid #000;
	padding: 5px;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */

}
    

/*  Container */
/***********************************************************************/

	.container {
	position: relative; 
	width: 1020px; 
	background: #FFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	z-index: 0; }
	
	.form-block {
	position: absolute;
	width: 520px;
	height: 450px;
	top: 555px;
	right: 0px;
	background-color:#000;
}
	
	.form-block p{
	margin: 0; }
	
	.text-block {
    position: absolute;
	color: #000;
	width: 415px; 
	height: 50px;
	top: 140px;
	right: 0px; }

	.text-block2 {
    position: absolute;
	float: right;
	width: 426px; 
	height: 358px;
	top: 550px;
	right: -2px; }
	
	.weddings-text-block {
	position: absolute;
	float: left;
	width: 500px;
	margin: 15px 2px 10px 5px;
	color: #fff;
	top: 550px;
	font: 14px 'Papyrus', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	text-align:justify;
}
	
	.contact-text-block {
    position: absolute;
	left:0px;
    width: 480px;
	color: #fff;
	top: 570px;
	font: 14px 'Papyrus', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif; 
	text-align:justify; }	
	
	.about-text-block {
    position: absolute;
	left:0px;
    width: 480px;
	color: #fff;
	top: 570px;
	font: 14px 'Papyrus', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif; 
	text-align:justify; }	
	
	.contentcontact {
	padding: 0px 0;
	height:820px;}

	.contentwedding {
	padding: 0px 0;
	height:820px;}
	
	
/*  Flash */
/***********************************************************************/
	.body #indextop {
	position: absolute;
	margin-top:0px;
	right: 20px;
	padding: 0px 0px 0px 0px;
	width: 537px;
	height: 517px;
	left: 0; }

	.body #indexbot {
	position: absolute;
	right: 0px;
	padding: 0px 0px 0px 0px;
	width: 426px; 
	height: 358px;
	margin-top:350px;}
	
	.body #index {
	position: absolute;
	margin-top:350px;
	width: 980px;
	padding: 0px 0px 20px 7px; }
	
	
	.clearfix {display: inline-block;}


/***********************************************************************/

/* ~~ Element/tag selectors ~~ */
	ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0; }
	
	h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an 			alternate method. */ }
	
	a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none; }
	
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
	a:link {
	color:#999;
	text-decoration: none; }
	
	a:visited {
	color: #999;
	text-decoration: none; }
	
	a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color:#00C;
	text-decoration: none; }


/* ~~ The footer ~~ */
/***********************************************************************/
.footer {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 400px;
	top: 530px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px; }

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*  Lightbox */
/***********************************************************************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border:thick; }

#outerImageContainer{ position: relative; background-color: #333; border:thick; width: 770px; height: 210px; 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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 85% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 85% no-repeat; }

#imageDataContainer{ font: 12px Verdana, Helvetica, sans-serif; background-color: #fff; text-align:justify; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left; text-align: justify; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

