html {
	background: #3e64a2;
	font-family: sans-serif;
	overflow-y: scroll;
}

body {
	margin: 0;
}

/* Basic Reset */

h1, h2, h3, h4, h5, h6, ul, li, p, img, form, fieldset, input, textarea, table, th, td, tr {
	border-width: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

/* curves */

span.corners span.c {
	height: 20px;
	width: 20px;
	overflow: hidden;
	z-index: 2;
	position: absolute;
}
span.corners span span {
	height: 40px;
	width: 40px;
	background: url("../img/box_corners.png") no-repeat;
	overflow: hidden;
	display: block;
	position: relative;
}

span.corners.inner span.c {
	height: 10px;
	width: 10px;
	overflow: hidden;
	z-index: 2;
	position: absolute;
}
span.corners.inner span span {
	height: 20px;
	width: 20px;
	background: url("../img/inner_corners.png") no-repeat;
	overflow: hidden;
	display: block;
	position: relative;
}

span.corners span.ne { top: 0; right: 0; }
span.corners span.ne span { top: -100%; left: 0; }

span.corners span.se { bottom: 0; right: 0; }
span.corners span.se span { top: 0; left: 0; }

span.corners span.sw { bottom: 0; left: 0; }
span.corners span.sw span { top: 0; left: -100%; }

span.corners span.nw { top: 0; left: 0; }
span.corners span.nw span { top: -100%; left: -100%; }

/* Page */

div#page {
	margin: 0 auto;
	width: 940px;
	padding-bottom: 40px;
}

/* Header */

div#header {
	position: relative;
	height: 90px;
}

h1 {
	position: absolute;
	height: 36px;
	width: 413px;
	top: 49px;
	left: 30px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("../img/h1_pr_photographer.png") no-repeat;
}

ul#social_icons {
	position: absolute;
	list-style-type: none;
	top: 9px;
	left: 29px;
}
ul#social_icons li {
	float: left;
	margin-right: 7px;
}

div#contact {
	position: absolute;
	top: 27px;
	right: 0;
	width: 410px;
	line-height: 30px;
}
div#contact h3 {
	width: 160px;
	height: 30px;
	float: left;
	color: white;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
	font-size: 19px;
}
div#contact p {
	width: 230px;
	height: 30px;
	float: left;
	color: #d0d9e7;
	font-size: 19px;
	padding-left: 10px;
}
div#contact p a {
	color: #d0d9e7;
	text-decoration: none;
}

/* Intro */

div.content {
	padding: 8px 30px 16px 30px;
}

div.content p {
	color: white;
	font-weight: bold;
	margin: 10px 0 16px 0;
	line-height: 21px;
}

div#intro a {
	color: #d0d9e7;
	text-decoration: none;
}

div#intro a:hover {
	text-decoration: underline;
}

/* Box */

div.box {
	position: relative;
	background: #d0d9e7;
	padding: 10px;
}

div.box_inner {
	position: relative;
	background: white;
}

/* Quote */

div#quote h2 {
	position: absolute;
	width: 227px;
	height: 28px;
	text-indent: -1000px;
	overflow: hidden;
	z-index: 3;
	background: url("../img/h2_quick_quote_now.png") no-repeat;
	top: -19px;
	left: 18px;
}

div#quote label {
	font-size: 12px;
	color: black;
	font-weight: bold;
}
div#quote input[type=text],
div#quote textarea {
	background: #f5f5f5;
	color: #3e64a2;
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid #3e64a2;
}
div#quote span.tip {
	color: #7a8579;
}

div#quote input[type=text].error,
div#quote textarea.error {
	border: 1px solid #d00000;
}
div#quote label.error {
	color: #d00000;
}

div#quote input:active,
div#quote input:focus,
div#quote textarea:active,
div#quote textarea:focus {
	background-color: #e2e2e2;
	
}

fieldset#quote_form_left {
	width: 340px;
	float: left;
	padding: 27px 0 0 0;
}
fieldset#quote_form_left label {
	float: left;
	width: 120px;
	padding: 5px 8px 4px 6px;
	height: 16px;
	text-align: right;
}
fieldset#quote_form_left input {
	float: left;
	padding: 3px 0 4px 6px;
	height: 16px;
	width: 198px;
}

fieldset#quote_form_middle {
	width: 362px;
	float: left;
	padding: 0 0 0 20px;
}
fieldset#quote_form_middle label {
	display: block;
	height: 27px;
	line-height: 31px;
	text-indent: 7px;
	overflow: hidden;
}
fieldset#quote_form_middle textarea {
	padding: 3px 0 4px 6px;
	height: 80px;
	width: 354px;
	float: left;
	overflow-y: auto;
}

fieldset#quote_form_right {
	width: 160px;
	float: left;
	padding: 16px 0 0 20px;
}
fieldset#quote_form_right label {
	display: block;
	height: 27px;
	line-height: 31px;
	text-indent: 7px;
	overflow: hidden;
}
fieldset#quote_form_right input[type=text] {
	float: left;
	padding: 3px 0 4px 20px;
	height: 16px;
	width: 138px;
	background-image: url("../img/pound.png");
	background-repeat: no-repeat;
	background-position: 7px 4px;
}
fieldset#quote_form_right input[type=image] {
	float: left;
	text-indent: -10px;
	margin-top: 13px;
}

div#form_error {
	position: absolute;
	top: 57px;
	left: 280px;
	background: #d00000;
	padding: 5px 10px;
	color: white;
	font-weight: bold;
}
div#form_status {
	position: absolute;
	top: 50px;
	left: 350px;
	background: #3e64a2;
	padding: 5px 10px;
	color: white;
	font-weight: bold;
}
div#form_sent {
	padding: 24px 20px 0 20px;
}
div#form_sent p {
	margin-bottom: 16px;
	color: #3e64a2;
	font-size: 13px;
}

/* Gallery */

div#gallery {
	margin-top: 34px;
}

div#gallery div.box_inner {
	height: 500px;
	background: #d0d9e7;
}

div#gallery_container {
	float: left;
	width: 750px;
	height: 500px;
	position: relative;
	overflow: hidden;
	background: white;
}
div#loading_overlay {
	width: 750px;
	height: 280px;
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	color: white;
	text-align: center;
	display: none;
	padding-top: 220px;
	font-size: 20px;
}

div.gallery_photo {
	width: 750px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
}

div.gallery_photo div.caption {
	margin: 0;
	width: 700px;
	background: url("../img/gallery_caption.png");
	position: absolute;
	left: 13px;
	bottom: 23px;
	padding: 6px 12px 0 12px;
	font-size: 13px;
	color: #e0e0e0;
}
div.gallery_photo div.caption span.top {
	width: 724px;
	height: 10px;
	background: url("../img/gallery_caption_top.png");
	position: absolute;
	top: -10px;
	left: 0;
}
div.gallery_photo div.caption span.bottom {
	width: 724px;
	height: 10px;
	background: url("../img/gallery_caption_bottom.png");
	position: absolute;
	bottom: -10px;
	left: 0;
}
div.gallery_photo div.caption p {
	margin-bottom: 8px;
}
div.gallery_photo div.caption p a {
	color: #e0e0e0;
	font-weight: bold;
	text-decoration: underline;
}

div#gallery_nav {
	width: 160px;
	height: 500px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	position: relative;
	background: white;
}
div#gallery_nav div.caption {
	display: none;
}

ul#gallery_filmstrip {
	height: 500px;
	list-style-type: none;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

ul#gallery_filmstrip li {
	padding: 0;
	background: none;
	margin: 0;
	border-bottom: 1px solid white;
	height: 107px;
	float: left;
}

ul#gallery_filmstrip a {
	display: block;
	height: 107px;
}
ul#gallery_filmstrip img {
	display: block;
}

a#gallery_prev {
	height: 20px;
	width: 160px;
	border-bottom: 1px solid white;
	background: #3e64a2;
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
}
a#gallery_next {
	height: 20px;
	width: 160px;
	border-top: 1px solid white;
	background: #3e64a2;
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
}

/* Latest */

p#latest {
	padding: 20px 0 20px 30px;
	color: #d0d9e7;
	white-space: nowrap;
	float: left;
	overflow: hidden;
}
p#latest a {
	color: white;
	text-decoration: none;
}
p#latest a:hover {
	text-decoration: underline;
}

p#latest strong {
	color: white;
}
p#latest strong a {
	color: #d0d9e7;
}

ul#feed {
	padding: 0 0 40px 40px;
	color: #d0d9e7;
}
ul#feed a {
	color: white;
}

/* Links */

div#links {
	
}

img#unp_logo {
	padding: 16px 22px 16px 22px;
	float: left;
}

img#some_clients {
	padding: 22px 50px 15px 42px;
	float: left;
}

ul#clients {
	float: left;
	list-style-type: none;
	width: 525px;
}
ul#clients li {
	float: left;
	margin-top: 9px;
	margin-right: 10px;
}
ul#clients li img {
	float: left;
}

/* Footer */


div#footer {
	margin-top: 30px;
	height: 40px;
	color: #d0d9e7;
	line-height: 15px;
	font-size: 12px;
}
div#footer strong {
	color: white;
}
p#footer_address {
	padding-left: 30px;
	float: left;
}
p#footer_copyright {
	padding-right: 24px;
	float: right;
	text-align: right;
}

/* Misc */

div.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}


