body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/background.jpg) repeat-x;
	font-size: 75%;
	color: #000000;
	font-weight: normal;
}

a{
	color:  #BE672B;
	text-decoration: none;
}

a:hover{
	color:  #BE672B;
	text-decoration:underline;
}

img {
	border:none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight:550 ;
	color: #000000;
	margin:0.5em 0 0.5em 0;
	
}

h2{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:550 ;
	color: #666666;
	
}

h3{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:400 ;
	color:#BE672B;
	
}

fieldset{
	padding:10px;
}


/*--------------------------------------------------------------*/
/* classes */


.line{
	color:  #ffffff; background-color: #ffffff;height: 1px;border-bottom: #cccccc 1px dotted;
}


.date{
	color:#999999;
	font-size:80%;
}

.smallform{
	font-size:90%;
}

.top{
	color:#000000;
	font-size:90%;
}

a:hover.top{
	color:#000000;
	font-size:90%;
}

.newstitle{
	font-family:  "Times New Roman", Arial, sans-serif;
	font-size: 120%;
	font-weight:400 ;
	color:#c10000;
}

a:hover.newstitle {
	color:#c10000;
}



.floatfix { clear: both; } 


.submenu_highlighted{
	color:#c10000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}

.submenu_level1{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}



.newsimage{
	padding-right:5px;padding-top:4px;padding-bottom:3px
}

a.comments{
	color:#c10000;
	font-size:11px;
}


.breadcrumb{
	font-size:90%;
	margin-bottom:5px;
}

.withborder{
	padding-left:10px;
	border: 1px solid #000000; 
	
}

.productrange{
	background:#CCCCCC;
	font-size:90%;
}

.cellwhite{
	background:#F5F5F5;
}

.cellgrey{
	background:#E2E2E2;
}
/*--------------------------------------------------------------*/
/* layout divs */


#wrapper{
	width: 860px;
	margin:0 auto;
	text-align: left;
	background: url(../images/centre_background.jpg) repeat-y;
}

#innerwrapper{
	width: 860px;
	margin:0 auto;
	padding-top:19px;
	text-align: left;
	background: url(../images/centre_fade_background.jpg) no-repeat;
	float:left;
}

#leftcol{
	float:left;
	width:190px;
	background: url(../images/left_background.jpg) repeat-y;
	padding-bottom:70px;

}

#leftwrapper{
	float:left;
	width:190px;
}

#left-border{
	height:1px;
	width:190px;
	background: url(../images/left_bottom_border.jpg);
	float:left;
	
}

#midcol{
	float:left;
	height:616px;
	width:1px;
}


#rightcol{
	float:left;
	width:648px;
	padding-right:21px;
}

#topmenu{
	float:left;
	width:648px;
	
}

#loginpanel{
	float:left;
	width:628px;
	height:23px;
	background:#EFEFEF;
	border-bottom: 1px #cccccc solid;
	padding-left:10px;
	padding-right:10px; 
	font-size:90%;
	padding-top:7px;
}


#home-banner{
	float:left;
	width:648px;
	height:180px;
	padding-top:1px;
	padding-bottom:5px;
}


#loginleft{
	float:left;
	width:60%;
}

#loginright{
	float:left;
	width:40%;
	text-align:right;
}

#mainbody{
	float:left;
	width:628px;
	padding-left:10px;
	padding-right:10px; 
	padding-top:10px;
	padding-bottom:20px;
}


#footer{
	float:left;
	height:39px;
	width:860px;
	float:left;
	background: url(../images/centre_bottom.jpg);

}

#footermenu{
	padding-top:10px;
	padding-left:191px;
	padding-right:22px;
	width:648px;
	float:left;
	font-size:85%;
}

#footermenu-border{
 	border-top:1px solid #000000;
	width:648px;
	height:10px;
	float:left;
}

#footermenu a{
	color:#000000;
	font-weight:bold;
}

#footermenu a.highlighted{
	color:  #BE672B;

}

#footermenu-left{
	padding-left:2%;
	width:68%;
	float:left;
}

#footermenu-right{
	padding-top:3px;
	padding-right:2%;
	width:28%;
	text-align:right;	
	float:left;
}
/*--------------------------------------------------------------*/
/* menu contents */

#topmenu ul {
  padding:0; 
  margin:0; 
  list-style-type:none;
  float:left;

}

#topmenu li{
	display:inline;
	float:left;
}

#topmenu li img {
	vertical-align: bottom;
}

/*--------------------------------------------------------------*/
/* submenu contents */

#submenu{
	padding-left:10px;
	padding-right:15px;
	width:165px;
	float:left;
	font-size:90%;
}

#submenu ul {
  padding:0; 
  margin:0; 
  list-style:none;
  float:left;

}

#submenu li{
	float:left;
	width:165px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom: 1px #cccccc solid;
}

#submenu li.specialoffer{
	float:left;
	width:165px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom: 1px #cccccc solid;
	background-color: #EDC2A7;
	font-weight:bold;
}

#submenu li.noborder{
	border-bottom: none;
}


#submenu a{
	display: block;
	color:#000000;
	padding-left:10px;

}

#submenu a.highlighted{
	color:  #BE672B;
	font-weight:bold;

}

#submenu a.sub{
	padding-left:30px;
	color:#333333;
}

#submenu a.supersub{
	padding-left:50px;
	font-size:95%;
	color:#333333;
}

#submenu a.subhighlighted{
	padding-left:30px;
	color:  #BE672B;
	font-weight:bold;
}

#submenu a.supersubhighlighted{
	padding-left:50px;
	font-size:95%;
	color:  #BE672B;
	font-weight:bold;
}

#submenu a.hassub{
	background: url(../images/misc/arrow.gif) center right no-repeat;
}

#submenu a.selected{
	background: url(../images/misc/arrow_over.gif) center right no-repeat;
}

#submenu a.highlightselected{
	background: url(../images/misc/arrow_highlighted.gif) center right no-repeat;
	color:  #BE672B;
	font-weight:bold;
}

#submenu a:hover.hassub{
	background: url(../images/misc/arrow_over.gif) center right no-repeat;
}

#contactform{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background:#F2F2F2;

}

#slideshow{
	float:right;
	width:200px;
	padding-left:10px;
	padding-bottom:5px;
}

#slideshow-border{
	width:200px;
	border: 1px solid #000000; 
	
}

/*--------------------------------------------------------------*/
/* contact form contents */



.row {
  clear: both;
  padding-top: 2px;
  }
  
.rowalt {
  clear: both;
  padding-top: 2px;
  background:#999999;
  }

.row label {
  float: left;
  width: 120px;
  text-align: left;
}

/*--------------------------------------------------------------*/
/* pagination */

#records{
	width:628px;
	float:left;
}
#records #previous{
	width:100px;
	float:left;
	font-size:100%;
}
#records #pages{
	width:428px;
	float:left;
	text-align:center;
	font-size:100%;
}
#records #next{
	width:100px;
	float:left;
	font-size:100%;
}
