/* need to set text decoration, color inline here to override container! */

a {
	background-color: transparent;
	color: blue;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	color: #0082ff;
	text-decoration: underline;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	text-align: center; /*IE5 centring fix*/
}

cite{
	font-style: italic;
}

code{
	font-size: 120%;
	font-family: monospace;
}

fieldset{
	border: 1px solid Black;
	padding: 8px;
}

form{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

h1,h2,h3{
	background-color: transparent;
	color: black;
	font-size: 110%;
	font-weight: bold;
}

img{
	border: 0px;
}

label {
	white-space: nowrap;
	margin-left: 15px;
	font-weight: bold;
	width: 25%;
	color: #006B6B;
	background-color: transparent;
}

legend{
	background-color: transparent;
	color: Black;
}

th{
	white-space: nowrap;
	font-weight: bold;
	background-color: transparent;
	color: #006B6B;
}

/* addtoany - just add some style here to eleiminate errors */
.a2a_dd{ white-space: normal; }

.bigStopMessage{
	font-weight: bold;
	font-size: 120%;
	background-color: transparent;
	color: #CC0099;
}

.blackFrame {
	border: 1px solid Black;
	padding: 5px;
}

.bold{
	font-weight: bold;
}

.brand{
	/* use in ordinary paragraphs of text */
	font-style: italic;
}

.button{
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #BFFFFF;
	color: #006B6B;
}

.buttonUL{
	font-style: italic;
	list-style: disc outside url(../images/bullet.gif);
}

.buttonUL li{
	margin-top: 5px;
}

.centre{
	text-align: center;
}

.centreTD{
	text-align: center;
}

.featureBlock{
	font-style: italic;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	display: inline;
	float: right;
	width: 280px;
	background-color: #FFF2BF;
	color: black;
}

.featureBlock .fbCentre{
	text-align: center;
}

.featureBlock .fbCornerLeft{
	float: left;
}

.featureBlock .fbCornerRight{
	float: right;
}

.featureBlock p{
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

.featureList div{
	padding-left: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin-top: 8px;
}

.featureList img{
	padding-right: 10px;
}

.featureList li{
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 4px;
}

.featureList p{
	padding-left: 15px;
	margin-top: 3px;
	margin-bottom: 4px;
	font-style: italic;
}

.featureList ul{
	list-style: disc;
	margin-top: 3px;
	margin-bottom: 4px;
}

.fRight{
	float: right;
}

/* For JS redirects*/
.listIsWorking{
	background-color: transparent;
}

.messageSpan{
	/* only use as a span, not on a TD! */
	display: block;
	background-color: transparent;
	color: #CC0099;
}

.nowrap {
	white-space: nowrap;
}

.paleInfo {
	background-color: transparent;
	color: Gray;
	font-style: italic;
	font-size: 80%;
}

.paleTip{
	background: transparent;
	color: Gray;
}

.price{
	font-weight: bold;
	background-color: transparent;
	color: #CC0099;
}

.quoteMarks{
	font-size: 120%;
	font-weight: bold;
}

.table600Left{
	margin-left: 0px;
	width: 600px;
}

.table720Left{
	/* maximum for 800*600 */
	margin-left: 0px;
	width: 720px;
}

.vAlignBottom{
	vertical-align: bottom;
}

.vAlignTop{
	vertical-align: top;
}

#content{
	/*	Do NOT set the background colour here as IE7 screws up with the LH navigation (table or UL)
	It draws the background (white) OVER objects!!! & it doesn't do it consistently at that!
	background-color: White;
	color: Black;*/
	text-align: left;
	clear: both;
}

#content table{
	background-color: transparent;
	color: Black; /*	margin-top: 10px;
	margin-bottom: 10px;*/
}

#content td{
	padding: 3px;
}

#footer{
	border-top: 1px solid Gray;
	margin-top: 25px;
	padding-top: 5px;
}

#footer a{
	background-color: transparent;
	color: Gray;
	font-size: 12px;
	text-decoration: underline;
}

#footer small{
	font-size: 12px;
	background-color: transparent;
	color: Gray;
}

#LHVerticalNav {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid Black;
}

#LHVerticalNav .selected a{
	text-decoration: none;
	background-color: transparent;
	color: Black;
}

#LHVerticalNav ul{
	list-style: none;
	margin-left: 0px;
	margin-right: 8px;
	padding-left: 0px;
	padding-right: 8px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 23px;
}

#logoRow .strapline{
	/* for web site. We don't want to use our H1 here for SEO reasons */
	font-size: 20px;
	font-weight: bold;
	float: right;
	margin-top: 20px;
	color: #8F006B;
	background-color: White;
}

#logoRow h1{
	color: #8F006B;
	background-color: White;
}

#logoRow img{
	float: left;
}

#mainNav{
	height: 25px;
	clear: both;
}

#secondNav{
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-color: #009999;
	color: White;
}

/* doesn't work if you use #secondNav .selected a: { for some reason! */
#secondNav .selected{
	text-decoration: none;
}

#secondNav .sideCell{
	width: 10px;
}

#secondNav a{
	text-decoration: underline;
	background-color: #009999;
	color: White;
}

#secondNav a:hover{
	text-decoration: none;
	background-color: #009999;
	color: #FFE680;
}

#secondNav img{
	vertical-align: bottom;
}

#siteContainer{
	width: 770px;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /*IE5 centring fix (reverses 'body' setting)*/
	background-color: White;
	color: Black;	
}

#testimonials fieldset{
	margin-bottom: 15px;
}


