html, body, h1, h2, h3, h4, li {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}

img {
	border: 0;
}

a {
	color: #464544;
}

a:hover {
	color: #ffa405;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {
	text-align: right;
}

.info {
	font-style: italic;
}

.clear {
	clear: both;
}

acronym, abbr {
	cursor: help;
}

a[href$=".pdf"], a[href*=".pdf?"], a[href*=".pdf#"], a[href$=".PDF"], a[href*=".PDF?"], a[href*=".PDF#"] {
	background: transparent url(/images/pdf) no-repeat scroll right top;
	padding-right: 17px;
}

body {
	background: #e0d5b7 url(/images/page) repeat-x;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #74653d;
	padding-bottom: 10px;
	padding-top: 11px;
}

/** layout **/
#page {
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
	background: url(/images/body) repeat-y;
}

#header {
	position: absolute;
	top: 0;
	left: 243px;
	width: 535px;
	height: 279px;
	background: url(/images/headers/skyscrapers) no-repeat;
}

#sidebar {
	float: left;
	width: 243px;
}

#logo {
	width: 244px;
	height: 152px;
	background: url(/images/logo-background) no-repeat;
	text-align: center;
	color: #595959;
}

#logo h1 {
	padding-top: 35px;
	font: 24px "Arial Narrow", Arial, Helvetica, sans-serif;
	
	text-indent: -9999px;
	background: url(/images/logo) no-repeat 50% 20%;
	height: 110px;
}

#logo p {
	margin: 8px 25px 4px 25px;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	padding: 3px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

#links {
	background: url(/images/navigation) no-repeat;
}

#links ul {
	margin: 0 0 0 9px;
	padding-left: 1px;
	padding-bottom: 29px;
	background: #2a2a2a bottom left url(/images/navigation-bottom) no-repeat;
}

#links li {
	list-style: none;
	font: 14px "Arial Narrow", Arial, Helvetica, sans-serif;
	border-top: 1px solid #959595;
	background: 188px 10px url(/images/arrow-white) no-repeat;
	padding: 7px 0 0 31px;
}

#links a {
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #959595;
	padding-left: 10px;
	display: block;
	width: 90%;
	padding: 2px 0 6px 8px;
}

#links a:hover {
	text-decoration: underline;
}

#links .selected {
	background: 188px 10px url(/images/arrow-orange) no-repeat;
}

#links .selected a {
	color: #e9c379;
}

#news {
	background: url(/images/news) repeat-y;
	padding-left: 37px;
	padding-right: 22px;
	padding-bottom: 3px;
	text-align: justify;
}

#news h2 {
	font-size: 12px;
	color: #be8b06;
}

#news h3, #news p {
	font-size: 11px;
	margin: 1em 8px 1em 0;
}

#news a {
	color: #74653d;
	font-weight: bold;
	text-decoration: underline;
}

#news a:hover {
	color: #38301a;
}

#news .more {
	font-size: 9px;
}

#news hr {
	background: center url(/images/dots) repeat-x;
	height: 10px;
	border: none;
}

#contact {
	background: url(/images/contact) no-repeat;
	padding: 28px 1px 1px;
	height: 68px;
	color: #1a1a18;
}

#contact p {
	margin: 0.2em 2.6em;
}

#contact a:hover {
	color: white;
}

#main {
	float: right;
	width: 490px;
	padding-right: 9px;
	padding-top: 301px;
}

#main h2, #main h3 {
	font: 18px "FuturaBT Medium", Gotham, Helvetica, Arial, sans-serif;
	color: #be8b06;
	border-bottom: 1px solid #c4ae7c;
	margin-bottom: 1em;
}

#main h2 {
	padding-bottom: 6px;
}

#main h3 {
	font-size: 14px;
	padding-bottom: 6px;
	margin-top: 2em;
}

#main :target {
	color: black;
	background-color: #E5D19B;
}

#main p:target {
	padding: 0.5em 0 0.5em 0.5em; /* R=0 because of border */
	margin: -0.5em 0 -0.5em -0.5em;
}

#welcome {
	margin-right: 20px;
}

#profile {
	margin-right: 16px;
}

#main .left {
	margin-right: 18px;
}

#main .more {
	font-weight: bold;
	font-size: 10px;
}

#own-work, #turnaround {
	float: left;
	width: 47%;
}

#own-work {
	margin-right: 4%;
}

#own-work div, #turnaround div {
	background-repeat: no-repeat;
	width: 112px;
	height: 23px;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 90px;
	font-size: 9px;
	font-weight: bold;
}

#own-work div {
	background-image: url(/images/corporate);
}

#turnaround div {
	background-image: url(/images/industry);
}

#footer {
	margin-top: 2em;
	background: url(/images/footer) repeat-y;
}

#footer a:hover {
	color: black;
}

#footer .right {
	margin: 0.8em 2em 0.8em 0;
}

#copyright {
	text-align: center;
	padding-top: 10px;
	font-size: 9px;
	color: #715f36;
	font-weight: bold;
}

#footerline {
	background: url(/images/footer-bottom) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

#siteby {
	text-align: center;
	margin-top: 0.2em;
}

.vcard dl {
	font-size: 125%;
}

.vcard dl .hidden {
	display: none;
}

dd + dt {
	padding-top: 1ex;
}

fieldset {
	position: relative;
	display: inline;
	padding: 1.5em;
	width: 35em;
	border: 1px solid #9a8a66;
}

fieldset input, fieldset textarea, fieldset select {
	width: 23em;
	float: left;
	margin-bottom: 1ex;
	border: 1px solid #9a8a66;
	font-size: 12px;
}

div.error, div.success, div.info {
	padding: 0px 10px 0px 50px;
	margin-top: 1ex;
    background-repeat: no-repeat;
    background-position: 1ex center;
}

fieldset div.error, fieldset div.success, fieldset div.info {
	padding: 1ex 1em;
	width: 32em;
	margin-bottom: 1ex;
	color: black;
}

fieldset input[type="submit"], fieldset input[type="reset"], fieldset input[type="button"] {
	width: 23.2em;
}

fieldset input.error, fieldset textarea.error, fieldset select.error, div.error {
	border: 1px solid red;
	background-color: #ffd5d5;
}

div.success {
	border: 1px solid green;
	background-color: #a1ffb5;
}

fieldset label {
	float: left;
	margin-bottom: 1ex;
	text-align: right;
	width: 8em;
	padding-right: 1em;
}

fieldset br {
	clear: left;
}

#terms {
	margin-right: 1em;
	padding-left: 2em;
}

#terms li {
	padding: 0.25em 0;
}

#terms ol {
	list-style-type: lower-alpha;
}