/*
CSS - SITE_NAME_HERE
*/


/* COMMON STYLES */
* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

.clear {
	display: block;
	clear: both;
}

body {
	margin: 0;
	padding: 0;
	color: #B9AF91;
	font-size: 12px;
	line-height: 140%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #14110B url(../images/core/bg2.gif) repeat-x 50% 0;
}

img {
	border: none;
}

a {
	color: #59DEFF;
	text-decoration: none;
}

strong {
	color: #59DFFF;
	font-weight: bold;
}

ul li{
	margin: 5px 0 0 40px;
}

/* LAYOUT STYLES */
#container {
	margin: 0 auto;
	padding: 0;
	width:830px;
	position: relative;
}

#shadow-left {
	width: 15px;
	float: left;
}

#shadow-right {
	width: 15px;
	float: right;
}

#content {
	width: 800px;
	margin: 0 auto;
	background-color: #27231B;
}

/* HEADER STYLES */
#header {
	width: 830px;
	margin: 0 auto;
}

img#logo {
	float: left;
}

/* NAVIGATION STYLES */
.hidden {
	display: none;
}

#nav {
	height: 44px;
	_margin: -2px 0 0 0;
	background-color: #FFFFFF;
}

#nav ul {
	list-style-type: none;
	margin: 0 0 0 0;
}

#nav ul li {
	float: left;
	margin: 0;
}

#nav ul li a {
	height: 44px;
	display: block;
}

#nav ul li a:hover {
	background-position: 0 -44px!important;
}

#nav ul li#home a {
	background:url(../images/nav/home.gif) no-repeat top;
	width:94px;
}

#nav ul li#waterproofing a {
	background:url(../images/nav/waterproofing.gif) no-repeat top;
	width:172px;
}

#nav ul li#acoustics a {
	background:url(../images/nav/acoustics.gif) no-repeat top;
	width:120px;
}

#nav ul li#portfolio a {
	background:url(../images/nav/portfolio.gif) no-repeat top;
	width:119px;
}

#nav ul li#contact-us a {
	background:url(../images/nav/contact.gif) no-repeat top;
	width:124px;
}

body.home #nav ul li#home a {background-position:0 -44px!important;}
body.waterproofing #nav ul li#waterproofing a {background-position:0 -44px!important;}
body.acoustics #nav ul li#acoustics a {background-position:0 -44px!important;}
body.portfolio #nav ul li#portfolio a {background-position:0 -44px!important;}
body.contact-us #nav ul li#contact-us a {background-position:0 -44px!important;}


/* FLASH STYLES */
#flash {
	position:absolute;
	width:800px;
	height:231px;
	display:block;
	top:120px;
	left:15px;
}


/* CTA STYLES */
#cta {
	width: 168px;
	float: right;
	margin-right: 0px;
	padding-right: 15px;
	background-color: #27231B;
}

#cta p {
	font-size: 11px;
	letter-spacing: 1px;
	margin: 11px 0 10px 20px;
}

/* TEXT STYLES */
#text {
	float: left;
	width: 580px;
	min-height: 363px;
	margin: 0;
	padding-left: 18px;
	background: #27231B url(../images/core/bg-text.gif) no-repeat;
}

#text p {
	margin: 10px 45px 0 12px;
}

p#title {
	font-size: 15px;
	color: #59DFFF;
	font-weight: bold;
	margin: 47px 0px 20px 12px;
}

p#strong {
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 30px 0 12px;
}

p#strong a{
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 0 0 0;
}

#gallery {
	margin: 0px;
	text-align: center;
}

#gallery-image {
	float: left;
	width: 150px;
	padding: 10px 10px;
}


/* FOOTER STYLES */
#footer {
	background: url(../images/core/bg-footer.gif) no-repeat;
	height: 66px;
	letter-spacing: 1px;
	color: #9F937A;
	font-size: 10px;
	padding: 20px 0 0 40px;
}

#footer a {
	color: #9F937A;
	text-decoration: none;
}
img#logo-webfirm {
	float: right;
	margin: -20px 40px 0 0;
}