/* CSS Document */

* {padding:0; margin:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 350px;
	background-color: #FFFFFF;
}

p.caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 350px;
	background-color: #FFFFFF;
	text-transform: uppercase;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	width: 350px;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	width: 350px;
	padding-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 350px;	
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 350px;
	text-transform: uppercase;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	width: 350px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #333333;
	width: 350px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 35px;
	font-weight: bold;
	padding-bottom: 0px;
}

li {
	font-size: 12px;
	vertical-align: top;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


a:link {
color: #B20B0E;
text-decoration: underline;
}

a:visited {
color: #B20B0E;
text-decoration: none;
}

a:hover {
color: #999999;
text-decoration: none;
}

a:active {
color: #B20B0E;
text-decoration: none;
}



a.webs:link {
	color: #B20B0E;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

a.webs:visited {
	color: #B20B0E;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

a.webs:hover {
	color: #999999;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

a.webs:active {
	color: #B20B0E;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}



a.strata:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

a.strata:visited {
	color: #B20B0E;
	text-decoration: none;
}
 
a.strata:hover {
	color: #B20B0E;
	text-decoration: none;
}

a.strata:active {
	color: #B20B0E;
	text-decoration: none;
}





a.con:link {
	color: #333333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

a.con:visited {
	color: #B20B0E;
	text-decoration: underline;
}
 
a.con:hover {
	color: #B20B0E;
	text-decoration: underline;
}

a.con:active {
	color: #B20B0E;
	text-decoration: underline;
}






/* main navigation bar - list style horizontal nav bar*/

#navcontainer ul {
	list-style-type: none;
	background-color: #404040;
	width: 945px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer ul li {
	display: inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 20px;
	width: 980px;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}

#navcontainer ul li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	}

#navcontainer ul li a:link {
	color: #FFFFFF;
} 

#navcontainer ul li a:hover {
	color: #999999;
}

#navcontainer ul li a:active {
	color: #999999;
}





/* div classes layout */


#splash {
	margin-top: 100px;
	padding: 0px;
	border: 1px solid #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 600px;
	width: 980px;
}
#main1 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 1490px;
	width: 980px;
}

#main2 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 1655px;
	width: 980px;
}

#main3 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 1060px;
	width: 980px;
}

#main4 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 1520px;
	width: 980px;
}

#main5 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 1920px;
	width: 980px;
}

#main6 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 1470px;
	width: 980px;
}

#main7 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 1300px;
	width: 980px;
}


#main8 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 1160px;
	width: 980px;
}

.logo1 {
	background-color: #FFF;
	width: 980px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.logo2 {
	background-color: #FFF;
	width: 400px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.pic1 {
	background-color: #FFF;
	width: 121px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 859px;
}

.pic2 {
	background-color: #FFF;
	width: 580px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 400px;
}


.navigation {
	width: 980px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 130px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


.main {
	background-color: #FFFFFF;
	width: 390px;
	margin: 0px;
	left: 200px;
	top: 161px;
	position: absolute;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 850px;
}

.folio {
	background-color: #FFFFFF;
	width: 740px;
	margin: 0px;
	left: 80px;
	top: 280px;
	position: absolute;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 850px;
}

.splogo {
	position: absolute;
	background-color: #000;
	left: 85px;
	top: 200px;
	height: 170px;
	width: 600px;
}

.splaward {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 40px;
	height: 90px;
	width: 780px;
}

.enter {
	position: absolute;
	background-color: #000;
	left: 450px;
	top: 480px;
	height: 35px;
	width: 140px;
}

.spaints {
	position: absolute;
	background-color: #000;
	left: 780px;
	top: 0px;
	height: 600px;
	width: 200px;
}

.img {
	position: absolute;
	top: 195px;
	width: 375px;
	height: 100%;
	left: 610px;
	margin: 0px;
	padding: 0px;
}

.imgpad {
	padding-right: 5px;
	padding-bottom: 5px;
}

.imgright {
	float: right;
}


/* panel divs */


.panel {
	position: absolute;
	background-color: #000;
	float: left;
	left: 0px;
	top: 0px;
	height: 600px;
	width: 780px;
}

.panel1 {
	position: absolute;
	background-color: #AF0B6C;
	float: left;
	left: 0px;
	top: 160px;
	height: 1330px;
	width: 200px;
}

.panel2 {
	width: 200px;
	position: absolute;
	float: left;
	background-color: #B20B0E;
	height: 1495px;
	left: 0px;
	top: 160px;
}

.panel3 {
	width: 200px;
	position: absolute;
	float: left;
	background-color: #6BA3BA;
	height: 900px;
	left: 0px;
	top: 160px;
}

.panel4 {
	width: 200px;
	position: absolute;
	float: left;
	background-color: #DEC731;
	height: 1360px;
	left: 0px;
	top: 160px;
}

.panel5 {
	width: 200px;
	position: absolute;
	float: left;
	background-color: #6EA336;
	height: 1760px;
	left: 0px;
	top: 160px;
}

.panel6 {
	width: 200px;
	position: absolute;
	float: left;
	background-color: #CCCCCC;
	height: 1310px;
	left: 0px;
	top: 160px;
}

.panel7 {
	width: 200px;
	position: absolute;
	float: left;
	background-color: #000;
	height: 1140px;
	left: 0px;
	top: 160px;
}

.panel7a {
	width: 980px;
	position: absolute;
	background-color: #000;
	height: 85px;
	left: 0px;
	top: 160px;
}

.panel8 {
	width: 200px;
	position: absolute;
	float: left;
	background-color: #ED7F0C;
	height: 1000px;
	left: 0px;
	top: 160px;
}




/* generic id selectors */

div#wrapper {
	width:980px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}


.dulux {
	background-color: #FFFFFF;
	position: absolute;
	width: 120px;
	height: 63px;
	left: 600px;
	top: 300px;
	padding-left: 100px;
}
	
	



/* colour classes */

	
.red {
	color: #B20B0E;
}

.orange {
	color: #ED7F0C;
}

.green {
	color: #6EA336;
}

.blue {
	color: #6BA3BA;
}

.yellow {
	color: #DEC731;
}

.purple {
	color: #520877;
}



.grey{
	color: #999999;
}

.pink{
	color: #AF0B6C;
}

.black{
	color: #000000;
}

.lgrey{
	color: #999999;
}

.lpurp{
	color: #9966CC;
}

.middle {
	background-position: center center;
	vertical-align: middle;
}

.bold {
	color: #333333;
	font-weight: bold;
}

.bolder {
	color: #333333;
	font-weight: bolder;
}

.quote {
	color: #B20B0E;
	font-weight: bold;
}

.test{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
	text-align: right;
}
	
	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/list_gallery.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#info p {margin-left:15px;}
/* defaults required for IE6 */
a {color:#000;}
a:visited {color:#111;}
a:active {color:#222;}
a:hover {text-decoration:none;}

/* Gallery styling */

.photo {
	position:relative; 
	width:732px; 
	height:382px; 
	margin:0 auto 20px auto;
}

.photo ul, .photo ul ul {
	padding:0; 
	margin:0;
	border:0; 
	list-style:none; 
	width:215px;
}

.photo ul ul {
	margin-left:-9999px; 
	height:0; 
	overflow:hidden;
}

.photo ul li {
	width:215px;
	float:left;
	background-color:#F8F8F8;
	padding-left: 2px;
}

.photo ul li a.set {
	display:block;
	text-align:right;
	height:30px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #333333;
	background-color: #fff;
	background-image: url(images/gallery/galbut5.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-right: 15px;
}

.photo ul li table {
	margin:0; 
	padding:0; 
	display:none;
}

.photo ul li a.set:hover {
	background:transparent;
}

.photo ul li:hover a.set {
	background:transparent;
}

.photo ul :hover b {
	display:block;
	width:480px;
	height:360px;
	background:#f8f8f8;
	position:absolute;
	left:250px;
	top:0;
}

.photo ul :hover table {
	padding:0; 
	margin-top:-2px; 
	display:block; 
}

.photo ul :hover ul {
	margin:0; 
	width:207px; 
	overflow:visible; 
	height:207px; 
	background:transparent;
}

.photo ul :hover ul li {
	float:left; 
	display:inline;
	width:56px; 
	margin:4px 4px; 
	background:transparent;
}

.photo ul :hover ul li a {
	background:transparent;
}

.photo ul :hover ul li a img.thumb {
	margin:3px; 
	display:block; 
	border:0;
}

.photo ul :hover ul li a img.full {
	position:absolute; 
	left:-9999px; 
	top:0; 
	border:0;
}

.photo ul :hover ul li a:hover img.thumb {
	margin:0;
	border:3px solid #333333;
}

.photo ul :hover ul li a:hover {
	background:#fff;
}

.photo ul :hover ul li a:hover img.full {
	left:250px; 
	z-index:0; 
}

.photo .default {
	width:480px; 
	height:360px; 
	position:absolute; 
	left:250px; 
	top:0; 
}
