* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	color: #000;
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	background-color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_pattern.png);
	background-repeat: repeat;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 10px;
}
h2 {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
}
h2 a {
	color: #326766;
	font-weight: bold;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	color: #333;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 14px;
}
#container {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#greentopbarheader {
	background-color: #366;
	background-image: url(../homepage_images/headerbarrepeatingstrip.jpg);
	background-repeat: repeat-x;
	width: auto;
	margin: 0;
	padding: 0;
}
.greentopbarcontainer {
	background-position: 0 bottom;
	position: relative;
	width: 980px;
	height: 54px;
	margin: 0 auto;
	padding: 0;
}
.header_address {
	color: #fc3;
	font-size: 0.85em;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0.1em 0.1em 0.1em #1d2434;
	text-decoration: none;
	text-align: left;
	word-spacing: 0.1em;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: auto;
	float:left;
	height:auto;
}
.header_address a {
	color: #fc3;
	text-decoration: none;
}
.header_address a:hover {
	color: #fc3;
	text-decoration: underline;
}
.header_navigation {
	position: absolute;
	right: 10px;
	bottom: 10px;
	float:right;
	padding: 0px;
	margin: 0px;
}
.header_button {
	width:39px;
	height:32px;
	float:left;
	padding-right: 5px;
}
#navwhiteholder {
	width: 980px;
	height: 129px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.whiteholder {
	width: 980px;
	height: auto;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-bottom: 10px;
}
.artlogo {
	height: 89px;
	width: 254px;
	padding-left: 10px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*--- NAV ---*/
#nav {
	list-style:none;
	font-weight:bold;
	float:right;
	width:640px;
	margin: 0;
	position:relative;
	z-index:500;
}
#nav li {
	float:left;
	position:relative;
}
#nav a {
	display:block;
	text-decoration:none;
	width: 160px;
	height: 35px;
	padding-top: 94px;
	color: #333;
}
#nav a:hover {
	text-decoration:none;
	color: #fc3;
}
/*--- DROPDOWN ---*/

#nav ul {
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	z-index: 100;
}
#nav ul li {
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;/* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul { /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:none;
}
#nav li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover {  /* Here we define the most explicit hover states--what happens when you hover each individual link. */
}
/*--- NAV colourings ---*/
.speccoatings a:hover {
	text-color: #333333;
	background-image: url(../images/coatings_navmain_pattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#speccoatingsdrop a {
	font-size: 0.8em;
	line-height: 1em;
	background-image: url(../images/coatings_navdrop_pattern.png);
	background-repeat: repeat;
	color: #FFF;
}
#speccoatingsdrop a:hover {
	background-image: url(../images/bg_pattern_coatingsstrong.png);
	background-repeat: repeat;
}
.restorations a:hover {
	text-color: #333333;
	background-image: url(../images/rest_navmain_pattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#restorationsdrop a {
	font-size: 0.8em;
	line-height: 1em;
	background-image: url(../images/rest_navdrop_pattern.png);
	background-repeat: repeat;
	color: #FFF;
}
#restorationsdrop a:hover {
	background-image: url(../images/bg_pattern_reststrong.png);
	background-repeat: repeat;
}
.specrepairs a:hover {
	color: #333333;
	background-image: url(../images/repairs_navmain_pattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#specrepairsdrop a {
	font-size: 0.8em;
	line-height: 1em;
	background-image: url(../images/repairs_navdrop_pattern.png);
	background-repeat: repeat;
	color: #FFF;
}
#specrepairsdrop a:hover {
	background-image: url(../images/bg_pattern_repairsstrong.png);
	background-repeat: repeat;
}
.aboutus a:hover {
	text-color: #333333;
	background-image: url(../images/about_navmain_pattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#nav li:hover.speccoatings a {
	background-image: url(../images/coatings_navmain_pattern.png);
	color:#fc3;
}
#nav li:hover.restorations a {
	text-decoration:none;
	background-image: url(../images/rest_navmain_pattern.png);
	color:#fc3;
}
#nav li:hover.specrepairs a {
	text-decoration:none;
	background-image: url(../images/repairs_navmain_pattern.png);
	color:#fc3;
}
.title {
	width: 450px;
	padding-top: 20px;
	padding-left: 10px;
	text-align: left;
	font-size: 1.8em;
	padding-bottom: 20px;
	float: left;
}
.titlelong {
	width: 960px;
	padding-left: 10px;
	text-align: left;
	font-size: 1.6m;
	padding-bottom: 20px;
	float: left;
	padding-right: 10px;
	font-weight: bold;
}
.restoration {
	color: #a97c55;
}
.coatings {
	color: #404e73;
}
.repairs {
	color: #484;
}
.ART {
	color: #326766;
}
.progressbuttons {
	width: 250px;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}
.progress_button a {
	width:auto;
	height:auto;
	display: inline;
	font-size: 0.7em;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	background-color: #326766;
	float: right;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: block;
	color: #FFF;
}
.progress_button a:hover {
	color: #fc3;
	text-decoration: none;
	background-color: #1b4444;
}
.mainimagerest {
	background-color: #999;
	height: 475px;
	width: 960px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #a97c55;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a97c55;
}
.mainimagecoatings {
	background-color: #999;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 960px;
	height: 475px;
	border-top: 2px solid #404e73;
	border-bottom: 6px solid #404e73;
}
.mainimagerepairs {
	background-color: #999;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 960px;
	height: 475px;
	border-top: 2px solid #484;
	border-bottom: 6px solid #484;
}
.mainimageART {
	background-color: #999;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 960px;
	height: 475px;
	border-top: 2px solid #326766;
	border-bottom: 6px solid #326766;
}
.projettext {
	width: 285px;
	margin-left: 10px;
	text-align: left;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #333;
}
.divide {
	width: 960px;
	margin-left: 10px;
	text-align: left;
	float: left;
	margin-bottom: 30px;
	clear: both;
	height: 1px;
	background-color: #333;
}
.workbullets ul {
	width:285px;
}
.workbullets li {
	display: block;
	list-style-image: none;
	list-style-type: none;
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.2em;
	background-color: #326766;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-left-style: solid;
	border-left-color: #fc3;
	border-left-width: 4px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 7px;
}
.bulletssection {
	font-weight: bold;
	color: #326766;
	padding-top: 10px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #326766;
	font-size: .8em;
	margin-bottom: 5px;
}
#thumbholder {
	width: 655px;
	margin-right: 10px;
	float: right;
	margin-bottom: 10px;
}
.thumbnails {
	width: 200px;
	height: 150px;
	float: left;
	margin-left: 18px;
	margin-bottom: 18px;
	background-image: url(../images/bg_pattern.png);
	background-repeat: repeat;
}
.thumbnails a {
	width: 200px;
	height: 150px;
	text-decoration: none;
	display: block;
}
.thumbnails a:hover {
	text-decoration: none;
	display: block;
	background-image: url(../images/bg_pattern_reststrong.png);
	background-repeat: repeat;
}
.restorationshoverthumb a:hover {
	text-decoration: none;
	display: block;
	background-image: url(../images/bg_pattern_reststrong.png);
	background-repeat: repeat;
}
.coatingshoverthumb a:hover {
	text-decoration: none;
	display: block;
	background-image: url(../images/bg_pattern_coatingsstrong.png);
	background-repeat: repeat;
}
.repairhoverthumb a:hover {
	text-decoration: none;
	display: block;
	background-image: url(../images/bg_pattern_repairsstrong.png);
	background-repeat: repeat;
}
.thumbnailswide {
	width: 309px;
	height: 200px;
	float: left;
	margin-left: 18px;
	margin-bottom: 18px;
	background-image: url(../images/bg_pattern.png);
	background-repeat: repeat;
}
.thumbnailswide a {
	width: 309px;
	height: 200px;
	text-decoration: none;
	display: block;
}
.img {
	border: 2px solid #FFF;
	margin-top: 6px;
	margin-left: 6px;
	height: 134px;
	width: 184px;
}
.imgwide {
	border: 2px solid #FFF;
	margin-top: 6px;
	margin-left: 6px;
	height: 134px;
	width: 184px;
}
#logostrip {
	position: relative;
	width: 980px;
	background-color: #fff;
	margin: 30px auto;
	padding-top: 6px;
	padding-bottom: 6px;
}
.serviceslist ul {
}
.serviceslist li {
	color: #333;
	display: list-item;
	text-decoration: none;
	font-weight:normal;
	list-style-position: outside;
	list-style-image: none;
	background-image: url(../homepage_images/bulletarrow.png);
	background-position: left;
	list-style-type: none;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.9em;
	line-height: 1.2em;
}
.futurepropanels {
	position: relative;
	top: -40px;
	width: 250px;
	height: auto;
	float: left;
	display: inline;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 20px;
	z-index: 800;
	margin-bottom: 0px;
	padding: 16px;
	color: #333;
	background-color: #CCC;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.1em;
	min-height:156px;
	border: 1px solid #333;
}
.upcoming {
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.futuretitle {
	font-size: 1em;
	font-weight: bold;
	color: #326766;
	text-align: center;
	padding-bottom: 6px;
	line-height: 1.2em;
	padding-top: 8px;
}
.futurelength {
	font-size: 0.9em;
	color: #326766;
	text-align: center;
	padding-top: 6px;
}
.clear {
	clear: both;
}
/* footer
------------------------------------------------------------*/
.push {
	height: 150px;
}
#footer {
	clear: both;
	position: relative;
	z-index: 10;
	height: 150px;
	margin-top: -150px;
	background-color: #ccc;
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.footeraddress {
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	width: 980px;
	text-align: right;
	color: #333;
	font-size: .8em;
	font-weight: normal;
	text-decoration: none;
}
.subnavfoot a{
	float: left;
	color: #333;
	text-decoration: none;
	padding-right: 10px;
}
.subnavfoot a:hover{
	float: left;
	color: #326766;
	text-decoration: none;
}
.twocolumnleft {
	width: 655px;
	margin-left: 10px;
	float: left;
	color: #333;
}
.onecolumnright {
	width: 285px;
	margin-right: 10px;
	float: right;
	color: #333;
}
.aboutustitle {
	color: #326766;
	padding-bottom: 8px;
	font-size: 1.3em;
	font-weight: bold;
}
/* form
------------------------------------------------------------*/

#enquiryform {
	width: 655px;
	margin-right: 10px;
	float: right;
	color: #333;
}
form {
}
#formLeft {
	width: 290px;
	float: left;
}
#formLeft input {
	color: #999;
	width: 273px;
	margin: 0 0 20px 0;
	border: solid 1px #cccbcb;
	text-align: left;
	margin: 0 0 15px;
	font-size: 0.9em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	font-style: normal;
	background-color: #eeeef0;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
}
#formLeft input:focus {
	border-color: #326766;
}
#formLeft select {
	color: #333;
	font-size: 0.9em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #eeeef0;
	text-align: left;
	margin: 0 0 15px;
	width: 280px;
	padding: 6px 2px 6px 5px;
	border: solid 1px #cccbcb;
}
#formRight {
	width: 320px;
	float: right;
}
#formRight textarea {
	color: #999;
	width: 310px;
	height: 75px;
	display: block;
	margin: 0 0 10px;
	border: solid 1px #cccbcb;
	font-size: 0.9em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	font-style: normal;
	background-color: #eeeef0;
	text-decoration: none;
	text-align: left;
	overflow: auto;
	padding-top: 6px;
	padding-left: 5px;
	resize: none;
}
#formRight textarea:focus {
	border-color: #326766;
}
#formRight .active {
	background: url(images/message-bg.jpg) no-repeat left top;
}
#formRight input.button {
	color: #fff;
	font-size: 0.6em;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	background-color: #326766;
	text-decoration: none;
	text-align: center;
	width: auto;
	float: right;
	margin: 10px 0 0;
	padding: 12px;
	border:solid 1px #005682;
}
#formRight input.button:hover {
	color: #fc3;
	background-color: #1b4444;
	border-color: #1b4444;
}
label {
	display: block;
	font-size: 1.3em;
	text-indent: 10px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: -16px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: right;
	padding-right: 31px;
}
.formterms {
	color: #333;
	font-size: 0.7em;
	padding-top: 6px;
}
