@charset "UTF-8";

@import url(base_global.css);

/*---------------------
 TYPOGRAPHY
---------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	overflow-x: hidden;
}
.header {
	text-align: left;
}
.content {
	text-align: left;
}
.content h1 {
	font-size: 1.50em;
	font-weight: normal;
	margin: 0 0 0.83em 0;
}
.content h2 {
	font-size: 1.25em;
	font-weight: normal;
	margin: 0 0 0.23em 0;
}
.content h3 {
	font-size: 1.1em;
	margin: 0 0 0.83em 0;
}
.content p {
	margin: 0 0 0.83em 0;
}
.content ul {
	margin: 0 0 0.83em 0;
}
.content li {
	list-style: none;
	padding-left: 20px;
	background-position:  0 50%;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

.content .flash_required p {
	margin: 0;
}


/*---------------------
 STRUCTURE
---------------------*/
body {
	width: 100%;
	padding: 20px 0;
}
.wrap {
	width: 100%;
	height: 100%;

}
/*Header*/
.header {
	width: 920px;
	p//adding: 0 165px;
	height: 115px;
	margin: 0 auto;
}
.header #logo {
	float: left;
	width: 252px;
	height: 34px;
}
.header #menu {
	float: right;
	width: 623px;
}
.header #menu ul {
	display: block;
	width: 608px;
	height: 50px;
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-position: -508px 0;
}
.header #menu li {
	list-style: none;
	float: left;
	padding: 0 20px 0 0;
	position: relative;
	background-repeat: repeat-x;
	background-position: 0 -100px;
}
.header #menu li.last {
	background-position: 100% -50px;
	padding-right: 15px;
}

.header #menu li a {
	display: block;
	height: 50px;
	background-repeat: no-repeat;
}
.header #menu li a span {
	display: none;
}
.header #menu li a#mm-home {
	width: 76px;
	background-position: 0 0;
}
.header #menu li a#mm-home:hover,
.header #menu li.active a#mm-home {
	background-position: 0 -50px;
}
.header #menu li a#mm-services {
	width: 93px;
	background-position: -76px 0;
}
.header #menu li a#mm-services:hover,
.header #menu li.active a#mm-services {
	background-position: -76px -50px;
}
.header #menu li a#mm-casestudies {
	width: 129px;
	background-position: -169px 0;
}
.header #menu li a#mm-casestudies:hover,
.header #menu li.active a#mm-casestudies {
	background-position: -169px -50px;
}
.header #menu li a#mm-about {
	width: 99px;
	background-position: -298px 0;
}
.header #menu li a#mm-about:hover,
.header #menu li.active a#mm-about {
	background-position: -298px -50px;
}
.header #menu li a#mm-contact {
	width: 111px;
	background-position: -397px 0;
}
.header #menu li a#mm-contact:hover,
.header #menu li.active a#mm-contact {
	background-position: -397px -50px;
}

.header #menu ul ul {
	position: absolute;
	top: 60px;
	height: 30px;
	left: -76px;
	width: 532px;
	padding-left: 76px;
	background-position: -30px -60px;
	display: none;
}
.header #menu ul li.active ul {
	display: block;
}
.header #menu ul ul li {
	background: none;
}
.header #menu ul ul li a {
	height: 30px;
}
.header #menu ul ul li a#photographic {
	width: 171px;
	background-position: 0 0;
}
.header #menu ul ul li a#photographic:hover,
.header #menu ul ul li.active a#photographic {
	background-position: 0 -30px;
}
.header #menu ul ul li a#gallery {
	width: 48px;
	background-position: -171px 0;
}
.header #menu ul ul li a#gallery:hover,
.header #menu ul ul li.active a#gallery {
	background-position: -171px -30px;
}
.header #menu ul ul li a#print {
	width: 160px;
	background-position: -219px 0;
}
.header #menu ul ul li a#print:hover,
.header #menu ul ul li.active a#print {
	background-position: -219px -30px;
}

/*Content*/
.content {
	width: 920px;
	margin: 0 auto;
	padding: 0 165px 305px 165px;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}

/*Flash Required Box*/
.flash_required {
	overflow: hidden;
	height: 1%;
	width: 920px;
	padding: 0 165px;
	margin: 0 auto 1.2em auto;
}
.flash_required .message {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 920px;
}
.flash_required h2 {
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 10px 10px 0 10px;
	font-size: 1.25em;
	font-weight: normal;
	margin: 0 0 0.23em 0;
}
.flash_required h2 span {
	display: block;
	padding-left: 20px;
	background-position:  0 50%;
	background-repeat: no-repeat;
}
.flash_required p {
	margin: 0;
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	line-height: 1.6em;
}
.flash_required p a {
	display: block;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 0 10px 10px 0;
}

/*---------------------
 COLOUR
---------------------*/
body {
	background-color: #FFF;
	color: #969595;
}
/*Header*/
.header #menu ul,
.header #menu ul li,
.header #menu li.last,
.header #menu li a {
	background-image: url(../img/shared/menu.gif);
}

.header #menu ul ul,
.header #menu ul ul li a {
	background-image: url(../img/shared/submenu.gif);
}


/*Content*/
.content {
	background-image: url(../img/shared/bg.jpg);
}
.content h1 {
	color: #8cc63f;
}
.content h2 {
	color: #8cc63f;
}
.content li {
	background-image: url(../img/shared/bullet.gif);
}
.content a:link,
.content a:visited {
	color: #000;
}
.content a:active,
.content a:hover {
	color: #8cc63f;
}
.flash_required .message {
	background-image: url(../img/shared/fla_req_tl.gif);
	background-color: #edeaea;
	color: #666;
	text-align: left;
}

.flash_required h2 {
	color: #DF1B1B;
	background-image: url(../img/shared/fla_req_tr.gif);
}
.flash_required p {
	background-image: url(../img/shared/fla_req_bl.gif);
}
.flash_required p a {
	background-image: url(../img/shared/fla_req_br.gif);
	color: #DF1B1B;
}
.flash_required h2 span {
	background-image: url(../img/shared/error-ico.gif);
}


.content .footer ul {
	border-top: 1px solid #EEE;
	padding-top: 5px;
	font-size: 0.86em;
	margin-top: 20px;
}
.content .footer li {
	list-style: none;
	float: left;
	padding: 0 20px 0 0;
	background: none;
}
.content .footer li a {
	color: #AAA;
	text-decoration: none;
}

/*---------------------
 SPECIFIC STYLES
---------------------*/
/*Home*/
body.home .content {
	background-image: url(../img/home/home.jpg);
	background-position: 100% 100%;
	width: 325px;
	padding: 0 760px 260px 165px;
}
body.home .header {
	height: 80px;
}

/*Services*/
body.consult .content {
	padding: 0 165px 280px 650px;
	width: 435px;
	background-image: url(../img/services/consult.jpg);
}

body.gallery .content {
	width: 310px;
	padding: 0 780px 350px 165px;
	background-image: url(../img/services/gallery.jpg);
}
.print {
	padding: 0 0 15px 0;
	margin-bottom: 15px;
	background: url(../img/shared/dot-bg.gif) 0 100% repeat-x;
}
.print .desc {
	float: right;
	width: 810px;
}

/*Case Studies*/
body.case_study .header {
	height: 80px;
}

/*About Us*/
body.about .header {
	height: 80px;
}
body.about .content {
	width: 380px;
	padding: 0 165px 290px 760px;
	background-image: url(../img/about/about.jpg);
}

/*Contact Us*/
body.contact .header {
	height: 80px;
}
dl dt {
	float: left;
	width: 100px;
	padding: 2px 0;
}
dl dd {
	margin-left: 105px;
	padding: 2px 0;
	width: 800px
}


