﻿/* top elements */
* { padding: 0; margin: 0; }
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
body, input.btn, a.btn, input.btnx, input.btngo
{
/*	background-color:#fffddd;*/
	font-size:0.75em;
}
input.button, #sidebar ul.sidemenu a, #rightbar ul.sidemenu a 
{
	background-color: #D05C33;
}
#wrap, #featureproducts
{
	background-color:#FFFFFF;
}
body, p, ul span, ol span, #header h2#slogan
{
	color:#666666;
}
#dynloadarea
{
	width:365px; 
	height:475px; 
	vertical-align:top
}
#flashcontent {
  height: 100%;
}
#sidebar ul.sidemenu a, #rightbar ul.sidemenu a, .thumbnail span
{
	color:#000000;
}
.tel, #header, #footer, #header a span, #header a:hover span, #header #current a, #header #current a span, #footer .footer-left, #footer .footer-left span, #footer .footer-left a, #footer .footer-left a:visited, #footer .footer-right, #footer .footer-right span, #footer .footer-right a, #footer .footer-right a:visited, #footer .footer-top a, #footer .footer-top a:visited
{
	color:#000000;
}
/* links */
a {
	color:#D05C33;
	background-color:inherit;
	text-decoration: none;
}
a:hover {
	color:#000000;
	background-color:inherit;
	text-decoration: none;	
}
.price
{
font-size: 2em;
font-weight:bold;
}
.msg {
	color:red;
	font-weight:bold;
	font-size:medium;
	}
}
/* headers */
h1
{
color:#000000;
font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
a.h1
{
color:#DF7413;
font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
h2, h3
{
color:#DF7413;
font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
p, ol { 
font-size: 1em;
text-align:justify;}
h1 { font-size: 1.5em;} 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }
h4 {font-size: 1.2em;
padding-top:5px;
padding-left:5px;
color:#D05C33;}
.tel {
font-size: 1.2em;
font-weight:bold;
padding-top:15px;
padding-left:5px;
}
p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color:#DF7413;
}
ul span, ol span {

}
.alert
{color:#DF7413;
margin-top:10px;
}
.nextday
{color:#000000;
margin-top:10px;
font-weight:bold;
}
/* images */
img, .noborder, a.noborder, a.noborder:hover, img.noborder, a img.noborder, a img.noborder:hover{
	border: none;
}
img.border {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 1px solid #FFFFFF;
}
a:hover img {  
  border: 1px solid #ef9642;
}
a:visited img {  
  border: 1px #FFFFFF;
  }
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #DF7413;
	font: normal 1em Verdana, sans-serif;
	background-color:#FAFAFA;
	color:#000000;
}
input[disabled="disabled"], input.disabled {
	border:none;
	color:#000000 !important;
	background-color:transparent;
	text-align:right;
	width:60px;
}

.btn, .btnx, .btngo {
	background-repeat:repeat-x;
	line-height:22px;
	min-height:22px;
	}
.btn, input.btn, a.btn, p.btn, span.btn
 {
	background-image: url(../images/SubButton.gif);
	
}
input.btngo, a.btngo, p.btngo, span.btngo
 {
	background-image: url(../images/SubButtongo.gif);
	
}
input.btnx, a.btnx, p.btnx, span.btnx
 {
	background-image: url(../images/SubButtonx.gif);
	
}
input.btn, p.btn, a.btn, input.btngo, p.btngo, a.btngo, input.btnx, p.btnx, a.btnx
 {
	font-weight:bold;
	font-size:1.0em;
	min-height:16px;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
 }
 input.btnhov, p.btn:hover, a.btn:hover
 {
	 color:#984123;
	 background-color:#000000;
	 border-top-color:#EF9642;
	 border-left-color:#EF9642;
	 border-right-color:#EF9642;
	 border-bottom-color:#EF9642;
	 cursor: pointer;
 }
input.btngohov, p.btngo:hover, a.btngo:hover
 {
	 color:#006600;
	 background-color:#000000;
	 border-top-color:#EF9642;
	 border-left-color:#EF9642;
	 border-right-color:#EF9642;
	 border-bottom-color:#EF9642;
 	 cursor: pointer;
 }
textarea {
	width:370px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:40px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Calibri, Verdana, Arial, Sans-serif; 
	border: 1px solid #CCC;
	padding: 2px 3px; 
	color:#DF7413;	
}
textarea:focus, input:focus {
	border: 1px solid #900;
	background-color: #FFFF9D;
	}
/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #DF7413; 
	background-color:#FAFAFA;
	color:#000000; 
	height: 25px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 0.8em Calibri, Verdana, Arial, Sans-serif; 
	background-color:#FAFAFA;
	border: 1px solid #EF9642;
	color:#000000;	
	width: 60px;
	vertical-align: top;
}
#specialinst input.textarea {
	width:385px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:80px;
	display:block;
	color:#777;
}
#loginform
{
text-align:center;
width: 760px;
}
/* login form */
form.loginform {
background-color:#000000;
	border: none;
	margin: 0; padding: 0;
}
form.loginform input.textbox { 
	margin: 0; 
	border: 1px solid #DF7413; 
	background-color:#FAFAFA;
	color:#000000; 
	height: 14px;
	vertical-align: top;
}
form.loginform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 0.8em Calibri, Verdana, Arial, Sans-serif; 
	background-color:#FAFAFA;
	border: 1px solid #EF9642;
	color:#000000;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 990px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#bannertop
{
background-image:url(../test/top.gif);
background-repeat:no-repeat;
position:absolute; 
left:0px; 
top:0px;
width:980px; 
height:12px;
z-index:1; 
visibility:visible;
}
#bannerleft
{
position:absolute; 
left:0px; 
top:12px;
width:12px; 
height:100%;
z-index:2; 
visibility:visible;
background-image:url(../test/left.gif);
background-repeat:repeat-y;
}
#bannerright
{
position:absolute; 
left:968px; 
top:12px;
width:12px; 
height:100%;
z-index:4; 
visibility:visible;
background-image:url(../test/right.gif);
background-repeat:repeat-y;
}
#bannerfoot
{
position:absolute; 
left:0px;
bottom:-12px;
/*top:38px;*/
width:980px; 
height:12px;
z-index:5; 
visibility:visible;
background-image:url(../test/foot.gif);
background-repeat:no-repeat;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;
	background-color:#FFFFFF;
}

/* header */
#header {
	position: relative;
	height: 45px;	
	clear: both; 
	background-image:url(../images/bannerfillbg.gif);
	background-repeat:repeat;
	background-color:#DA8739; 
	border-bottom: 5px solid #000000;
	margin-bottom:5px;
	padding: 0; 
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	top:45px;
	left: 76px;
	text-indent: 0px;
	font: bold 0.8em Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
	width: 350px;
}
#header form.searchform {
	position: absolute;
	top: 1px;
	right: 2px;
	width: 280px;
}
#header form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #DF7413; 
	background-color:#FAFAFA;
	color:#000000; 
	height: 16px;
	vertical-align: top;
}
#header form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 0.8em Calibri, Verdana, Arial, Sans-serif; 
	background-color:#FAFAFA;
	border: 1px solid #EF9642;
	color:#000000;	
	width: 60px;
	vertical-align: top;
}
#optimise {
	position: absolute;
	top: 10px; right: 750px;
	width:240px;
}
#brands {
	position: absolute;
	top: 13px; right: 500px;
	text-align:right;
	width:200px;
	color:#000000;
}
#categories {
	position: absolute;
	top: 13px; right: 288px;
	text-align:left;
	width:200px;
	color:#000000;
}
#filter {
	position:absolute;
	top:13px; right:680px;
	width:80px;
	color:#ffffff;
}
#search {
	top:10px;
	right:700px;
	width:270px;
}
/* main */
#main {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 600px;	
	min-height:560px;	
}
#prodslist, #product {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 790px;
	min-height:560px;
}
/*2Columns*/
#col_2_1 {
float : left;
width : 375px;
margin-top:5px;
margin-bottom : 1em;
border-right-width:1px;
border-right-style: solid;
border-right-color:#dddddd;
padding-right : 5px;
}
#col_2_2 {
float : left;
width : 375px;
margin-top:5px;
margin-left:5px;
margin-bottom : 1em;
/*border-right-width:10px;
border-right-style:dotted;
border-right-color:#dddddd;*/
padding-right : 5px;
}
.readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.loginmore {
	background: url(../images/login.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer {
	background-color:#FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 180px;
	min-height:500px;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu, #rightbar ul.sidemenu {
	list-style:none;
	margin:12px 0 0 0;
	padding:0;		
}
#sidebar ul.sidemenu li, #rightbar ul.sidemenu li {
	margin-top:2px;
	margin-bottom:2px;
/*	border: 1px solid #ef9642;*/
}
#sidebar ul.sidemenu a, #rightbar ul.sidemenu a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	border-left:4px solid #542C07;	
	background-image:url('../images/menuBg.gif');
	background-repeat:repeat-x;
	height:24px;
}
#sidebar ul.submenu {
	list-style:none;
	margin:0 0 0 15px;
	padding:0;		
}
#sidebar ul.submenu li {
	margin-bottom:1px;
	border: 1px solid #ef9642;
}
#sidebar ul.submenu a {
color:#000000;;
	display:block;
	font-weight:bold;
	text-decoration:none;	
	vertical-align:middle;
	border-left:4px solid #ef9642;	
	background-image: url('../images/SubButton.gif');
	background-repeat:repeat-x;
	height:21px;
}
#sidebar ul.submenu li a:hover {
	color:#984123;
}
* html body #sidebar ul.sidemenu a, #rightbar ul.sidemenu a { height: 21px; }

#sidebar ul.sidemenu a:hover, #rightbar ul.sidemenu a:hover {
	color:#fafafa;

}

/* rightbar */
#rightbar {
	float: right;
	width: 180px;
	padding: 0; 
	margin:0;
}
#rightbar ul.sidemenu {
	list-style:none;
	margin:12px 0 0 0;
	padding:0;		
}
#rightbar ul.sidemenu li {
	margin-top:2px;
	margin-bottom:2px;
/*	border: 1px solid #ef9642;*/
}
#rightbar ul.sidemenu a {
	display:block;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	border-left:4px solid #542C07;	
	background-image:url(../images/menuBg.gif);
	background-repeat:repeat-x;
	height:24px;
}
#rightbar ul.submenu li a:hover{
	color:#FAFAFA;
}
#rightbar ul.sidemenu a:hover {
	color:#fafafa;
}
.latestnews, .latestnews  div{
	width:180px;
	margin-top:12px;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	/*border-left-color:#542C07;
	border-left-style:solid;
	border-left-width:4px;*/
	background-image:url(../images/menuBg.gif);
	background-repeat:repeat-x;
	height:24px;
}
.share, .share  div{
	width:180px;
	margin-top:12px;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	height:24px;
}
#rightbar hr.newslist
{
height:2px;
border:none;
color:#E28647;
background-color:#E28647;
width:96%;
text-align:center;
}
#rightbar p.rightbar
{
color:#333333;
font-size:0.8em;
}
/* login */
#login {
	float: right;
	width: 156px;
	height:174px;
	padding: 5px; margin:0;
	border-width:7px;
	border-color:#E28647;
	border-style:solid;
	background-color:#000000;
	color:#FAFAFA;	
}
p.centre, a.centre {
	margin:5px 1px 5px 1px;
	text-align:center;
	color:#E28647;
	font-size:small;
	font-weight:normal;
}
a.centre:hover {
	color:#ffffff;
}
/* Footer */
#footer {
	float:left;
	vertical-align:middle;
	clear: both; 
	background-image:url('../images/bannerfillbg.gif');
	background-repeat:repeat;
	background-color:#D05C33; 
	border-top: 5px solid #542C07;
	margin: 0; padding: 0; 
	height: 70px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
}
#footer .footer-top{
	float: left;
	width: 975px;
	vertical-align:left;
	text-align:left;
	margin-top:10px;
	margin-left:15px;
}
#footer .footer-left{
	float: left;
	width: 575px;
	vertical-align:middle;
	text-align:left;
	margin-top:10px;
	margin-left:15px;
}
#footer .footer-right{
	float: right;
	width: 375px;
	vertical-align:middle;
	text-align:right;
	margin-top:10px;
	margin-right:15px;
}
#footer .footer-left a:hover, #footer .footer-right a:hover, #footer .footer-top a:hover{
color:#fafafa;
}
#footer .brand-info{
	float: left;
	width: 100%;
	margin-top:10px;
}
/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0; padding: 0;
	list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 0.9em  Calibri, Verdana, Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
}
#header a:hover {
   background-position:0% -43px;
}
#header a:hover span {
   background-position:100% -43px;
}
#header #current a {
   background-position:0% -43px;
}
#header #current a span {
   background-position:100% -43px;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color:#542C07; }
.darkorange {	color:#DF7413; }
.boldorange {	color:#DF7413;
font-weight:bold}
.gray  {	color:#BFBFBF; }
.rbroundbox {width: 100%; margin: 1em auto; background-color:#EF9642; }
.rbtop div { background: url(../images/tlcorner.gif) no-repeat top left; }
.rbtop { background: url(../images/trcorner.gif) no-repeat top right; }
.rbbot div { background: url(../images/blcorner.gif) no-repeat bottom left; }
.rbbot { background: url(../images/brcorner.gif) no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot, .rbalttop div, .rbalttop, .rbaltbot div, .rbaltbot {
width: 100%;
height: 17px;
font-size: 1px;
}
.rbcontent { margin: 0 17px; }
.optionlist, li.optionlist, a.optionlist, a.optionlist:visited
{
	color:#000000;
	font-size:0.75em;
	text-decoration:none;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:2px;
	padding-right:2px;
	margin:1px;
	text-decoration:none;
}
p.optionlist
{
	color:#FD852E;
	font-size:0.75em;	
	text-decoration:none;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:1px;
	padding-right:1px;
	margin:1px;
	text-decoration:none;
	text-align:left;
}
li.optionlist
{
	list-style:square;
	list-style-position:inside;
	color:#FD852E;
	text-align:left;
	border: 1px solid #FD852E;
}
a.optionlist:hover
{
	color:#000000;
	background-color:#FD852E;
}
.droplist
{
	display: block;
	font-size:1.0em;
	width: 100%;
	text-align: left;
	text-decoration:none;
	height:18px;
	font-weight: bold;
	color:#000000;
	border-color:#EF9642;
	border-style:solid;
	border-width:1px;
	background-color:#FAFAFA;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:1px;
	padding-right:1px;
	margin:1px;
	vertical-align: middle;
	line-height: 1.1em;
}
A.droplist, select.indexmenu {
	color:#000000;
	font-weight: bold;
}
A.droplist:visited {
	color:#000000;
	font-weight: bold;

}
A.droplist:hover 
{
	background-color:#FD852E;
}
#featureproducts
{
	float: left;
	position: relative;
	width: 100%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}
.feature0
{
	float: left;
	position: relative;
	width: 583px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	border-top-style:solid;
	border-top-color:#9D520D;
	border-top-width:1px;	
	border-right-style:solid;
	border-right-color:#542C07;
	border-right-width:3px;
	border-left-style:solid;
	border-left-color:#9D520D;
	border-left-width:1px;	
	border-bottom-style:solid;
	border-bottom-color:#542C07;
	border-bottom-width:3px;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 2px;
}

.features
{
	float: left;
	position: relative;
	width: 185px;
	height:400px;
	background-color:#FFFFFF;
	border-top-style:solid;
	border-top-color:#9D520D;
	border-top-width:1px;	
	border-right-style:solid;
	border-right-color:#542C07;
	border-right-width:3px;
	border-left-style:solid;
	border-left-color:#9D520D;
	border-left-width:1px;	
	border-bottom-style:solid;
	border-bottom-color:#542C07;
	border-bottom-width:3px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:10px;
}
.featurelinks
{
	float: left;
	position: relative;
	width: 583px;	
	background-color:#EF9642;
	border-top-style:solid;
	border-top-color:#9D520D;
	border-top-width:1px;	
	border-right-style:solid;
	border-right-color:#542C07;
	border-right-width:3px;
	border-left-style:solid;
	border-left-color:#9D520D;
	border-left-width:1px;	
	border-bottom-style:solid;
	border-bottom-color:#542C07;
	border-bottom-width:3px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 2px;
	text-decoration:none;
}
a.ifeatures img
{
margin:0px;
padding:0px;
border-width:1px;
border-style:solid;
border-color:#ef9642;
}
a:hover.ifeatures img 
{
border-color:#ffffff;
}
.gallerycontainer{
text-align:center;
/*position: relative;
Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img{
display: block;
border-width:1px;
border-style:solid;
border-color:#ffffff;
margin: 0 5px 5px 0;
}
.thumbnail:hover{
background-color:transparent;
}

.thumbnail:hover img{
border: 1px solid #FF9900;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
border: 1px solid #FF9900;
visibility: hidden;
color:#FF9900;
background-color:#333333;
text-decoration: none;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
background-color:#333333;
/*top: -200;
left: 50px; position where enlarged image should offset horizontally*/
z-index:50;
}
/*used by popupDiv.js*/
#layer1 {
	position: fixed;
	visibility: hidden;
	width: 250px;
	height: 450px;
	top: 55px;
	background-color: #ffffff;
	border: 2px solid #DF7413;
	padding: 10px;
}
#scrollingContainer{
	width:270px;
	height:280px;
	padding:2px;
	float:left;
	margin:10px;
	font-size:0.9em;
	overflow:hidden;	/* Hide overflow content */
}
#close {
	float: right;
}

#tabmenu {
min-height: 35px;
line-height: 22px;
}
#tabmenu ul {
list-style-type: none;
padding-left: 10px;
}
#tabmenu ul li {
	display: block;
	float: left;
	min-height:32px;
}
#tabmenu ul li a {
	padding: 0 10px 0 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height:22px;
	background-image: url(../images/SubButton.gif);
	background-repeat:repeat-x;
}
#tabmenu ul li a:hover {
text-decoration: none;
}
#gallery {
height : auto;
margin : 10px 0 0 10px;
text-align:right;
vertical-align:top;
}
#gallery .brandlogos {
float : right;
margin : 2px;
padding : 5px;
border : 1px solid #D05C33;
width:250px;
height:300px;
}
.headerbox {
	background-color: #FFCC81; /* header color */
	border:thin orange solid;
	color: #000000; /* header font color */	
	vertical-align: middle;	
}
#specialinst {
border:thin #DF7413 solid;
margin-bottom:10px;
}
.xmagnify_this {border:0px solid black;}
