body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #959595;
	font: 76% Arial, Helvetica, sans-serif;
	color: #231F20;
}
#siteWrapper {
	background-color: #231f20;
	padding: 0 10px;
	width: 963px;
	margin: 0 auto;
	text-align: left;
}
.address {
	color: #918F90;
}
.address strong {
	color: #fff;
}
h1 {
    padding: 52px 0 0 0;
	margin: 0;
    overflow: hidden;
    background-image: url(../img/contact_details.gif);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:52px;
	width: 450px;
}
#mainContent strong {
	color: #dc3522;
}
#mainContent .visualPadding {
	padding: 0 35px 0 35px;
}
h2 {
	font-size: 2.5em;
	color: #dc3522;
	margin: 0 0 15px 0;
	padding: 0;
}
h2 span {
	color: #231F20;
	font-weight: normal;
	font-size: .65em;
}
#mainNav {
	list-style-type: none;
	margin: 32px 30px 0 0;
	padding: 0;
	float: right;
}
#mainNav li {
	display: inline;
}
#mainNav li a {
	background: url(../img/nav_button_norm.png) top left no-repeat;
	width: 90px;
	height: 33px;
	padding: 9px 0 5px 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.button {
	background: url(../img/button.gif) top left no-repeat;
	width: 180px;
	height: 35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.button .visualPadding {
	padding: 9px 0 0 11px;
}
#mainContent {
	width: 652px;
	float: left;
	background-image: url(../img/main_content_bg.gif);
	margin-top: 10px;
}
#rightColumn {
	width: 300px;
	float: right;
	margin-top: 10px;
}
#contactDetails {
	float: left;
}
ul#recentProjects {
	list-style: none;
	margin: 0;
	padding: 13px 10px 0 2px;
}
ul#recentProjects li {
	color: #918f90;
	padding: 13px 0 13px 27px;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 12px;
	border-bottom: 1px dashed #918f90;
}
ul#recentProjects li.first {
	border-top: 1px dashed #918f90;
}
ul#recentProjects li a,
ul#recentProjects li a:hover {
	color: #fff;
	font-weight: bold;
}
img { border: 0; }
#portfolioLeft {
	float: left;
	width: 430px;
}
#portfolioRight {
	float: right;
	width: 430px;
}
#portfolioLeft .left,
#portfolioRight .left {
	float: left;
	width: 220px;
	margin-bottom: 20px;
}
#portfolioLeft .right,
#portfolioRight .right {
	float: right;
	width: 210px;
	padding-top: 5px;
	text-align: justify;
}
#footerCopyright {
	float: left;
	width: 40%;
	color: #918f90;
	padding-left: 4px;
	font-size: .9em;
}
#footerNavigation {
	float: right;
	width: 50%;
	text-align: right;
	color: #918f90;
	padding-right: 4px;
	font-size: .9em;
}
#footerNavigation a, #footerNavigation a:hover {
	color: #918f90;
	text-decoration: none;
	font-size: .9em;
}
#footerNavigation a:hover {
	color: #918f90;
	text-decoration: underline;
	font-size: .9em;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
