/*=============== Standard stylea ============*/

body {
	font-size : 8pt;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin : 0px 0px 0px 0px;
}

td {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 8pt;
}

p {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 8pt;
}

h1 {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}

h2 {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}

h3 {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}
 
h4 {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}

h5 {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}

h6 {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}

a, a:active, a:visited {
	color : #000000;
	text-decoration : none;
}

a:hover {color : #a02e2d; text-decoration : none;}



/*=================================================*/
/*=+===== Styles used by content_ouput.inc ========*/ 

/* Used by the function titles(), here the mode is "faq" */
.headingtitlelist, .headingtitlelist:visited {
 font-size : 8pt;
 font-family : Verdana, Helvetica, Arial, Helvetica, sans-serif;
 color : black;
 font-weight : bold;
 text-decoration : none;
} 

.headingtitlelist:hover {
 text-decoration : underline;
} 

/* 
 Used by the functions: titleText() & pictlist()
 The style of the item title when shown with the text
 More modes can be defined if needed
*/

/* mode="faq" */
.faqtitle {
 font-size : 8pt;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 color : black;
} 

/* mode="heading" */
.headingtitle {
 font-size : 10pt;
 font-family : Arial, Helvetica, sans-serif;
 color : #AB461B;
 font-weight: bold;
} 

/* mode="pict" */
.picttitle {
 font-size : 10pt;
 font-family : Arial, Helvetica, sans-serif;
 color : #AB461B;
 font-weight: bold;
} 

/* 
 Used by the functions: titleText() & pictlist()
 The style of the item fulltext
 More modes can be defined if needed
*/

/* mode="faq" */
.faqtext {} 

/* mode="heading" */
.headingtext {} 

/* mode="pict" */
.picttext {} 

/* 
  Used by the functions: pictlist() & titleText()
  The underline colour used under the title of the of title/text lists.
  More can be defined if re'qd 
*/

/* -  mode="faq" */
.faqline {}

/* - mode="heading" */
.headingline {background-color : #8B8F9D;}

/* The underline colour used under the title of the of picture/text lists */
/* - mode="pict" */
.pictline {background-color : #8B8F9D;}

.pictframe {background-color : #BE3B08;}


/* All "Back to the top" links */ 
.btt, .btt:visited, .btt:hover {
 font-size : 8pt;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 color : #666666;
 text-decoration : none;
}


/*================================================*/
/*========== Style used by makemenu.inc ==============*/
/* The navigation */ 
.nav0, .nav0:visited, .nav0:hover {
 font-size : 10pt;
 font-family : Verdana, Geneva, Helvetica, sans-serif;
 text-decoration : none;
 font-weight : bold;
 color : white;
}

.nav1, .nav1:visited, .nav1:hover {
 font-size : 10pt;
 font-family : Verdana, Geneva, Helvetica, sans-serif;
 text-decoration : none;
 font-weight : bold;
 color : #C9C9C9;
}

/* The colour of the first separator line */
.line1 {}

/* The colour of the second separator line */
.line2 {background-color : #CCC6D7;}

/*=================================================*/
/*============= Bespoke Template color styles =============*/

.border {background-color : #ffffff;}

.color1 {background-color : #888888;}

.color2 {background-color : #B4B4B4;}

.color3 {background-color : #C9C9C9;}

.color4 {background-color : #BE3B08;}

.color5 {background-color : #585759;}

.color6 {background-color : #ffffff;}

.color7 {background-color : #F3E7E2;}

.homecolor1 {background-color : #888888;}

.homecolor2 {background-color : #A9A9A9;}

.homecolor3 {background-color : #CACACA;}

.homecolor4 {background-color : #BC3B08;}

.homecolor5 {background-color : #C23A09;}

.homecolor6 {background-color : #575757;}

.homecolor7 {background-color : #969696;}

.homecolor8 {background-color : #CACACA;}

/*=================================================*/
/*====================== Generic styles =============*/
/* The size of the text used on the contact form, and the input boxes */
.white {background-color : white;}

.form {
 font-size : 8pt;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formline {background-color:#666666}

/* A section title */
.sectionheader {
 font-size : 12pt;
 font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #AB461B;
}

/* Company Name */
.company {
 font-size : 12pt;
 font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #A02E2D;
}
 
/* The title on the homepage */
.homeheader {
 font-size: 12pt;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
 color : white;
}

/* The text on the homepage */
.hometext {
 font-size: 8pt;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color : white;
}

/*================================================*/
/*================== Layers ======================*/
/* The layer for the 4 images on the homepage */ 
#homeimages {position:absolute; visibility:hidden; z-index:0;}

/* The layer for the text for products */ 
#text {position:absolute; visibility:hidden; z-index:0;}

/* The layer for the products template */ 
#pictlist {position:absolute; visibility:hidden; z-index:0;}