/* 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: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	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: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}


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: 1300px;
	width: 980px;
}

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

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

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

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

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

#main7 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 1450px;
	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: 320px;
	position: absolute;
	padding-top: 15px;
	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: 235px;
	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 {
	width: 980px;
	position: absolute;
	background-color: #000;
	height: 70px;
	left: 0px;
	top: 160px;
}

.awa1 {
	width: 170px;
	position: absolute;
	float: left;
	height: 1000px;
	left: 25px;
	top: 335px;
}

.quo1 {
	width: 550px;
	position: absolute;
	height: 85px;
	left: 50px;
	top: 245px;
}

.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;
}

.purple2 {
	color: #AE6CCF;
}


.grey{
	color: #999999;
}

.pink{
	color: #AF0B6C;
}

.black{
	color: #000000;
}

.lgrey{
	color: #999999;
}

.lpurp{
	color: #9966CC;
}

.white{
	color: #FFFFFF;
}

.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;
}
	
	
/* GALLERY */

#slideshow {
	width: 480px;
	position: absolute;
	top: 300px;
	left: 250px;
	margin: 0px;
	padding: 0px;
	height: 440px;
	background-color: #FFFFFF;
}



/* ================================================================ 
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.stunicholls/gallery/left_right_click.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.
=================================================================== */

#gallery {
	width:480px;
	position:relative;
	height:50px;
	padding-top:370px;
	margin:0;
	background-color: #FFFFFF;
}

#gallery img.left {
	width:90px;
	height:50px;
	float:left;
	cursor:pointer;
	background-color: #FFFFFF;
	padding: 0px;
}
#gallery img.right {
	width:90px;
	height:50px;
	float:left;
	cursor:pointer;
	background-color: #FFFFFF;
}

#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	border:1px solid #FFF;
	border-width:5px 2px;
	background-color: #FFFFFF;
}
#gallery ul li {
	display:inline;
	width:60px;
	height:50px;
	float:left;
	margin:0 4px;
	cursor:pointer;
}

#gallery ul li.hide {
	display:none;
}

/* using background images */
#gallery ul li.th1 {background: url(images/gallery/st1_th.jpg);}
#gallery ul li.th2 {background: url(images/gallery/st2_th.jpg);}
#gallery ul li.th3 {background: url(images/gallery/st3_th.jpg);}
#gallery ul li.th4 {background: url(images/gallery/st4_th.jpg);}
#gallery ul li.th5 {background: url(images/gallery/st5_th.jpg);}
#gallery ul li.th6 {background: url(images/gallery/st6_th.jpg);}
#gallery ul li.th7 {background: url(images/gallery/st7_th.jpg);}
#gallery ul li.th8 {background: url(images/gallery/st8_th.jpg);}
#gallery ul li.th9 {background: url(images/gallery/st9_th.jpg);}
#gallery ul li.th10 {background: url(images/gallery/st10_th.jpg);}
#gallery ul li.th11 {background: url(images/gallery/st11_th.jpg);}
#gallery ul li.th12 {background: url(images/gallery/st12_th.jpg);}
#gallery ul li.th13 {background: url(images/gallery/st13_th.jpg);}
#gallery ul li.th14 {background: url(images/gallery/st14_th.jpg);}
#gallery ul li.th15 {background: url(images/gallery/st15_th.jpg);}

#gallery ul li.th16 {background: url(images/gallery/re1_th.jpg);}
#gallery ul li.th17 {background: url(images/gallery/re2_th.jpg);}
#gallery ul li.th18 {background: url(images/gallery/re3_th.jpg);}
#gallery ul li.th19 {background: url(images/gallery/re4_th.jpg);}
#gallery ul li.th20 {background: url(images/gallery/re5_th.jpg);}
#gallery ul li.th21 {background: url(images/gallery/re6_th.jpg);}
#gallery ul li.th22 {background: url(images/gallery/re7_th.jpg);}
#gallery ul li.th23 {background: url(images/gallery/re8_th.jpg);}
#gallery ul li.th24 {background: url(images/gallery/re9_th.jpg);}
#gallery ul li.th25 {background: url(images/gallery/re10_th.jpg);}
#gallery ul li.th26 {background: url(images/gallery/re11_th.jpg);}
#gallery ul li.th27 {background: url(images/gallery/re12_th.jpg);}
#gallery ul li.th28 {background:url(images/gallery/re13_th.jpg);}
#gallery ul li.th29 {background:url(images/gallery/re14_th.jpg);}
#gallery ul li.th30 {background: url(images/gallery/re15_th.jpg);}
#gallery ul li.th31 {background: url(images/gallery/re16_th.jpg);}
#gallery ul li.th32 {background: url(images/gallery/re17_th.jpg);}
#gallery ul li.th33 {background: url(images/gallery/re18_th.jpg);}

#gallery ul li.th34 {background: url(images/gallery/co1_th.jpg);}
#gallery ul li.th35 {background: url(images/gallery/co2_th.jpg);}
#gallery ul li.th36 {background: url(images/gallery/co3_th.jpg);}
#gallery ul li.th37 {background: url(images/gallery/co4_th.jpg);}
#gallery ul li.th38 {background: url(images/gallery/co5_th.jpg);}
#gallery ul li.th39 {background:url(images/gallery/co6_th.jpg);}
#gallery ul li.th40 {background:url(images/gallery/co7_th.jpg);}
#gallery ul li.th41 {background: url(images/gallery/co8_th.jpg);}
#gallery ul li.th42 {background: url(images/gallery/co9_th.jpg);}
#gallery ul li.th43 {background: url(images/gallery/co10_th.jpg);}
#gallery ul li.th44 {background: url(images/gallery/co11_th.jpg);}
#gallery ul li.th45 {background: url(images/gallery/co12_th.jpg);}
#gallery ul li.th46 {background: url(images/gallery/co13_th.jpg);}
#gallery ul li.th47 {background: url(images/gallery/co14_th.jpg);}
#gallery ul li.th48 {background: url(images/gallery/co15_th.jpg);}
#gallery ul li.th49 {background: url(images/gallery/co16_th.jpg);}
#gallery ul li.th50 {background: url(images/gallery/co17_th.jpg);}






/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {
	display:block;
	width:60px;
	height:50px;
	background-color: #FFFFFF;
	visibility: hidden;
}

#gallery ul li span {
	display:none;
	position:absolute;
	left:80px;
	top:410px;
	width:480px;
	font-family:Arial, Helvetica, sans-serif;
	color:#71B544;
	font-size:11px;
	line-height:15px;
	text-align:justify;
}
#gallery ul li b {color:#000000;}

#gallery ul li.chosen {
	cursor:default;
	border: 2px solid #6EA336;
}

#gallery ul li.chosen div {
	position:absolute;
	left:0;
	top:0;
	width:480px;
	height:360px;
	background-color: #FFFFFF;
}
#gallery ul li.chosen div i {width:478px; height:360px; display:table-cell; vertical-align:middle; text-align:center;} 

#gallery ul li.chosen div i img {
	visibility:visible;
	width:auto;
	height:auto;
	margin:0 auto;
}
#gallery ul li.chosen span {display:block;}


