html, body{
	background: #000 url(../images/body-bg.jpg) top center repeat-y;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#top-header{
	width: 100%;
	height: 148px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/top-head.png) top left repeat-x;
}

#container{
	width: 914px;
	margin: 0 auto;
}

#headerBlock{
	width: 914px;
	height: 0;
	display: block;
	overflow: hidden;
	padding-top:255px;
	margin-bottom: 15px;
	background: url(../images/head-block.png) top left no-repeat;
	position: relative;
}

#flashPortfolio{

}

#masthead{
	width: 914px;
	height: 100px;
	display: block;
	position: relative;
	z-index: 1000;
}

#logo{
	width: 244px;
	height: 0;
	display: block;
	padding-top: 41px;
	overflow: hidden;
	background: url(../images/logo.png) top left no-repeat;
	margin: 0 auto;
	position: relative;
	top: 44px;
}

ul#nav{
	position: absolute;
	right: 7px;
	top: 52px;
	width: 220px;
}

ul#nav li a{
	float: left;
	display: block;
	height: 0px;
	background: url(../images/nav-sprite-new.png) no-repeat;
	padding-top: 30px;
	overflow: hidden;
}

ul#nav li#portfolio a:link,
ul#nav li#portfolio a:visited{
	width: 73px;
	background-position: 0 0;
}

ul#nav li#contact a:link,
ul#nav li#contact a:visited{
	width: 64px;
	background-position: -73px 0;
}

ul#nav li#about a:link,
ul#nav li#about a:visited{
	width: 54px;
	background-position: -137px 0;
}

ul#nav li#portfolio a:hover,
ul#nav li#portfolio a:active, 
body#portfolio #container #masthead ul#nav li#portfolio a:link,
body#portfolio #container #masthead ul#nav li#portfolio a:visited{
	width: 73px;
	background-position: 0 -30px;
}

ul#nav li#contact a:hover,
ul#nav li#contact a:active, 
body#contact #container #masthead ul#nav li#contact a:link,
body#contact #container #masthead ul#nav li#contact a:visited{
	width: 64px;
	background-position: -73px -30px;
}

ul#nav li#about a:hover,
ul#nav li#about a:active, 
body#about #container #masthead ul#nav li#about a:link,
body#about #container #masthead ul#nav li#about a:visited{
	width: 54px;
	background-position: -137px -30px;
}

.content {
	background-color: #0f0e0d;	
	padding: 35px 30px;
}

#maincontent{
	margin-top: 30px;
}

.left {
	width: 425px;
	float: left;
}

.right {
	width: 368px;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
	padding: 25px;
}

.left h1{
	font-size: 50px;
	color: #b5a894;
	font-weight: 500;
	margin-bottom: 12px;
}

.right h1{
	font-size: 24px;
	color: #b5a894;
	font-weight: 700;
}

.right h2{
	font-size: 13px;
	color: #b5a894;
	font-weight: 700;
}

.right p{
	color: #ccc;
	font-size: 13px;
	margin: 3px 0 20px 0;
	font-weight: 500;
}

.right a:link,
.right a:visited,
.about-right a:link,
.about-right a:visited{
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.right a:hover,
.right a:active,
.about-right a:hover,
.about-right a:active{
	border-bottom: none;
}

.content p.cufond{
	font-weight: 300;	
	font-size: 16px;
	color: #ccc;
	line-height: 20px;
}

input.btn{
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: none;
	color: #fff;
	background: #4f6169 url(../images/form-btns.png) no-repeat;
	display: block;
	width: 67px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	margin-left: 10px;
}

input.submit{
	background-position: -67px 0;
}

input.submit:hover{
	background-position: -67px -21px;
}

input.reset{
	background-position: 0 0;
}

input.reset:hover{
	background-position: 0 -21px;
}

.errors{
	background-color: #f00;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	margin-top: 15px;
}

p.error-description{
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

ul.error-list{
	padding: 0 10px 10px 10px;
}

#thankyoupg{
	background-color: #b5a894;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	margin-top: 15px;
}

p.thanksmsg{
	padding: 10px;
}

.totop {
	position: relative;
	margin: 0 auto;
	width: 97px;
	height: 23px;
}

.totop a:link, .totop a:visited{
	display: block;
	width: 97px;
	height: 23px;
	text-indent: -9999px;
	background: #3f4e56 url(../images/back-to-top.png) 0 -23px no-repeat;
	color: #fff;
}

.totop a:hover, .totop a:active {
	background-position: 0 0px;
}

.about-left {
	width: 358px;
	float: left;
}

.left-block{
	background-color: #0f0e0d;
	padding: 10px;
	margin-bottom: 11px;
}

.left-block h1{
	font-size: 38px;
	color: #b5a894;
	font-weight: 500;
	margin-left: 10px;
	margin-top: 3px;
}

.about-right {
	width: 486px; height: 270px;
	background-color: #0f0e0d;
	margin-left: 10px;
	float: right;
	position: relative;
	padding: 30px;
	font-size: 13px;
	color: #cccccc;
	font-weight: 100;
	line-height: 20px;
}

.about-right p{
	margin-bottom: 12px;
}

.about-right a.about-contact:link,
.about-right a.about-contact:visited {
	background: url(../images/to-contact-sprite.png) 0 -21px no-repeat;
	width: 86px; height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	bottom: 0; right: 0;
	border:none;
}

.about-right a.about-contact:hover,
.about-right a.about-contact:active {
	background-position: 0 0;
}
