/* -------------------------- BODY STYLES ---------------------------------- */
body {
	margin: 0px;
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height:120%;
	background-image: url(../images/bg.jpg);
}
/* non IE fix to force horiziontal scrollbar display (stops the width changing and the template jumping around)*/
html { height: 100%; margin-bottom: 1px; 
}
.tiny {font-size:1px;
}
ul {
		margin-left: 1.4em;
		padding-left: 0;
		}

/* -------------------------- TEMPLATE & LAYOUT STYLES ---------------------------------- */
h1 { font-family: Gill Sans MT, Arial, Helvetica, sans-serif; font-size: 22px; font-weight: normal; color:#FFFFFF;
	 margin:0px; 
}
h1 a:link    {color:#FFFFFF; text-decoration:underline;}
h1 a:visited {color:#FFFFFF; text-decoration:underline;}
h1 a:hover   {color:#fbee7e; text-decoration:none; cursor:pointer;}
h1 a:active  {color:#FFFFFF; text-decoration:underline;}
h2 { font-family: Gill Sans MT, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FFFFFF;
	 margin:0px; 
}
h2 a:link    {color:#660000; text-decoration:underline;}
h2 a:visited {color:#660000; text-decoration:underline;}
h2 a:hover   {color:#FF6600; text-decoration:none; cursor:pointer;}
h2 a:active  {color:#660000; text-decoration:underline;}
.ours { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; color:#999999;
        padding-top:10px; padding-bottom:15px; width:100%; text-align:center;}			 
.ours a:link    {color:#999999; text-decoration:underline;}
.ours a:visited {color:#999999; text-decoration:underline;}
.ours a:hover   {color:#666666; text-decoration:underline; cursor:pointer; }
.ours a:active  {color:#999999; text-decoration:underline;
}
.impadR {margin-left:10px;margin-bottom:10px;float:right;}
.impadL {margin-right:10px;margin-bottom:10px;float:left;}

/* ------------------ VERTICAL MENU STYLE with background image ------------------------- */
/* You can call this in a single <div> - no <br> tags are needed. If you want to have a 
different background/style when you are actually ON the page then you need to make your
menu an editable region and use <div class="vertOFF">menu item with no link</div>         */
.vertmenu a { text-decoration:none; text-align:left;
  background-image: url(../images/menuOFF.gif); background-repeat:no-repeat;
  color:#FFFFFF; font-family: Gill Sans MT, Arial, Helvetica, sans-serif;  font-size: 12px; 
  font-weight: normal; 
  display:block; width:160px; height:20px; line-height: 20px;  padding-left: 13px; }
.vertmenu a:hover { background-image: url(../images/menuON.gif); background-repeat:no-repeat;
                    color:#fbee7e;
}

/* -------------------------------- TEXT STYLES ----------------------------------------- */
.maintxt { font-family: Gill Sans MT, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; line-height:120%;  }
.maintxt a:link    {color:#FFFFFF; text-decoration:underline;}
.maintxt a:visited {color:#FFFFFF; text-decoration:underline;}
.maintxt a:hover   {color:#fbee7e; text-decoration:none; cursor:pointer;}
.maintxt a:active  {color:#FFFFFF; text-decoration:underline;
}
.testim { font-family: Gill Sans MT, Arial, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; line-height:120%; font-style:italic; }
.testimowner { font-family: Gill Sans MT, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; line-height:120%; float:right; font-weight:bold; }
.menu { font-family: Gill Sans MT, Arial, Helvetica, sans-serif; font-size: 22px; color: #FFFFFF; line-height:130%;  }
.menu a:link    {color:#FFFFFF; text-decoration:none;}
.menu a:visited {color:#FFFFFF; text-decoration:none;}
.menu a:hover   {color:#fbee7e; text-decoration:none; cursor:pointer;}
.menu a:active  {color:#FFFFFF; text-decoration:none;
}
.footermenu { font-family: Gill Sans MT, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; line-height:130%;  }
.footermenu a:link    {color:#FFFFFF; text-decoration:none;}
.footermenu a:visited {color:#FFFFFF; text-decoration:none;}
.footermenu a:hover   {color:#fbee7e; text-decoration:none; cursor:pointer;}
.footermenu a:active  {color:#FFFFFF; text-decoration:none;
}
/* -------------------------------- FORM STYLES ----------------------------------------- */

.formfield {border: 1px solid #000000;}
/* -------------------------------- CSS LAYOUT STYLES ----------------------------------------- */
#container {
	height: auto;
	width: 100%;
}
#header {
	height: 75px;
	width: 100%;
	background-color: #4a0101;
}
#headerbox {
	height: 75px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#topL {
	height: 75px;
	width: 300px;
	float: left;
	text-align: left;
}
#topR {
	float: right;
	height: 75px;
	width: 690px;
	text-align: right;
}
#bannerbox {
    width:990px;
	height:200px;}
#mainbox {
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#mainL {
	float: left;
	height: auto;
	width: 175px;
	text-align: left;
}
#maincentre {
	text-align: left;
	height: auto;
	width: 805px;
	margin-left: 10px;
	float: left;
}
#footer {
	line-height: 30px;
	text-align: center;
	clear: both;
	height: 30px;
	width: 990px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#smenu {
	float: left;
	height: auto;
	width: 175px;
	margin-top: 80px;
}
#homecontent {
	float: left;
	height: auto;
	width: 795px;
	margin-top: 10px;
}
#scrollbox {
	float: left;
	height: 180px;
	width: 175px;
}
.style1 {
	color: #fbee7e
}