/* import global styles */
@import "global.css";

/* ----------------------------
Client : North Point Drafting
Use : Colours set for MPM Project pages
Author : karlbright
---------------------------- */

body {
	background: #546178;
}

div#header {
	background: #fff;
}
div#header a#header-logo {
	background: url(../images/mpm/logo.gif) no-repeat 0 0;
	height: 92px;
	left: 15px;
	position: absolute;
	top: 14px;
	width: 280px;
}
div#header div#header-contact_details {
	border-left: 1px solid #424041;
	color: #424041;
	margin-left: 10px;
	padding-left: 10px;
}
div#header div#header-contact_details a.contact_details_email {
	background: url(../images/mpm/mail_icon.gif) no-repeat right 3px;
	color: #424041;
	padding-right: 16px;
}
div#header div#header-contact_details a.contact_details_email:hover {
	color: #000;
	text-decoration: underline;
}

/* navigation */
div#navigation {
	margin-bottom:1em;
}
div#navigation ul li a.architecture_documentation {
	background: url(../images/mpm/nav-architecture.jpg) no-repeat 0 0;
}
div#navigation ul li a.property_development {
	background: url(../images/mpm/nav-property.jpg) no-repeat 0 0;
}
div#navigation ul li a.lets_talk {
	background: url(../images/mpm/nav-lets.jpg) no-repeat 0 0;
}

div#navigation ul li a.projects {
	background: url(../images/mpm/nav-projects.jpg) no-repeat 0 0;
	display: block;
	height: 14px;
	width: 113px;
}
div#navigation ul li a.projects:hover { background-position: -113px 0; }

div#navigation ul li a.directors {
	background: url(../images/mpm/nav-directors.jpg) no-repeat 0 0;
	display: block;
	height: 14px;
	width: 121px;
}
div#navigation ul li a.directors:hover { background-position: -121px 0; }

/* content */
div#content-wrapper {
	color: #fff;
}
div#content-wrapper a {
	color: #fff;
	font-weight: bold;
}
div#content-wrapper a:hover {
	color: #ff7300;
}
div#content-wrapper h2 {
	color: #ff7300
}
div#content-wrapper h3 {
	color: #fff;
}
div#content-wrapper h4 {
	color: #ff7300
}

/* footer */
div#footer {
	border-top: 1px solid #a7a9ac;
	color: #fff;
}
div#footer a {
	color: #fff;
	font-weight: normal !important;
	text-decoration: none;
}
div#footer a:hover {
	color: #ff7300;
}
div#footer div#footer-right a.footer-site_created {
	background: url(../images/mpm/site_created.jpg) no-repeat 0 0;
}

.footer_thing {
	color: #ff7300;
	font-size: 140%;
	font-weight: bold;
}

/* enquiry form */
#enquiryform fieldset ol li.alt {
	background: #a4a4a4;
}