﻿/* HTML TAG DEFINITIONS */
html {
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
/* * {
	margin: 0;padding: 0} */
/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
ul#menu {
	padding: 0;
	list-style: none;
	background: url('../images/back.gif');
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
	font-family: arial, sans-serif;
	height: 41px;
	width: 900px;
	position: absolute;
	left: 0;
	top: 120px;
}
ul#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: -9999px;
}
ul#menu table {
	border-collapse: collapse;
	font-size: 1em;
	float: left;
	margin: -1px;
}
ul#menu ul li {
	float: left;
	margin: 0;
	text-align: left;
}
ul#menu ul li a {
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	background: transparent;
	width: 150px;
}
ul#menu li {
	display: inline;
	margin: 0 -2px;
	text-align: left;
}
ul#menu li a {
	display: inline-block;
	height: 36px;
	margin: 5px 0 0 0;
	padding: 0 20px 0 0;
	background: url('../images/button2.gif') right top;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
}
ul#menu li a.sub {
	background: url('../images/button-arrow2.gif') right top;
}
html > body ul#menu li {
	display: inline-block;
	padding: 0;
}
* html ul#menu li a.sub {
	margin-right: 3px;
}
* html ul#menu li a {
	margin-bottom: -4px;
}
ul#menu li a b {
	display: block;
	height: 36px;
	float: left;
	padding: 0 0 0 20px;
	background: url('../images/button2.gif') left top;
	cursor: pointer;
}
ul#menu li a:hover {
	position: relative;
	background-position: right bottom;
	color: #2d4793;
}
ul#menu li a:hover b {
	background-position: left bottom;
}
ul#menu li:hover {
	position: relative;
}
ul#menu li:hover > a {
	background-position: right bottom;
	color: #2d4793;
}
ul#menu li:hover > a b {
	background-position: left bottom;
}
ul#menu :hover ul {
	left: 1px;
	width: 105px;
	top: 41px;
}
* html ul#menu :hover ul {
	top: 36px;
}
ul#menu :hover ul li {
	display: block;
	float: left;
	margin: 0;
	border-bottom: 1px solid #fff;
}
ul#menu :hover ul li a {
	display: block;
	float: left;
	margin: 0;
	height: 25px;
	line-height: 25px;
	width: 120px;
	background: #ddd;
	color: #2d4793;
}
ul#menu :hover ul li a.fly {
	background: #ddd url('../images/arrow.gif') no-repeat right center;
}
ul#menu :hover ul li a:hover {
	background: #30548e;
	color: #fff;
}
ul#menu :hover ul li:hover > a {
	background: #30548e;
	color: #fff;
}
ul#menu :hover ul li a.fly:hover {
	background: #30548e url('../images/arrow-over.gif') no-repeat right center;
}
ul#menu :hover ul li:hover > a.fly {
	background: #30548e url('../images/arrow-over.gif') no-repeat right center;
}
ul#menu :hover ul ul {
	left: -9999px;
}
ul#menu :hover ul :hover ul {
	left: 105px;
	top: 0;
	width: 150px;
}
ul#menu :hover ul :hover ul li {
	display: block;
	float: left;
	margin: 0;
	border-bottom: 1px solid #fff;
}
ul#menu :hover ul :hover ul li a {
	display: block;
	float: left;
	margin: 0;
	height: 25px;
	line-height: 25px;
	background: #bbb;
	color: #2d4793;
}
ul#menu :hover ul :hover ul li a:hover {
	color: #fff;
	background: #5976a5;
}
body {
	font: normal 80%/1.6em Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #606060;
	text-align: center;
	margin: 0;
	behavior: url("css/csshover.htc");
}
hr {
	background-color: #c0c0c0;
	color: #c0c0c0;
	height: 1px;
	width: 100%;
	margin: 20px 0;
}
img {
	border: none;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square;
}
h1 {
	color: #30548e;
	font: bold 22px Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
h3 {
	color: #5976a5;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 20px 0 10px 0;
}
h2 {
	color: #5976a5;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #c0c0c0;
}
h4 {
	color: #5976a5;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 0 0 10px 0;
}
h5 {
	color: #5976a5;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c0c0c0;
}
h6 {
	color: #8398bb;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
}
a {
	color: #30548e;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #6790a6;
	text-decoration: underline;
	font-weight: normal;
}
p.center {
	text-align: center;
}
/* PAGE LAYOUT IDs AND CLASSES */
#wrapper {
	position: relative;
	text-align: left;
	width: 902px;
	margin: 0 auto;
/*	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0; */	border-bottom: 1px solid #c0c0c0;
}
#contactdetails {
	display: none;
}
#header {
	width: 900px;
	height: 120px;
}
#headerleft {
	float: left;
	font-size: 90%;
	padding: 30px 0 10px 30px;
}
#headerright {
	display: none;
}
/*#topnav {
	background-image: url('../images/topnavbg.jpg');
	color: #ffffff;
	text-align: center;
	font-size: 90%;
	height: 60px;
	padding: 10px 0 0 10px;
}

	
#topnav a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;}
	
#topnav a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;}
*/
#menuarea {
	display: none;
}
#contentarea {
float:none;
margin-left: 20pt;
margin-right: 30pt;
}
#content {
float:none;
margin-left: 1pt;
margin-right: 1pt;
}
.box {
	background: #eaeef3;
	border: 1px dashed #c0c0c0;
	padding: 10px;
}
.boxcd {
	background: #eaeef3;
	border: 1px dashed #c0c0c0;
	padding: 10px;
}
.contact {
	background-image: url('../images/map.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
#sidebar {
	width:1px;
	display: none;
}
span.hottopic {
	color: #8398bb;
	font-weight: bold;
}
#contentwide {
	clear: both;
	padding: 0 40px;
}
#footer {
	display: none;
}
/* Alsett Clearing */
.clearfix:after {
	content: ".";
	display: block;
	azimuth: height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* MISCELLANEOUS FORMATTING CLASSES */
.contact {
	padding: 5px;
	text-align: left;
	margin: 20px 0;
}
.contact label {
	width: 150px;
	float: left;
	text-align: right;
	margin: 3px 5px 5px 5px;
	clear: both;
}
.contactbox {
	margin: 3px 5px 5px 5px;
	background-color: #fff;
	color: #fff;
	border: 1px solid #c0c0c0;
}
.contactbutton {
	text-align: center;
	margin: 5px 0 0 170px;
	border: none;
}
.catalogleft {
	width: 260px;
	padding: 0 20px 10px 0;
	float: left;
	text-align: left;
}
.catalogright {
	width: 260px;
	padding: 0 0 10px 20px;
	float: right;
	text-align: left;
}
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;
	padding-left: 20px;
}
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;
}
.imageleft-border {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #c2c2c2;
}
.imageright-border {
	margin: 0 0 0 10px;
	float: right;
	border: 3px double #c2c2c2;
}
.datatable {
	border: 1px solid #8398bb;
	background-color: white;
	border-collapse: collapse;
	float: none;
}
.datatable-nofill {
	border: 1px solid #8398bb;
	background-image: url('../images/map.jpg');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.datatable-nofill td {
	border: none;
	text-align: center;
	padding: 0.2em;
}
.datatable td {
	border: 1px solid #8398bb;
	text-align: center;
	padding: 0.2em;
}
.datatable th {
	border: 1px solid #8398bb;
	font-weight: bold;
	text-align: left;
	padding: 0.2em;
}
.datatable tr:hover {
	background-color: #eaeef3;
	color: #000000;
}
.datatable-left {
	border: 1px solid #8398bb;
	background-color: white;
	border-collapse: collapse;
	width: 100%;
	float: none;
	text-align: left;
}
.datatable-left td {
	border: 1px solid #8398bb;
	text-align: left;
	padding: 0.2em;
}
.datatable-left th {
	border: 1px solid #8398bb;
	background: #eaeef3;
	font-weight: bold;
	text-align: left;
	padding: 0.2em;
}


.datatable-news {
	border: 1px solid #8398bb;
	background-color: white;
	border-collapse: collapse;
	width:100%;
	float: none;
	text-align: left;}

.datatable-left tr:hover {
	background-color: #eaeef3;
	color: #000000;
}
/* left hand navigation */
#navigation_left {
display:none;
}
#navigation_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation_left li {
	border-bottom: 1px solid #5976a5;
}
#navigation_left li a:link, #navigation_left li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.2em 0.5em;
	border-left: 12px solid #30548e;
	border-right: 1px solid #30548e;
	background-color: #ddd;
	color: #2d4793;
	text-decoration: none;
}
* html #navigation_left li a {
	width: 100%;
}
#navigation_left li a:hover {
	background-color: #30548e;
	color: #FFFFFF;
}
#navigation_left ul ul {
	margin-left: 12px;
}
#navigation_left ul ul li {
	border-bottom: 1px solid #6790a6;
	margin: 0;
}
#navigation_left ul ul a:link, #navigation_left ul ul a:visited {
	background-color: #ccc;
	color: #2d4793;
}
#navigation_left ul ul a:hover {
	background-color: #30548e;
	color: #FFFFFF;
}
#navigation_left ul ul ul {
	margin-left: 12px;
}
#navigation_left ul ul ul li {
	border-bottom: 1px solid #6790a6;
	margin: 0;
}
#navigation_left ul ul ul a:link, #navigation_left ul ul ul a:visited {
	background-color: #bbb;
	color: #2d4793;
}
#navigation_left ul ul ul a:hover {
	background-color: #30548e;
	color: #FFFFFF;
}
