﻿body {height:100%}

html {height:100%}

* {
	margin: 0;
	padding: 0;
}

input{
	font: 80% Verdana,Arial,sans-serif;
	line-height: 1.5em;
	text-align: left;
}


body {
	font: 90% Arial,Verdana,sans-serif;
/*	line-height: 1.2em; */
	text-align: left;
	color: #222;
}


/* CSS layout */


/* Container */
#container {
	height: auto !important;  /*- not sure why this was here*/
	min-height: 100%; /* !important - makes bg colour extend past image limit */
	padding-bottom: 15px; /* makes bottom of page just below all content*/
	position: relative;
	background: #C0C0C0 url(grey_bg.gif) repeat-x fixed left top;
}



/************* Header *************/

#headerwrap {
	background: #C0C0C0 url('images/webheader_back.gif');/* repeat-x;*/
	background-repeat: repeat-x;
    margin: 0 auto;
}

#header {
    width: 740px;
    margin: 0 auto;
	position: relative;
	height: 89px;
}


#footer a:hover {
	background: #AAA;
}


/************** navbar *******************/

ul#navigation li {
	list-style-type: none;
	float: right;
    border-left: 1px gray solid;
}

/* list items size setup */
ul#navigation li a {
	padding: 5px 7px 5px 7px;
	display: block;
	font-size: 17px;
	color: #fff;
	height: 1.3em;
	text-decoration: none;
    border-left: 0;
}

ul#navigation li a:hover {
	background: #AAA;
}

#navbarwrap {
	background: #606060;
	margin-top: 0;
}

#navbar {
	width: 740px;
	margin: 0 auto;
	position: relative;
	text-align:right;
    border-right: 1px gray solid;
	height: 32px;	/* important for Firefox to specifically give the height here */
}


/************** body *******************/

#left_col {
	border-color: gray black black gray;
	border-width: 1px 2px 2px 1px;
	border-color: black;
	border-style: solid;
	width: 130px;
	float: left;
}

#newsbar {	/* seperate from #left_col, because it's only on front page */
	background: url('images/pictures/dabrlongw.jpg') #AAA repeat-y;
	height: 530px;
	padding: 10px 5px 10px 10px;
	color: #303030;
	width: 115px;
	font-size: 85%;
	overflow: hidden;
}

#newsbar h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.1em;
}

#newsbar h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:	black;
	font-weight: bold;
	font-size: 1.4em;
	margin: 1em 0 0 0;
}


#footer {
	position: relative;
	clear: both;
	margin: 15px auto 0 auto;	/* Auto margins are used to centre the footer */
	background: #97CBFF;
	width: 740px;
	color: black;
	border: 1px solid #fff;
	text-align: center;
	font-size: x-small;
}

#content {
	width: 740px;
	margin: 7px auto 15px;
}

#main_col h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	font-weight: bold;
	margin: 0.5em 0;
}

#main_col h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:	black;
	font-weight: bold;
	margin: 0.5em 0;
}

#main_col h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	margin: 0.5em 0;
}

#main_col ul {
	padding: 10px 15px 10px 50px;
	list-style-image: url(arrow.gif);
}

#main_col {
	width: 595px;
	float: right;
	position: relative;
	background-color: white;
	border-width: 1px 2px 2px 1px;
	border-color: black;
	border-style: solid;
}

#main_col p {
	margin: 0.5em 0 1em 0;
}

#main_col_text {
	margin: 1em;
}


/*********** Multi-columns on home page *************/

#text_col {
	width: 370px;	/* important for Firefox to specifically give the width here */
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 10px;
	padding-bottom: 20px;
	border-right: 1px solid #DDD;
	float: left;
	left: 0;
	top: 0;
}

.mainquote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size:0.9em;
	line-height: 1.25em;
	color: black;
	margin-bottom: 2em;
}


.warning {
	font-weight: bold;
	color: red;
}


#imagecol_rhs {
	float: right;
	position: relative;
	text-align: right;
}


#imagecol_rhs img {
	border-width: 0px 2px 2px 0;
	border-color: gray;
	border-style: solid;
}


#imagecol_rhs p {
	margin: 20px;
	margin-left: 10px;
}

/**** Other styles */

.style_centred {
	text-align: center;
}

.style_no_padding {
	text-align: center;
	margin: 0;
}


.image_rhs {
	float: right;
	margin: 0 0 0 10px;
	border: 1px black solid;
	border-width: 1px 2px 2px 1px;
}

.image_lhs {
	float: left;
	margin: 0 10px 1em 0;
	border: 1px black solid;
	border-width: 1px 2px 2px 1px;
}

.image_centred {
/*	float: center;*/
	border: 1px black solid;
	border-width: 1px 2px 2px 1px;
}

.text_lhs{
	float: left;
}

.product {
	font-weight: bold;
	color: blue;
}


