body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b4b0d;
	background: #1f1a04;
	line-height: 1.18;
	margin: 0;
}

a {
	color: #fe7e00;
}
a:hover {
	text-decoration: none;
}

a.more,
p.more a {
	font-size: 13px;
	font-weight: bold;
	padding-right: 14px;
	background: url(/images/arrow_link_standard1.png) no-repeat 100% 80%;
}

a.loading {
	background: url(/images/loader1.gif) no-repeat 100% 0;
	padding-right: 20px;
}

p {
	margin: 6px 0;
}

p.success {
	border: 1px dashed #368c00;
	background-color: #d3ff7d;
	margin: 5px 0 16px 0;
	padding: 5px; 
	color: #368c00;
	font-size: 13px;
}


label {
	cursor: pointer;
}

img {
	border: 0;
}

form {
	margin: 0;
}

#top {
	background: #5b4b0d;
}

#top .inner {
	width: 955px;
	margin: 0 auto;
	height: 4px;
	background: #ff7e00;
}

#middle {
	background: #fff8e8 url(/images/bg_middle.png) repeat-x 0 0;
}

#middle .inner {
	width: 955px;
	margin: 0 auto;
}

#header {
	height: 100px;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 0;
	top: 24px;
}

#header #logo h1,
#header #logo h2 {
	display: none;
}

#header #topNavigation {
	position: absolute;
	right: 0;
	top: 25px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#topNavigation span {
	padding: 9px 18px;
	float: left;
}

#topNavigation span a {
	padding: 1px 4px;
	text-decoration: none;
	color: #5b4b0d;
}

#topNavigation span.selected {
	background: url(/images/bg_top_navigation.png);
}

#topNavigation span.selected a {
	color: #3c98b6;
	background: #fff;
}

#topNavigation span.blog a {
	color: #fe7e00;
}

#content {
	padding: 0 0 24px 0;
}

#content h1 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin: 8px 0 12px 0;	
}

#footer {
	background: url(/images/bg_footer.png) repeat-x 0 0;
}

#footer .inner {
	width: 955px;
	height: 263px;
	margin: 0 auto;
	position: relative;
	color: #fffcf6;
}

#footer h3 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #e6dcb3;
	margin: 14px 0 20px 0;
}

#footer .inner .contact {
	position: absolute;
	left: 0;
	top: 4px;
	width: 622px;
}

#footer .inner .contact p {
	margin: 8px 0 4px 0;
}

#footer .contact img.map {
	border: 7px solid #6f663d;
}

#footer .contact .info {
	position: absolute;
	left: 336px;
	top: 48px;
}

#footer .inner .follow {
	position: absolute;
	left: 638px;
	top: 4px;
	width: 170px;
}

#footer .inner .follow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .inner .follow ul li {
	float: left;
	padding: 0 7px 6px 0;
}

#footer .inner .etic {
	position: absolute;
	left: 638px;
	top: 190px;
}

#footer .inner .etic a {
	display: block;
	background: url(/images/etic.png) no-repeat 0 0;
	padding: 0 0 0 61px;
	line-height: 50px;
	height: 50px;
	color: #1f1a04;
	text-decoration: none;
}

#footer .inner .decoration1 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 108px;
	height: 140px;
	background: url(/images/bg_footer_tree.png) no-repeat 0 0;
}

#footer .copyright {
	position: relative;
	color: #a39767;
	width: 955px;
	height: 36px;
	margin: 0 auto;
}

#footer .copyright a {
	color: #a39767;
	text-decoration: none;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

#footer .copyright .navigation {
	position: absolute;
	left: 0;
	top: 12px;
}

#footer .copyright .label {
	position: absolute;
	right: 0;
	top: 12px;
}

form#contactForm {
	margin: 30px 0 0 0;
}

#contactFormSent {
	display: none;
	margin: 16px 0 0 0;
	height: 472px;
}

form#contactForm p {
	position: relative;
	height: 38px;
}

form#contactForm p.big {
	height: 142px;
}

form#contactForm label {
	position: absolute;
	left: 0;
	top: 7px;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 14px;
	color: #3c98b6;
	text-align: right;
	width: 80px;
}

form#contactForm label.error {
	left: 378px;
	width: auto;
	text-align: left;
	color: #fe7e00;
	font-style: italic;
}

form#contactForm p.big label.error {
	left: 658px;
}

form#contactForm input,
form#contactForm select,
form#contactForm textarea {
	position: absolute;
	left: 92px;
	top: 0;
	border: 3px solid #e6dcb3;
	width: 260px;
	color: #5b4b0d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


form#contactForm select {
	width: 274px;
}

form#contactForm textarea {
	width: 540px;
	height: 125px;
}

form#contactForm p.submit {
	text-align: right;
	right: 312px;
	margin-top: 8px;
}

p#contactFormError {
	display: none;	
	position: absolute;
	top: -43px;
	left: 92px;
	width: 400px;
	font-weight: bold;
}

#portfolio {
	position: relative;
	height: 550px;
	margin: 24px 0 48px 0;
}

#portfolioDetail {
	position: relative;
	height: 620px;
	margin: 24px 0 48px 0;
}

#portfolio #latestWork {
	position: absolute;
	left: -7px;
	top: -7px;
	padding: 7px 0 0 7px;
	width: 610px;
	height: 518px;
	overflow: hidden;	
}

#portfolio #latestWork .container {
	position: absolute;
	width: 6000px;
	height: 518px;
	white-space: nowrap;
}

#portfolio #latestWork .itemGroup {
	float: left;
	width: 626px;
	height: 518px;
}

#portfolio #latestWork .item,
#portfolioDetail #picture {
	position: relative;
	float: left;
	width: 285px;
	height: 230px;
	margin: 0 25px 26px 0;
	background: url(/images/bg_portfolio_item.png) no-repeat 0 0;
}

#portfolioDetail #picture {
	width: 605px;
	height: 554px;
	background: url(/images/bg_portfolio_detail.png) no-repeat 0 0;
}

#portfolio #latestWork .item .tag,
#portfolioDetail #picture .tag {
	position: absolute;
	left: -7px;
	top: -7px;
	width: 92px;
	height: 93px;
	z-index: 10;
}

#portfolio #latestWork .item .web,
#portfolioDetail #picture .web {
	background: url(/images/tag_portfolio_web.png) no-repeat 0 0;
}

#portfolio #latestWork .item .print,
#portfolioDetail #picture .print {
	background: url(/images/tag_portfolio_print.png) no-repeat 0 0;
}

#portfolio #latestWork .item .mobile,
#portfolioDetail #picture .mobile {
	background: url(/images/tag_portfolio_mobile.png) no-repeat 0 0;
}

#portfolio #latestWork .item .blog,
#portfolioDetail #picture .blog {
	background: url(/images/tag_portfolio_blog.png) no-repeat 0 0;
}

#portfolio #latestWork .item .twitter,
#portfolioDetail #picture .twitter {
	background: url(/images/tag_portfolio_twitter.png) no-repeat 0 0;
}

#portfolio #latestWork .item .inner,
#portfolioDetail #picture .inner {
	position: relative;
	left: 9px;
	top: 9px;
	background: #fff;
	width: 257px;
	height: 156px;
	padding: 5px;
	margin: 0;
}

#portfolioDetail #picture .inner {
	width: 577px;
	height: 526px;
}

#portfolio #latestWork .item p.projectName {
	position: absolute;
	left: 9px;
	bottom: 24px;
}

#portfolio #latestWork .item p.projectName a {
	display: block;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b4b0d;
	text-decoration: none;
	font-weight: bold;
	line-height: 21px;
}

#portfolio #latestWork .item p.more {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#portfolio #latestWorkIndex {
	position: absolute;
	left: 120px;
	bottom: 0;
	width: 626px;
}

#portfolio #latestWorkIndex div.pagingAction {
	float: left;
	width: 92px;
	height: 24px;
	line-height: 24px;
	margin: 0 16px 0 8px;
}

#portfolio #latestWorkIndex div.pagingAction a {
	font-size: 14px;
	color: #8e8257;
}

#portfolio #latestWorkIndex #latestWorkIndexPrevious {
	text-align: right;
}

#portfolio #latestWorkIndex #latestWorkIndexPrevious a {
	background: url(/images/arrow_page_previous.gif) no-repeat 0 65%;
	padding-left: 14px;
}

#portfolio #latestWorkIndex #latestWorkIndexNext a {
	background: url(/images/arrow_page_next.gif) no-repeat 100% 65%;
	padding-right: 14px;
}

#portfolio #latestWorkIndex p {
	float: left;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background-color: white;
	font-size: 13px;
	color: #fff;
	margin: 0 8px 0 0;
	cursor: pointer;
	background: url(/images/bg_page_index.gif) no-repeat 0 0;
}

#portfolio #latestWorkIndex p:hover {
	font-weight: bold;
}

#portfolio #latestWorkIndex p.selected {
	background: url(/images/bg_page_index_selected.gif) no-repeat 0 0;
	font-weight: bold;
}

#portfolio #sideColumn,
#portfolioDetail #sideColumn {
	position: absolute;
	right: 0;
	top: -3px;
	width: 318px;
}

#portfolio #sideColumn h2,
#portfolioDetail #sideColumn h2 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 18px 0;	
}

#portfolio #sideColumn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#portfolio #sideColumn ul li {
	padding-bottom: 10px;
}

#portfolio #sideColumn ul li a {
	font-weight: bold;
	color: #3c98b6;
	text-decoration: none;
}

#portfolio #sideColumn .item {
	margin-bottom: 35px;
}

#portfolioDetail #sideColumn p {
	line-height: 14px;
	margin: 0 0 10px 0;
}

#portfolioDetail #sideColumn p.more {
	margin: 24px 0 0 0;
}

#portfolioDetail #sideColumn p.back {
	margin: 24px 0 0 0;
}

#portfolioDetail #sideColumn p.back a {
	color: #5b4b0d;
}


#team {
	padding-top: 8px;
}

#team .item {
	clear: both;
}

#team .item .picture {
	float: left;
	position: relative;
	width: 267px;
	height: 186px;
	padding: 9px;
	margin: 0 25px 32px 0;
	background: url(/images/bg_team_item.png) no-repeat 0 0;
}

#team .item .picture h2 {
	position: absolute;
	left: 9px;
	bottom: 8px;
	margin: 0;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#team .item .description {
	float: left;
	width: 600px;
	margin: 0 0 32px 0;
}

#team .item .description h3 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 14px;
	color: #3c98b6;
	margin: 0 0 12px 0;
}

#team .item .description p {
	line-height: 14px;
	margin: 8px 0 8px 0;
}

#team .item .description p.social {
	margin: 4px 0 8px 0;
}

#team .item .description p.social img {
	padding: 0 3px 3px 3px;
	vertical-align: middle;
}

