/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Payne and Payne Photography
Author : Ben Rinehart
URL : payneandpayne.com

Description : 

Created : 04/11/2006
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #FAF8F3 url(../images/bg.jpg);
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;
	}

/* START CONTAINER */
#container{
	width: 700px;
	\width: 720px;
	w\idth: 700px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	}
	
	#gallerypage #container{
		width: 880px;
		\width: 900px;
		w\idth: 880px;
		}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 0;
		margin-bottom: 10px;
		}
	
	#header h1{
		width: 700px;
		height: 150px;
		padding: 0;
		margin: 0 auto;
		background: url(../images/logo.jpg) center center no-repeat;
		text-indent: -9000px;
		}
	
	#header h1 a{
		width: 700px;
		height: 150px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}/* END HEADER */
	
	/* START NAVIGATION */
	#navigation ul{
		width: 625px;
		margin: 0 auto;
		padding: 0;
		}
	
		#navigation ul li{
			list-style-type: none;
			padding: 0;
			margin: 0;
			display: block;
			float: left;
			background: url("../images/navigation.jpg") repeat-x;
			font: bold 11px/20px helvetica, arial, verdana, sans-serif;
			text-align: center;
			border-right: 1px solid #F00;
			}
		
		#navigation a{
			color: #fff;
			text-decoration: none;
			display: block;
			width: 87px;
			border-top: 1px solid #F00;
			border-bottom: 1px solid #F00;
			border-left: 1px solid #F00;
			}
		
			#navigation a:hover{
				background: url(../images/bg.jpg);
				color: #0000FE;
				}

		a:link, a:visited{
			color: #000;
			}
		
		a:hover, a:active{
			text-decoration: none;
			}
			
			#page_body a:link, #page_body a:visited{
				color: #DA1837;
				text-transform: uppercase;
				}

ul#local{						width: 635px; margin: 10px auto; padding: 0; text-align: center; font: bold 11px/20px helvetica, arial, verdana, sans-serif; }
ul#local li{					display: block; float: left; list-style-type: none; margin: 0; padding: 0; border-right: 1px solid #F00; background: url("../images/navigation.jpg") repeat-x; }
ul#local a{					color: #fff; text-decoration: none; display: block; width: 125px; border-top: 1px solid #F00; border-bottom: 1px solid #F00; border-left: 1px solid #F00; }
ul#local a:link,
ul#local a:visited{		color: #fff; }
ul#local a:hover{		background: url(../images/bg.jpg); color: #0000FE; }

	/* END NAVIGATION */
	
	/* START PAGE BODY */
	#page_body{
		padding: 25px 5px;
		}
	
		h1{
			color: #DA1837;
			text-align: center;
			}
		
		p{
			
			}
		
		ul li{
			margin: 10px 0;
			}
			
			ul.homeinfo li{
				margin: 0;
				padding: 0;
				}
		
		#home_images{
			margin: 5px auto;
			}
			
			#home_images img{
				border: 3px solid #DA1837;
				margin: 0 15px;
				}
		
		
		img{
			display: block;
			margin: 0 auto;
			}
			
			label img{
				display: inline;
				padding: 10px 10px 0 0;
				}/* END PAGE BODY */
	
	/* START GALLERIES */	
	#slideshow{
		width: 604px;
		height: 354px;
		margin: 0 auto;
		}

		#gallery{
			width: 790px;
			margin: 5px auto;
			}
			
			#enlarge{
				float: right;
				width: 445px;
				height: 360px;
				}
			
			#enlarge img{
				border: 3px solid #DA1837;
				}

		
		#thumbnails ul{
			margin: 0;
			padding: 0;
			width: 340px;
			}
			
		#thumbnails li{
			width: 80px;
			height: 80px;
			float: left;
			display: block;
			}
			
		#thumbnails img{
			border: 2px solid #DA1837;
			}/* END GALLERIES */
	
	/* START FORMS */
	form table{
		margin: 0 auto;
		}
	
		input[type="text"], textarea{
			width: 300px;
			}
		
		input[type="submit"]:hover, input[type="reset"]:hover{
			cursor: pointer;
			}/* END FORMS */
	
	/* START FOOTER */
	#footer{
		clear: both;
		padding: 0;
		margin-top: 15px;
		text-align: center;
		font-size: 10px;
		}
	
		address{
			font-style: normal;
			margin-top: 10px;
			}/* END FOOTER */
