/*<![CDATA[*/
html,body{
margin:0;
padding:0;
width:100%;
height:100%;
}
body{
font: 76% Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
}
a { text-decoration: none; }
a:hover { text-decoration: none; }
hr {
	margin: 15px 0px 15px 0px;
	height: 1px;
	width: 100%;
}

/* reset header fonts */
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
border:0;
margin:0;
padding:0 0 10px 0;
}
h1{font-size:22px;font-weight:bold;}
h2{font-size:20px;font-weight:bold;}
h3{font-size:18px;font-weight:bold;}
h4{font-size:16px;font-weight:bold;}
h5{font-size:14px;font-weight:bold;}
h6{font-size:12px;font-weight:bold;}

p {
  padding: 0;
}
form {
	margin: 0;
}

/* template specific */
#wrapper{
width:950px;
top:0;
left:0;
margin:0 auto;
padding:0;
}

/* top banner */
#topbanner{
  padding:0;
  margin:0;
  border:0;
  height:107px;
}
#logo {
  position:relative;
  float:left;
  width:253px;
  height:96px;
  top:0;
  left:0;
  padding:0;
  margin:0;
  border:0;
}
#banner{
  float:right;
  width:500px;
  padding:0;
  margin-top:3px;
  border:0;
  height:107px;
}
#banner img{
  margin:0;
  padding:0;
}
#topnav{
  height:30px;
  padding:0;
  text-align: center;
}
.spacer{
  border:0
  margin:0;
  padding:0;
  height:5px;
}
#leftcol{
  width:200px;
  padding:5px 0;
}
#content{
  border:0;
  padding: 20px 20px;
  margin:0;
}
#content img{
  margin:10px;
}
#subnav{
  height:20px;
  margin-bottom:15px;
}
#rightcol{
  width:218px;
  padding:5px 0;
}
.colcontent{
  padding:5px;
}
#footer{
  height:50px;
  padding:5px 30px;
  text-align: center;
}
#footer p{
  margin:0;
  padding:0;
}
#footer a {
  padding:0;
  text-decoration: none;
}
#logintable{
    padding:5px 0 10px;
}
.login {
	padding: 2px 3px 2px 3px;
	font-size: 10px;
    text-align: center;
}
.login-field input {
	font-size: 10px;
	border: 0;
}
.login-text a {
	text-decoration: none;
}
.login-text a:hover {
	text-decoration: none;
}
.login-button {
	font-size: 10px;
	text-align: center;
}
#clickit{
  position:relative;
  height:50px;
  margin-top:20px;
  font-size: 10px;
  text-align: center;
}
#clickit a {
padding:0;
text-decoration: none;
}
.buttonSubmit {
	font-size: 10px;
	padding: 0px 3px 0px 3px;
}
.buttonSubmitRoll {
	font-size: 10px;
	padding: 0px 3px 0px 3px;
}
/* as used in HTML class */
.button {
	font-size: 10px;
	padding: 0px 3px 0px 3px;
}
.buttonRoll {
	font-size: 10px;
	padding: 0px 3px 0px 3px;
}


/* generic form styles */
.genform_table{
	padding:10px;
}
.genform_text{
	font-weight:bold;
	text-align:right;
}
.genform_field{
	text-align:left;
}
.genform_button{
	text-align:center;
}

/* basket styles */
#fsbasket_wrapper{
	width:100%;
	text-align:center;
	padding: 5px;
	margin: 10px;
}
#fsbasket_value{
	font-size:10px;
	text-align:center;
}
#fsbasket_link{
	font-size:10px;
	text-align:center;
}
#fsbasket_link a {
	text-decoration: none;
}



/* ##########  COLOURS SET HERE ############ */
body{ color:#fff;background:#000; }
a{ color:#37a4cb; }
a:hover{ color:#f00; }
hr { color: #ccc; }
h1,h2,h3,h4,h5,h6 { color:#ccc;}
#topbanner{ background:#000; }
#banner{color:#000;}
#topnav{ border:1px solid #fff;background:#6e7c96;color: #fff; }
#subnav{ background:#fff; }
#leftcol{ color:#fff;background:#6e7c96; border:1px solid #fff; background-image: url(nav_bkg.jpg); background-repeat: no-repeat; }
#rightcol{ color:#fff;background:#6e7c96; border:1px solid #fff; }
.colcontent h3 { font-size:16px;font-weight:bold;text-align:center;color:#fff;padding:3px;background:#37a4cb;border:1px solid #fff;}
.colcontent a{color: #f93;}
.colcontent a:hover{color: #f00;}

#content{background: #000; }
#content img{ border:1px solid #fff; }
#footer { background: #6e7c96; border:1px solid #fff; color: #fff; }
.footer h3 { font-size:16px; color:#fff; }

#footer a { color: #f93; }
#footer a:hover{ color: #f00; }
#logintable{border: 0;}
.login { color: #fff; }
.login-field input{ border:1px solid #000; }
#clickit{ color: #ccc; }
#clickit a { color: #ccc; }
#clickit a:hover{ color: #fff;  }
.buttonSubmit { background-color: #37a4cb; color: #fff; border: 1px solid #fff; }
.buttonSubmitRoll { background-color: #fff; color: #000; border: 1px solid #f93; }
/* as used in HTML class */
.button { background-color: #37a4cb; color: #fff; border: 1px solid #fff; }
.buttonRoll { background-color: #fff; color: #000; border: 1px solid #f93; }
/* basket styles */
#fsbasket_wrapper{border:0;}
#fsbasket_value{color:#fff;}
#fsbasket_link a {color: #f93;}
#fsbasket_link a:hover{color: #f00;}
/* generic form styles */
.genform_table{border:1px solid #000;}
.genform_text{color:#fff;}
.genform_field input{background: #fff;border:1px solid #000;}
.genform_button{color: #fff;}



/*]]>*/


