@charset "UTF-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	background-color: #e3f3f0;
	}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	text-decoration: none;
}

* {
	margin: 0px;
	padding: 0px;
}

.clearfloats {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

ul {
	list-style-type: none;
}






#pagewrapper {
	width: 820px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 0px;
	background-image: url(../images/background-colours/left-column-grey.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	position: relative;
}

.header {
	height: 75px;
	text-align: right;
	padding-right: 14px;
}





#leftcolumn {
	float: left;
	width: 195px;
}

.nav1 {}

.nav1 li {}

.nav1 li.on a {
	background-image: url(../images/CD-Arrow.png);
	background-repeat: no-repeat;
	background-position: 4px 10px;
}

.nav1 li.on ul li a {
	background-image: none;
}

.nav1 li a {
	padding: 8px 10px 8px 20px;
	display: block;
	color: #FFFFFF;
	background-color: #797979;
	font-size: 1.1em;
	width: 165px;
	
}

.nav1 li.dark a {
	background-color: #535353;
}

.nav1 li a:hover {}

.nav1 li ul li a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #535353;
	color: #666666;
	background-color: #B2B2B2;
}

.nav1 li.dark ul li a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #797979;
}

.nav1 li.dark ul li a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #535353;
	color: #666666;
	background-color: #B2B2B2;
}

.nav1 li ul li a:hover {
	color: #FFFFFF;


}



#rightcolumn {
	float: left;
	width: 625px;
}

.panels {
	margin: 0px;
	padding: 0px;
	height: 180px;
}

.greypanel {
	background-color: #303030;
	width: 280px;
	height: 180px;
	float: left;
}

.greenpanel {
	background-image: url(../images/background-colours/turquoise-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #5BC4BF;
	height: 180px;
	width: 345px;
	float: left;
}

.greystrip {
	width: 605px;
	height: 30px;
	background-image: url(../images/background-colours/greystrip-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #8C8C8C;
}



 ul.secondnav {
	clear: both;
	width: 625px;
	position: relative;
	z-index: 1000;
}

 ul.secondnav li {
	display: block;
	float: left;
	position: relative;
}

 ul.secondnav li.turq {
	background-image: url(../images/background-colours/turquoise-nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

 ul.secondnav li.orange {
	background-image: url(../images/background-colours/orange-nav.gif);
	background-repeat: no-repeat;
	
}

 ul.secondnav li.green {
	background-image: url(../images/background-colours/green-nav.gif);
	background-repeat: no-repeat;
	
}

 ul.secondnav li.mauve {
	background-image: url(../images/background-colours/mauve-nav.gif);
	background-repeat: no-repeat;
	
}

 ul.secondnav li.turq:hover {
	background-image: none;
	background-color: #5BC4BF;
}

 ul.secondnav li.orange:hover {
	background-image: none;
	background-color: #FAA61A;
	
}

 ul.secondnav li.green:hover {
	background-image: none;
	background-color: #A6CE39;
	
}

 ul.secondnav li.mauve:hover {
	background-image: none;
	background-color: #C7A0CA;
	
}

 ul.secondnav li a {
	display: block;
	float: left;
	height: 24px;
	width: 136px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 4px;
	font-size: 1.1em;
}

 ul.secondnav li.twoline a {
	height: 30px;
	padding-bottom: 6px;
}
 
 
ul.secondnav li a:hover {}

ul.secondnav li ul {
	display: none;
}

ul.secondnav li:hover ul {
	width: 140px;
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
}

 ul#nav li.over ul {
	width: 140px;
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
}

ul.secondnav li.turq:hover ul {
	background-color: #5BC4BF;
	background-image: url(../images/background-colours/turquoise-nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

ul.secondnav li.orange:hover ul {
	background-color: #FAA61A;
	background-image: url(../images/background-colours/orange-nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

ul.secondnav li.green:hover ul {
	background-color: #A6CE39;
	background-image: url(../images/background-colours/green-nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

ul.secondnav li.mauve:hover ul {
	background-color: #C7A0CA;
	background-image: url(../images/background-colours/mauve-nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
 
ul.secondnav li ul li {}
  
ul.secondnav li ul li a {
	filter: alpha(opacity=75);
	opacity: 0.75;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
	
	ul.secondnav li.turq ul li a {
border-top-color:#ADE1DF;
	}
	
		ul.secondnav li.orange ul li a {
border-top-color:#FCD28C;
	}
	
		ul.secondnav li.green ul li a {
border-top-color:##D2E69C;
	}
		ul.secondnav li.mauve ul li a {
border-top-color:#E3CFE4;
	}
   
ul.secondnav li ul li a:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
	color: #000000;
	}


.content {
	clear: both;
	padding-left: 66px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 50px;
	min-height: 400px;
}

.content.minheight {
	min-height: 450px;
}

.content h1 {
	font-size: 1.4em;
	padding-bottom: 1.4em;
}

.content h2 {
	font-size: 1.2em;
	
}

.content p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 1.2em;
}

.content p.semicolon {
	padding-bottom: 0.4em;
}

.content ul {
	list-style-image: url(../images/bullet.gif);
	margin-left: 14px;
	font-size: 1.2em;
	
}

.home .content ul {
	margin-top: -8px;
	padding-bottom: 8px;

	
}

.content ul li {padding-bottom: 0.4em;}

.content ul li a {}

.home .content ul  {
	width: 230px;
	float: left;
}

.home .content ul li {font-weight: bold;
	color: #EE3B33;}

.content ul li a:hover {}

 .content.home {
	clear: both;
	padding-left: 66px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 50px;
	min-height: 240px;
	
}

.content ul li ul {
	float: none;
	padding-top: .4em;
}

.home .content ul li ul {
	float: none;
	padding-top: 12px;
}

 .content ul li ul li {
	font-size: .9em;
	color: #000000;
	font-weight: normal;
}

 .content a {
	font-weight: bold;
	color: #EE3B33;
}

 .content a:hover {
	color: #000;
}

.content.home p {
	/*font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 1.4em;*/
}

.footer {
	margin: 0px 14px 0px 0px;
	padding: 12px 0px 0px;
	height: 35px;
}

.footer img.floatright {
	float: right;
	position: relative;
	top: -12px;
}

.footer div.corporateinfo {
	padding-left: 60px;
	float: left;
	width: 350px;
	font-size: 1.1em;
}

.footer div.corporateinfo a {
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #A3A3A3;
}

.footer div.leftcontacts {
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	top: -94px;
	margin-bottom: -94px;
}

.footer div.leftcontacts p {
	font-size: 1.4em;
	line-height: 1.2em;
}

.footer div.leftcontacts p span.whitetext {
	color: #FFFFFF;
}

.footer div.leftcontacts p span.key {
	font-weight: bold;
	display: block;
	width: 10px;
	float: left;
}

.footer div.leftcontacts p a {
	color: #000000;

}

.footer.homefooter {
	overflow: visible;
	height: 35px;
}

div.googlemap {}

div.googlemap iframe {
	border: 1px solid #B2B2B2;
	margin-bottom: 4px;
}

div.googlemap a {
	color: #EE3B33;
}

div.googlemap a:hover {
	color: #000000;
}

ul.listclose {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

p.breadcrumb {
	font-size: 1.1em;
	color: #535353;
}

.hp p.breadcrumb {
	color: #5BC4BF;
}

.sm p.breadcrumb {
	color: #FAA61A;
}

.sc p.breadcrumb {
	color: #A6CE39;
}

.hs p.breadcrumb {
	color: #C7A0CA;
}

.headline {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 820px;
	padding-top: 6px;
	font-size: 1.1em;
}

.headline a img {
	padding-left: 180px;
	padding-right: 10px;
}

.headline a span.black {
	color: #000000;
}

.headline a span.black span {
	font-weight: bold;
	color: #EE3B33;
}

.headline a:hover span.black span {
	color: #B2B2B2;
}

 .content p.registered {
	font-size: 1em;
}

.news {
	padding: 30px 10px 10px 20px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #FFFFFF;
}

.news p.black {
	color: #000000;
}
.news p.newsheadline {
	background-image: url(../images/red-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 17px;
	position: relative;
	left: -17px;
}




.news p a {
	color: #FFFFFF;
	}

.news p a:hover {
	color: #000000;
}

.article {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
}

.article img {
	display: block;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.article h2 {
	font-size: 1.4em;
	color: #FE0002;
	line-height: 1.2em;
}

.article h2 span {
	color: #000000;
	display: block;
	font-size: .8em;
}

.snippet {
	background-image: url(../images/red-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	padding-left: 20px;
	position: relative;
	left: -20px;
}

.snippet a {
	font-weight: normal;
	color: #000000;
}

.snippet a:hover {}

table.pricelist {
	font-size: 1.2em;
	margin-bottom: 12px;
}

table.pricelist tr {}

table.pricelist tr th {
	padding: 3px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
		border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

table.pricelist tr td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
}

table.pricelist tr td.price {
	width: 60px;
	text-align: right;
}

.homeleft {
	float: left; width: 240px; padding-right: 14px;
}

.homeright {float: left; width: 220px; padding: 10px; background-color: #B1B1B1;}

.homeright h2 {color: #EE3B33; padding-bottom:10px;}

.homeright a {color: #fff; font-weight: normal;}

