/*////////////////////////////////////////
  GLOBAL GENERIC
////////////////////////////////////////*/

body {
  margin: 0px;
	font-size:12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.4em;
  background-color:#ffffff;
	color:#333333;
}

/*////////////////////////////////////////
  HEADER STYLES
////////////////////////////////////////*/
  
#header {
  height: 151px;
	background:url(../images/header-background.jpg);
}

.header-wrapper {
  width: 990px;
  margin: 0px auto 0px auto;
  padding: 0px;
  text-align: left;
}

.header-wrapper a {
  display:block;
  text-indent:-1000px;
  overflow:hidden;
  }

a#logo {
  background:url(../images/logo.gif) left no-repeat;
  float:left; 
  width:228px;
  margin:10px 0px 0px 0px; 
  height:118px;
}

a#freephone {
  background:url(../images/free_phone.gif) left no-repeat;
  float:left; 
	margin: 50px 0px 0px 100px;
  width:249px; 
  height:85px;
}

/*////////////////////////////////////////
  HEADER BASKET STYLES
////////////////////////////////////////*/

#basket {
	border:1px solid #999999;
	background:url(../images/basket-background.jpg) left no-repeat;
	float:right;
	font-size:13px;
	width:176px;
	height:70px;
	padding:10px;
	margin:10px 0px 0px 0px;
	}
	
#basket a {
	color:#000000;
	text-indent:0px;
	display:inline;
	}
	
#basket a:hover {
	color:#000000;
	text-decoration:none;
	text-indent:normal;
	display:inline;
	}
	
#basket-items {
	border-bottom: 1px solid #AFFB11;
	padding:0px 0px 6px 0px;
	line-height:1.4em;
	text-align:center;
}

#basket-checkout {
	border-top: 1px solid #85C203;
	padding:8px 0px 6px 0px;
}

#basket-checkout a {
	padding:0px 16px 0px 0px;
	text-decoration:none;
	display:block;
	text-align:right;
	background:url(../images/checkout-background.gif) right no-repeat;
}

#basket-checkout a:hover {
	padding:0px 16px 0px 0px;
	display:block;
	text-decoration:underline;
	text-align:right;
	background:url(../images/checkout-background.gif) right no-repeat;
}

/*////////////////////////////////////////
  LEFT MENU
////////////////////////////////////////*/

#left_menu {
  width: 242px;
  background:url(../images/full-body-background.jpg) repeat-x;
  padding-top:6px;
  vertical-align: bottom;
  float: left;
}

#left_menu ul {
  list-style:none;
  width: 216px;
	margin:10px 0px 0px 0px;
  background-color:#333333; 
  border:solid 1px #9C9C9C;
  padding:0px 6px 6px 6px;
}

#left_menu ul li {
  width: 204px;
  margin:0px;
  padding:10px 6px 10px 6px;
  border-bottom:solid 1px #626262;
}

#left_menu ul li ul {
  list-style:none;
  width: 196px;
	margin-top:4px;
	margin-bottom:-10px;
  background: none;
  border:none;
  padding:0px 6px 6px 0px;
}

#left_menu ul li ul li {
  width: 170px;
  margin:0px;
	border:none;
  padding:6px 6px 6px 0px;
}

#left_menu ul li ul li a {
  width: 170px;
	display:block;
  margin:0px;
	border:none;
  padding:0px 6px 0px 20px;
	background:url(../images/menu-arrow-off.jpg) left no-repeat;
}

#left_menu ul li ul li a:hover {
  width: 170px;
	display:block;
  margin:0px;
	border:none;
  padding:0px 6px 0px 20px;
	background:url(../images/menu-arrow-on.jpg) left no-repeat;
  text-align:left;
}

#left_menu ul li ul li a.over {
  width: 170px;
  margin:0px;
	border:none;
  padding:0px 6px 0px 20px;
	text-decoration: underline;
	color: #91D504;
	background:url(../images/menu-arrow-on.jpg) left no-repeat;
}

#left_menu ul li.NB {
  width: 160px;
  margin-left:0px;
  vertical-align: bottom;
  border:none;
  padding:6px 6px 4px 6px;
}

#left_menu_bottom {
  width: 160px;
  background-color:#cccccc;
  color:#FFFFFF;
  text-align:center;
  font-weight:bold;
  margin: 0px 0px 20px 15px;
  border:solid 1px #666666;
}

#left_menu a:link, #left_menu a:visited {color:#ffffff; text-decoration: none; font-weight:bold;}
#left_menu a:hover, #left_menu a:active {color: #91D504; text-decoration: underline; font-weight:bold;}

#left_menu ul li a.over, #left_menu ul li a.firstover {
	text-decoration: underline;
	color: #91D504;
}

#left_menu ul li ul li a:link, #delivery-box-fade a
#left_menu ul li ul li a:hover, 
#left_menu ul li ul li a:active, 
#left_menu ul li ul li a:visited {
	font-weight:normal;
}

#left_menu ul li ul li.active a {color:#FFFFFF; text-decoration: underline; font-weight:normal;}

.subcatOn ul li a{
	display: block; font-weight:normal;
	}
	
.subcatOff {
	display: none;
	}

#delivery-box-header {
  width: 216px;
	margin:20px 0px 0px 0px;
  background-color:#333333;
  text-align:left; 
  border:solid 1px #9C9C9C;
  padding:6px 6px 6px 6px;
}

#delivery-box-header h2 {
	color:#FFFFFF;
	font-size:14px;
	margin:0px;
	padding:0px;
}

#delivery-box-body {
  width: 230px;
	margin:0px 0px 20px 0px;
  background:url(../images/delivery-box-background.jpg);
}

#delivery-box-fade{
  width: 218px;
  background:url(../images/delivery-box-fade.jpg) bottom no-repeat;
	padding:6px 6px 6px 6px;
}

.delivery-text {
	background:url(../images/delivery-guy.gif) right no-repeat;
	padding:10px 120px 0px 0px;
	display: block;
	color: #333333;
	text-decoration: none;
	margin:0px 0px 0px 10px;
	height:110px;
	}
	
#delivery-box-fade a:link {
	color:#333333;
	}
	
#delivery-box-fade a:visited{
	color:#333333;
	}


/*////////////////////////////////////////
  TOP MENU
////////////////////////////////////////*/

#top_menu {
  background:url(../images/full-body-background.jpg) repeat-x;
  height: 31px;
  width: 674px;
  padding: 13px 0px 0px 0px;
  color:#333333;
  text-align:right;
  float: right;
}

#top_menu ul {
  margin:0px 0px 0px 0px;
  float:right;
	list-style:none;
}

#top_menu ul li {
  display:inline;
	border-left:1px solid #333333;
  padding:0px 13px 0px 13px;
}

#top_menu ul li.first {
  display:inline;
	border-left:none;
  background:none;
  padding-right:15px;
}

#top_menu ul li.last {
  display:inline;
  background:none;
  padding-right:2px;
}


#top_menu ul li a:link, #top_menu ul li a:visited, #top_menu ul li.first a:link, #top_menu ul li.first a:visited {color:#333333; text-decoration: none; font-weight:bold;}
#top_menu ul li a:hover, #top_menu ul li a:active, #top_menu ul li.first a:hover, #top_menu ul li.first a:active {color: #333333; text-decoration: underline; font-weight:bold;}

/*////////////////////////////////////////
  MAIN STYLES
////////////////////////////////////////*/

#wrapper {
  width: 990px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background-color:#FFFFFF;
  background-position: center;
  
}

#full-body {
	background:url(../images/full-body-background.jpg) repeat-x;
	}

#right-column {
  width: 746px;
	padding-bottom:20px;
  color:#333333;
  text-align:left;
  float: right;
}

.breadcrumbs {
	margin:6px 0px 8px 0px;
	width: 652px;
	font-weight:normal;
	text-align:left;
  padding: 8px 12px 4px 0px;
  color:#333333;
  float: right;
}

.results{
	border:1px solid #9C9C9C;
	margin:16px 0px 0px 0px;
	background:url(../images/content-header-background-2.jpg) repeat-x;
	width: 682px;
	font-weight:normal;
	text-align:left;
	float:left;
  padding: 8px 12px 8px 12px;
  color:#333333;
}

.content-header {
	border:1px solid #9C9C9C;
	margin:16px 0px 0px 0px;
	background:url(../images/content-header-background-2.jpg) repeat-x;
  width: 712px;
	text-align:left;
  padding: 12px;
  color:#333333;
  float: right;
}

.content-header h2, .section-header h2, .related-header h2, .sub-section-header, .content-header h1 {
	font-size:14px;
	line-height: 1.5em;
	font-weight:bold;
	margin:0px;
}

.content-header a:link, .section-header a:link, .content-header a:visited, .section-header a:visited  {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

.content-header a:hover, .section-header a:hover, .content-header a:active, .section-header a:active{
	text-decoration:underline;
}

.clear_both {
  clear:both;
  }

/*////////////////////////////////////////
  FEATURED PRODUCT STYLES
////////////////////////////////////////*/

.section-header {
	border:1px solid #9C9C9C;
	margin:10px 4px 0px 0px;
	background:url(../images/content-header-background-2.jpg) repeat-x;
  width: 682px;
	text-align:left;
  padding: 6px 12px 6px 12px;
  color:#333333;
  float: right;
}

.section-body {
  width: 738px;
	background:url(../images/content-body-background.jpg);
  color:#333333;
  float: right;
}

.section-body-no-header {
  margin:16px 0px 0px 0px;
	width: 666px;
	border-top:1px solid #9D9D9D;
	background:url(../images/content-body-background.jpg);
  color:#333333;
  float: right;
}

.section-body-fade {
  width: 714px;
	background:url(../images/content-body-fade.jpg) bottom no-repeat;
  padding: 12px 12px 0px 12px;
  color:#333333;
}

.section-body-fade-no-header {
  width: 642px;
	background:url(../images/content-body-fade.jpg) bottom no-repeat;
  padding: 0px 12px 0px 12px;
  color:#333333;
}

.section-body-fade h2 {
	margin:0px;
	font-size:16px;
}

.section-body-fade a:link, .section-body-fade a:visited {
	color:#333333;
	text-decoration:underline;
}

.section-body-fade a:active, .section-body-fade a:hover {
	color:#333333;
	text-decoration:none;
}

.home-section {
	border: 1px solid #9C9C9C;
	float: left;
	width: 192px;
	padding: 14px;
	margin: 14px 11px 0px 6px;
}

.home-section-right {
	border: 1px solid #9C9C9C;
	float: left;
	width: 192px;
  padding: 14px;
	margin: 14px 0px 0px 6px;
}

.home-section img, .home-section-right img {
	border: 1px solid #C9C9C9;
}

.home-section img:hover, .home-section-right img:hover {
  border: 1px solid #999999;
}

.home-section h2, .home-section-right h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3em;
	height: 46px;
	margin: 0 0 10px 0;
}

.fire-extinguishers-bg {
	background:url(../images/section-fire-extinguishers.jpg) top no-repeat;
}

.spares-bg {
	background:url(../images/section-fire-extinguisher-spares.jpg) top no-repeat;
}

.fire-hose-bg {
	background:url(../images/section-fire-hose.jpg) top no-repeat;
}

.fire-extinguisher-id-signs-bg {
	background:url(../images/section-fire-extinguisher-id-signs.jpg) top no-repeat;
}

.cabinets-bg {
	background:url(../images/section-cabinets-covers.jpg) top no-repeat;
}

.tools-bg {
	background:url(../images/section-fire-extinguisher-engineering-tools.jpg) top no-repeat;
}

.fire-extinguisher-stands-bg {
	background:url(../images/section-fire-extinguisher-stands.jpg) top no-repeat;
}

.fireproof-storage-bg{
	background:url(../images/section-fireproof-storage.jpg) top no-repeat;
}

.escape-equipment-bg {
	background:url(../images/section-escape-equipment.jpg) top no-repeat;
}

.smoke-alarms-bg {
	background:url(../images/section-smoke-alarms.jpg) top no-repeat;
}

.fire-doors-bg{
	background:url(../images/section-fire-doors.jpg) top no-repeat;
}

.first-aid-kits-bg {
	background:url(../images/section-first-aid-kits.jpg) top no-repeat;
}

.left-content {
	float:left;
	border-right: 1px solid #CBCBCB;
	padding:0px 12px 0px 0px;
	width:342px;
	}
	
.right-content {
	float:right;
	width:342px;
	}

.content-divide {
	background:url(../images/content-divide-background.gif) repeat-x;
	height:21px;
	clear:both;
	}
	
.overview-thumb {
	float:left;
	width:90px;
	height:90px;
	border:1px solid #CBCBCB;
	}
	
.overview-text {
	float:right;
	width:236px;
	margin:0px 0px 0px 0px;
	}
	
.overview-text ul {
	margin: 0px;
	padding:0px;
	}
	
.overview-text ul li {
	margin: 0px 0px 0px 20px;
	padding:0px;
	}
	
.overview-text h2 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	}
	
.overview-text a:link {
	float:right;
	width:236px;
	margin:0 0 8px 0;
	}
	
.overview-price {
	float:left;
	font-size:13px;
	font-weight:bold;
	padding:6px 8px 8px 0px;
	margin:10px 0px 0px 0px;
	width:168px;
	height:14px;
	}

.overview-price-text {
	font-size:17px;
	font-weight:bold;
	color:#990000;
	}
	
.overview-more-info {
	background:url(../images/green-background-fade.jpg) repeat-x;
	float:right;
	font-size:12px;
	font-weight:bold;
	width:110px;
	height:14px;
	padding:6px 8px 8px 6px;
	margin:10px 0px 0px 0px;
	border: 1px solid #9C9C9C;
	}
	
.overview-more-info a {
	padding:0px 22px 0px 0px;
	text-decoration:none;
	display:block;
	color:#333333;
	text-align:right;
	background:url(../images/checkout-background.gif) right no-repeat;
}

.overview-more-info a:hover {
	text-decoration:underline;
	text-align:right;
	background:url(../images/checkout-background.gif) right no-repeat;
}

/*////////////////////////////////////////
  SECTION STYLES
////////////////////////////////////////*/

.sub-section {
  float: left;
  width: 338px;
  height: 170px;
  margin: 0px 11px 10px 8px;
  }
  

.sub-section-header {
	border:1px solid #9C9C9C;
	margin:0px;
	background:url(../images/content-header-background-2.jpg) repeat-x;
  width: 312px;
  height: 36px;
	text-align:left;
  padding: 6px 12px 12px 12px;
  color:#333333;
}

.sub-section-overview-body {
  width: 338px;
 	margin:0px 4px 0px 0px;
	background:url(../images/sub-section-body-background.jpg);
  color:#333333;
}

.sub-section-overview-body-fade {
  width: 314px;
  background:url(../images/sub-section-body-fade.jpg) bottom no-repeat;
  padding: 12px 12px 14px 12px;
  color:#333333;
}

.section-overview-body {
  width: 708px;
	margin:0px 4px 0px 0px;
	background:url(../images/overview-body-background.jpg);
  color:#333333;
  float: right;
}

.sub-section-thumb {
	float:left;
	text-align:center;
	width:90px;
	height:90px;
	border:1px solid #CBCBCB;
	}
  
.sub-section-thumb img {
  border: none;
}
	
.sub-section-text {
	float:left;
	width:198px;
	height:60px;
	margin:0px 0px 0px 20px;
	}
  
.sub-section-text p {
  margin: 0;
}
  
 .sub-section-view-product {
	background:url(../images/green-background-fade.jpg) repeat-x;
	float:right;
	font-size:12px;
	font-weight:bold;
	width:110px;
	height:14px;
	padding:6px 8px 8px 6px;
	margin:0px 0px 0px 0px;
	border: 1px solid #9C9C9C;
	}

.section-overview-body-fade {
  width: 684px;
	background:url(../images/overview-body-fade.jpg) bottom no-repeat;
  padding: 12px 12px 14px 12px;
  color:#333333;
}

.section-thumb {
	float:left;
	text-align:center;
	width:90px;
	height:90px;
	border:1px solid #CBCBCB;
	}
	
.section-text {
	float:left;
	width:240px;
	height:90px;
	margin:0px 0px 0px 10px;
	}
	
.section-text ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.section-view-product {
	background:url(../images/green-background-fade.jpg) repeat-x;
	float:right;
	font-size:12px;
	font-weight:bold;
	width:110px;
	height:14px;
	padding:6px 8px 8px 6px;
	margin:0px 0px 0px 0px;
	border: 1px solid #9C9C9C;
	}
	
.section-view-product a:link, .section-view-product a:visited, .sub-section-view-product a:link, .sub-section-view-product a:visited   {
	padding:0px 22px 0px 0px;
	text-decoration:none;
	display:block;
	color:#333333;
	text-align:right;
	background:url(../images/checkout-background.gif) right no-repeat;
}

.section-view-product a:hover, .section-view-product a:active, .sub-section-view-product a:hover, .sub-section-view-product a:active {
	padding:0px 22px 0px 0px;
	text-decoration:underline;
	background:url(../images/checkout-background.gif) right no-repeat;
}
	
.section-buy-now {
	background:url(../images/green-background-fade.jpg) repeat-x;
	float:right;
	font-size:12px;
	font-weight:bold;
	width:88px;
	height:20px;
	padding:0px 8px 8px 6px;
	margin:0px 0px 0px 0px;
	border: 1px solid #9C9C9C;
	}
		
.section-price {
	float:right;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	padding:6px 8px 8px 0px;
	margin:16px 0px 0px 0px;
	height:14px;
	}
	
/*////////////////////////////////////////
  PRODUCT STYLES
////////////////////////////////////////*/

.product-body {
  width: 738px;
	background:url(../images/content-body-background.jpg);
  color:#333333;
  float: right;
}

.product-body-fade {
  width: 714px;
	background:url(../images/content-body-fade.jpg) bottom no-repeat;
  padding: 20px 12px 0px 12px;
  color:#333333;
}

.product-image {
	float:left;
	width:220px;
/*	height:220px; */
	text-align:center;
	margin:0px 0px 0px 6px;
	padding:10px;
	border:1px dashed #CBCBCB;
	}
  
.product-extras {
	float:left;
  width: 702px;
  padding:0px 0px 10px 0px;
	margin:15px 0px -10px 6px;
	}
	
.product-description {
	float:left;
	width:438px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 20px;
	}
	
.product-description ul {
	padding:0px;
	}
	
.product-description ul li {
	margin:0px 0px 0px 20px;
	}
	
.product-description ul ul{
	padding:0px;
	margin:0px 0px 0px 0px;
  list-style:none;
	}
	
.product-description ul ul li{
	margin:0px 0px 0px 20px; 
	padding:0px 0px 0px 10px; 
	background:url(../images/disc_black.gif) no-repeat 0px 6px; 
	font-weight:normal;
	}
	
.related-header {
	border:1px dashed #cbcbcb;
	border-bottom: none;
	margin:20px 1px 0px 6px;
	background:#ebebeb;
  width: 606px;
	text-align:left;
  padding: 6px 12px 6px 12px;
  color:#333333;
  float: left;
}

.related-overview-body {
  width: 606px;
	margin:0px 4px 0px 6px;
  border: 1px dashed #cbcbcb;
  padding: 10px 12px 8px 12px;
  color:#333333;
	float: left;
}
		
/*////////////////////////////////////////
  BASKET ONE OPTION
////////////////////////////////////////*/
	
.product-price {
	float:left;
	text-align:left;
	font-size:17px;
	width:222px;
	font-weight:bold;
	background:#ebebeb;
	border-top:1px dashed #CBCBCB;
	padding:10px 8px 10px 10px;
	margin:10px -10px 0px -10px;
	}
	
.ex-vat {
	font-size:14px;
	}
	
.product-title {
	float:left;
	width:220px;
	text-align:left;
	border-top:1px dashed #CBCBCB;
	font-size:16px;
	padding:10px 8px 10px 10px;
	margin:0px -10px 4px -10px;
	font-weight: bold;
	}
	
.product-option {
	float:left;
	width:220px;
	text-align:left;
	padding:0px 8px 10px 10px;
	margin:0px -10px 4px -10px;
	font-weight: bold;
	}
	
.basket-field {
	float:left; 
	margin: 0px 0px 0px 0px; 
	font-size:16px;
	}
	
.add-to-basket{
	float:left;
	text-align:right;
	font-size:13px;
	width:220px;
	font-weight:bold;
	padding:0px 4px 0px 0px;
	margin:0px 0px 0px 0px;
	}
		
.medium {
	height:16px;
	width:22px;
	padding:4px;
	margin:0px 0px 0px 0px;
	}
		
/*////////////////////////////////////////
 SHOPPING BASKET 
////////////////////////////////////////*/

.tableForm {
	margin: 8px 2px;
	padding: 3px;
	}

.basketTable {
	width: 100%;
	}
	
.basketTable tr.productRow td {
	border-bottom: 1px solid #cccccc;
	padding:6px;
	}
	
.basketTable tr.productRow td a {
	color: #333333;
	}
	
.basketTable th, .basketTable td {
	padding: 4px 3px;
	}
	
.basketTable td.price {
	font: normal 105%/140% Verdana, Arial, Helvetica, sans-serif;
	}
	
.basketTable td.total {
	font: normal 105%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
.basketTable td.total, 
.basketTable td.last{
	border-bottom: 1px solid #cccccc;
	}
	
table input.button {
	background: #ededed;
	border: 1px solid #e1e1e1;
	color: #336699;
	padding: 2px 4px;
	}
	
.checkout input.button {
	background: #8ac775;
	border: 1px solid #73a761;
	color: #fff;
	padding: 2px 4px;
	}
	
.basketTable th {
	color: #333333;
	padding: 4px 8px 4px 8px;
	background: #ededed;
	border: 1px solid #cccccc;
	border-right: none;
	}
	
.basketTable th.right {
	border-right: 1px solid #cccccc;
	}
	
.basketTable td.left{
	color: #868686;
	border-left: 1px solid #cccccc;
	}
	
.basketTable td.left_padd{
	color: #3333336;
	border-left: 1px solid #cccccc;
	padding:0px 0px 0px 10px;
	}
	
.basketTable td.quantities{
	color: #333333;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding:10px;
	}
	
.basketTable td.right {
	border-right: 1px solid #cccccc;
	}
	
.highlight {
	padding: 5px 5px;
	background: #D2F193;
	border: 1px solid #cccccc;
	}

/*////////////////////////////////////////
  RELATED PRODUCTS
////////////////////////////////////////*/
	
.related-products {
	margin:0px 0px 0px 0px;
	padding:4px 10px 0px 10px;
	background:#E9E9E9; 
	border:1px solid #CBCBCB;
	border-top:none;
}

.related-thumb {
	float:left;
	width:60px;
	height:60px;
	border:1px solid #CBCBCB;
	}
	
.related-description {
	float:left;
	width:206px;
	height:60px;
	line-height:1.6em;
	margin:0px 10px 10px 20px;
	}
	
.related-header-background{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px 6px 0px 6px;
	background:#ffffff;
}

.matrix_table {margin: 0px 0px 0px 0px; background:#ffffff; font-size:12px;}
.matrix_table th {text-align:center;padding:8px;background:#ECECEC;border-bottom:1px solid #9D9D9D;border-top:2px solid #9D9D9D;border-right:2px solid #9D9D9D;border-left:2px solid #9D9D9D;font-size:13px;}
.matrix_table th.lefth {text-align:center;padding:8px;background:#ECECEC;border-bottom:1px solid #9D9D9D;border-top:2px solid #9D9D9D;border-right:none;border-left:2px solid #9D9D9D;font-size:13px;}
matrix_table th.righth{text-align:center;padding:8px;background:#ECECEC;border-bottom:1px solid #9D9D9D;border-top:2px solid #9D9D9D;border-right:2px solid #9D9D9D;border-left:none;font-size:13px;}
.matrix_table th.nb_left {border-left:none;}
.matrix_table th.nb_left_one_b_right {border-left:none; border-right:1px solid #9D9D9D;}
.matrix_table th.oneb_right {border-right:1px solid #9D9D9D;}
.matrix_table td.leftb {border-left:2px solid #9D9D9D;}
.matrix_table td.left_bottomb {border-left:2px solid #9D9D9D; border-bottom:2px solid #9D9D9D;}
.matrix_table td.rightb {border-right:2px solid #9D9D9D;}
.matrix_table td.right_bottomb {border-right:2px solid #9D9D9D; border-bottom:2px solid #9D9D9D;}
.matrix_table td.bottomb {border-bottom:2px solid #9D9D9D;}
.matrix_table td.full_header {text-align:center;padding:8px;background:#ECECEC;border-bottom:1px solid #9D9D9D;border-top:1px solid #9D9D9D;border-right:2px solid #9D9D9D;border-left:2px solid #9D9D9D;font-size:13px;}
.matrix_table td.bottomlr {border-bottom:2px solid #9D9D9D; border-left:2px solid #9D9D9D; border-right:2px solid #9D9D9D;}
.matrix_table td {text-align:center;padding:8px;border-right:1px solid #9D9D9D;border-bottom:1px solid #9D9D9D;font-size:12px;}
.matrix_price_inc {font-size:12px; font-weight:bold;}
.matrix_price_ex {font-size:11px; font-weight:bold;}
.red {color:#990000;}
	
/*////////////////////////////////////////
  FOOTER STYLES
////////////////////////////////////////*/
	
#footer {
  height: 164px;
	background:url(../images/footer-background.jpg);
}

.footer-wrapper {
  width: 990px;
  margin: 0px auto 0px auto;
  padding: 0px;
  text-align: left;
}

#footer-copyright {
	float:left;
	font-weight:bold;
	margin:14px 0px 0px 0px;
	}
	
#footer-menu {
	float:right;
	margin:14px 0px 0px 0px;
	}
	
#footer-menu ul {
  margin:0px 0px 0px 0px;
  float:right;
}

#footer-menu ul li {
  display:inline;
	border-left:1px solid #333333;
  list-style:none;
  padding:0px 13px 0px 13px;
}

#footer-menu ul li.first {
  display:inline;
	border-left:none;
  list-style:none;
  background:none;
  padding-right:15px;
}

#footer-menu ul li.last {
  display:inline;
  list-style:none;
  background:none;
  padding-right:2px;
}

#footer-menu ul li a:link, #footer-menu ul li a:visited  {color: #333333; text-decoration: none; font-weight:bold;}
#footer-menu ul li a:hover, #footer-menu ul li a:active {color: #333333; text-decoration: underline; font-weight:bold;}
#footer-menu ul li.first a:link, #footer-menu ul li.first a:visited {color:#333333; text-decoration: none; font-weight:bold;}
#footer-menu ul li.first a:hover, #footer-menu ul li.first a:active {color: #333333; text-decoration: underline; font-weight:bold;}  

#footer-column{
	float:left;
	line-height:1.1em;
	float: left;
	width: 200px;
	margin: 20px 5px 0px 0px;
	color:#FFFFFF;
	border-right: 1px dashed #666666;
	}
	
#footer-column p {
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
	
#footer-column ul {
  margin:0px;
	padding:0px;
  float:left;
}

#footer-column ul li {
  list-style:none;
	margin: 0px 0px 4px 0px;
}


#footer-column ul li a:link, #footer-column ul li a:visited  {color: #ffffff; text-decoration: none;}
#footer-column ul li a:hover, #footer-column ul li a:active {color: #ffffff; text-decoration: underline;}

p.freeShipping {
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #333333;
  line-height: 1.3em;
  font-weight: bold;
}

p {
  margin: 5px 0;
  padding: 3px;
}

ul {
  margin-left: 20px;
}
