html, body
{
	margin: 0;
	padding: 0;
	font: 11px Helvetica, Arial, sans-serif;
	background: #ededed;
}

#wrapper {
	width: 880px;
	margin: 20px auto 0 auto;
	z-index: 0;
}

#main, #cap, #feet, #logomenu {
    float: left;
    clear: both;
	width: 864px;
	position: relative;
	padding: 0 8px;
	margin: 0;
}
#logomenu {
    margin-top: 14px;
}
#main {
	background: url('../static/global/shadow-middle.gif') repeat-y;
}
#cap {
	background: url('../static/global/shadow-top.gif') bottom left no-repeat;
	height: 8px;
}
#feet {
	background: url('../static/global/shadow-bottom.gif') no-repeat;
	height: 9px;
}

p {
	color: #333;
}

a {
	color: #c03;
}

.clear {
    float: left;
	clear: both;
}


img.float-right {
	float: right;
	margin: 5px 20px 0 60px;
}

h1 {
	display: block;
	float: left;
	margin: 0 0 15px 15px;
	width: 165px;
	height: 51px;
	background: url('../static/global/logo.gif');
}

h1 a {
	display: block;
	width: 98px;
	height: 51px;
	text-indent: -999em;
}

h1 span {
	display: none;
}

#navigation {
	list-style: none;
	padding: 0;
	margin: 38px 40px 0 0;
	float: right;
}

#navigation li {
	display: block;
	float: left;
}
#navigation a {
	display: block;
	height: 28px;
	background: url('../static/global/navigation2.gif');
	text-indent: -999em;
}
#navigation #home {
	width: 49px;
	background-position: 0 0;
}
#navigation #company {
	width: 83px;
	background-position: -49px 0;
}
#navigation #services {
	width: 77px;
	background-position: -132px 0;
}
#navigation #projects {
	width: 75px;
	background-position: -209px 0;
}
#navigation #development-properties {
	width: 169px;
	background-position: -284px 0;
}
#navigation #contact-us {
	width: 83px;
	background-position: -462px 0;
}

#navigation #home:hover {
	background-position: 0 -28px;
}
#navigation #company:hover {
	background-position: -49px -28px;
}
#navigation #services:hover {
	background-position: -132px -28px;
}
#navigation #projects:hover {
	background-position: -209px -28px;
}
#navigation #development-properties:hover {
	background-position: -284px -28px;
}
#navigation #contact-us:hover {
	background-position: -462px -28px;
}

#navigation #home.active, #navigation #home.active:hover {
	background-position: 0 -56px;
}
#navigation #company.active, #navigation #company.active:hover {
	background-position: -49px -56px;
}
#navigation #services.active, #navigation #services.active:hover {
	background-position: -132px -56px;
}
#navigation #projects.active, #navigation #projects.active:hover {
	background-position: -209px -56px;
}
#navigation #development-properties.active, #development-properties #home.active:hover {
	background-position: -284px -56px;
}
#navigation #contact-us.active, #navigation #contact-us.active:hover {
	background-position: -462px -56px;
}

#header {
    display: block;
    float: left;
	clear: both;
	border-top: 3px solid #c03;
	border-bottom: 3px solid #c03;
	padding: 1px 0;
	position: relative;
	width: 864px;
}

#header img {
	margin: 0 0 -3px 0;
	padding: 0;
	border: 0;
}

#body {
    display: block;
    float: left;
    clear: both;
    position: relative;
    width: 814px;
	padding: 30px 25px 20px 25px;
}
#body h2 {
	padding: 0;
	margin: 0;
}
#body h2 span, #body h2 span.sIFR-active {
	display: block;
	height: 14px;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#body h2 span.sIFR-active {
	visibility: hidden;
}
#body p {
	line-height: 1.5em;
}

#footer {
	color: #8b8b8b;
	padding: 10px 3px 0 3px;
	margin: -5px auto 0 auto;
	width: 864px;
}
#footer-nav {
	float: left;
}
#copyright {
	float: right;
	color: #b5b5b5;
}
#footer a {
	color: #8b8b8b;
}
#footer a:hover {
	color: #000;
}
#copyright a {
	text-decoration: none;
	color: #b5b5b5;
}
#copyright a:hover {
	text-decoration: underline;
	color: #8b8b8b;
}

/** No more dotted borders in Firefox! **/
input:active, a:active
{
	outline: none;
}

input:focus, a:focus
{
	-moz-outline-style: none;
}
