@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}

body {
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
	background-image:url(../webimages/BSH_Background2.png);
	background-repeat:repeat-x;
}
p {
	font-size:12px;
	padding:0px;
	margin:0px;
	line-height:17px;
	color:#636467;
	padding-top:3px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}
p a:link, p a:visited, h1 a:link, h1 a:visited {
	color:#5c4f94;
	text-decoration:underline;
}
p a:hover, h1 a:hover {
	color:#5c4f94;
	text-decoration:none;
}
hr {
	padding:0px;
	margin:0px;
	border:none;
	width:100%;
	height:9px;
	background-image:url(../webimages/HR_repeat.gif);
	background-repeat:repeat-x;
	float:left;
}
#container{
	width:999px;
	margin:auto;
	background-image:url(../webimages/shadow-fill.png);
	background-repeat:repeat-y;
	position:relative;
	min-height:100%;
}

#containerSub {
	padding-left:32px;
	padding-right:32px;
	padding-bottom:100px;
	width:935px;
	float:left;	
}

#header {
	width:999px;
	float:left;
	background-image:url(../webimages/header-background.jpg);
	background-repeat:no-repeat;
}
#logo {
	width:310px;
	height:104px;
	float:left;
}
#loginBox {
	width:107px;
	height:28px;
	float:right;
	background-image:url(../webimages/login-panel-short.gif);
	background-repeat:no-repeat;
	padding-right:32px;
	padding-top:20px;
	padding-left:7px;
}
#loginBox p {
	color:#FFF;
}
#loginBox p a:link, #loginBox p a:visited {
	text-decoration:none;
	color:#e6e3f8;
}
#loginBox p a:hover {
	text-decoration:none;
	color:#c4bfdc;
}
#menu {
	padding-left:38px;
	padding-top:10px;
	width:900px;
	height:31px;
	float:left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	display:inline;
	list-style: none;
		/*font-size:12px;*/
	}

#menu ul li {
	position: relative;
	float:left;
	list-style: none;
	/*border-right:1px solid #818181;*/
/*	height:22px;*/
}
	
/* Styles for Menu Items */
#menu ul li a:link, #menu ul li a:visited {
color:#78797d;
padding-left:6px;
padding-right:6px;
/*height:19px;*/
padding-top:0px;
padding-bottom:5px;
text-decoration: none;
background-image:url(../webimages/menu-fill-out.jpg);
background-repeat:repeat-x;
/*border-right: 1px solid #a9aaad;
border-bottom:1px solid #b0b1b9;
border-left: 1px solid #868a9c;*/
float:left;
}
#menu ul li a:hover {
color:#FFF;
padding-left:6px;
padding-right:6px;
/*height:19px;*/
padding-top:0px;
padding-bottom:5px;
/*padding-bottom:10px;*/
text-decoration: none;
background-image:url(../webimages/menu-fill-over.png);
background-repeat:repeat-x;
/*border-right: 1px solid #a9aaad;
border-bottom: 1px solid #68686f;
border-left: 1px solid #524841;*/
}

#menu .inactive {
	color:#707278;
	padding-left:12px;
	padding-right:12px;
	float:left;
	padding-top:4px;
	padding-bottom:2px;
	text-decoration: none;
	background-image:url(../webimages/menu-fill-over.jpg);
	background-repeat:repeat-x;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { 
float: left; height: 1%; }
* html #menu ul li a { 
height: 1%; 
}

/* Sub Menu Styles */
#menu li ul {
	font-weight:normal;
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	padding-top:2px;
	top: 21px;
	left:3px;
	display: none;
	/*width:150px;*/
}


#menu li ul li {
	font-size:13px;
			-moz-opacity:.87;
filter:alpha(opacity=87);
opacity:.87; 
}

#menu li ul li a:link, #menu li ul li a:visited{ 
color:#484b56;
padding-left:16px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
background:none;
background-color:#FFF;
width:94px;
height:auto;
/*border-top: 1px solid #4a4b50;*/
border-bottom: 1px solid #8a8c96;
border-right: 1px solid #8a8c96;
border-left: 1px solid #8a8c96;
} 
#menu li ul li a:hover{ 
color:#FFF;
background:none;
background-color:#5c4f94;
/*border-top: 1px solid #262220;*/
border-bottom: 1px solid #930046;
border-right: 1px solid #a70853;
border-left: 1px solid #f957a4;
height:auto;
width:94px;
padding-left:16px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
}

#menu .subInactive{
color:#FFFFFF;
border-top: 1px solid #262220;
border-bottom: 1px solid #2a2523;
background: #5e5650;
width:90px;
padding-top:3px;
padding-bottom:3px;
padding-left:7px;
padding-right:3px;
}	
#menu li:hover ul, #menu li.over ul { 
display: block;
 } 

.leftCorner {
	background-image:url(../webimages/menu-but-left.png);
	background-repeat:no-repeat;
	width:6px;
	float:left;
	height:20px;
	margin-left:20px;
}
.leftCornerO {
	background-image:url(../webimages/menu-but-left-over.png);
	background-repeat:no-repeat;
	width:6px;
	float:left;
	height:20px;
	margin-left:20px;
}
.rightCorner {
	background-image:url(../webimages/menu-but-right.png);
	background-repeat:no-repeat;
	width:6px;
	float:left;
	height:20px;
}
.rightCornerO {
	background-image:url(../webimages/menu-but-right-over.png);
	background-repeat:no-repeat;
	width:6px;
	float:left;
	height:20px;
}
#searchBox {
	width:178px;
	height:20px;
	float:right;
	padding-right:56px;
	margin-top:10px;
}
#searchLeft {
	background-image:url(../webimages/menu-but-left.png);
	background-repeat:no-repeat;
	width:6px;
	float:left;
	height:20px
}
#searchRight {
	background-image:url(../webimages/menu-but-right.png);
	background-repeat:no-repeat;
	width:6px;
	float:left;
	height:20px
}
#searchMain {
	width:153px;
	float:left;
	height:20px;
	padding-top:1px;
	background-image:url(../webimages/menu-fill-out.jpg);
	background-repeat:repeat-x;
}
#searchButton {
	width:13px;
	height:20px;
	padding-top:3px;
	float:left;
	background-image:url(../webimages/menu-fill-out.jpg);
	background-repeat:repeat-x;
}
.noPadding {
	padding:0px;
	margin:0px;
}
.textBox {
	height:16px;
	width:150px;
	border:none;
	border:0px;
	padding:0px;
	margin:0px;
	padding-top:1px;
	padding-left:3px;
	font-size:11px;
	color:#636467;
	outline:none;
}
#imageArea {
	width:935px;
	height:254px;
	float:left;
}
#imageAreaProducts {
	width:747px;
	height:49px;
	float:left;
	background-image:url(../webimages/grass-close-up.jpg);
	background-repeat:no-repeat;
	padding-left:224px;
	padding-top:18px;
}
#imageAreaProducts h1 {
	font-size:24px;
	font-weight:lighter;
}

#content{ 
	padding:30px 24px 0px 29px;
	float:left;
	width:882px;
	background-color:#FFF;
	background-image:url(../webimages/content-background.png);
	background-repeat:repeat-x;
}

#contactLeft {
	width:428px;
	float:left;
}


#contactRight {
	width:400px;
	padding-left:30px;
	float:left;
}

#basketHolder {
	width:190px;
	float:left;
}

#productBox {
	width:167px;
	float:left;
	padding-right:29px;
}
#basketBox {
	width:167px;
	float:left;
	padding-right:29px;
	padding-top:15px;
}
.productPanel {
	width:147px;
	background-color:#5c4f94;
	padding-left:11px;
	padding-top:5px;
	padding-right:9px;	
	float:left;
}
.productPanelBottom {
	background-image:url(../webimages/product-panel-bottom.gif);
	height:6px;
	float:left;
	width:167px;
}
.productPanel h1, .archBox h1, .archBox p { 
	color:#FFF;
}
.productPanel h2 {
	padding:0px;
	margin:0px;
	color:#FFF;
	font-size:13px;
}
.archBox h1 {
	padding:0px;
	padding-top:3px;
	line-height:18px;
}
#archBoxApp {
	display:none;
}
.productPanel p {
	color:#FFF;
	padding-top:1px;
	padding-bottom:1px;
	margin:0px;
	line-height:16px;
	font-size:11px;
}
.productPanel p a:link, .productPanel p a:visited, .productPanel h2 a:link, .productPanel h2 a:visited, .archBox h1 a:link, .archBox h1 a:visited, .archBox p a:link, .archBox p a:visited {
	color:#FFF;
	text-decoration:none;
}
.productPanel p a:hover, .productPanel h2 a:hover, .archBox h1 a:hover, .archBox p a:hover, .prodInactive {
	text-decoration:none;
	color:#e6e3f8;
}
.productPanel hr {
	padding:0px;
	margin:0px;
	border:none;
	width:100%;
	height:5px;
	background-image:url(../webimages/HR_purple_repeat.gif);
	background-repeat:repeat-x;
	float:left;
}
.product{
	width:133px;
	padding-left:1px;
	float:left;
}
.productButton {
	float:right;
	width:13px;
	padding-top:3px;
}
.product-list-holder{
	width:260px;
	float:left;
}

.product-list{
	width:260px;
	padding-left:1px;
	border-bottom:1px dashed #999;
	float:left;
}

.product-list h2 a {
	/*width:9px;
	height:14px;*/
	color:#5c4f94;
	width:260px;
	height:14px;
	padding-bottom:12px;
	background-image:url(../webimages/purple-arrow-large.jpg);
	background-position:0px 0px;
	text-decoration:none;
	/*background-repeat:no-repeat;*/
	float:left;
}
.product-list h2 a:hover{
	background-position:0px -25px;
	color:#7f6aca;
}
#col1 {
	width:360px;
	float:left;
}
#col2 {
	width:274px;
	float:left;
	padding-left:26px;
	padding-right:26px;
}
.archBox {
	margin-left:26px;
	margin-top:8px;
	width:274px;
	float:left;
}
.archBoxMain {
	
	padding-left:9px;
	padding-right:6px;
	width:259px;
	background-color:#5c4f94;
	float:left;
}
.archBoxTop {
	width:274px;
	height:5px;
	float:left;
	background-image:url(../webimages/architec-panel-top.gif);
	background-repeat:no-repeat;
}
.archBoxBottom {
	width:274px;
	height:5px;
	float:left;
	background-image:url(../webimages/architec-panel-bottom.gif);
	background-repeat:no-repeat;
}
#amenityBox{
	width:148px;
	height:220px;
	float:left;
	background-image:url(../webimages/amenity_box_back.jpg);
	background-repeat:no-repeat;
}
#amenityContent {
	padding-left:11px;
	padding-top:85px;
	width:125px;
}
#amenityContent p {
	line-height:16px;
}
.article {
	width:274px;
	float:left;
	padding-bottom:10px;
	padding-top:5px;
}
.article p {
	padding:0px;
	margin:0px;
	font-size:11px;
	line-height:16px;
	padding-top:1px;
	padding-bottom:2px;
}

.articleImage {
	width:86px;
	height:52px;
	float:left;
	padding-right:14px;
}
.articleContent {
	width:174px;
	float:left;
}
.articleLeft {
	width:588px;
	float:left;
	padding-bottom:8px;
}

.articleRight {
	width:200px;
	padding-left:60px;
	padding-top:4px;
	float:left;
	padding-bottom:8px;
}

.articleMain {
	width:848px;
	padding-bottom:3px;
	margin-bottom:8px;
	border-bottom:1px solid #b8bac2;
	float:left;
}
#productColumn {
	width:686px;
	float:left;
}
#productDetailLeft{
	width:156px;
	float:left;
}
#productDetailRight{
	width:515px;
	float:left;
	padding-right:1px;
}
#productDetailRight ul{
	padding:0px;
	margin:0px;
	padding-left:18px;
	padding-bottom:5px;
}

#productDetailRight ul li {
	font-size:12px;
	padding:0px;
	margin:0px;
	line-height:17px;
	color:#636467;
	padding-top:0px;
	padding-bottom:1px;	
}
.productContainer {
	width:333px;
	float:left;
	padding:12px 0px 8px 0px;
	border-bottom:1px dotted #949597;
}
.productImage {
	width:91px;
	float:left;
}
.productContent {
	padding-left:10px;
	width:220px;
	float:left;
}
#footer {
   position:absolute;
   bottom:0;
   width:874px;
 /*  height:69px;*/
   margin-left:32px;
 
   float:left;
   padding:8px 30px 28px 30px;
   background-image:url(../webimages/footer-background.jpg);
   background-repeat:no-repeat;
   color:#9d9fa3;
}
#footer p {
	line-height:14px;
	  font-size:10px;
}
#footer a:link, #footer a:visited, .accredText a:link, .accredText a:visited {
	text-decoration:none;
	color:#c4c4c6;	
}
#footer a:hover, .accredText a:hover {
	color:#858688;
}
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}
.accredText {
	float:right;
	color:#c4c4c6;
}
.clearIt{
	clear:both;
}
.applyWhite {	
	color:#FFF;
}
.applyPurple {
	color:#5c4f94;
}
.tableStyle {
	background-color:#FBFBFB;
	border:1px solid #93959F;
}
.formButton {
	color:#FFF;
	background-color:#0c6a7d;
	border:1px solid #014b56;
	padding-top:2px;
	line-height:17px;
	padding-bottom:3px;
}
.imgBorder {
	/*border:1px solid #93959F;*/
}

.moreHolder {
	float:left;
	width:58px;
	padding-left:30px;
	padding-top:8px;
}
.moreText {
	width:35px;
	float:left;
	color:#999;
	font-size:14px;
}
.moreArrow{
	width:15px;
	height:13px;
	float:left;
	margin-top:5px;
	margin-left:4px;
	background-image:url(/webimages/arrow-blue.jpg);
	background-repeat:no-repeat;
}


.basketButton {
	float:left;
	width:143px;
	height:21px;
	padding-right:12px;
	padding-top:9px;
}

.basketButton a {
	padding-left:8px;
	padding-top:3px;
	color:#FFF;
	text-decoration:none;
	width:134px;
	height:20px;
	float:left;
	background-repeat:no-repeat;
	font-size:11px;
	text-align:left;
}
.basketButton a:link , .basketButton a:visited {
	background-image:url(../webimages/basket-button-out.jpg);
}
.basketButton a:hover {
	background-image:url(../webimages/basket-button-over.jpg);
}

.purpleButton {
	float:left;
	width:102px;
	height:21px;
	padding-right:12px;
}

.purpleButton a {
	padding-left:8px;
	padding-top:3px;
	color:#FFF;
	text-decoration:none;
	width:94px;
	height:20px;
	float:left;
	background-repeat:no-repeat;
	font-size:11px;
	text-align:left;
}
.purpleButton a:link , .purpleButton a:visited {
	background-image:url(../webimages/but-purple-out.jpg);	
}
.purpleButton a:hover {
	background-image:url(../webimages/but-purple-over.jpg);
}

.purpleButtonS {
	float:right;
	width:65px;
	height:21px;
}

.purpleButtonS a {
	padding-left:8px;
	padding-top:3px;
	color:#FFF;
	text-decoration:none;
	width:57px;
	height:20px;
	float:left;
	background-repeat:no-repeat;
	font-size:11px;
	text-align:left;
}
.purpleButtonS a:link , .purpleButtonS a:visited {
	background-image:url(../webimages/but-purple-small-out.jpg);	
}
.purpleButtonS a:hover {
	background-image:url(../webimages/but-purple-small-over.jpg);
}
.hrBorderGrey {
	border-bottom:1px solid #CCCDD0;
}
.hrBorderGreyDashed {
	border-bottom:1px dashed #666;
}
.qtyBox {
	width:26px;
	padding-top:2px;
	padding-left:3px;
	height:16px;
	border:1px solid #999;
	text-align:right;
}
.basketPadding {
	padding-top:5px;
}

.mixtures, .pRate{
	width:514px;
	float:left;
	padding-bottom:10px;
}
.mixtureLeft, .pRateLeft {
	width:250px;
	float:left;
}
.mixtureRight, .pRateRight {
	width:50px;
	float:left;
}
.imgright {
	float:right;
	padding-left:30px;
}
.clearContent {
	clear:both;
}
.moreArrowP{
	width:12px;
	height:10px;
	float:left;
	margin-top:6px;
	margin-left:4px;
	background-image:url(../webimages/arrow-product-purple.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.pHeading {
	float:left;
	width:130px;
}