/*	RESET: Standard overrides for common elements
	-------------------------------------------------- */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	
/*	CLEARFIX: Clear any float issues
	-------------------------------------------------- */
	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {
		display:inline-block;
	}
	/* Hides from IE-mac \*/
	* html .clearfix {
		height:1%;
	}
	.clearfix {
		display:block;
	}


/*	BASE: Default font & colour styles
	-------------------------------------------------- */	
	body {
		font: normal normal normal 75% Verdana, Geneva, sans-serif;  /* 11px */
		font-size: 0.8em;
		background: #FFFFFF;
		background-image: url(../images/layout/bg-body.jpg);
		background-position: center top;
		background-repeat: repeat-y;
		text-align: center;
		color: #333333;	
		padding: 0 0 100px;
	}		
	
	/* Right margins for column alignment */
	.m-20	{margin-right: 20px;}
	.m-10	{margin-right: 10px;}
	
	
/*	TYPOGRAPHY: Headings, paragraphs & links
	-------------------------------------------------- */	
	h1 {
	padding: 0;
	font-size: 2.14em;
	font-weight: normal;
	color: #757777;
	font-family: Verdana, Geneva, sans-serif;
	}
	h2 {
	padding: 0;
	font-size: 1.25em;
	font-weight: normal;
	}
	h3 {
		padding: 0; 
 		font-size: 1.58em;
		font-weight: normal;
	} 
	h4 {
		padding: 0; 
 		font-size: 1.17em;
		font-weight: bold;
	} 
	h5 {
		padding: 0; 
 		font-size: 1.17em;
		font-weight: normal;
	}  
	h6 {
		padding: 10px 0; 
 		font-size: 1em;
		font-weight:n ormal;
	}  
	
	p {
		font-size: 1em; 
		line-height: 1.3em;
		margin: 5 0 10px;
	}
	
	a {
	text-decoration: none;
	color: #3DACA6;
	}
	a:hover	{
		
	}

	
	
/*	LISTS: General content copy lists
	-------------------------------------------------- */
	ul, ol {
		margin: 0;
		padding: 0;
		list-style:none;
	}




/*	HEADER STYLES
	-------------------------------------------------- */
	#header {
		height: 48px;
		margin: 20px 0;
		background-color: #FFF;
	}
	
	#header a img {
	float: left;
}

		#header h1 {
	text-align: right;
	font-weight:bold;
	position: relative;
	top: 25px;
	}


/*	NAVIGATION STYLES
	-------------------------------------------------- */

	#mainnav {
		width:980px;
		height: 38px;
		margin: 0 auto;
	}
	#mainnav li { float: left;display:block; }
	#mainnav li a { display:block; width: 196px; height: 0; padding-top: 38px; overflow: hidden; }
	#mainnav li a, #mainnav { background: url(images/navigationbar1.jpg) no-repeat; }
	
	#mainnav li#wedding-photography a { width: 196px; background-position: 0 0; }
	#mainnav li#wedding-gallery a { width: 196px;  background-position: -196px 0;}
	#mainnav li#wedding-about a { width: 196px; background-position: -392px 0;}
	#mainnav li#client-area a { width: 196px; background-position: -588px 0; }
	#mainnav li#wedding-contact a { width: 196px; background-position: -784px 0;}
	
	/* OVER STATES */
	#mainnav li#wedding-photography a:hover { background-position: 0 -38px; }
	#mainnav li#wedding-gallery a:hover { background-position: -196px -38px; }
	#mainnav li#wedding-about a:hover { background-position: -392px -38px; }
	#mainnav li#client-area a:hover { background-position: -588px -38px; }
	#mainnav li#wedding-contact a:hover { background-position: -784px -38px; }
	
	/* ON STATES */
	.wedding-photography #mainnav li#wedding-photography a{ background-position: 0 -114px; }
	.wedding-gallery #mainnav li#wedding-gallery a { background-position: -196px -114px !important; }
	.wedding-about #mainnav li#wedding-about a { background-position: -392px -114px !important; }
	.client-area #mainnav li#client-area a { background-position: -588px -114px !important; }
	.wedding-contact #mainnav li#wedding-contact a { background-position: -784px -114px !important; }


/*	GALLERY STYLES
	-------------------------------------------------- */
	
#container{
	width:992px;
	margin:auto;
	background:url(images/main1_bg.jpg) no-repeat -12px bottom;

	
}
	#gallery{
		position:relative;
	}

	#main_image_holder{
		width:980px;
		height:450px;
		margin: 15px auto;
		overflow:hidden;
		text-align:left;
		
	}
	ul#main_images{width:90000px;}
	ul#main_images li{display:block;float:left;width:980px}
	
	#gallery a#thumbs_left{
		background:url(images/slidergallerymenu/left.png) no-repeat -2px 0;
		display:block;
		height:55px;
		width:20px;
		position:absolute;
		left:4px;
		cursor:pointer
	}
	#gallery a#thumbs_left:hover{
		background:url(images/slidergallerymenu/left.png) no-repeat 0 -55px;
	}
	#gallery a#thumbs_right{
		background:url(images/slidergallerymenu/right.png) no-repeat -2px 0;
		display:block;
		height:55px;
		width:20px;
		position:absolute;
		right:4px;
		top:0px;
		cursor:pointer
	}
	#gallery a#thumbs_right:hover{
		background:transparent url(images/slidergallerymenu/right.png) no-repeat 0 -55px;
	}
	#gallery #thumb_container{
		width:965px;
		overflow:hidden;
		position:absolute;
		left:20px;
	}
	#gallery ul#thumbnails{
		width:30000px;
		
	}
		#gallery ul#thumbnails li img{
			cursor:pointer
		}

		#gallery ul#thumbnails li{
			display:block;
			float:left;
			width:68px;
			text-align:center;
			height:55px;
			padding-top:8px;
			background:transparent url(images/slidergallerymenu/pic_bg.png) no-repeat 0 0;
		}

		#gallery ul#thumbnails li.active{
			background:transparent url(images/slidergallerymenu/active_bg.png) no-repeat 0 0;
		}
#container #main_image_holder #main_images li form {
	position: relative;
	top: 45px;
}

#FlashID {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
}



#maincontainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	top: 25px;
	position: relative;
	height: 600px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#main_image_holder form table .bcrow2 td h2 {
	float: left;
}
#main_image_holder form #formphoto {
	
}
#footer {
	width: 980px;
	padding-top: 30px;
}
#footer #review {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	width: 400px;
}
