@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
div
{
	display: block;
}
.pin
{
	float: none;
	clear: both;
}
a
{
	text-decoration: none;
	color: #FFFFFF;
}
a img
{
	border: none;
}
img
{
	display: block;
}

h1
{
	font-weight: normal;
}

/*Head and nav area*/
#logoHolder
{
	position: relative;	
	width: 954px;
	margin: 0px auto;
}
#logo
{
	position: absolute;
	display: block;
	
	top: -25px;
	left: 150px;
}
#head
{
	background-color: #41427b;
	margin-top: 44px;
	border-bottom: 1px solid #ffffff;
}
#headUnder
{
	height: 10px;
	border-top: 4px solid #5a9f43;
	background-image: url(../images/dropshad.menu.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#head .nav
{
	width: 954px;
	margin: 0px auto;
}
#head .nav a
{
	text-decoration: none;
	font-size: 80%;
	color: #FFFFFF;
	display: block;
		
	padding: 1px 10px 1px 10px;
}
#head .nav #n7 a, #head .nav #n6 a
{
	padding-left: 9px;
}
#head .nav a:hover
{
	background-color: #5a9f43;
	border-bottom: 1px solid #5a9f43;
	margin-bottom: -1px;
}
#head .nav ul 
{
	float:right;
	margin: 0px -10px 0px 0px;
	padding: 0px;
}
#head .nav ul li
{
	display: block;
	float: left;
	list-style: none;
	
	border-right: 1px solid #ffffff;
}


/*Main body area*/
#wrapper
{
	clear: both;
	width: 954px;
	min-height: 582px;
	
	margin: 18px auto 0px auto;
	background-repeat: no-repeat;
	
	background-color: #999999;
}

/*Home page panels*/
.row
{
	padding-top: 190px;
	padding-left: 48px;
}
.cell
{	
	float: left;
	width: 178px;
	min-height: 178px;
	
	margin-right: 18px;
	border: 1px solid #dddddd;
	
	background-image: url(../images/background.transparent.black.png);
	
	padding: 10px;
}
.cell.first
{
	margin-left: 0px;
}
.cell h1
{
	font-size: 140%;
	margin: 4px 0px 4px 0px;
}
.cell p
{
	font-size: 80%;
}


.homeHead
{
	font-size: 220%;
	padding: 110px 0px 0px 146px;
}


/*Footer*/
#footer
{
	width: 954px;
	margin: 0px auto;
	color: #999999;
	font-size: 70%;
	padding-top: 0.5em;
}
#footer a
{
	color: #999999;
}


/*Tab specific items*/
#head li#n7
{
	border-right: none;
	padding-right: 0px;
}


/*Columns*/
#innerPage, #col1
{
	min-height: 684px;
}
#innerPage
{
	background-color: #c2c3c6;
}
#col1
{
	float: left;
	/*background-color: #483e46;*/
	width: 133px;
}
#col2
{
	float: left;
	width: 280px;
	padding: 30px 0px 20px 17px;

	font-size: 80%;
}
#col2 h1
{
	font-size: 180%;
	padding-bottom: 14px;
}
#col2 p
{
	margin-bottom: 10px;
}
#col3
{
	float: left;
	width: 446px;
	padding: 34px 0px 0px 78px;
}



/*Section page selector*/
ul.imageColumn
{
	list-style: none;
	margin: 88px 0px 0px 0px;
}
.imageColumn li
{
	width: 110px;
	margin: 0px 0px 5px -48px;
	
	font-size: 80%;
	color: #8a8489;
	
	padding: 5px;
	background-image: url(../images/background.transparent.black.png);
}
.imageColumn li.current
{
	color: #FFFFFF;
}
.imageColumn li img
{
	width: 108px;
	height: 67px;
	border: 1px solid #ffffff;
}
.imageColumn li p
{
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 3px;
}


/*Gallery image selector*/

ul.imageStripNav, ul.imageStrip
{
	display: block;
	list-style: none;
	margin: 0px;
}

ul.imageStripNav
{
	position: relative;
	left: -18px;
}

.imageStripNav li
{
	display: block;
	float: left;
}

.imageStrip li
{
	float: left;
	border: 2px solid #eee;
	margin: 5px 5px 5px 0px;
	
	width: 72px;
	height: 72px;
}
.imageStrip li img
{
	width: 76px;
	height: 76px;
	margin: -2px;
}

.scrollLeft, .scrollRight
{
	/*Hide by default*/
	opacity: 0;
	filter: alpha(opacity=0);
	
	width: 10px;
	height: 76px;
	margin: 5px 4px;
	background-color: #a3a2a8;
	background-repeat: no-repeat;
	background-position: center;
}
.scrollLeft
{
	background-image: url(../images/icon.arrow.left.png);
}
.scrollRight
{
	background-image: url(../images/icon.arrow.right.png);
}
.scrollLeft:hover, .scrollRight:hover
{
	background-color: #bcbbc2;
}

/*Gallery items*/
ul.gallery
{
	list-style: none;
	margin: 0px;
	
	height: 360px;
	overflow: hidden;
}
ul.gallery li
{
	display: block;
}

#mainImage
{
	/*position: relative;*/
	clear: both;
}
#sectionTitle
{
	/*position: absolute;
	right: -1px;
	bottom: 0px;*/
	padding-bottom: 24px;
}
.quote
{
	width: 400px;
	color: #FFFFFF;
	font-size: 140%;
	margin: 15px 0px 40px 0px;
}


/*Colour picker table*/
#colourPicker
{
	border-collapse: collapse;	
}
#colourPicker td
{
	border: 0px;
	width: 10px;
	height: 10px;
}

/*Text*/
.runIn
{
	font-size: 115%;
}

a .on, a:hover .off, a.on .off, a span
{
	display: none;	
}
a:hover .on, a .off, a.on .on, a.on span
{
	display: block;	
}
a.on span
{
	font-weight: bold;
	float: right;	
}