/* CSS Document */

body{
background-color:#333333;
color:#999999;
font-size:76.1%;
font-family:Verdana,Arial,Helvetica,sans-serif;
line-height:1.3em;
margin-top:0;
}

#container_1 {
width:800px;
margin: 0 auto;
}


#content {
text-align:left;
width:600px;
height:100%;
float:left;
}




#top{
width:100%;
text-align:right;
}


#bottom {
width:100%;
text-align:left;
padding-top:20px;
float:clear;
}

.imgpad {
padding-right:20px;
}

#footer{
display:block;
float:clear;
width:797px;
height:25px;
text-align:right;
padding-top:5px;
font-size:0.9em;
}




h1 {
font-size:1.7em;
line-height:1.7em;
}
h2 {
font-size:1.3em;
line-height:1.3em;
}
h3{
font-size:1.1em;
line-height:1.1em;
}
h4{
font-size:1em;
line-height:1em;
}
h5{
font-size:1em;
line-height:1em;
}
h6{
font-size:1em;
line-height:1em;
font-weight:bold;
}
/*--------------------------------landing page ----------------------*/
#landing {
width:800px;
height:100%;
float:left;
border:solid 1px #666;	
margin-top:1.5em;
margin-bottom:0.5em;
padding-bottom:2em;
}

#choices { 
font-size:0.9em;
color:#FFF;
margin-bottom:1em;

}

#choices a:link {
font-size:1.1em; 
font-weight:bold;
color:#FFF;
text-decoration:none;

}

#choices a:visited { 
font-size:1.1em;
font-weight:bold;
color:#FFF;
text-decoration:none;
}

#choices a:hover{
font-size:1.1em;
font-weight:bold;
color:#666;
text-decoration:none;
}

#imgmain {
width:800px;
margin: 0 auto;

}
#choices {
text-align:center;
padding:5px;
color:#666666;
padding-top:10px;
}

#copy {
width:90%;
margin:0 auto;
padding-top:5px;

}	
#copy p{
margin-top:0.2em;

}
/*--------------------------------intro page ----------------------*/

	
#intro {
width:800px;
height:540px;
border:solid 1px #666;
margin-top:1.5em;
background-image:url(../images/home.jpg);
background-repeat:no-repeat;

}

#galleries {
text-align:left;
width:250px;
float:right;
font-weight:bold;
padding-top:50px;
}



#bride {
padding-left:0px;
}
#groom {
padding-left:10px;
}
#ceremony {
padding-left:20px;
}

#together {
padding-left:30px;
}

#guests {
padding-left:40px;
}

#details {
padding-left:50px;
}



#galleries a:link { 
color:#666;
text-decoration:none;

}

#galleries a:visited { 
color:#666;
text-decoration:none;
}

#galleries a:hover{ 
color:#999;
text-decoration:none;
}

/*--------------------------------gallery page ----------------------*/

#gallery {
text-align:center;
width:800px;
height:100%;
float:left;
}


#breadcrumbs {
width:800px;
height:25px;
float:left;
text-align:left;
padding-bottom:10px;

}

#breadcrumbs h3{
font-size:1.1em;
line-height:1.1em;
margin-top:0.5em;

}

#navigation {
width:800px;
height:20px;
text-align:right;
padding-top:10px;
padding-bottom:15px;

}

#navigation2 {
font-weight:bold;
text-align:right;
padding-top:0.5em;
padding-right:1em;


}

#navigation2 a:link { 
color:#333;
text-decoration:none;

	}
#navigation2 a:visited { 
color:#333;
text-decoration:none;
}

#navigation2 a:hover{ 
color:#666;
text-decoration:none;
}


#header {
width:800px;
height:125px;
background-image:url(../images/header.jpg);
background-repeat:none;
text-align:right;


}

#thumbs {
	width:800px;
	height:560px;
	margin-top:2em;
	padding-top:0;
	border:solid 1px #666;
	}
#thumbs h3 {
padding-left:10px; 
}
div.gallery_row6 { 
margin:0.5em 0;
padding-bottom:0.5em;

}
div.gallery_row6 a:link { 
color:#CCC;
text-decoration:none;

}
div.gallery_row6 a:visited { 
color:#CCC;
text-decoration:none;

}
div.gallery_row6 a:hover{ 
color:#666;
text-decoration:none;

}

.imgbg {
padding:10px;
background-color:#FFFFFF;
}

#thumbs a img {
border: none; 
}

/*.btnpad {
border-right:dotted 1px #666666 ;
}*/



#copyright {
float:left;
}

#design {
float:right;
}

#design a:link { /*apply link colour*/
color:#999;
text-decoration:none;

}

#design a:visited { /*apply link colour*/
color:#999;
text-decoration:none;

}

#design a:hover{ /*apply link rollover*/
color:#666;
text-decoration:none;

}


/*--------------------------------lightbox old ----------------------

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	*/
/*--------------------------------lightbox v2.04 ----------------------*/	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; margin-top:-25px;}
#lightbox img{ width: auto; height: auto;}
#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-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 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#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; }	
	
	
	
	
	
	/*-------------------------------bio ----------------------*/
	
	#bio img{
	background-color:#FFFFFF;
	padding:10px;
	} 
	
	#imgtest .imgpad{
	padding-right:2px;
	}
	
		/*------------------------------testimonials----------------------*/
	
	#testimonials {
	width:800px;
	height:540px;
	margin-top:1.5em;
	border:solid 1px #666;
	}
	
	#testleft,#bioleft,#servleft {
	float:left;
	width:400px;
	text-align:left;	
	padding-left:10px;
	}
	
	
	#testright,#bioright,#servright {
	float:right;
	width:360px;
	padding-top:35px;
	padding-right:10px;
	text-align:center:
		
	}
	
	#testimonials img{
	background-color:#FFFFFF;
	padding:10px;
	} 

	#nav_test1,#nav_test2,#nav_test3,#nav_test4{
	width:100%;
	text-align:center;
	padding-top:0.5em;
	margin: 0 auto;
	border-top: dotted 1px #CCC;
	} 
	
	#nav_test1{
	margin-top:10em;
	
	} 
	#nav_test2{
	margin-top:5em;
	
	} 
	#nav_test3{
	margin-top:10em;
	
	} 
	#nav_test4{
	margin-top:2em;
	
	} 
	#nav_test1 a:link,#nav_test2 a:link,#nav_test3 a:link,#nav_test4 a:link { 
	color:#999;
	text-decoration:none;

	}

	#nav_test1 a:visited,#nav_test2 a:visited,#nav_test3 a:visited,#nav_test4 a:visited { 
	color:#999;
	text-decoration:none;
	}

	#nav_test1 a:hover,#nav_test2 a:hover,#nav_test3 a:hover,#nav_test4 a:hover{ 
	color:#666;
	text-decoration:none;
	}
	
	
	
		
		/*-------------------------------contact----------------------*/
	
		
	#contactleft {
	float:left;
	width:500px;
	text-align:left;
	padding-left:15px;
	
	
	}
	
	table.contact{
	margin-top:3em;
	
	
	}

	
	#contactright{
	width:260px;
	float:right;
	text-align:center;
	margin:0 auto;
	margin-top:117px;
	margin-right:1em;
	border:1px solid #999999;
	background-color:#FFF;
	color:#000;
	}
	
	
	div #contactpg form {
	margin-top:4em;	
		
	}
	div #contactpg fieldset {
	border:1px solid #666;	
		
	}
	
	div #contactpg legend {
	font-weight:bold;
	padding:0px 5px;
		
	}
	
	
		/*------------------------------services page----------------------*/
		
	#servpage {
	text-align:center;
	width:800px;
	height:100%;
	float:left;	
	}
	
	#services {
	width:798px;
	height:555px;
	padding-bottom:15px;
	

		
	}
	
		
	#services a:link { /*apply link colour*/
	color:#CC9;
	text-decoration:none;
	}


	#services a:visited { /*apply link colour*/
	color:#CC9;
	text-decoration:none;

	}

	#services a:hover{ /*apply link rollover*/
	color:#999;
	text-decoration:none;

	}
	
	#services img{
	background-color:#FFFFFF;
	padding:10px;
	}
	
	
	
	
	
	/*-------------------------------sitemap----------------------*/
	
	#sitemap {
	text-align:left;
	width:800px;
	height:500px;
	border:solid 1px #666;
	margin-top:1.5em;
	
	
	}
	
	#sitemap h3 {
	padding-left:10px; 
	}
	
	#sitemap ul {
	display:block;	
	float:left;
	}
		
	ul#links a:link { /*apply link colour*/
	color:#999;
	text-decoration:none;
	}


	ul#links a:visited { /*apply link colour*/
	color:#999;
	text-decoration:none;

	}

	ul#links a:hover{ /*apply link rollover*/
	color:#666;
	text-decoration:none;

	}
	
	
	

		/*-------------------------------contact----------------------*/
		
#thankyou,#contactpg,#bio,#services {
	width:800px;
	height:540px;
	margin-top:1.5em;
	padding-top:0;
	border:solid 1px #666;
	}
	
	#thanks_1 {
	float:left;
	width:100%;
	text-align:center;
	
	
	}
	
	
	
	