/* ===== DOM elements ========================================================== */
 
body {
     font: normal 0.90em Verdana, Arial, sans-serif;
     color: rgb(30%, 30%, 30%);
     text-align: center;
     padding: 0;
     margin: 0;
     background: url('./images/website/pageBackg.png') repeat-x top left;
     background: white;
}

table, tr, td {
     margin: 0;
     padding: 0;
     border: 0;
     border-collapse: collapse;

}

td {
     text-align: left;
     vertical-align: top;
}

h1,h2,h3,h4 {
     color: #cc0000;
     font-family: Tahoma, Arial, sans-serif;
}

h1 {
     font-size: 1.8em;
     padding-top: 0;
     margin-top: 48px;
}

h2 {
     font-size: 1.6em;
}

h3 {
	color: #00cc00;
     font-size: 1.4em;
}

h4 {
     color: #00cc00;
     font-size: 1.2em;
}

a {
	color: #ff3333;
	text-decoration: none;
}

a:hover {
	color: #ff3333;
	text-decoration: none;
}

a:active {
     color: #cc0000;
}

img {
     border: 0px;

}

/* ===== Top heading section =================================================== */

.heading {
     background: #cc0000;
     width: 912px;
}

.topSection {
     width: 558px;
     background: white url('./images/website/logoWhite.png') no-repeat top right;
     text-align: left;
     font-size: 0.8em;
     font-weight: bold;
     margin: 0;
     padding: 0px 10px 5px 10px;
}


.heading table {
     float: left;
}

.headerLogo {
     background: #cc0000;
     margin: 0;
     padding: 0;
}


.telno {
     width: 200px;
     color: white;
     font-size: 1.5em;
     background: #cc0000;
     margin: 0;
     padding: 40px 10px 0px 0px;
     text-align: right;
}



.picbar {
     background: white;
     border-bottom: 2px solid white;
}


/* ===== Navigation stuff ====================================================== */

.nav .menuBar {
     position: relative;
     top: -10px;
     text-align: left;
     font-size: 0.8em;
     margin: 0px 0px 0px 5px;
     padding: 0;
}

.nav .menuBar ul {
     padding: 10px 0px 10px 0px;
     margin: 0;
}


.nav .menuBar ul li {
     border-left: 1px solid #ff0000;
     display: inline;
     padding: 0px 10px 0px 10px;
     margin: 0;
     
}

.nav .menuBar ul li:first-child {
     border-left: 0px solid #cc0000;
     display: inline;
     padding: 0px 10px 0px 5px;
     margin: 0;
}

.nav .menuBar ul li a {
     color: white;
     font-weight: bold;
     font-size: 1.2em;
}

.nav .menuBar ul li a:hover{
     color: #ffc0c0;
     font-weight: bold;
     text-decoration: none;
}



.nav {
     margin: 0;
     padding: 0;
     background: white url('./images/website/contentBanner.png') repeat-x top left;
     color: white;
     width: 190px;
     text-align: left;
     line-height: 20pt;
     border-right: 1px solid #cc0000;
}


.nav ul {
     padding: 0px 0px 0px 5px;
     margin: 0;
}

.nav ul ul {
     padding: 0px 0px 0px 15px;
     margin: 0;
}


.nav ul li {
     list-style-type: none;
     margin: 0px 6px 0px 0px;
     color: black;
}

.nav ul li ul li{
     list-style-type: disc;
     margin: 0px 6px 0px 0px;
     color: #cc0000;
}

.nav ul li a {
     color: #808080;
     text-decoration: none;
}

.nav ul li a:hover{
     color: #cc0000;
     text-decoration: none;
}

.nav ul li li a {
     color: #808080;
     text-decoration: none;
     font-size: 0.9em;
}

.nav ul li li a:hover{
     color: #cc0000;
     text-decoration: none;
     font-size: 0.9em;
}



.sizeSelector {
     margin: -3px 0px 25px 20px;
     border: 0;
     width: 120px;
     text-align: right;
}

.sizeSelector a {
     color: white;
     text-decoration: none;
}

.sizeSelector a:hover {
     color: silver;
     text-decoration: none;
}



/* ================ Right hand column ============================================ */

.rhsCol {
     background: white url('./images/website/contentBanner.png') repeat-x top left;
     width: 150px;
     text-align: left;
     padding: 7px 0px 10px 10px;
     border-left: 1px solid #cc0000;
     font-size: 0.80em;
     color: #808080;
}

.rhsHeader {
	width: 100%;
     margin-top: 20px;
     padding-top: 10px;
     padding-bottom: 10px;
     font-size: 1.5em;
     font-weight: bold;
     text-align: center;
     border-bottom: 1px solid #ffc0c0;
}


.rhsNews {
     width: 145px;
     margin: auto;
     font-size: 1.0em;
     color: #808080;
     padding: 7px 0px 7px 0px;
     border-bottom: 1px solid #ffc0c0;
}

.rhsNews a {
     color: #808080;
}

.rhsCol h1 {
     color: #808080;
     font-weight: bold;
     font-size: 1.3em;
}
.rhsCol h2 {
     color: #808080;
     font-weight: bold;
     font-size: 1.2em;
}
.rhsCol h3 {
     color: #808080;
     font-weight: bold;
     font-size: 1.1em;
}
.rhsCol h4 {
     color: #808080;
     font-weight: bold;
     font-size: 1.0em;
}


/* these show when you are logged in */

.rhsCol ul {
     font-size: 1.25em;
     padding: 0px 0px 0px 5px;
     margin: 0;
}

.rhsCol ul ul {
     padding: 0px 0px 0px 15px;
     margin: 0;
}


.rhsCol ul li {
     list-style-type: none;
     margin: 15px 6px 0px 0px;
     color: black;
}

.rhsCol ul li ul li{
     list-style-type: round;
     margin: 0px 6px 0px 0px;
     color: #cc0000;
}

.rhsCol ul li a {
     color: #cc0000;
     font-weight: bold;
     text-decoration: none;
}

.rhsCol ul li a:hover{
     color: #808080;
     text-decoration: none;
}

/* end of logged in stuff */




/* ================ Additional information ======================================= */

.main { /* main table */
     position: relative;
     margin: auto;
     width: 912px;
     background: white;
     border: 1px solid #ed252a;
     border: none;

}


.content {
     background: white url('./images/website/contentBanner.png') repeat-x top left;
     padding: 2px 20px 20px 20px;
     margin: 0;
     margin-left: 150px;
     width: 602px;
}

.errorMsg {
     padding: 0px 16px 0px 16px;
     font-weight: bold;
     color: #cc0000;
}

.tableContent td {
     margin: 0;
     padding: 0px 16px 16px 16px;
}

.contentSplurge, .contentText {
     text-align: justify;
     padding: 0px;
     line-height: 1.5em;
     color: black;
}


.contentSplurge img a{
     text-decoration: none;
     border: 0;

}

.imageLeft {
     float: left;
     clear: right;
     padding-right: 15px;
}


.imageCenter {
     text-align: center;
     clear: both;
}

.imageRight {
     float: right;
     clear: left;
     padding-left: 15px;
}

.imageTitle {
	display: none;
     text-align: center;
     color: black;
}


.landing {
     clear: both;
     display: block;
}



.landingSep {
     margin-top: 50px;
     padding: 7px 0px 7px 0px;
     text-align: centre;
     color: #d5bfff;
     border-top: 1px solid #eee6ff;
     border-bottom: 1px solid #eee6ff;
     text-align: center;
}



/* ================ Footer section =============================================== */

.footer {
     border-top: 20px solid #cc0000;
     width: 914px;
     margin: 0;
     padding: 10px 0px 1px 0px;
     text-align: center;
     font: normal 0.95em Verdana, sans-serif;
     color: #808080;
     background: white;
}


.footer a {
     color: silver;
}

.footerGbLink{
     font-size: 0.90em;
     padding: 5px;
}
/* ================ Contact us page ========================================= */

.contactTable {
     margin: 0px 10px 0px 10px;
     padding: 0;
}

.contactTable td {
     padding: 5px;
}


/* ================ Form stuff ============================================== */

.requiredField {
     background: #ffffc0;
}



/* ================ Missing & sitemap ======================================= */

.missingTable {
	padding: 0;
	margin-top: 5px;
	
}

.redbar {
	height: 30px;
	background: #cc0000;
}


