@charset "utf-8";

/* Main definitions */
body {
	background-color: #000000;
	margin: 0;
	padding: 10px;
	text-align: center;
	font: .7em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #B07C29;
}
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: 0px solid #fff;
}

/* Brown header */
#header {
	background-color: #000;
	font-size: 1em;
	padding-top: 32px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#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: 550px;
	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: #b5aa97;
	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: #b5aa97;
	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 #000;
}
#teaser {
	width: 750px;
	height: 240px;
	overflow: hidden;
}
#services {
	padding-top: 10px;
	position: relative;
	width: 760px;
	color: #FFFFFF;
}
#services .col {
	width: 190px;
	float: left;
}
#services .col p {
	margin: .5em 10px;
}

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

INPUT.BUTTON{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #000000;
	background : #EEE8AA;
	CURSOR: hand;
}
INPUT{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #000000;
}

#services .col2 {
	width: 300px;
	float: left;
}
#services .col2 p {
	margin: .5em 10px;
}
