/* CORE STYLE SHEET */

html, body{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #666;
	background-image: url(../images/site-bg.gif);
}



/* LAYOUT */
#page-holder{
	position: relative;
	width: 70%;
	min-width: 800px;
	min-height: auto;
	padding: 0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFC;
	height: auto;
}

#banner{
	height: 80px;
	margin: 0;
	padding: 10px;
	background-image: url(../images/banner-bgd.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

#banner p{
line-height: 15px;
text-align: right;
margin-top: -30px;
padding: 0;
}

#main-panel{
	padding: 0 2% 3% 2%;
}

#map{
width: 95%;
height: 400px;
margin: 10px auto;
border: 1px solid #cccccc;
}
#products #page-holder #main-panel .stripe-table2 tr {
	width: 400px;
}


#footer{
position: absolute;
bottom: 0;
width: 100%;
border-top: 1px solid #cccccc;
background: #eeeeee;
}

#footer p{
font-size: 9px;
text-align: right;
line-height: 14px;
padding: 1px 5px;
}

#cols2-left{ /* Win/IE6 jumping :hover bug present http://www.positioniseverything.net/explorer/percentages.html */
float: left;
width: 49%;
margin: 0;
padding: 0;
background: transparent;
}

#cols2-right{ /* Win/IE6 jumping :hover bug present http://www.positioniseverything.net/explorer/percentages.html */
float: right;
width: 49%;
margin: 0;
padding: 0;
background: transparent;
}

#cols3-left, #cols3-centre, #cols3-right{ /* Win/IE6 jumping :hover bug present http://www.positioniseverything.net/explorer/percentages.html */
	float: left;
	width: 32%;
	margin: 0;
	padding: 0;
	background: transparent;
}

#cols3-centre{
margin: 0 2%;
}

.clear-left{
clear: left;
font-size: 1px;
}

.clear-both{
clear: both;
font-size: 1px;
}


/* TYPOGRAPHY */
p{
font-size: 11px;
line-height: 18px;
text-align: justify;
margin: 0;
padding: 0 10px;
}

p.img{
float: left;
color: #006633;
font-size: 9px;
line-height: 10px;
}

h1{
	color: #006633;
	font-family: "Gill Sans", Myriad, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	padding: 20px 0 10px 0;
}

h1 span{
color: #999999;
font-weight: lighter;
letter-spacing: 0;
}


/* LINK BEHAVIOUR */
a:link, a:visited{
	color: #009;
	text-decoration: none;
	border: 0;
}

a:hover, a:active{
color: #999999;
text-decoration: underline;
border: 0;
}


/* IMAGES */
img{
color: #006633;
font-size: 9px;
border: 0;
}

.image-left{
float: left;
margin: 0 12px 12px 12px;
}

.image-centre{
display: block;
margin: 0 auto 10px auto;
}

.image-right{
float: right;
margin: 0 12px 12px 12px;
}


/* TABLES */
.stripe-table{
font-size: 10px;
line-height: 11px;
text-align: center;
margin: 0 auto 10px auto;
border-collapse: collapse;
border: 1px solid #cccccc;
}

.stripe-table caption{ /* Caption for tables */
color: #006633;
font-weight: bold;
text-align: left;
margin: 0 auto;
padding: 5px;
}

.stripe-table th{ /* Column headings */
padding: 5px 8px;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.stripe-table tbody tr td{ /* Odd rows */
padding: 5px 8px;
background: transparent;
border-left: 1px solid #cccccc;
}

.stripe-table tbody tr.even td{ /* Even rows */
padding: 5px 8px;
background: #eeeeee;
}

.stripe-table tbody tr:hover td{ /* Hovered rows */
color: #ffffff;
background: #006633;
}

.stripe-table2{
font-size: 10px;
line-height: 11px;
text-align: center;
margin: 0 auto 10px auto;
border-collapse: collapse;
border: 1px solid #cccccc;
}

.stripe-table2 caption{ /* Caption for tables */
color: #006633;
font-weight: bold;
text-align: left;
margin: 0 auto;
padding: 5px;
}

.stripe-table2 th{ /* Column headings */
padding: 5px 8px;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.stripe-table3{
	font-size: 10px;
	line-height: 11px;
	text-align: justify;
	margin: 0 auto 10px auto;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

.stripe-table3 caption{ /* Caption for tables */
color: #006633;
font-weight: bold;
text-align: left;
margin: 0 auto;
padding: 5px;
}

.stripe-table3 th{ /* Column headings */
padding: 5px 8px;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.stripe-table3 tbody tr:hover td{ /* Hovered rows */
color: #ffffff;
background: #006633;
}

/* LISTS */
ul{
list-style: outside square;
font-size: 11px;
margin: 0;
padding: 0px 10px 10px 30px;
}

li{
line-height: 20px;
}


/* FORMS i.e. buttons, text boxes, check boxes etc... */
form{
font-size: 11px;
margin: 0;
}

fieldset{
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

legend{
color: #333333;
font-weight: bold;
margin: 0;
padding: 0 5px;
}

fieldset div{
position: relative;
clear: both;
font-size: 9px;
padding-top: 5px;
}

label{ /* Labels for most form elements */
float: left;
display: block;
width: 100px;
color: #006633;
font-size: 11px;
text-align: right;
margin: 0;
padding: 3px 5px 0 0; 
}

.cr p{ /* Labels for checkboxes & radio buttons */
float: left;
display: block;
width: 100px;
color: #006633;
font-size: 11px;
text-align: right;
margin: 0;
padding: 0 5px 0 0; 
}

.cr label{ /* Selection labels for checkboxes & radio buttons */
float: none;
width: auto;
color: #333333;
text-align: left;
margin-left: 105px;
padding: 0;
}

.ie-radiowrapper{ /* Fix Win/IE6 radio button alignment */
top: -10px;
margin: 0;
padding: 0;
}

span.error{
color: #cc0000;
font-weight: 600;
margin: 0;	
}
.imagecenter {
	text-align: center;
	margin-left: 129px;
}
#support #page-holder #main-panel #home form table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #999;
	background-image: url(../images/banner-bgd.jpg);
	background-repeat: repeat-y;
}
