body {
	background: url(../../images/contact_back.png) bottom left repeat-x;
}

#wrapper {
	width: 940px;
	padding: 0 10px;
	margin: 60px auto 0 auto;
	font: 18px/28px "Century Gothic", "Gill Sans", Helvetica, Arial, sans-serif;
}

#logo {
	background: url(../../images/logo.png) top left no-repeat;
	width: 540px;
	height: 85px;
	text-indent: -9999px;
}

a {
	text-decoration: none;
	color: #476c77;
}

a:hover {
	background: #444;
	color: #3693af;
}

#intro {
	padding: 150px 0 100px 0;
	background: url(../../images/man.png) bottom right no-repeat;
	margin-top: -100px;
}

p.large_intro {
	font-size: 50px;
	line-height: 52px;
	margin-bottom: 35px;
	letter-spacing: 1px;
	width: 700px;
}

p.sub_intro {
	font-size: 36px;
	line-height: 46px;
	width: 620px;
	letter-spacing: 1px;
}

.portfolio {
	border: 3px solid #000;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	clear: both;
}

#images_1, #images_2, #images_3, #images_4, #images_5, #images_6  {
	margin-top: 30px;
}

#images_1 a, #images_2 a, #images_3 a, #images_4 a, #images_5 a, #images_6 a {
	position: relative;
}

#portfolio_images_1, #portfolio_images_2, #portfolio_images_3, #portfolio_images_4, #portfolio_images_5, #portfolio_images_6 {
	padding-top: 0;
	margin-top: 0;
}

img.sold {
	position: absolute; 
	top: -5px;
	left: -5px;
	border: none !important;
}

.portfolio h3 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 15px;
}

.portfolio_images a {
	margin: 0 20px 11px 0;
	background: transparent;
	padding: 0;
	float: left;
}
.portfolio_images a img {
	border: 1px solid #aaa;
}

.portfolio_images a.last {
	margin: 0
}

.portfolio_images {
	position: relative;
	margin-bottom: 60px;
}

.js_enabled .portfolio h3:hover {
	color: #476c77;
	cursor: pointer;
}

.next, .back {
	display: none;
}

#wrapper .portfolio p {
	line-height: 25px;
	text-indent: 20px;
	padding: 0 0 10px 0;
}

h2 {
	clear: both;
}

#contact {
	color: #fff;
	background: #000;
	height: 413px;
	margin-top: 50px;
}

h2 {
	font-size: 32px;
	font-weight: normal;
	padding: 0 0 15px 0;
}

#contact h2 {
	padding: 25px 0 15px 0;
}

#contact form {
	position: relative;
	border-top: 3px solid #fff;
	padding-top: 30px;
}

#contact form label {
	line-height: 30px;
}

#contact form textarea {
	width: 505px;
	height: 195px;
	font-size: 16px;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	border: none;
}

#contact form input {
	width: 380px;
	height: 20px;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	border: none;
}

#contact form div {
	position: absolute;
	left: 410px;
	top: 27px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#contact_form div label.error {
	margin-top: 0;
}

label.error {
	display: block;
	margin: 0;
	padding: 0;
	color: #3693af;
	margin-top: -24px;
	margin-bottom: -34px;
	font-style: italic;
	font-size: 12px;
	width: 380px;

}

#submit {
	background: transparent;
	border: none;
	font: 18px/28px "Century Gothic", Helvetica, Arial, sans-serif;
	text-align: right;
	padding: 3px 2px;
	color: #fff;
}

#contact p {
	color: #3693af;
	font-style: italic;
	font-size: 12px;
}

#submit:hover {
 color: #3693af;
 cursor: pointer;
}

h2 span {
	font-size: 80%;
	color: #777;
	font-style: italic;
}
