/* @override 
	http://dev.primalcommunications.com/windley/css/styles.css
	http://windley.primalcommunications.com/css/styles.css
*/

@import url('reset.css');

@import url('superfish.css');

html {
	background: #000;
}

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

.clear {
	font-size: 1px;
	height: 0;
	overflow: hidden;
	clear: both;
}

/* @group Header */

#header {
	height: 146px;
	background-repeat: repeat-x;
	background-color: transparent;
	background-position: top center;
	background-color:#000;
	position: relative;
}

#header h1 {
	width: auto;
	height: 115px;
	position: relative;
}

#header h1 a {
	display: block;
	position: absolute;
	top: 5px;
	right: 110px;
	width: 219px;
	height: 0;
	padding-top: 103px;
	background: transparent url('../img/logo-trans.png') no-repeat top left;
	overflow: hidden;
}

#nav {
	float: right;
	padding-right: 80px;
}

/* @end */

/* @group Homepage */

#pHome {
	background: #000;
}

#pHome #header {
	background-image: url('../img/home-header-bg.png');
	background-color: transparent;
	height: 145px;
	overflow:hidden;
}

#pHome #container {
	height: 544px;
	background: transparent url('../img/home-page-bg.jpg') repeat-x top left;
}

#pHome #content {
	height: 544px;
	background: transparent url('../img/home-feature-bg2.jpg') no-repeat right bottom;
}

#home_contact {
	color: #AAA;
	font-size: 1.3em;
	padding: 10px 0 0 90px;
}

#home_contact a {
	color: #CCC;
	text-decoration: none;
}

#home_contact a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* @end */

/* @group About */

#pAbout #header {
	background-image: url('../img/about-header-bg.png');
	
}

#pAbout {
	background: #000 url('../img/about-page-bg.png') repeat-x left 146px;
}

#pAbout #container {
	background: transparent url('../img/about-feature-bg.jpg') no-repeat right top;
	height:543px;
	padding: 0;
	min-width: 980px;
}

/*#pAbout #content {
	width: 615px;
	font-size: 1.25em;
	line-height: 1.4em;
	color: #333;
}*/

#pAbout #content {
	min-width: 330px;
	max-width: 615px;
	font-size: 1.25em;
	line-height: 1.3em;
	color: #333;
	height: 502px;
	overflow: auto;
	padding: 40px 10px 0 0;
	margin-left: 40px;
	margin-right: 625px;
}

h2#about-windley {
	width: 257px;
	padding-top: 13px;
	overflow: hidden;
	height:  0;
	background: transparent url('../img/about-windley.png') no-repeat top left;
	margin-bottom: 30px;
}

#pAbout #content P {
	margin:1em 0
}

#pAbout #content p.feature {
	color: #245e82;
	margin: 1.5em 0;
}


/* @end */

/* @group Projects */

#pProjects #header {
	background-image: url('../img/projects-header-bg.png');
	
}

#pProjects #container {
	background: #ebebeb url('../img/projects-page-bg.jpg') repeat-x center top;
}

#pProjects #content {
	background: transparent url('../img/projects-feature-bg.jpg') no-repeat top left;
	width: 970px;
	height: 543px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

noscript {
	color: maroon;
	font-size: 1.3em;
	margin: 100px;
	display: block;
	text-align: center;
}

#p-col-left {
	width: 300px;
	float:left;
	padding-left: 2px;
}

#pNav {
	display: block;
}

#pNav li {
	display: block;
	float: left;
}

#pNav li a {
	display: block;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 33px;
	border: 1px solid #f4f4f4;
}

#pNav li a:hover {
	background-position: 0 -33px;
}

#pNav li.active a {
	background-position: 0 -33px;
	background-color: #FFF;
	border: 1px solid #CCC;
	cursor: default;
}

#sub-commercial a {
	background-image: url('../img/projects-nav-commercial.png');
	width: 118px;
}

#sub-residential a {
	background-image: url('../img/projects-nav-residential.png');
	width: 116px;
}

#sub-civil a {
	background-image: url('../img/projects-nav-civil.png');
	width: 60px;
}

#list-commercial {
	clear: both;
}

.pList {
	padding: 10px 0px;
	font-size: 1.2em;
}

.pList li {

}

.pList li a {
	padding: 5px 15px;
	display: block;
	color: #003663;
	width: 260px;
	text-decoration: none;
	font-size: 9pt;
}

.pList li a.inactive {
	color: #999;
	cursor: default;
}

.pList li a.inactive:hover {
	font-weight: normal;
	color: #666;
}

.pList li a:hover {
	font-weight: bold;
}

.pList li.current a {
	padding: 5px 13px;
	display: block;
	color: #252525;
	font-weight: bold;
	border: 1px solid #CCC;
	cursor: default;
	background-color: #FFF;
}

#pDesc {
	padding: 10px 7px 0 7px;
	font-size: 9pt;
	line-height: 1.4em;
	clear: left;
	height: 150px;
	overflow: auto;
}

#pDesc h3 {
	font-weight: normal;
	padding-bottom: 5px;
}

#p-col-right {
	width: 570px;
	float:left;
	padding-left: 20px;
	position: relative;
}

#preloading {
	position: absolute;
	width: 570px;
	height: 380px;
	background: transparent url('../img/loading.gif') no-repeat center center;
}

p.soon {
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	color: #666;
	line-height: 360px;
	font-weight: bold;
	z-index:  1000 !important;
}

/* @end */

/* @group Contact */

#pContact #header {
	background-image: url('../img/contact-header-bg.png');
}

#pContact #container {
	background: #abdcff url('../img/contact-feature-bg.png') no-repeat right bottom;
}

#pContact #content {
	width: 850px;
	margin: 0 auto;
	padding: 40px 0 0;
	height: 503px;
}

#pContact #col-left{
	float: left;
	width: 300px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #444;
}

#contact-us {
	height: 0;
	width: 89px;
	padding-top: 13px;
	overflow: hidden;
	background: transparent url('../img/contact-us.png') no-repeat top left;
	
}

#col-left address {
	padding-top:  30px;
}

#pContact #col-right{
	float: left;
	width: 545px;
}

#pContact dl {
	display: block;
	width: 295px;
	padding-top: 20px;
}

#pContact dt {
	display: block;
	width: 70px;
	float: left;
	clear: left;
	text-transform: lowercase;
}

#pContact dd {
	display: block;
	width: 225px;
	float: left;
}

#pContact a {
	color: #0076a3;
}

#pContact #col-right h2 {
	font-size: 1.5em;
	font-weight: normal;
	height: 20px;
	padding-bottom: 20px;
}

/* @end */

/* @group Footer */

#footer {
	height: 100px;
	background: #000;
}

#foot-primal {
	float: right;
	padding: 25px 110px 0 0;
	color: #444;
}

#foot-primal a {
	color: #4f3e2c;
}

#foot-copyright {
	color: #444;
	padding: 25px 0 0 90px;
}

/* @end */