@charset "utf-8";

/* Main definitions */
body {
	background-color: #fff;
	margin: 0;
	padding: 10px;
	text-align: center;
	font: .7em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #7dc3f0;
}
a img {
	border: none;
}
p {
	margin: .8em 0;
}
.clearer {
	height: 1px;
	clear: both;
	margin-top: -1px;
	overflow: hidden;
}
#page {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	border-bottom: 8px solid #472a00;
}

/* Brown header */
#header {
	background-color: #472a00;
	padding: 32px 20px 20px;
	font-size: 1em;
}
#header h1 {
	margin: 0;
	float: right;
}
#header h2 {
	display: none;
}
#header ul, #header li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header ul {
	width: 60px;
	color: #fff;
	font-weight: bold;
}
#header ul ul {
	position: absolute;
	left: 70px;
	top: 0;
	width: 200px;
}
#header li {
	position: relative;
}

/* Crumbs */
#crumbs h2 {
	display: none;
}
#crumbs p {
	font-size: .9em;
	padding: 0 10px;
}

/* Content of works */
#content {
	padding: 10px 0;
}
#content h2 {
	display: none;
}
#content h3 {
	font-size: 1em;
	margin: 1em 10px .5em;
}
#content h3 a {
	color: #472a00;
	text-decoration: none;
}
#content h3 a:hover {
	text-decoration: underline;
}
#content h3 a span {
	font-weight: normal;
}
#content h4 {
	font-size: 1.5em;
	margin: 1em 10px .5em;
}
#content h4 a {
	color: #472a00;
	text-decoration: none;
}
#content h4 a:hover {
	text-decoration: underline;
}
#content h4 a span {
	font-weight: normal;
}
.works ul, .works li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.works ul {
	width: 760px;
}
.works li {
	float: left;
	padding: 0 10px 10px 0;
}
.works li a img, #services img {
	border: 10px solid #e5e6c9;
}
#teaser {
	width: 750px;
	height: 245px;
	overflow: hidden;
}
#services {
	padding-top: 10px;
	position: relative;
	width: 760px;
}
#services .col {
	width: 190px;
	float: left;	
}
#services .col p {
	margin: .5em 10px;
}

/* Footer */
#footer {
	text-align: right;
	color: #b5aa97;
	font-size: .9em;
	padding: 30px 10px 0;
}