body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(assets/background_red.jpg);
	background-repeat: repeat-x;
}
* {padding: 0px; margin: 0px;}

#wrapper {
	width: 720px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/*--------- Sub Navigation ---------*/
#subnav {
	width: 720px;
	height: 100px;
	background-image: url(assets/masthead.jpg);
	background-repeat: no-repeat;
}
#subnav ul {
	padding: 15px 15px 0px 0px;
	margin: 0px;
	list-style: none;
	margin-left: 390px;
}
#subnav li {
	position: relative;
	float: left;
}
#subnav a:link, #subnav a:visited {
	text-transform: uppercase;
	font-size: 0.6em;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	padding-right: 0.6em;
	padding-left: 0.6em;

}
#subnav a:hover {
	color: #333333;
}

/*--------- Sub Nav Drop-down menu ---------*/
#subnav li ul {
	display: none;
	position: absolute;
	width: 170px;
	top: 15px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#subnav li ul li a:link, #subnav li ul li a:visited {
	display: block;
	text-align: left;
	font-size: 0.65em;
	color: #999999;
	padding-top: 0.3em;
}
#subnav li ul li a:hover {
	color: #333333;
}
#subnav ul li:hover ul {
	display: block;
}


/*--------- Middle Strip ---------*/
#midstrip {
	width: 720px;
	height: 175px;
}


/*--------- Main Navigation ---------*/
#mainnav {
	width: 180px;
	height: 175px;
	float: left;
	background-image: url(assets/navback.jpg);
	background-repeat: no-repeat;
}
#mainnav ul {
	padding: 0px 30px 0px 0px;
	margin: 0px;
	list-style: none;
	text-align: right;
}
#mainnav li {
	position: relative;
}
#mainnav a:link, #mainnav a:visited {
	display: block;
	font-size: .65em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
	padding-top: .18em;
	padding-bottom: .18em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#mainnav a:hover {
	background-color: #6c1212;

}

/*--------- Drop-down menu ---------*/
#mainnav li ul {
	display: none;
	position: absolute;
	text-transform: none;
	width: 160px;
	left: 150px;
	top: -1px;
	text-align: left;
	background-color: #a86f6f;
	padding-right: 0px;
	border: 1px solid #FFFFFF;
	z-index: 1;
}
#mainnav li ul li a:link, #mainnav li ul li a:visited {
	font-size: .65em;
	line-height: 1.2em;
	text-transform: none;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: .4em;
	padding-bottom: .5em;
	padding-right: 20px;
}
#mainnav ul li:hover ul {
	display: block;
}


/*--------- Image Block ---------*/
#image {
	width: 540px;
	height: 175px;
	float: right;
	background-image: url(assets/sprayimage.jpg);
	background-repeat: no-repeat;
}



/*--------- Content Area ---------*/
#content {
	width: 720px;
}


/*--------- Left Column ---------*/
#leftcol {
	width: 180px;
	float: left;
	background-color: #CCCCCC;
}
#twocollayout #leftcol {
	width: 180px;
	float: left;
	background-color: #FFFFFF;
}
#twocollayout #leftcol ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#twocollayout #leftcol li {
	display: block;
}
#twocollayout #leftcol a.spraybooth:link, #twocollayout #leftcol a.spraybooth:visited {
	background-image: url(assets/brandnav/junair.gif);
	background-repeat: no-repeat;
	display: block;
	width: 180px;
	height: 65px;
}
#twocollayout #leftcol a.spraybooth:hover {
	background-position: -180px;
	background-image: url(assets/brandnav/junair.gif);
	background-repeat: no-repeat;
}
#twocollayout #leftcol a.agm:link, #twocollayout #leftcol a.agm:visited {
	background-image: url(assets/brandnav/agm.gif);
	background-repeat: no-repeat;
	display: block;
	width: 180px;
	height: 65px;
}
#twocollayout #leftcol a.agm:hover {
	background-position: -180px;
	background-image: url(assets/brandnav/agm.gif);
	background-repeat: no-repeat;
}
#twocollayout #leftcol a.workshop:link, #twocollayout #leftcol a.workshop:visited {
	background-image: url(assets/brandnav/workshop.gif);
	background-repeat: no-repeat;
	display: block;
	width: 180px;
	height: 65px;
}
#twocollayout #leftcol a.workshop:hover {
	background-position: -180px;
	background-image: url(assets/brandnav/workshop.gif);
	background-repeat: no-repeat;
}
#twocollayout #leftcol a.colourbox:link, #twocollayout #leftcol a.colourbox:visited {
	background-image: url(assets/brandnav/colourbox.gif);
	background-repeat: no-repeat;
	display: block;
	width: 180px;
	height: 65px;
}
#twocollayout #leftcol a.colourbox:hover {
	background-position: -180px;
	background-image: url(assets/brandnav/colourbox.gif);
	background-repeat: no-repeat;
}
#twocollayout #leftcol ul span {display: none;}
.leftcolheading {
	display: block;
	font-size: 0.95em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #999999;
	padding: 2em .5em .7em 1em;
	margin-bottom: 1em;
}
#twocollayout .leftcolheading {margin-bottom: 0em;}
.newsdate {
	font-size: .7em;
	font-weight: bold;
	padding-left: 1.5em;
	color: #771f1f;
}
a.newsintro:link, a.newsintro:visited {
	display: block;
	color: #003366;
	font-size: .7em;
	line-height: 1.2em;
	text-decoration: none;
	padding: 0 1em 0 1.5em;
	margin-bottom: 1em;
}
a.newsintro:hover {text-decoration: underline;}
a.morenews:link, a.morenews:visited {
	display: block;
	font-weight: bold;
	color: #666666;
	text-align: right;
	font-size: 0.7em;
	margin-bottom: 1em;
	text-transform: uppercase;
	padding-right: 1.5em;
	text-decoration: none;
}
a.morenews:hover {color: #FFFFFF;}
.address {
	font-size: .7em;
	line-height: 1.2em;
	padding-left: 15px;
	padding-right: 10px;
	display: block;
}
.addressname {
	font-size: .8em;
	color: #990000;
	line-height: 1.2em;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 10px;
	display: block;
}
a.usefullink:link, a.usefullink:visited {
	font-size: .7em;
	font-weight: bold;
	color: #666666;
	padding-left: 15px;
	line-height: 1.8em;
}
a.usefullink:hover {
	color: #660000;
	text-decoration: none;
}

/*--------- Main Content Wrapper ---------*/
#contentwrapper {
	width: 540px;
	float: left;
}


/*--------- Main Content Area ---------*/
#maincontent {
	width: 360px;
	float: left;
}
#onecollayout #maincontent, #gallery #maincontent {
	width: 720px;
	float: left;
	padding-bottom: 1.5em;
}
#tables #maincontent {
	width: 720px;
	float: left;
	padding-bottom: 1.5em;
}
#twocollayout #maincontent {
	width: 540px;
	float: left;
	padding-bottom: 1.5em;
}
.contentheading {
	display: block;
	font-size: .95em;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	background-color: #CCCCCC;
	padding: 2em .5em .7em 1em;
	margin-bottom: 1em;
}
#onecollayout .contentheading, #gallery .contentheading {
	display: block;
	font-size: .95em;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	background-color: #CCCCCC;
	padding: 2em .5em .7em 180px;
	margin-bottom: 1em;
}
#tables .contentheading {
	display: block;
	font-size: .95em;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	background-color: #CCCCCC;
	padding: 2em .5em .7em 40px;
	margin-bottom: 1em;
}
#maincontent h1 {
	font-size: 0.9em;
	color: #660000;
	padding-right: 2em;
	padding-left: 0.8em;
	padding-right: 2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
a.h1link:link, a.h1link:visited {
	color: #660000;
}
a.h1link:hover {
	text-decoration: none;
}
#onecollayout .pressdate {
	font-size: .7em;
	color: #990000;
	display: block;
	padding-left: 180px;
	margin-bottom: .5em;
}
#twocollayout .pressdate {
	font-size: .7em;
	color: #990000;
	display: block;
	padding-left: 11px;
	margin-bottom: .5em;
}
.pressheading {
	font-size: .9em;
	font-weight: bold;
	display: block;
	padding-left: 180px;
	margin-bottom: .3em;
	color: #333333;
}
a.pressintro:link, a.pressintro:visited {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #333333;
	display: block;
	padding-left: 180px;
	padding-right: 150px;
	margin-bottom: 2em;
}
a.pressintro:hover {
	text-decoration: none;
}
a.backtonews:link, a.backtonews:visited {
	display: block;
	font-weight: bold;
	color: #999999;
	text-align: right;
	font-size: 0.7em;
	margin-bottom: 1em;
	text-transform: uppercase;
	padding-right: 1.5em;
	text-decoration: none;
}
a.backtonews:hover {color: #333333;}
a.bodylink:link, a.bodylink:visited {
	color: #660000;
	font-weight: bold;
	text-decoration: underline;
}
a.bodylink:hover {
	text-decoration: none;
}
#onecollayout h1 {
	padding-left: 180px;
}
#tables h1 {
	padding-left: 40px;
}
#onecollayout #maincontent p, #gallery #maincontent p {
	padding-left: 180px;
}
#tables #maincontent p {
	padding-left: 40px;
}
#onecollayout #maincontent ol {
	padding-left: 180px;
}
.intropara {
	font-weight: bold;
}
#maincontent p {
	color: #333333;
	font-size: .75em;
	line-height: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
}
.smallitalic {
	font-size: .6em;
	font-style: italic;
	margin-left: 180px;
	color: #999999;
}
.boldbody {
	font-weight: bold;
}
.subhead {
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2em;
}
.librarycol {
	width: 300px;
	float: left;
	margin-right: 2em;
}
.librarylink:link, .librarylink:visited {
	color: #333333;
	font-size: 0.8em;
	line-height: 1.8em;
	text-decoration: none;
	font-weight: bold;
}
.librarylink:hover {
	color: #660000;
	text-decoration: underline;
}
.librarysubhead {
	font-size: 0.7em;
	color: #666666;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	margin-right: 1.5em;
}
#twocollayout #maincontent p, #onecollayout #maincontent p {
	padding-right: 4em;
}
#onecollayout #maincontent ul {
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: bold;
	color: #660000;
	padding-left: 220px;
	padding-right: 5em;
	margin-top: .1em;
	margin-bottom: 2em;
}
#twocollayout #maincontent ul {
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: bold;
	color: #660000;
	padding-left: 50px;
	padding-right: 5em;
	margin-top: .1em;
	margin-bottom: 2em;
}
#maincontent ol {
	font-size: .75em;
	line-height: 1.7em;
	padding-right: 5em;
	padding-left: 2.2em;
}
#maincontent ol li {
	margin-bottom: 1em;
}
blockquote {
	font-size: .7em;
	line-height: 1.3em;
	background-color: #CCCCCC;
	padding: 1em 1em 1em 1em;
	margin-right: 3em;
	margin-left: 3em;
}
#onecollayout a.nextproduct:link, #onecollayout a.nextproduct:visited {
	font-size: 0.7em;
	display: block;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 2em;
	margin-top: 2em;
	margin-right: 4em;
	margin-left: 180px;
	background-image: url(assets/nextprod_back.jpg);
	background-repeat: repeat-y;
}
#twocollayout a.nextproduct:link, #twocollayout a.nextproduct:visited {
	font-size: 0.7em;
	display: block;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 2em;
	margin-top: 2em;
	margin-right: 4em;
	margin-left: 15px;
	background-image: url(assets/nextprod_back.jpg);
	background-repeat: repeat-y;
}
#onecollayout a.nextproduct:hover {
	color: #660000;
}
#twocollayout a.nextproduct:hover {
	color: #660000;
}
#maincontent table {
	margin-left: 180px;
}
#tables #maincontent table {
	margin-left: 40px;
}
.boxoutgrey {
	background-color: #CCCCCC;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-left: 1em;
	margin-right: 1em;
	font-style: italic;
}
	
	


/*--------- Right Column ---------*/
#rightcol {
	width: 180px;
	float: right;
	background-color: #999999;
}
.rightcolheading {
	display: block;
	font-size: 0.95em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #a86f6f;
	padding: 2em .5em .7em 1em;
	margin-bottom: 1em;
}
#rightcol ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#rightcol a:link, #rightcol a:visited {
	display: block;
	font-size: 0.65em;
	line-height: 1.2em;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#rightcol a:hover {
	background-color: #666666;
}
.solution {
	font-size: 1.1em;
	display: block;
	margin-top: .5em;
	color: #333333;
}

/*--------- Footer ---------*/
#footer {
	width: 680px;
	height: 25px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.65em;
	color: #999999;
	background-color: #CCCCCC;
	clear: both;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #771f1f;
}
a.footer:link, a.footer:visited {
	color: #999999;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*--------- Images ---------*/
.picleftnobord {
	float: left;
	margin-right: 1em;
}
.picrightnobord {
	float: right;
	margin-left: .5em;
}
.photocaptionright {
	float: right;
	width: 250px;
	margin-right: 3em;
	margin-left: 2em;
	margin-bottom: 1.5em;
	background-color: #CCCCCC;
}
.caption {
	color: #333333;
	font-size: 0.7em;
	line-height: 1.3em;
	margin-top: 1em;
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}
.picleft {
	float: left;
	margin-right: 1em;
	border: 1px solid #666666;
}
.picright {
	float: right;
	margin-left: 1em;
	border: 1px solid #666666;
}
.videochoice {
	display: block;
	width: 125px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.videochoiceleft {
	display: block;
	width: 125px;
	float: left;
	margin-right: 15px;
	margin-left: 180px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.videocaption {
	font-size: .65em;
	line-height: 1.2em;
	display: block;
	padding-top: 1em;
}

/*--------- Form ---------*/
form {
	margin-left: .8em;
	margin-right: 2em;
}
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}
legend {
	font-size: .8em;
	font-weight: bold;
	color: #666666;
}
label {
	font-size: .95em;
	float: left;
	width: 10em;
}
input {
	width: 250px;
}
.postcode {
	width: 100px;
}
textarea {
	width: 300px;
	height: 100px;
}
input.radio, input.checkbox, input.submit {
	width: auto;
}
input.radio {
	float: left;
	margin-right: 1em;
}
input:focus, textarea:focus {
	background: #ffc;
}
.required {
	font-size: .8em;
	color: #760000;
}


/*--------- Gallery ---------*/
.gallery {
	background-color:#e8e7e6;
	margin: 0px 20px 20px 180px;
	padding: 15px 15px 15px 15px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	position: relative;
	z-index: 0;
}
.gallery ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 1em;
}
.gallery li {
	display: inline;
	padding-right: 1em;
}
.gallery li img {
	border: 2px solid #999999;
}

.gallery a:hover {
	background:white;
	text-decoration:none
}
.gallery a span {
	display:none
}
.gallery a:hover span.pic1 {display:inline; position:absolute; top: -240px; left:-170px;}
.gallery a:hover span.pic2 {display:inline; position:absolute; top: -240px; left:-70px;}
.gallery a:hover span.pic3 {display:inline; position:absolute; top: -240px; left:30px;}
.gallery a:hover span.pic4 {display:inline; position:absolute; top: -240px; left:100px;}
.gallery a:hover span.pic5 {display:inline; position:absolute; top: -240px; left:170px;}
	
/*--------- Tables ---------*/
caption {
	text-align: left;
	font-size: .65em;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	padding-bottom: .5em;
}
.tablehead {
	font-size: .7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
.tableheadblue {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}
.tableheadred {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
}
.tablebody {
	font-size: 0.7em;
	font-weight: bold;
	color: #333333;
	background-color: #e8e8e8;
}
.tablesavings {
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
	background-color: #dca8a8;
}
th,td {
	padding: .4em .4em;
}
	