/* import global styles */
@import "global.css";

/* ----------------------------
Client : North Point Drafting
Use : Colours set for North Point Drafting pages
Author : karlbright
---------------------------- */

body {
	background: #282828;
}

div#header {
	background: #ff730b;
}
div#header a#header-logo {
	background: url(../images/npd/images/logo.gif) no-repeat 0 0;
	height: 79px;
	left: 15px;
	position: absolute;
	top: 21px;
	width: 371px;
}
div#header div#header-contact_details {
	border-left: 1px solid #fff;
	color: #fff;
	margin-left: 10px;
	padding-left: 10px;
}
div#header div#header-contact_details a.contact_details_email {
	background: url(../images/npd/mail_icon.gif) no-repeat right 3px;
	color: #fff;
	padding-right: 16px;
}
div#header div#header-contact_details a.contact_details_email:hover {
	color: #000;
	text-decoration: underline;
}

/* navigation */
div#navigation ul li a.architecture_documentation {
	background: url(../images/npd/nav-architecture.jpg) no-repeat 0 0;
}
div#navigation ul li a.property_development {
	background: url(../images/npd/nav-property.jpg) no-repeat 0 0;
}
div#navigation ul li a.lets_talk {
	background: url(../images/npd/nav-lets.jpg) no-repeat 0 0;
}

/* content */
div#content-wrapper {
	color: #fff;
}
div#content-wrapper a{
	color: #fff;
	font-weight: bold;
}
div#content-wrapper a:hover {
	color: #8f8f8f;
}
div#content-wrapper h2 {
	color: #fff
}
div#content-wrapper h3 {
	color: #8f8f8f;
}
div#content-wrapper h4 {
	color: #fff
}

/* footer */
div#footer {
	border-top: 1px solid #4d4d4d;
	color: #8f8f8f;
}
div#footer a {
	color: #8f8f8f;
	font-weight: normal !important;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
}
div#footer div#footer-right a.footer-site_created {
	background: url(../images/npd/site_created.jpg) no-repeat 0 0;
}

/* enquiry form */
#enquiryform fieldset ol li.alt {
	background: #353535;
}
