@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	color: #a7a9ac;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a {
	color: #a7a9ac;
	text-decoration: none;
}

a:hover {
	color: #0885af;
	text-decoration: none;
}

a img {
	border: none;
}

p {
	margin: 1em 0 0 0;
}

form {
	margin: 0;
	padding: 0;
}

.background {
	width: 100%;
	overflow: hidden;
	background: #000000 url('/assets/images/background/main.gif') repeat-x top center;
	background-position: center 10px;
}

.home {
	background: #000000 url('/assets/images/background/home.jpg') repeat-x top center;
	background-position: center 10px;
}

.photography {
	background: #000000 url('/assets/images/background/photography.jpg') repeat-x top center;
	background-position: center 10px;
}

.design {
	background: #000000 url('/assets/images/background/design.jpg') repeat-x top center;
	background-position: center 10px;
}

.container {
	clear: both;
	width: 760px;
	margin: 40px auto 0 auto;
	font-size: 0.8em;
}

.header {
	clear: both;
	width: 760px;
	height: 40px;
	overflow: hidden;
	
	position: relative;
}

.header .logo {
	float: left;
	width: 230px;
	height: 40px;
	background: #000000 url('/assets/images/header/logo.gif') no-repeat top left;
	text-indent: -9000px;
}

.header ul.menu {
	width: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

.header ul.menu li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-color: #6b6f71;
	border-style: solid;
	border-width: 0 0 0 1px;
	text-align: right;
	font-weight: bold;
}

.header ul.menu li.first {
	border: none;
}

.header ul.menu li a {
	color: #0885af;
}

.header ul.menu li a:hover {
	color: #d14e57;
	text-decoration: none;
}

.header ul.menu li.selected a {
	color: #d14e57;
}

.head-content {
	width: 1000px;
	height: 455px;
	margin: 30px 0 0 0;
	overflow: hidden;
}

.head-content .gallery-image {
	float: left;
	width: 564px;
	height: 414px;
	margin: 20px 30px 21px 0;
	overflow: hidden;
}

.head-content .extended {
	float: left;
	width: auto;
	height: 414px;
	margin: 20px 30px 21px 0;
	overflow: hidden;
}

.head-content .gallery-image img {
	border-color: #58595b;
	border-style: solid;
	border-width: 2px;
}

.head-content .gallery-text {
	float: left;
	width: 166px;
	padding: 160px 0 30px 0;
	text-align: right;
	font-size: 0.85em;
}

.head-content .gallery-text a {
	text-decoration: underline;
}

.head-content .gallery-text a:hover {
	text-decoration: none;
}

.head-content .gallery-text .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

.main-content {
	clear: both;
	width: 760px;
}

.main-content .phrase {
	clear: both;
	width: 760px;
	height: 70px;
	margin: 30px 0 0 0;
}

.main-content .thumbnails {
	clear: both;
	width: 780px;
	height: 70px;
	margin: 30px 0 0 0;
}

.main-content .thumbnails .thumb {
	float: left;
	width: 56px;
	height: 56px;
	margin: 0 8px 0 0;
	position: relative;
}

.main-content .thumbnails .thumb img {
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}

.main-content .thumbnails .thumb .tag {
	display: none;
	position: absolute;
	bottom: 85px;
	left: 0;
	width: 200px;
	font-size: 0.85em;
	color: #414142;
}

.main-content .content {
	float: left;
	display: inline;
	width: 510px;
	margin: 0 30px 0 0;
}

.main-content .content a {
	text-decoration: underline;
}

.main-content .content a:hover {
	text-decoration: none;
}

.main-content .content h1 {
	margin: 30px 0 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #0885af;
}

.main-content .content h2, .content h3 {
	margin: 1em 0 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #0885af;
}

.main-content .content p {
	color: #a7a9ac;
	margin: 1em 0 0 0;
	line-height: 1.5em;
}

.main-content .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-content .content ul li {
	margin: 10px 0 0 0;
	padding: 0;
}

.contact-form {
	margin: 30px 0 0 0;
	position: relative;
}

.contact-form label {
	position: absolute;
	width: 200px;
	font-weight: bold;
	color: #0885af;
}

.contact-form input {
	float: right;
	width: 260px;
	padding: 5px 10px;
	margin: 0;
	background: #414142;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
}

.contact-form .button {
	width: auto;
	background: #c70c46;
	font-weight: bold;
}

.contact-form .contact-alert {
	display: none;
	position: absolute;
	top: 0;
	left: 510px;
	width: 210px;
	padding: 20px;
	font-weight: bold;
	background: #0885af;
	color: #ffffff;
}

.form-row {
	clear: both;
	width: 480px;
	margin: 10px 0 0 0;
	overflow: hidden;
}

.contact-details {
	clear: both;
	width: 760px;
	overflow: hidden;
}

.contact-details h2 {
	margin: 30px 0 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #0885af;
}

.contact-details .contact {
	float: left;
	margin: 0 30px 0 0;
}

.contact-details .address {
	float: right;
	text-align: right;
}

.contact-details .address h2 {
	color: #a7a9ac;
}

.main-content ul.page-menu {
	display: inline;
	float: left;
	width: 220px;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.main-content ul.page-menu li {
	float: left;
	width: 220px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
}

.main-content ul.page-menu li.first a {
	color: #fb9d18;
}

.main-content ul.page-menu li.spacer {
	margin: 40px 0 0 0;
}

.main-content ul.page-menu li a {
	color: #00717b;
}

.main-content ul.page-menu li a:hover {
	color: #d14e57;
}

.main-content ul.page-menu li.selected a {
	color: #d14e57;
}

.footer {
	clear: both;
	width: 760px;
	overflow: hidden;
	padding: 30px 0;
}

.footer a:hover {
	color: #00b9f0;
}

.footer .terms {
	margin: 30px 0 10px 0;
	font-weight: bold;
	text-align: right;
}

.footer .contact {
	clear: both;
	float: left;
	width: 510px;
	margin: 0 30px 0 0;
	font-weight: bold;
	color: #a7a9ac;
}

.footer .copyright {
	float: right;
	width: 220px;
	font-size: 0.8em;
	text-align: right;
}

.footer a {
	color: #a7a9ac;
}
