@charset "utf-8";
/* CSS Document */

/* color scheme: 

Unwin green: #AAD373
Navy: #05457E
*/

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	padding: 0px;
}

a 		{ color: #0659A4; text-decoration: none; }
a:hover { text-decoration: underline; }
#global { width: 980px; margin: 0px auto; }

p { margin: 15px 0 15px 0; padding: 0px; }
/* layouts */
#sidebar{ float: left; width: 200px; margin-right: 20px; -margin-right: 10px; } /* for product pages */
#sharedContentArea{ float: right; width: 760px; line-height: 140%; } /* for use with a left sidebar */
#fullContentArea{ width: 980px; line-height: 140%; } /* for use with a left sidebar */

/* bits n bobs */
.greyDivider{
	background: #B2B2B2;
	height: 2px;
	clear: both;
	margin-bottom: 20px;
	font-size: 2px;
}
.divide{
clear: both; margin-bottom: 20px; border-bottom: 1px dotted #333;	
}
.mainNewsImg{
	float: right; border: 1px solid #999; padding: 1px; margin: 10px 0px 0px 20px;
}
.subNewsLeft{
	float: left; width: 360px; border-right: 1px dotted #333; padding-right: 20px;
}
.subNewsRight{
	float: right; width: 355px;
}
.wizardThumb{
	float: left; 
	margin-right: 20px;
	border: 1px solid #000;
	width: 100px;
}
/* OLD FAVOURITES */
.clearBoth { clear: both; }
.floatLeft {float: left; }
.floatRight { float: right; }
form	{ margin: 0px; padding: 0px;}
input	{ vertical-align: middle; }
.black { color: #333; }
.red { color: #C00; }
.spacer20{ clear: both; margin-bottom: 20px; }

#breadcrumb{
	float: left; 
	margin-bottom: 20px; 
	background: #E2e2e2; 
	width: 755px; 
	border-bottom: 1px solid #ccc; 
	font-size: 12px; 
	padding: 5px 0 5px 5px;
}
#breadcrumbFull{
	float: left; 
	margin-bottom: 20px; 
	background: #E2e2e2; 
	width: 975px; 
	border-bottom: 1px solid #ccc; 
	font-size: 12px; 
	padding: 5px 0 5px 5px;
}
.searchResult{
	clear: both; border-bottom: 1px dotted #999; padding: 0px 0 10px 0;
	margin-bottom: 15px;
}
.summaryTable{
width: 300px;
}
.summaryTable th{
	text-align: left;
	border-bottom: 1px solid #999;
}
.summaryTable td{
	border-bottom: 1px dotted #999;
	padding: 5px 0 5px 0
}
/* headers */ 
h1{ color: #05457E; font-size: 42px; float:left; line-height: 100%; margin: 0px 0 20px 0px; padding: 0px;}
h2{ color: #05457E; font-size: 22px; margin: 0px; padding: 0px;}
h2.black{color: #333; font-size: 24px; margin: 0px 0 10px 0; padding: 0px; line-height: 110%}
h2.homeblack{color: #333; font-size: 18px; margin: 0px 0 10px 0; padding: 0px;}
h3{ color: #05457E; font-size: 19px; margin: 0px; padding: 0px;}
h3.phone { font-size: 16px; color: #333333; margin: 10px 5px 0 0}
h3.info { font-size: 16px; color: #333333; border-bottom: 1px dotted #999; margin-bottom: 10px;}
h3.price { color: #CC0000; float: left; margin-right: 15px; }
h3.productList{ background:url(../bgs/product-listHeads.gif) no-repeat; width: 345px; min-height: 42px; margin: 0px; padding: 10px 0 10px 5px; font-size: 16px; }
h3.productListExtra{ background:url(../bgs/product-listHeadsExtra.gif) no-repeat; width: 450px; margin: 0px; padding: 10px 0 10px 5px; font-size: 16px;}
h4{ color: #333333; font-size: 19px; border-bottom: 1px solid #333; padding-bottom: 5px; margin: 0 0 10px 0; }

h5{ 
background:url(../img/h5-bg.gif) no-repeat;
width: 175px;
color: #FFF;
height: 51px;
padding: 6px 0 4px 10px;
margin: 0px;
}
h3.productHeads{ 
	background:url(../bgs/home-selection_boxes_head.gif) no-repeat; 
	color: #FFFFFF; 
	font-size: 14px; 
	margin: 0px; 
	line-height: 100%; 
	height: 25px; 
	padding: 7px 0 0 4px; 
	width: 230px;
}

h3.productHeads a {
	color: #FFFFFF;
	text-decoration: none; 
}

h3.sectionHeads{
	background: url(../bgs/sidebar_boxes_head.gif) no-repeat;
	color: #FFFFFF; 
	font-size: 14px; 
	margin: 0px 0 0px 0; 
	line-height: 100%; 
	padding: 8px 0 8px 4px; 
	width: 200px;
}

/* sidebar navigation */
ul#sideNav{	
	list-style: none;
	margin: 0px 0px 0px 0;
	width: 200px;	
	padding: 0px;
	clear: both;
	float: left;
}
#sideNav li{
	display: block;
}
#sideNav li a{
	clear: both;
	width: 187px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	padding: 8px 0 8px 13px;
	display: block;
	background: url(../bgs/home-box-bg-link.gif) no-repeat 5px 13px #E2E2E2;
}
#sideNav li a:hover{
	clear: both;	
	border-top: 1px solid #999;	
	padding: 8px 0 8px 13px;
	display: block;
	background: url(../bgs/home-box-bg-link.gif) no-repeat 5px 13px #ccc;
}
#sideNav li a.current{
	border-top: 1px solid #999;
	background: url(../bgs/home-box-bg-link-on.png) no-repeat 5px 13px #F0F0F0;
	border-bottom: none;
	color: #000;
	font-weight: bold;
}

/* sidebar subnav links styling */
#sideNav li ul{
	margin: 0;
	padding: 0 10px 10px 0;
	width: 190px;
	float: left;
	background: #f0f0f0;
}

#sideNav li.maxweight {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 0px;
	border-bottom: 1px dotted #999;
	margin-left: 10px;

}

#sideNav li.product {
	font-size: 0.8em;
}
#sideNav li.product a{
		background: url(../bgs/home-box-bg-link.gif) no-repeat 14px 13px #F0F0F0;
		border-bottom: none;
		border-top: none;
		width: 178px;		
		padding-left: 22px;
		padding-bottom: 5px;
}
#sideNav li.product a:hover{
		background: url(../bgs/home-box-bg-link.gif) no-repeat 14px 13px #F0F0F0;
		border-bottom: none;
		border-top: none;
		width: 178px;
		padding-left: 22px;
		padding-bottom: 5px;
		text-decoration:underline;
}

/* input fields */ 
input.mainsearch{
	background: url(../img/search_bg.gif) no-repeat; 
	width: 242px; 
	float: left; 
	height: 42px; 
	border: none; 
	padding: 12px 10px 0 5px; 
	font-size: 16px;
	margin: 0 0px 0 0px;
}
input.quantity{
	width: 80px;
	height: 25px;
	padding: 4px 0 0 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;	
	border-top: 1px solid #333;	
	border-left: 1px solid #333;	
}
.storeStart {
	float: left;
	margin: 50px 0 0 20px;
	text-align: center;
	width: 230px;
	font-size: 11px;
	color: #555;
}
.storeStart img{
	margin-bottom: 13px;
	clear: both;
	display: block
}

/* the epic top nav */
ul#globalNav
{
margin: 0px 0px 0px -2px;
_margin: 0 0 0 -1px;
padding: 0px;
width: 990px;
list-style: none;
float: left;
clear: both;
}
#globalNav li
{
float: left;
}
#globalNav li a
{
float: left;
text-decoration:  none;
outline: none;
cursor: pointer;
}
#globalNav li a:hover
{
float: left;
text-decoration:  none
}
LI#home A {
	list-style: none;
	text-align: center;
	background: url(../img/nav/b_home.png) no-repeat top left;
	width: 73px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 48px;
	float: left;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-indent: -10000px;
}
LI#home A:hover {
	background: url(../img/nav/b_home.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#home A.active {
	background: url(../img/nav/b_home.png) no-repeat bottom left;
	color: #FFFFFF;
}

LI#range A {
	list-style: none;
	text-align: center;
	background: url(../img/nav/b_range.png) no-repeat top left;
	width: 118px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 48px;
	float: left;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-indent: -10000px;
}
LI#range A:hover {
	background: url(../img/nav/b_range.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#range A.active{
	background: url(../img/nav/b_range.png) no-repeat bottom left;
	color: #FFFFFF;
}



LI#store A {
	list-style: none;
	text-align: center;
	background: url(../img/nav/b_storeRegular.png) no-repeat top left;
	width: 106px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 48px;
	float: left;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-indent: -10000px;
}
LI#store A:hover {
	background: url(../img/nav/b_storeRegular.png) no-repeat bottom left;
	color: #FFFFFF;
}

LI#store A.active {
	background: url(../img/nav/b_storeRegular.png) no-repeat bottom left;
	color: #FFFFFF;
}

LI#storeHome A {
	list-style: none;
	text-align: center;
	background: url(../img/nav/b_store.png) no-repeat top left;
	width: 106px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 48px;
	float: left;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-indent: -10000px;
}
LI#storeHome A:hover {
	background: url(../img/nav/b_store.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#storeHome A.active {
	background: url(../img/nav/b_store.png) no-repeat bottom left;
	color: #FFFFFF;
}

LI#company A {
	list-style: none;
	text-align: center;
	background: url(../img/nav/b_company.png) no-repeat top left;
	width: 130px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 48px;
	float: left;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-indent: -10000px;
}
LI#company A:hover {
	background: url(../img/nav/b_company.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#company A.active{
	background: url(../img/nav/b_company.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#safety A {
	list-style: none;
	text-align: center;
	background: url(../img/nav/b_safetyguides.png) no-repeat top left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 48px;
	float: left;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-indent: -10000px;
}
LI#safety A:hover {
	background: url(../img/nav/b_safetyguides.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#safety A.active{
	background: url(../img/nav/b_safetyguides.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#news A {
	list-style: none;
	text-align: center;
	background: url(../img/nav/b_news.png) no-repeat top left;
	width: 70px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 48px;
	float: left;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-indent: -10000px;
}
LI#news A:hover {
	background: url(../img/nav/b_news.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#news A.active {
	background: url(../img/nav/b_news.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#events A {
	list-style: none;
	text-align: center;
	background: url(../img/nav/b_exhibitions.png) no-repeat top left;
	width: 98px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 48px;
	float: left;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-indent: -10000px;
}
LI#events A:hover {
	background: url(../img/nav/b_exhibitions.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#events A.active{
	background: url(../img/nav/b_exhibitions.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#links A {
	list-style: none;
	text-align: center;
	background: url(../img/nav/b_links.png) no-repeat top left;
	width: 70px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 48px;
	float: left;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-indent: -10000px;
}
LI#links A:hover {
	background: url(../img/nav/b_links.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#links A.active{
	background: url(../img/nav/b_links.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#contact A {
	list-style: none;
	text-align: center;
	background: url(../img/nav/b_contact.png) no-repeat top left;
	width: 83px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 48px;
	float: left;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-indent: -10000px;
}
LI#contact A:hover {
	background: url(../img/nav/b_contact.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#contact A.active{
	background: url(../img/nav/b_contact.png) no-repeat bottom left;
	color: #FFFFFF;
}
LI#end {
	list-style: none;
	text-align: center;
	background: url(../img/nav/b_end.png) no-repeat top right;
	width: 89px;
	_width: 84px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 48px;
	float: left;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-indent: -10000px;
}
LI#longend {
	list-style: none;
	text-align: center;
	background: url(../img/nav/b_end.png) no-repeat top right;
	width: 195px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	height: 48px;
	float: left;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-indent: -10000px;
}


/* Top nav sub menu */

ul#subRange {
	display: none;
	position: absolute;
	padding: 0;
	width: 210px;
	background: url(../bgs/submenubg.png) no-repeat;
	height: 176px;
	margin: 48px 0 0 -10px;
	list-style: none;
	z-index: 1;
}

#subRange li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;	
}

#subRange li a {
	color: white;
	text-indent: 0;
	padding: 7px 0 10px 10px;
	background: none;
	margin: 0 0 5px 4px;
	border-bottom: 1px solid #6885A0;
	display: block;
	height: auto;
	width: 190px;
	text-align: left;
}

#subRange li a:hover {
	background: none;
	display: block;
	color: #FFFA00;
	text-align: left;
	width: 190px;
}



/* end top nav */


.searchBar {
	background: url(../bgs/header_searchbar.gif) no-repeat bottom left;
	float: left;
	width: 980px;
	margin-right: 10px;
	height: 55px;
}
.searchHolder {
	width: 330px;
	float: left;
	padding-left: 320px;
}
.basket {
	background: url(../img/basket_bg.png) no-repeat;
	width: 133px;
	margin-right: 10px;
	height: 42px;
	float: left;
	margin-left: 80px;
	font-size: 12px;
	padding: 13px 0 0 40px;
}
.viewbasket {
	margin-left: 0px;
	float: left;
}
.navUnderflow {
	background: url(../bgs/nav_underflow.png) no-repeat;
	width: 980px;
	height:16px;
	clear: both;
	margin-bottom: 10px;
}
.homeNavUnderflow {
	background: url(../bgs/nav_underflow.png) no-repeat;
	width: 980px;
	height:16px;
	clear: both;
	margin-bottom: -10px;
}
#heroBox {
	background: url(../bgs/home-hero-bg.jpg) no-repeat;
	clear: both;
	width: 980px;
	height: 271px;
	margin-bottom: 20px;
}
.homeHero {
	background: url(../bgs/home-hero-bg.jpg) no-repeat;
	clear: both;
	width: 980px;
	height: 271px;
	margin-bottom: 20px;
}
.heroLeft {
	float: left;
	width: 470px;
	margin-left: 15px;
	padding-top: 30px;
	line-height: 140%;
	font-size: 16px
}
.homeNewsBox {
	background: #E2E2E2;
	float: left;
	width: 980px;
}
.homeBox {
	float: left;
	width: 230px;
	margin-right: 20px;
	_margin-right: 14px;
	margin-bottom: 20px;
}
.homeBoxEnd {
	float: right;
	width: 230px;
}
.homeBoxBody {
	background:url(../bgs/home-selection_boxes_body.gif) no-repeat bottom center;
	width: 230px;
	height: 140px;
}

.homeBoxBody1 {
	background: url(../bgs/home-selection-box-r-systems.gif) no-repeat;
	width: 230px;
	height: 170px;
	font-size: 12px;
}
.homeBoxBody2 {
	background: url(../bgs/home-selection_boxes_occ-restraints.gif) no-repeat;
	width: 230px;
	height: 170px;
	font-size: 12px;	
}
.homeBoxBody3 {
	background: url(../bgs/home-selection_boxes_flooring.gif) no-repeat;
	width: 230px;
	height: 170px;
	font-size: 12px;	
}
.homeBoxBody4 {
	background: url(../bgs/home-selection-box-access.gif) no-repeat;
	width: 230px;
	height: 170px;
	font-size: 12px;
}
.homeBoxBody ul{
	padding: 6px 0 0 6px;
	margin: 0px;
	font-size: 12px;
	list-style: none;
}
.homeBoxBody li{
	padding: 0;
	margin: 0px 0 4px 0;
	list-style: none;
}
.homeBoxBody a{
	background: url(../bgs/home-box-bg-link.gif) no-repeat 0 5px;
	color: #333333;
	padding: 0 0 0 7px;
	display: block
}
.homeHeadlineHolderLeft {
	float: left;
	width: 470px;
	padding: 0 0 0 10px;
}
.homeHeadlineHolderRight {
	float: right;
	width: 470px;
	margin-right: 10px;
	padding: 0 0 0 10px;
}
.homeNewsThumb {
	float: left;
	margin-right: 10px;
}
.storyHolder {
	float: left;
	margin-bottom: 20px;
	width: 450px;
}
.storyText {
	float: left;
	width: 350px;
}
.storyText a{
	clear: both;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}
#footer{
	clear: both; 
	float: left;
	background: #EAEAEA; 
	padding: 10px; 
	font-size: 12px; 
	color: #777; 
	border-top: 1px solid #ccc; 
	width: 960px;
}
#pagBox{
	background: url(../bgs/pagination_hoop.gif) no-repeat; 
	height: 26px; 
	float: left; 
	padding: 7px 0 0 7px; 
	font-size: 12px;
}
/* product listing */
.productListLeft{
	float: left; width: 350px; margin-bottom: 20px;
}
.productListRight{
	float: right; width: 350px; margin-bottom: 20px;
}
.productListLeft-extra{
	float: left; width: 450px; margin-bottom: 40px; height: 280px;
}
.productListRight-extra{
	float: right; width: 450px; margin-bottom: 40px; height: 280px 
}
.product-listHolder{
	width: 336px; padding: 10px 6px 6px 6px; border-left: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2;
	float: left; height: 140px
}
.product-listHolder-extra{
	width: 436px; padding: 10px 6px 6px 6px; border-left: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2;
	float: left;
}
.product-listing-img{
	float: left; margin-right: 10px;
}

/* product detail */ 
.productImg_left{
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px;
	border: 0px;
}
.productImg_right{
	float: right; 
	border: 0px;
}
#productText{
	float: left; width: 380px; line-height: 140%;
}
#galleryHolder{
	float:right; width: 350px;
}
.summaryBox{
	clear: both;
	width: 300px;
	background:#F0F0F0; 
	padding: 10px;
	-moz-border-radius: 5px;
	float: left;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}
.infoBox{
	clear: both; 
	background:#F0F0F0; 
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.infoBox a{
	background: url(../bgs/home-box-bg-link.gif) no-repeat 0 5px;
	padding-left: 8px;
	margin-bottom: 10px;
	display: block;
}
.payBox{
	clear: both; 
	background:#F0F0F0; 
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	float: left;
	width: 360px;
	margin-bottom: 40px;
}
.variationHeader{
	background: #05457E; color: white; font-weight: bold; font-size: 1.1em; padding: 6px;
	text-align: center;
	min-height: 80px;
}
.variationColumn{
	width: 760px; float: left;
}
.variationColumn img{
	height: 110px;
	margin: 5px 0 5px 0
}
.variationColumn2{
	width: 370px; float: left; margin-right: 5px;
}
.variationColumn3{
	width: 248px; float: left; margin-right: 5px;
}
.variationColumn4{
	width: 185px; float: left; margin-right: 5px;
}
.obscured {
	opacity: 0.3;
	filter: alpha(opacity = 30)
}
	
.specBox{
		border-bottom: 1px solid #666; border-top: 2px solid #666; padding: 10px 0 10px 0; clear: both;
}
.specText{
	background: #D7D7D7; padding: 5px; font-size: 12px;
}
.priceBox{
	clear: both; background: #05457E; padding: 5px 0 10px 10px; color: #FFF; font-size: 16px;
}
.greenAddto{
	clear: both; background: #AAD373; padding: 5px 0 10px 0; margin-bottom: 1px; text-align: center;
}
.linkedItemsHead{
	clear: both; background: #D7D7D7; padding: 5px; text-align: center; font-size: 13px;
}
.linkedItems{
	background: #F0F0F0; 
	padding: 5px;
	font-size: 12px;
}
.linkedItems table{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.linkedItems td{
	font-size: 12px;
	padding-bottom: 10px;
}
input.linked{
	float: left;
	margin-right: 5px;
}
.iconGroup{
	font-size: 12px; 
	float: right;
	width: 400px;
	margin-bottom: 10px;
	text-align: right;
}
.iconGroup a{
	margin-right: 5px;
}
.icons{
	margin-right: 3px;
}
/***********
SHOPPING BASKET
***********/

.checkout-level1 {
	background-color: #ccc;
	padding: 10px;
	height: 22px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dotted #999;
}
.checkout-level1a {
	background-color: #990000;
	padding-left: 5px;
	height: 17px;
	color: #FFFFFF;
}
.checkout-level2 {
	padding-left: 5px;
	height: 17px;
	border-bottom: 1px dotted #999;	
}
.checkout-level3 {
	padding-left: 5px;
	height: 17px;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}
.checkout-level-price {
	padding-left: 5px;
	height: 37px;
	color: #5C110F;
	border-bottom: 1px dotted #999;	
}
.checkout-level-options{
	color: #5C110F;
	border-bottom: 1px dotted #999;
	padding: 10px 0 10px 5px;
}
.error{
	background: #FFFF99;
	border: 1px solid #FFCC00;
	padding: 10px;
	width: 330px;
	margin-bottom: 20px;
}
.errorUnl{
	background: #FFFF99;
	border: 1px solid #FFCC00;
	padding: 5px;
	margin: 10px 0 20px 0;
}
.error ul{
	margin: 0 0 0 20px;
	padding: 0px;
}
.error li{
	margin-bottom: 5px;
}
.page_image_left img{
	margin-right: 20px;
}
.page_image_right img{
	margin-left: 20px;
}
/** form elements **/
.contactStd
{
width: 350px;
clear: both;
display: block;
margin: 0px 0px 15px 0px;
height: 30px;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-left: 1px solid #999999;
border-top: 1px solid #999999;
padding: 5px 0 0 2px;
font-size: 14px;
}
.contactTxt
{
width: 350px;
clear: both;
display: block;
margin: 5px 0px 5px 0px;
height: 80px;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-left: 1px solid #999999;
border-top: 1px solid #999999;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px
}
.contactShrt
{
width: 100px;
clear: both;
display: block;
margin: 5px 0px 15px 0px;
height: 30px;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-left: 1px solid #999999;
border-top: 1px solid #999999;
}


#products_results{
	float:left;
	width:300px;
	margin: 0px 40px 0px 0px;
}

#news_events_results{
	float:left;
	width:300px;
}

#pages_results{
	float:left;
	width:300px;
	margin: 0px 40px 0px 0px;
}


#addedNotification {
	background: white;
	margin: 10px;
	padding: 5px;
}

.categoryListing {
	float: left;
	width: 760px;
	margin-bottom: 10px;
	border-top: 1px dotted black;
	margin-top: 10px;
	padding-top: 10px;
}

.categoryImage {
	float: left;
	width: 160px;	
}

.categoryListing h3 {
	
}