/* Style Sheet Copyright 2004-2011 PSLWeb.co.uk */

/* Elements
   -------- */
body, html {
	margin: 0;
	padding: 0;
	background-color: #F6F6F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
img {
	border: 0;
}
h1, h2, h3, h4, p {
	margin-top: 0;
}
h1 {
	font-size: 0.9em;
	margin-bottom: 0.5em;
	padding-top: 10px;
	text-align: center;
}
h2 {
	font-size: 0.8em;
}
p, li {
	font-size: 0.8em;
	line-height: 1.5em;
}
address {
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: normal;
}
a {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #C00000;
	text-decoration: underline;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
fieldset.data {
	/*padding: 12px 18px;*/
}
form#enquiryForm p {
	margin: 0;
}
label {
	font-size: 0.8em;
	display: block;
	margin-bottom: 2px;
}
fieldset.data input, fieldset.data textarea {
	border: 1px solid #9DACF4;
	margin-bottom: 10px;
	background-color: #F6F6F6;
}
fieldset.data input:focus, fieldset.data textarea:focus {
	border: 1px solid #C00;
	background-color: #FFF;
}
label#bf5Label, input#bf5 { /* Anti-Spam Measure 1 */
	display: none;
}

/* General Classes
   --------------- */
.error, .required {
	color: #C00;
}
.msgOK {
	color: #008000;
}
.clients {
	float: left;
	margin-right: 10px;
}
.vAlignMid {
	vertical-align: middle;
}

/* Container
   --------- */
#container {
	width: 960px;
	margin: 0 auto;
}

/* Header (including nav)
   ---------------------- */
#header {
	position: relative;
	height: 164px;
	background-image: url(../images/misc/header.jpg);
	background-repeat: no-repeat;
}
#header h1, #header h2 {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #2F3A87;
}
#header h1 {
	position: absolute;
	top: 18px;
	font-size: 2.1em;
	margin: 0;
	padding: 0;
	text-align: left;
}
#header h2 {
	position: absolute;
	top: 20px;
	left: 258px;
	font-size: 1.7em;
}
#header ul {
	position: absolute;
	top: 110px;
	left: 234px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header li {
	float: left;
	display: inline;
	font-size: 1em;
	line-height: 1.2em;
}
#header a {
	float: left;
	color: #FFF;
	font-weight: bold;
	padding: 0 25px;
	text-decoration: none;
	border-right: 1px solid #FFF;
}
#header a#lastNav {
	border: 0;
}
#header a:hover {
	color: #FF0;
	text-decoration: underline;
}

/* Page
   ---- */
#page {
	float: left;
	width: 100%;
}

/* Content
   ------- */
#content {
	width: 525px;
	margin: 15px 0 0 218px;
	background-image:  url(../images/misc/main_mid.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/* Main
   ---- */
#main {
	padding: 0 10px;
	background-image:  url(../images/misc/main_top.gif);
	background-repeat: no-repeat;
}
#main li {
	list-style-image: url(../images/misc/arrow.gif);
}
#portfolio div {
	clear: both;
}
#portfolio img {
	float: left;
	margin-bottom: 1em;
}
* html #portfolio img { /* Fix for IE 6 */
	margin-bottom: 0;
}
* + html #portfolio img { /* Fix for IE 7 */
	margin-bottom: 0;
}
#portfolio p {
	position: relative;
	top: -4px;
	margin-left: 212px;
}

/* Footer
   ------ */
#footer {
	background-image:  url(../images/misc/main_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px 15px 10px 15px;
	border-top: 1px solid #797E91;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.4em;
	clear: both;
}

/* Side Navigation
   --------------- */
#sideNav {
	float: left;
	width: 200px; /*Width of left column in pixel*/
	margin: 15px 0 0 -960px;
	background-image:  url(../images/misc/nav_line.gif);
	background-repeat: repeat-y;
}
#sideNav h2 {
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	padding: 7px 0 4px 0;
	background-image:  url(../images/misc/nav_top.gif);
	background-repeat: no-repeat;
}
#sideNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sideNav li {
	background-image:  url(../images/misc/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.8em;
	line-height: 1.2em;
}
#sideNav a {
	display: block;
	background-image:  url(../images/misc/nav_a_divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	padding: 5px;
	margin: 0 3px;
	font-weight: bold;
	text-decoration: none;
}
* html div#sideNav a { /* Fix for IE 6 space between list items */
	height: 100%;
}
#sideNav a:hover {
	color: #FF0;
	background-color: #6D85EF;
}
#sideNav p {
	font-size: 0;
	background-image:  url(../images/misc/nav_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
}

/* Secondary
   --------- */
#secondary {
	float: left;
	width: 200px;
	margin: 15px 0 0 -200px;
	background-image:  url(../images/misc/second_mid.gif);
	background-repeat: repeat-y;
}
#secondary #inner {
	background-image:  url(../images/misc/second_top.gif);
	background-repeat: no-repeat;
}
#secondary img {
	margin: 10px 0 0 8px;
}
#secondary h3 {
	font-size: 0.7em;
	margin-bottom: 0.8em;
	padding: 0 14px 0 8px;
}
#secondary p {
	font-size: 0.7em;
	margin-bottom: 0.6em;
	padding: 0 14px 0 8px;
}
#secondary p.imgCaption {
	text-align: center;
	font-style: italic;
	background-image:  url(../images/misc/second_divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.8em;
}
#secondary .secDiv {
	background-image:  url(../images/misc/second_divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.8em;
}
#secondary p#closePara {
	margin: 0;
	font-size: 0;
	height: 11px;
	background-image:  url(../images/misc/second_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#secondary ul {
	margin: 0 0 0.6em 0;
	padding: 0 14px 0 8px;
	list-style-type: none;
}
#secondary li {
	font-size: 0.7em;
}
#secondary a {
	color: #FFF;
	font-weight: bold;
}
#secondary a:hover {
	color: #FF0;
	text-decoration: underline;
}
