/* ========= */
/* = reset = */
/* ========= */

* { margin: 0; padding: 0; border: 0; }
a img { border: none; }
p { margin-bottom: 20px; }


/* ============== */
/* = typography = */
/* ============== */

/* body and headers */

body,
input.text,
textarea {
	color: #777;
	font-family: AvenirLTStd-Light, Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
}

h2 {
	font-size: 27px;
	line-height: 40px;
	color: #777;
}

h3,
h4,
.digital_negatives h4,
form h4,
#bloglink,
#phone {
	font-family: Georgia, serif;
}


/* bold and links */

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#bottom a {
	color: #777;
	text-decoration: underline;
}


/* bottom text */

#bottom h4 {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	color: #777;
	margin: 35px 0 5px 0;
}
	#bottom h4 span {
		font-size: 19px;
		color: #999;
		font-family: Georgia;
		font-weight: normal;
	}
#bottom p {
	font-size: 13px;
	line-height: 25px;
	color: #777;
	padding-right: 20px;
	margin-bottom: 25px;
}


/* ======= */
/* = top = */
/* ======= */

#top {
	position: relative;
	height: 710px;
	margin-bottom: 30px;
	background: transparent url('../media/images/bg_top.png') no-repeat top center;
}
	#top h1 {
		position: absolute;
		width: 340px;
		height: 110px;
		top: 30px;
		left: 50%;
		margin-left: -170px;
		text-indent: -3000px;
		background: transparent url('../media/images/logo.png') no-repeat;
	}
	#top #slideshow {
		position: absolute;
		top: 170px;
		left: 50%;
		margin-left: -470px;
		width: 940px;
		height: 510px;
	}


/* ========== */
/* = middle = */
/* ========== */

#middle {
	padding-bottom: 80px;
	border-bottom: 1px solid #e6e6e6;
	background: transparent url('../media/images/flourish_top.png') no-repeat bottom center;
	
}
	#middle h2 {
		width: 940px;
		margin: 0 auto;
	}


/* ========== */
/* = bottom = */
/* ========== */

#bottom {
	height: 580px;
	margin: 10px 0;
	background-color: #f5f5f5;
}
	#bottom h3 {
		font-size: 46px;
		line-height: 60px;
		font-weight: normal;
		color: #5fb674;
		margin-top: 45px;
		padding-left: 3px;
		border-bottom: 1px solid #ccc;
	}
	
	
	/* currency toggle */
	
	#bottom #currency_toggle {
		position: absolute;
		top: 73px;
		right: 300px;
		overflow: hidden;
	}
		#bottom #currency_toggle li {
			list-style: none outside none;
			float: left;
			line-height: 16px;
			color: #999;
		}
			#bottom #currency_toggle li.active {
				font-weight: bold;
				color: #777;
			}
			#bottom #currency_toggle li.track {
				width: 40px;
				height: 15px;
				background: transparent url('/media/images/slider.png') top left;
				margin: 0 5px;
			}
				#bottom #currency_toggle li.track span.slider {
					display: block;
					width: 21px;
					height: 13px;
					background: transparent url('/media/images/slider.png') 1px -15px;
					margin: 1px 0 0 0;
					cursor: pointer;
				}
				#bottom #currency_toggle li.track span.slider.ui-draggable-dragging {
					background-position: 22px -15px;
				}
			#bottom .us_price {
				display: none;
			}
	
			
	/* navigation */
	
	#bottom #nav {
		position: absolute;
		top: 65px;
		right: 0;
		overflow: hidden;
		font-size: 16px;
		line-height: 30px;
	}
		#bottom #nav li,
		.page_3 input.submit {
			display: block;
			float: left;
			padding: 0 10px;
			margin-left: 10px;
			list-style: none outside none;
			color: #777;
			background-color: #f5f5f5;
			cursor: pointer;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			-webkit-transition-duration: 500ms;
			-moz-transition-duration: 500ms;
		}
			#bottom #nav li:hover {
				background-color: #e6e6e6;
				color: #777;
			}
			#bottom #nav li.active,
			#bottom #nav li.active:hover,
			.page_3 input.submit {
				background-color: #5fb674;
				color: #fff;
				cursor: default;
			}
			
			
	/* pages */

	#pages_container {
		position: relative;
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
	}
		#pages {
			width: 2880px;
			position: relative;
		}
		
		
		/* packages */
		
		#bottom .digital_negatives {
			margin-right: 20px;
			padding: 15px 20px;
			background-color: #e6e6e6;
		}
			#bottom .digital_negatives h4, #bottom form h4 {
				font-size: 25px;
				line-height: 40px;
				font-weight: normal;
				color: #777;
				margin: 0;
			}
			#bottom .digital_negatives p {
				margin-bottom: 0;
			}
			
		
		/* about */

		#bottom .photo h4 {
			margin-top: 20px;
			padding: 0;
		}
		#bottom .photo img {
			margin-top: 30px;
		}

		
		/* contact */
		
		.page_3 form {
			margin-top: 30px;
			padding: 15px 20px;
			background-color: #e6e6e6;
			overflow: hidden;
		}
		#bottom .page_3 form h4 {
			margin-bottom: 5px;
		}
		.page_3 input.text {
			width: 100%;
			height: 30px;
			font-size: 16px;
			line-height: 30px;
			margin-bottom: 19px;
			background: transparent;
			border: none;
			border-bottom: 1px solid #ccc;
			outline: none;
		}
		.page_3 textarea {
			width: 100%;
			height: 150px;
			font-size: 16px;
			line-height: 30px;
			margin-bottom: 9px;
			background: transparent;
			border: none;
			border-bottom: 1px solid #ccc;
			outline: none;
			resize: none;
			overflow: visible;
		}
		.page_3 input.submit {
			font-size: 16px;
			line-height: 21px;
			height: 23px;
			font-weight: normal;
			border: none;
			margin: 0;
			padding-top: 1px;
			padding-bottom: 2px;
			float: right;
			cursor: pointer;
			-webkit-transition: none;
			-moz-transition: none;
		}
			.page_3 input.submit:hover {
				background-color: #7bbd80;
			}
			.page_3 input.submit:focus, .page_3 input.submit:active {
				background-color: #629666;
				padding-top: 2px;
				padding-bottom: 0;
				outline: none;
			}

		.page_3 .thankyou {
			display: none;
			height: 415px;
			background-color: #e6e6e6;
			text-align: center;
			margin-top: 35px;
		}
			#bottom .page_3 .thankyou h4 {
				padding-top: 175px;
				margin-top: 0;
			}
			
			
/* ========== */
/* = footer = */
/* ========== */
	
#footer {
	height: 80px;
	border-top: 1px solid #e6e6e6;
	background: transparent url('../media/images/flourish_bottom.png') no-repeat top center;
}
	#footer .row {
		overflow: visible;
	}
		#footer .column {
			height: 80px;
		}
			a#bloglink, h5#phone {
				font-size: 22px;
				line-height: 40px;
				font-weight: normal;
				color: #999;
				margin: 0;
			}
			a#bloglink {
				position: absolute;
				right: 0;
				top: 20px;
			}
			h5#phone {
				display: none;
				position: absolute;
				left: 0;
				top: 20px;
				font-size: 18px;
			}
			div#pick {
				position: absolute;
				left: 0;
				bottom: 7px;
				z-index: 3;
				width: 100px;
				height: 100px;
				background: url('../media/images/2010pick.png');
			}


/* ============= */
/* = fun stuff = */
/* ============= */

/* guides */

#guides {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -480px;
	height: 1540px;
	width: 960px;
	background: url('../media/images/grid.png') repeat;
	z-index: 1;	
}
.column, #slideshow, #middle {
	z-index: 2;
}