/* Nine Four - 29/09/06 */

@import url(/assets/css/reset.css);

body {
	background-image: url("/assets/background_centre_shadow.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF; /* Especially for pixeldiva :) */
}

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

#Page {
	margin: 0 auto 0 auto;
	width: 700px;
	height: auto;
}
#FooterPage {
	margin: 0 auto 0 auto;
	width: 700px;
	height: auto;
}

#Header {
	width: 350px; /* Header appears to shimmy 1 px too far left every now and then in IE6, bug */
	float: right;
}

#Header #h1 img {
	margin: 30px 20px 0 0;
	float: right;
	display: inline;
}
#Header #h1 h1 {
	display: none;
}
#Header #Navigation {
	position: absolute;
}
#Header #Navigation ul {
	margin: 120px 0 0 0;
	padding: 0 0 8px 20px;
	width: 330px;
	height: 16px;
	border-bottom: 1px solid #72AA1D;
}
#Header #Navigation ul li {
	margin: 0 5px 0 0;
	display: inline;
}
#Header #Navigation ul li a {
	font-size: 1.3em;
	padding: 5px 3px 5px 3px;
	border-bottom: none;
	color: #666666;
	text-transform: lowercase;
}
#Header #Navigation ul li a:hover {
	color: #333333;
	border-bottom: 3px solid #B8D48E;
}

body.home #Header #Navigation ul li a.home {
	border-bottom: 3px solid #72AA1D;
}

#Left {
	clear: left;
	float: left;
	margin: 35px 0 30px 20px;
	width: 310px;
	display: inline;
}
#Right {
	float: right;
	margin: 90px 20px 30px 0;
	width: 310px;
	display: inline;
}
#Right a img.portfolio {
	border: 1px solid #CCCCCC;
}
#Right a:hover img.portfolio {
	border: 1px solid #999999;
}
#Right p.portfolio {
	font-size: 1.1em;
}

h1 {
	font-size: 2.0em;
	}
h2 {
	margin: 0 0 20px 0;
	font-size: 2.0em;
	color: #107398;
	font-weight: normal;
	line-height: 140%;
	}
h3 {
	margin: 10px 0 10px 0;
	font-size: 1.8em;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #E9E9F0;
	line-height: 140%;
	}
h4 {
	margin: 20px 0 5px 0;
	font-size: 1.4em;
	color: #333333;
	font-weight: normal;
	line-height: 140%;
	}

p {
	margin: 10px 0 10px 0;
	font-size: 1.2em;
	color: #666666;
	line-height: 150%;
}

a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
a:hover {
	border-bottom: 1px solid #666666;
}

blockquote p {
	margin: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
	padding: 5px 10px 5px 10px;
	background-image: url(/assets/blockquote.gif);
	background-repeat: no-repeat;
	line-height: 120%;
	border-left: 1px solid #72AA1D;
}
p.credit {
	text-align: right;
	font-size: 1.0em;
	color: #999999;
}
p.availability {
	font-weight: bold;
}
ul.contact {
	margin: 15px 0 15px 0;
}
ul.contact li {
	margin: 5px 0 5px 10px;
	color: #666666;
	font-size: 1.2em;
}
ul.contact li.tel {
	padding: 0 0 0 20px;
	background-image: url(/assets/icon_tel.gif);
	background-repeat: no-repeat;
	height: 16px;
}
ul.contact li.email {
	padding: 0 0 0 20px;
	background-image: url(/assets/icon_email.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	height: 16px;
}

#Footer {
	padding: 20px 30px 20px 30px;
	clear: both;
	background-color: #F2F2F2;
}
#Footer #Page {
	width: 660px;
	height: auto;
	padding: 0 30px 0 30px;
}
#Footer img {
	padding: 20px 44px 20px 0;
	border-right: 1px solid #C7CED0;
	display: block;
	float: left;
}
#Footer ul {
	margin: 0 330px 0 160px;
	padding: 6px 0 0 0;
	font-size: 1.2em;
	line-height: 160%;
	border-right: 1px solid #C7CED0;
	height: 64px;
}
#Footer #Copyright {
	width: 310px;
	float: right;
}
#Footer #Copyright p {
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 120%;
}