body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	background: #EFAD00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	 background-image: url(../DesignImages/backgroundFade.jpg);
	 background-repeat:repeat-x;
}

.skipper {display: none;}
#extraText {display: none;}
a {text-decoration: none;}
a:link {color: #FD8000;}
a:visited {color: #FD8000;}
a:hover {text-decoration: underline;}
#container {	width: 780px;	/*-- use if centered first figure is top margin change to suit --*/margin: 20px auto 0; 
padding: 0;	text-align: left; background: url(../DesignImages/contentBackground.jpg) 0 0 repeat-y;

	}
#containerback { 
/*-- background: url(../DesignImages/contentBackground.jpg) bottom left ; --*/ }
#pageHeader { background: url(../DesignImages/TopBanner2.jpg) top left no-repeat;	height: 26px; width: 780px; margin: 0 0 0 0; padding: 0 0 0 0; }
#pageHeader h1 {
/*-- do not remove or change padding and margin --*/ padding: 0 0 0 0; margin: 0 0 0 0; }
#pageHeader h1 span {visibility: hidden;/*-- do not remove or change padding and margin --*/ padding: 0 0 0 0; 	margin: 0 0 0 0; }

#interfaceImage{ position:relative; text-align:left; padding: 0 ; margin: 0 0 0 40px; width:500px; }
#interfaceImage img{ position:relative; top: 0; left: 0; }
#wrapper {padding: 0; margin: 0;}
#spacer { clear:both; padding: 0; margin: 0; }
#main { padding: 0; margin: 0;}






/*-- Next controls page layout and sets column and content widths --*/

#QPpageContent {float:right;/* width of main content area - set margin-right of left panel to same width--*/
width:65%; color: #000;
/*-- background image for behind content 
background: url(../DesignImages/maincontentBackground.gif)  right bottom no-repeat; --*/
}
.ContentArea td{
font-size: 1em; }
#contentMain { }
#QPpageContent p { }
#QPpageContent h2 {
	font-size: 1.3em; 	color: #C16100; 	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	padding-top: 0; margin-top: 5px; padding-left: 0px; padding-bottom: 20px; 	margin-bottom: 0; letter-spacing: 2px;}
/*-- dont need to edit these h3 h4 h5 h6--*/
#QPpageContent h3 {	font-size: .9em; color: #FD8000;}
#QPpageContent h4 {	font-size: .8em; color: #FD8000; }
#QPpageContent h5 {	font-size: .8em; color: #FD8000;}
#QPpageContent h6 {	font-size: 0.8em; color: #FD8000;}
	
	
/*-- content area --*/

.ContentArea {
 padding: 0px 40px 40px 0px; float: left; }
.ContentArea p{ padding-top:0;  vertical-align:top; height:auto; }
.ContentArea li { color:#FD8000; margin: 0px; padding: 5px;}
.ContentArea p strong{ color:#000; }
strong{ color:#FD8000; }
.contentPicBox { margin-bottom: 0; display: block;
	/*-- use this style to float the text around the image i.e. float: left; --*/
	float: left; }
.contentPicBox img{ margin: 0 0 20px 0 ; border: 4px solid #FD8000;
/*-- use margin to create space around the image --*/
margin-right: 20px; padding-left:0; }
.contentPicBox span{ margin-bottom: 20px; }
/*-- image border is for gallery detail page images --*/
.ImageBorder { border: 4px solid #FD8000; }
/*--more link style below--*/
.contentPic a{ 	padding-left:0; border-color: #FD8000; border-style: solid; border-width: 4px; padding:0px 2px 0px 2px; text-decoration: none; }
.contentPic span{ margin-bottom: 0px; }


/*-- nav panel --*/


#navPanel { margin-right:65%; padding: 1px 0 1px 0;}
#leftpannel {
/*-- set to control column width width --*/ margin-right:65%;
/*-- this must be set to ensure hover links work on page content --*/ width: 217px;
line-height: 100%;/* helps out IE 5.01 pc */
/*-- do not change position --*/ position:relative; top: 0; 
/*-- use to set background image behind nav panel --*/
	background-image:url(../DesignImages/navTop.gif); background-position:top left ; 	background-repeat:no-repeat; 
	padding: 345px 0 0 0;
/*-- can use margin to set the possition of the navigation--*/
	margin-top: -50px ;
	margin-bottom: 0;
	margin-left: 0;
	background-color: transparent;
	
	
}
#leftpannel .menuBase {
	/*-- background-image:url(../DesignImages/navBase.jpg); background-position:bottom left ; background-repeat:no-repeat; --*/
	padding: 40px 0 0 0; background-color: transparent; }
.NavList { 	top: 0; left: 0; text-align: left; 	padding: 0 0 0 0; 
	font-size: 0.8em; 	letter-spacing: 1px; }
.NavList h4 { visibility:hidden; height: 1px; padding: 0 ; margin: 0; border: none; line-height:0 ; }
.NavList ul { 	list-style: none; margin: 0; padding: 15px  0; border: none; background-color:transparent; width: 217px; 
/*-- background: url(../DesignImages/button1.jpg) no-repeat top left ; --*/
}
.navlist li { 
		/*-- set nav column width --*/
		/*-- border: 1px solid red; --*/
		width: 230px; 	margin: 0 ; 	padding: 0 ; }
.navlist li span.mainnav { }
.NavList ul li{
font-size:12px;}
.NavList li a{
	display: block; letter-spacing: 2px;
	/*-- set nav button width to wide and nav moves to base of content adjust this width and content widths to fix --*/
	width: 217px;
	text-decoration: none; 	color: #FD8000;
	font-weight:bold;
	padding: 5px 5px 10px 10px; margin:0 0 0 0px;
	background:  url(../DesignImages/button1.jpg) 50% 100%  no-repeat; 
	padding: 0; margin:0 ; text-align:left;}
	/*--  border-bottom: 3px solid #B2B2B2; --*/
 /* Commented Backslash Hack hides rule from IE5-Mac \*/
 .NavList li a{ padding:0; margin:0;} /*end IE5-Mac hack*/



/*-- remove navList styles below adjust above style and then duplicate to create a:link a:visited a:hover---*/
.NavList li a:link{
	display: block;
	/*-- set nav button width to wide and nav moves to base of content adjust this width and content widths to fix --*/
	width: 217px; 
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	padding: 5px 5px 10px 10px; margin:0 0 0 0px;
	background:  url(../DesignImages/button1.jpg)  50% 100%  no-repeat; 
	/*--  border-bottom: 3px solid #B2B2B2; --*/
	}
.NavList li a:visited{
	display: block;
	/*-- set nav button width to wide and nav moves to base of content adjust this width and content widths to fix --*/
	width: 217px;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	padding: 5px 5px 10px 10px; margin:0 0 0 0px;
	background:  url(../DesignImages/button1.jpg) 50% 100%  no-repeat; 
	/*--  border-bottom: 3px solid #B2B2B2; --*/
}
.NavList li a:hover{
	display: block;
	/*-- set nav button width to wide and nav moves to base of content adjust this width and content widths to fix --*/
	width: 217px;
	
	text-decoration: none;
	color: #FD8000;
	font-weight:bold;
	padding: 5px 5px 10px 10px; margin:0 0 0 0px;
	background:  url(../DesignImages/button1.jpg)  50% 100%  no-repeat; 
	/*--  border-bottom: 3px solid #B2B2B2; --*/
}
.NavList>ul a {width:auto;}
.NavList li.sub{
font-style: italic;
}
.NavList li span{
}
.NavList li.sub a:link{
	color: #FD8000; padding: 0px 15px 5px 5px; margin:0 ;}
.NavList li.sub a:visited{
color: #FD8000; padding: 0px 15px 5px 5px; margin:0 ;}
.NavList li.sub a:hover{
color: #FD8000; padding: 0px 15px 5px 5px; margin:0 ;}
.NavList li.sub a:active{
color: #FD8000; padding: 0px 15px 5px 5px; margin:0 ;}
/*-- image possition below menu i.e.logo --*/
.belowMenu { clear:left; 
height:100px;
padding: 0; margin: 0;
background:url(../DesignImages/LeftColumnBaseFill.gif) 0 0 no-repeat}
/*-- footer --*/
 
#footer { clear:both; text-align:left; 	margin: 0  0 0 0;
height: 30px;
	/*-- footer text possition --*/ padding: 15px 40px 1px 275px; 	font-size:10px;
	/*-- footer background image --*/ background: url(../DesignImages/BottomBar.jpg) right top no-repeat;}

#footer span {
/*-- footer text colour spacing ect --*/
color:#C16100; padding-right: 20px; text-align:right; }
#footer span a {
/*-- footer text link colour spacing ect --*/
color:#C16100; padding-left: 60px; padding-right: 20px; text-align:right; }
#footer p {margin: 0; padding: 0; border: 1px solid yellow;}
/*-- Print link --*/
#print { float: right; padding:0 40px 20px 20px; background: url(../DesignImages/icon-print-file.gif) 0 0 no-repeat; }
/*-- image gallery --*/
#gal {


}
#gal img{

}
.galpicarea {
border: 0px solid #FD8000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding:0;
margin:0;


}
.galpicarea td{
padding:20px 20px 0 20px;

}
.Image {

}
.galpicarea img{
vertical-align:top;
border: 4px solid #FD8000;

}
.galpicarea ul{
	list-style-type: none;
	padding:0;
	margin:0;



}
.galpicarea td ul li{
display:block; 
	text-align:left;
}

.galfooter {
clear:both; 
padding-top: 20px;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
text-align:right;}

/*-- Form --*/

#form {
margin:6px 0;
}
#form td{
margin:6px 0;
font-size: 12px;
padding:4px 4px 4px 4px;
vertical-align:top;
}
.FormSubmitButton {
margin: 10px 10px 10px 10px;
}
#emailLinkArea {
position:relative; width:200px; height:20px; z-index:1; left: 550px; top: 80px;
}

/*-- SHOPPING CART STYLES --*/

.productNAME {
color:#FFF ;

}
.productPRICE {
color:#FFFFFF ;
background-image:url(../DesignImages/price.gif);
background-position: left top;
background-repeat:no-repeat;
padding:  7px 8px 12px 8px;
line-height: 40px;
text-align:center;
width:48px;
}
.productDESC {
color:#000 ;
}
.productREF {
color:#FD8000 ;
}

/*-- SHOPPING CART MENU STYLES --*/
#shopMenu {
color:#FD8000;
}
#shopMenu ul{
list-style: none; margin: 0; padding: 15px  0; border: none; background-color:transparent; 
}
#shopMenu li{
display:inline;
padding: 0;
margin: 0;
font-size: 11px;
}