body, html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	background-image: url('/i/shared/header_bg_04.png');
	background-position: top;
	background-repeat: no-repeat;
}

* {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

a, img {
	border: 0;
	outline: none;
	color: #a7a6a6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.notopmargin {
	margin-top: 0;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; margin-bottom: .25em; }
h3 { font-size: 14px; margin-bottom: .25em; }
h4 { font-size: 1.1em; margin-bottom: .25em;  }

p { font-size: 12px; line-height: 1.4em; margin-bottom: 1em;}

p a { font-size: inherit; }

div#main {
	width: 800px;
	margin: 0 auto;
	overflow: auto;
}

div#footer {
	width: 800px;
	min-height: 200px;
	margin: 0 auto;
	overflow: auto;
	background-color: #272727;
	color: #908f8f;
	clear: both;
}	

div#footer p {
	font-size: 10px;
	margin: 10px 24px;
}

div#footer a {
	font-weight: normal;
color: #908f8f;	
}


div#content {
	background-color: #fff;
	width: 800px;
	overflow: auto;
	clear: both;
}

div#nav {
	height: 124px;
	width: 600px;
}	

ul#nav {
	margin-left: 24px;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	display: block;
	float: left;
	color: #a7a6a6;
	font-size: 11px;
	letter-spacing: 1px;
	width: 70px;
	height: 124px;
	text-align: center;
	text-transform: uppercase;
}

ul#nav li a span {
	display: block;
	padding-top: 106px;
}

ul#nav li a.inactive {
	color: #a7a6a6;
}

ul#nav li a.active, ul#nav li a:hover {
	color: #d8d8d8;
	font-weight: bold;
	text-decoration: none;
}

ul#nav li a.active-override {
	color: #a7a6a6;
}


#content #image {
	width: 400px;
	float: left;
}

#content #text {
	width: 320px;
	padding: 40px;
	color: #272727;
	font-size: 12px;
	float: left;
}

#content #image.contact  {
	width: 300px;
}

#text.contact  {
	width: 200px;
}

#text.contact, #text.clients a {
	color: #272727;
}

ul.menu {
	list-style-type: none;
}

ul.menu li {
	font-size: 12px;
	line-height: 1.2em;
	padding: 0 0 .5em 0;
}

ul.menu li b {
	display: block;
	margin-bottom: .25em;
	font-weight: bold;
}

ul.sub-menu {
	padding: 0 1em;
	list-style-type: none;
}

ul.sub-menu li {
	line-height: 1.25em;
}

h3.menu {
	font-size: 12px;
	color: #1e370d;
	margin-top: 1em;
	margin-bottom: 3px;
}

#gallery {
	width: 800px;
	height: 150px;
	margin: 50px auto 75px auto;
	background-color: #fff;
}

#gallery a {
	float: left;
	display: block;
	width: 150px;
	height: 150px;
	border: 1px solid #bbb;
	margin: 4px;
}

#gallery a:hover {
	border: 1px solid #000;
}	

div.hr {
	height: 1px;
	width: 100%;
	background-color: #bbb;
	margin: 3em 0 3em 0;
}
