/* PNP CONSTRUCTION GENERAL RULES */

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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6, #featured_project {
	font-family: 'AmSanslight';
	font-weight: 100;
	font-style: normal;
}


/* SITE CONTAINERS */

div#site_container {}

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}


/* HEADER */

div#header {
	width: 1000px;
}

	#header h1 {
		width: 436px;
		height: 100px !important;
		background: transparent url("/images/logos/logo.png");
		cursor: pointer;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

#navigation_container {
	position: absolute;
	width: 564px;
	height: 66px;
	top: 0px;
	right: 0px;
	z-index: 200;
}

	#navigation_container h2 {
		display: none;
		position: absolute;
		background: transparent url("/images/navigation/nav_hover.png");
		z-index: 1000;
		width: 23px;
		height: 27px;
		right: 490px; 
	}
	
		#navigation_container h2 span {
			display: none;
		}

	ul#navigation {
		width: 564px;
		height: 66px;
		list-style: none;
	}
	
		#navigation li {
			float: left;
		}	
		
		a#company_link {
			width: 122px;
			background: transparent url("/images/navigation/company.png");
		}
		
		a#services_link {
			width: 114px;
			background: transparent url("/images/navigation/services.png");
		}
				
		a#gallery_link {
			width: 131px;
			background: transparent url("/images/navigation/gallery.png");
		}
		
		a#contact_link {
			width: 102px;
			background: transparent url("/images/navigation/contact.png");
		}
		
		a#client_login_link {
			width: 95px;
			background: transparent url("/images/navigation/client_login.png");
		}
		
		#navigation li a {
			display: block;
			height: 66px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -66px;
		}
		
			#navigation li a span {
				display: none;
			}


/* DROPDOWN MENUS */

ul.drop_down {
	display: none;
	position: absolute;
	top: 66px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	line-height: 40px;
	width: 247px;
	background: transparent url("/images/misc_elements/dd_bg.png");
	background-position: 0px -66px;
	background-repeat:no-repeat;
	list-style: none;
	z-index: 100;
}

	ul.drop_down li {
		display: inline;
	}
	
		ul.drop_down li a {
			display: block;
			padding: 0px 17px 0px 17px;
			color: #fff;
		}
		
			ul.drop_down li a:hover {
				color: #739600;
				background-color: #fff;
			}

#company_dd {
	right: 319px;
}

#services_dd {
	right: 197px;
}

/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
	color: #5e5e5e;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		color: #2e2e2e;
		font-size: 14px;
		line-height: 20px;
	}
	
		#body_text h2 {
			font-size: 22px;
			color: #ffffff;
		}

		#body_text a, #body_text strong {
			color: #0858b5;
		}

		#body_text a:hover {
			color: #80a600;
		}
		
		

/* FOOTER */		

	div#footer {
		clear: both;
		position: relative;
		margin: 0px auto;
		width: 1000px;
		height: 62px;
		background: transparent url("/images/backgrounds/footer_bg.gif");
		background-repeat: no-repeat;
		background-position: center top;
	}
	
		p.copyright {
			display: none;
		}
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 75px;
			height: 61px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}