body {
	background-color: #fff;
	color: #2D4490; /* dk blue */
}
img {
	border: 0;
	margin: 0;
}
body, 
form { 
	margin: 0;
}
/* 
 * General text styles
 * ----------------------------------------------- 
*/
body, 
form,
a,
#strapline,
#searchForm input{
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
}
a {
	font-weight: bold;
	color: #2D4490; /* dk blue */
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* 
 * Headings and titles
 * ----------------------------------------------- 
*/
h1, h2, h3, h4, h5,
.blueTitle {
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
	margin: 10px 0;
}
h2,
h2 a,
.blueTitle {
	color: #0098C4;
	font-size: 16px;
}
h2 span,
h2 a span {
	color: #737373;
}
h3.underline {
	border-bottom: 5px solid #0098C4;
}
h3 {
	color: #737373;
	font-size: 14px;
}

h4 a,
h4 a:hover {font-weight: bold;}

/* 
 * Default link style exceptions
 * ----------------------------------------------- 
*/



/* 
 * SPECIFIC STYLES
 * ----------------------------------------------- 
*/
#container {
	width: 780px;
	margin: 0 auto;
	position: relative;
}
#main_content {
	background-color: #F3F6FB;
}
#strapline {
	margin-top:5px;
	height: 23px;
	line-height: 18px;
}
#strapline h1 {
	font-size: 11px;
	font-weight: normal;
	color: #909090;
	margin: 0 0 0 15px;
}
#header {
	height: 93px;
	background-image: url('../pics_home/bg_header.jpg');
	background-repeat: no-repeat;
	position: relative;
}
#header #top_nav {
	position: absolute;
	top: 9px;
	left: 402px;
	width: 375px;
	text-align: center;
}
#header #logo {
	position: absolute;
	top: 9px;
	left: 23px;
}
#header #c2a_telephone {
	position: absolute;
	top: 60px;
	left: 419px;
}
#header #c2a_email {
	position: absolute;
	top: 60px;
	left: 554px;
}
#pri_nav {
	height: 26px;
	background-image: url('../pics_home/bg_priNav.gif');
	background-repeat: repeat-x;
	position: relative;
	z-index:1;
}
#pri_nav #trade {
	float: right;
}

/* 
 * HOMEPAGE SPECIFIC STYLES (home_)
 * ----------------------------------------------- 
*/
#home_welcome {background-color:#2E608E;background-image:url('../pics_home/bg_homeWelcome.jpg');background-repeat:no-repeat;color:#fff;height:350px;padding:0 0 0 22px;font-size:12px;line-height:16px;}
#home_welcome span {font-size:17px;line-height:20px;margin-bottom:10px;display:block;}

#searchForm {float:right;padding:2px 10px;width:210px;position:relative;}
	#searchForm input,
	#searchForm label,
	#searchForm #searchButton {vertical-align:middle;}
	#searchForm #searchButton {width:44px;}
	#searchForm #searchValue {width:150px;}
	#searchForm #searchOptions {display:none;color:#fff;width:190px;background-color:#666;position:absolute;top:24px;left:0px;padding:5px 10px 10px 10px;border: 1px solid #969696;border-top:0;}
		#searchForm #searchOptions p {margin:3px 0;padding:2px 3px 4px 2px;background-color:#999;}
			#searchForm #searchOptions p input {margin-right:8px;}


#home_productRanges {}
#home_aboutProducts {}
#home_promotions {margin-top:15px;}
.padText {padding:15px;}
.titleBar {background-image:url('../pics_home/bg_titleBar.gif');background-repeat:no-repeat;height:21px;color:#fff;background-color:#2D4490;font-size:13px;padding:4px 0 0 10px;}
.titleBar .reveal {font-size:10px;color:#BFBFBF;float:right;margin-right:5px;}
.clickable {cursor:pointer;}
#home_directory a {font-size:13px;font-weight:bold;}
#home_directory .row {clear:right;background-image:url('../pics_home/bg_directory_row.gif');background-repeat:repeat-y;}
#home_directory .cell {float:left;width:230px;margin:0 20px 0 0;}
#home_directory ul {font-size:11px;list-style-type:none;width:220px;margin:0;padding:3px 0 0 10px;}
#home_directory li a {font-size:11px;font-weight:normal;color:#4D4D4D;}
#home_directory li {margin:0;padding:0;}
.horizLine {background-image:url('../pics_home/bg_directory_horizLine.gif');background-repeat:no-repeat;height:20px;}
#footer {background-color:#2D4490;color:#fff;text-align:center;padding:3px 0;clear:both;}
#footer a {color:#fff;}
#underSite {text-align:center;padding:6px 0;}
#underSite a {font-weight:bold;}
#copyright,
#copyright a {color:#95ABD2;font-weight:normal;}

/* 
 * drop down menus
 * ----------------------------------------------- 
*/

#menu, #menu a {
	color: #424242;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	margin: 0 0 0 1px;
	border-bottom: 1px solid #D1D1D1;
	list-style-type: none;
	list-style-image: none;
}
#menu li a {
	padding: 3px 10px 0 10px;
	height: 21px;
	display: block;
	margin: 0px;
}

#menu li.dble  a {
	padding: 3px 10px 0 10px;
	height: 21px;
	display: block;
	margin: 0px;
}
#menu li a:hover {
	background-color: #2D4490; /* dk blue */
	text-decoration: none;
	color: #fff;
}
.menu_parent {
	display: none;
	width: 773px;
	height: 95px;
	padding: 0 0 0 5px;
	background-image: url('../pics_home/bg_menuParent.jpg');
	background-repeat: repeat-x;
	border: 1px solid #969696;
	line-height: 13px;
}
.menu_parent a{
	display: block;
	float: left;
	width: 73px;
	height: 75px;
	padding: 10px 5px 10px 5px;
}
.menu_parent a:hover{
	background-color: #C2C5D6;
}
.menu_parent div {
	float: left;
	width: 73px;
	height: 75px;
	margin-right: 10px;
	padding: 0;
}
.menu_child {
	background-color: white;
	overflow: auto;
	width: 379px; /* /////////////////////////////////////////////hrm*/
	background-image: url('../pics_home/bg_menuChild.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px solid #969696;
}
.menu_column {
	float: left;
	width: 189px;
}
.menu_columnTitle {
	background-color: #696969;
	color: #fff;
	padding: 3px 10px 0 10px;
	height: 21px;
	display: block;
	font-weight: bold;
	background-image: url('../pics_home/bg_menuColumnTitle.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}




#menu {
	top: 140px;
	left: 0px;
}
#menu, 
#menu div{
	position: absolute;
}
.menu_parent {
	top: 1px;
}
.menu_child {
	top: 97px;
}

/* 
 * Hide all the menus
 */
#menu_aqualux,
#menu_products,
#menu_1,
#menu_2,
#menu_3,
#menu_4,
#menu_170,
#menu_268,
#menu_256,
#menu_255,
#menu_trade{
	display: none;
}

/* 
 * Position all the menus
 */
#menu_aqualux{
	left: 0px
}
#menu_products{
	/*left: 100px*/
	left:0px;
}
#menu_1 {
	left: 6px;
}
#menu_2 {
	left: 172px;
}
#menu_3 {
	left: 254px;
}
#menu_4 {
	left: 338px;
}
#menu_170 {
	left: 504px;
}
#menu_268 {
	left: 602px;
}
#menu_256 {
	left: 688px;
}
#menu_255 {
	left: 190px;
}



#menu_trade {
	left: 574px;
	width: 205px;
	background-image: url('../pics_home/bg_menuChild_204.jpg');
}
#menu_trade .menu_column {
	width: 204px;
}



/* 
 * ???
 */
.menu_lvl_0 {
	top: 1px;
}
.menu_lvl_1 {
	top: 97px;
}
.menu_1col {
	width: 190px;
}
.menu_2col {
	width: 569px;
}
.menu_columns {
	background-color: white;
	overflow: auto;
	background-image: url('../pics_home/bg_menuChild.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px solid #969696;
}



/* 
 * from the old stylesheet
 */
td {
	color: #2D4490;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
hr {
	border-color: #8169b4;  /* mauve */
	color: #8169b4;  /* mauve */
	border: none 0; 
	border-top: 1px;
	border-style: solid;
	height: 1px;
	margin: 5px 0 5px 0;
}
.headtext,
.headtext a:link,
.headtext a:active,
.headtext a:visited {
	color: #2d4490;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.headtext a:hover {
	text-decoration: underline;
}
#addThis {
	float:right;
	margin-right:15px;
}
.bodytext {
	color: #2d4490;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.bodytext a,
.bodytext a:active,
.bodytext a:visited,
.bodytext a:link {
	font-weight: bold;
	color: #2d4490;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
}
.bodytext a:hover {
	text-decoration: underline;
}
.linktext {
	color: #2d4490;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.linktext a,
.linktext a:active,
.linktext a:visited,
.linktext a:link {
	color: #2d4490;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	font-weight: normal;
}
.linktext a:hover {
	text-decoration: underline;
}
.contacttext,
.contacttext a:link,
.contacttext a:visited,
.contacttext a:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.contacttext a:hover {
	text-decoration: underline;
}



h2 {
	color: #2d4490;
	font-family: arial, verdana;
	font-size: 18px;
}
h3,
h3 a {
	color: #2d4490;
	font-family: arial, verdana;
	font-size: 16px;
}
h4,
h4 a,
h4 a:hover {
	color: #2d4490;
	font-family: arial, verdana;
	font-size: 14px;
	margin: 0px;
}
h5 {
	color: #ffffff;
	font-family: arial, verdana;
	font-size: 16px;
	background-color: #96ABD2;
	padding: 2px;
	margin-bottom: 5px;
}


ul li,
ul li a:link,
ul li a:active,
ul li a:visited {
	color: #2d4490;
	list-style-type: none;
	list-style-image: URL('../pics/arrows.gif');
	/*	line-height: 23px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
ul li a:hover {
	text-decoration: underline;
}
.option li {
	list-style-type: none;
	list-style-image: URL('../pics/arrows.gif'); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868285;
	list-style-image: none; 
	margin: 0 0 0 -10px; 
}
.option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bbb5bb;
}
.formfield {
	width: 250px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
}
.tableheadtext {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 2px;
}
.datatable {
	border-collapse: collapse;
}
.datatable .techheadtext {
	border-bottom: 1px solid #F3F6FB;
	padding: 2px;
}
.tablebodytext {
	color: #868285;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #F3F6FB;
	padding: 2px;
}
.imagetext,
.imagetext a:link,
.imagetext a:active,
.imagetext a:visited {
	color: #2d4490;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.imagetext a:hover {
	text-decoration: underline;
}
.techbodytext {
	color: #868285;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.techheadtext {
	color: #868285;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #c1dbdd;
}
.tabletitle {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #538681;
}
.stockist {
	color: #2d4490;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
.stockist a,
.stockist a:active,
.stockist a:visited,
.stockist a:link {
	color: #2d4490;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
.stockist a:hover {
	text-decoration: underline;
}
.stockist ul {
	font-weight: normal;
	margin: 0px 0px 10px 10px;
}
.stockist li {
	font-weight: normal;
	margin: 0px 0px 0px 20px; 
	padding:0px 0px 0px 0px;
}
.price {
	padding: 0px 5px;
	margin-top: 5px;
	color: #012D76;
	font-size: 16px;
	font-family: arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #CC0033;
}
ul {
	margin: 0;
	padding-left: 18px;
}
.floatleft {
	float:left;
	margin-right:3px;
}
.floatright {
	float:right;
	margin-left:3px;
}
.sitemap ul,
.sitemap ul a:link ,
.sitemap ul a:visited ,
.sitemap ul a:hover ,
.sitemap ul a:active {
	font-weight: normal;
}
#captchaImage img {
	border: 1px solid #7F9DB9;
}
.brochureContainer {
	padding-top: 2px;
	clear: both;
}
.brochureImage {
	float: left;
}
.brochureCheck {
	float: left;
	padding-top: 20px;
}
.brochureText {
	float: left;
	padding-top: 23px;
	width: 190px;
}
.brochureText2 {
	float: left;
	padding-top: 23px;
	width: 150px;
}
.promoCode {
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		color: #555555;
		width: 150px;
		padding: 3px;
}
* div.hr_grey_dotted {
	display: block;
	border-top: 1px dotted #C1C2C1;
	line-height: 1px;
	max-height: 1px;
	padding: 0;
	margin: 5px 0;
}
* div.hr_blue_dotted {
	display: block;
	border-top: 1px dashed #2D4490;
	line-height: 1px;
	max-height: 1px;
	padding: 0;
	margin: 5px 0;
}
.noneBoldList ul {
	margin: 10px 0px 10px 0px;
}
.noneBoldList li {
	font-weight: normal;
	margin: 0px 0px 2px 5px; 
	padding:0px 0px 0px 0px;
}
.pad_10_left {
	padding-left: 20px;
}
.imageDiv {
	width: 110px;
	padding: 2px;
	float: left;
	font-weight: bold;
	text-align: center;
}
.imageDivRight {
	width: 110px;
	padding: 2px;
	float: right;
	font-weight: bold;
	text-align: center;
	clear: right;
}



#competition h4.question {
  font-size: 13px;
  font-family: verdana, arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  margin: 5px 0;
}
fieldset {
  margin: 10px 0;
  padding: 0 15px 15px 15px;
  border: 1px solid #ddd;
}
legend {
  margin: 0;
  padding: 5px;
  color: #999;
}
#competition input.text_answer {
  width: 300px;
}
#competition .textarea_answer {
  width: 300px;
}
#competition fieldset input {
  font-size: 12px;
  font-family: verdana, arial, sans-serif;
  line-height: 15px;
  margin-bottom: 5px;
}
#competition fieldset input.text_details {
  float: left;
  width: 220px;
}
#competition fieldset label {
  float: left;
  width: 100px;
  display: block;
}
#competition fieldset br {
  clear: both;
}


#stockists,
#stockists_search {
  margin: 5px 10px;
}
#stockists_search td {
  padding-right: 15px;
  vertical-align: top;
}
#stockists {
  border-collapse: collapse;
  width: 97%;
	background-color: #ffffff;
}
#stockists th {
  line-height: 19px;
  padding: 3px 12px;
  background-image: url(../pics_home/bg_priNav.gif);
  color: #fff;
}
#stockists th .current {
  color: #000;
  font-weight: bold;
}
#stockists td {
  padding: 12px;
}
#stockists th,
#stockists td {
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
#stockists td td {
  border: 0;
  padding: 0px;
}
#stockists th.pagination {
  font-weight: normal;
  text-align: right;
}
#stockists th a{
  color: #fff;
}
#stockists td a {
  color: #0A9A86;
}
#stockists_search input,
#stockists_search select {
  padding: 1px;
  line-height: 15px;
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
}
#stockists_search .formField {
  width: 100px;
}


#stockists .heading {
  background-color: #EAECEB;
}

#prod_directory h6 {
	font-size: 13px;
	font-weight: bold;
	display:inline;
}
#prod_directory .row {
	clear: right;
}
#prod_directory .cell {
	float: left;
	width: 230px;
	margin: 0 20px 0 0;
	background-image: url('../pics_home/bg_directory_cell.gif');
	background-repeat: repeat-y;
	min-height:100px;
}

#prod_directory .cell.noImage {
	background-image: none;
}

#prod_directory ul {
	font-size: 11px;
	list-style-type: none;
	width: 220px;
	margin: 0;
	padding: 3px 0 0 10px;
}
#prod_directory li a{
	font-size: 11px;
	font-weight: normal;
	color: #4D4D4D;
}
#prod_directory li {
	margin: 0;
	padding: 0;
}



.viewStylesBtn {
	display: block;
	background-image: url('../pics/buttonViewStyles.gif');
	background-repeat: no-repeat;
	padding-left: 5px;
	width: 126px;
	height: 24px;
	line-height: 24px;
	margin: 5px;
	float: right;
}

/* Glossary */
#glossary .column                                     {width: 325px;float: left;list-style-type: none;margin: 0 25px 0 0;padding: 0;}
#glossary .column .word                               {padding: 1px 0 1px 20px;margin: 0;}
#glossary .column .letter                             {border-bottom: 1px dotted #ccc;padding: 5px 0;margin: 5px 0;font-size:18px; line-height:23px; color:#054068; font-family:arial,verdana,sans-serif; font-weight:normal;}
#glossary .column .word a:link,
#glossary .column .word a:visited,
#glossary .column .word a:active                      {text-decoration: none;font-weight: normal;}
#glossary .column .word a:hover                       {text-decoration: underline;font-weight: normal;}
.square_links                                         {padding-bottom: 30px;}
.square_links a                                       {display: block;width: 17px;height: 17px;line-height: 17px;text-align: center;float: left;background-color: #fff;border: 1px solid #ddd;margin-right: 4px;text-decoration: none;padding:3px;}
.square_links a:hover                                 {background-color: #E7E8EC;}
.square_links a.disabled                              {color: #ccc;cursor: default;}
.square_links a.disabled:hover                        {background-color: #fff;}

/* Glossary tooltip poups */
.glosTip                                              {text-decoration: underline;cursor: help;}
#glosTip                                              {position: absolute;display: none;width: 250px;z-index:6;}
#glosTipShadow                                        {position: relative;top: 5px;left: 5px;z-index: 4;background-image: url(../pics/glosTipShadow.png);}
#glosTipBox                                           {position: relative;top: -5px;left: -5px;z-index: 5;border: 1px solid #595959;background-color: #F5F5F5;background-image: url(../pics/glosTipBox.gif);background-repeat: no-repeat;background-position: 96% 96%;}
#glosTipHeading                                       {background-image: url(../pics/glosTipHeading.gif);background-repeat: repeat-x;height: 26px;line-height: 26px;font-weight: bold;padding: 0 15px;}
#glosTipHeading img                                   {float: right;margin-top: 5px;cursor: pointer;}
#glosTipHeading,
#glosTipHeading a                                     {color: #fff;}
#glosTipHeading a                                     {text-decoration: none;}
#glosTipHeading a:hover                               {text-decoration: underline;}
#glosTipContent                                       {padding: 15px;}



/* slot and lock */
#snl {background-color:#3F3E44;color:#fff;line-height:17px;width:780px;}
	#snl h2 {font-size:17px;color:#fff;margin-top:0;}
	#snl h3 {font-size:15px;color:#fff;margin-top:0;}
	#snl ul {list-style-type:circle;}
		#snl ul li {color:#fff;font-weight:normal;list-style-type:disc;list-style-image:none;margin:3px 0;}
	#snl table {margin:10px 0;}
	#snl th {background-color:#7BCBBE;color:#000;text-align:left;padding:2px 4px;}
	#snl td {color:#fff;border-bottom:1px solid #7BCBBE;padding:2px 4px;}
	.snlContent {padding:15px;}
	#snlIntro {position:relative;top:0;left:0;height:715px;background-image:url(../pics/snlIntro.jpg);background-repeat:no-repeat;}
		#snlIntroNav {position:absolute;top:20px;left:500px;padding:20px 10px 10px 10px;width:250px;color:#fff;line-height:17px;}
			#snlIntroNav h2 {font-size:16px;color:#fff;margin-top:0;}
			.snlNav .current {color:#999;}
			.snlNav span,
			.snlNav a {color:#7BCBBE;font-size:13px;line-height:22px;font-weight:bold;}
				.snlNav a:hover {color:#FFF;text-decoration:none;}
			.snlNav .arrow {padding-left:10px;background-image:url(../pics/snlIntroNavLink.gif);background-repeat:no-repeat;background-position:0 4px}
				.snlNav a.arrow:hover {background-image:url(../pics/snlIntroNavLink_o.gif);}
			.snlNav img {margin:5px 15px;}
			.snlNav .icon img {vertical-align:baseline;margin:0;}
	.snlNavHoriz {border-top:1px solid #999;border-bottom:1px solid #999;width:750px;margin:10px auto;clear:both;padding-left:10px;}
		.snlNavHoriz .col1 {width:265px;float:left;}
		.snlNavHoriz .col2 {width:220px;float:left;}
		.snlNavHoriz .col3 {width:245px;float:left;}
	#snlLeft {width:476px;float:right;background-color:#3F3E44;}
	#snlRight {width:289px;float:right;margin-left:15px;background-color:#3F3E44;}
	#installation {width:685px;margin:0 auto;clear:both;}
		#installation img {border:5px solid #fff;margin:5px 10px;} 
	#snl #youTube {width:640px;margin:15px auto;border:5px solid #999;}

/* aquagleam */
#aquagleam {background-color:#CACDD2;width:100%;background-image:url(../content/layout/aquagleamBg.jpg);background-repeat:no-repeat;line-height:16px;}
	#aquagleam #aquagleamLeft {float:right;width:302px;padding:715px 15px 0 15px;}
	#aquagleam #aquagleamRight {float:right;width:418px;padding:20px 15px 15px 1px;}
		#aquagleam p {margin:5px 0 15px 0;}
		#aquagleam h2 span {font-size:15px;}
		#aquagleam .intro {font-size:13px;}
		#aquagleam #aquagleamDiagram {background-image:url(../content/layout/aquagleamDiagram.gif);background-repeat:no-repeat;background-position:right top;}
		#aquagleam #aquagleamDiagram h3 {margin-top:20px;}
		#aquagleam #showerblade {}
		#aquagleam #eco {background-image:url(../content/layout/aquagleamEcoBg.gif);background-repeat:no-repeat;background-position:215px 5px;position:relative;top:0;left:0;margin:0 0 15px 0px;padding:5px 15px;background-color:#fff;border:2px solid #2D4490;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;}
		#aquagleam #eco h3 {color:#85A834;}
		#aquagleam #eco img {float:right;margin:10px 0 10px 10px;}
	#aquagleam #youTube {font-size:13px;margin:25px 0;}
	#aquagleam #youTube img {float:left;margin-right:5px;}
	.clear {clear:both;height:1px;overflow:hidden;}

/* Brochure Request */
#brochureNav {height:30px;clear:both;}
#brochure .tab {color:#ffffff;width:150px;height:30px;line-height:30px;float:left;border-color:#2D4491;background-color:#97ACD3;text-align:center;cursor:pointer;margin-right:1px;background-image:url(../pics/tab.jpg);}
#brochure .tab.hover,
#brochure .tab.active {background-color:#2D4491;background-image:url(../pics/tabActive.jpg);}
.brochureTypes {border: 1px solid #ddd;padding:10px;}

#spiderscope {position:relative;}
#spiderscope div {text-align:center;line-height:13px;font-size:10px;}
#spiderscope div a {color:#8FA0BF;font-weight:normal;font-size:10px;}

.error {margin:10px 0;color:#ff0000;background-color:#ffeeee;border-top:1px solid #ff0000;border-bottom:1px solid #ff0000;padding:10px;}
.info {margin:10px 0;color:#0000ff;background-color:#eeeeff;border-bottom:1px solid #0000ff;border-top:1px solid #0000ff;padding:10px;}
.success {margin:10px 0;color:#009F62;background-color:#E6FFE6;border-top:1px solid #009F62;border-bottom:1px solid #009F62;padding:10px;}

#stockist_edit .field_full {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	line-height:15px;
	padding:1px;
	width:250px;
}

.deleteStockist {cursor:pointer;}

/* Pagination */

#pagination a {font-weight:normal;padding:4px;text-decoration:none;}
#pagination a:hover {background-color:#95ABD2;color:#fff;}
#pagination em {background-color:#4C64AF;color:#fff;font-style:normal;padding:4px;}

.news_hr_grey_solid {border-bottom: 1px solid #DFDFDF;height:1px;line-height:1px;min-height:1px;margin:10px 0 5px 0;}

.newsItem h3,
.newsItem h3 a,
.newsItem h3 a:hover {
	color: #2d4490;
	font-family: arial, verdana;
	font-size: 16px;
	margin-bottom:3px;
	padding-bottom:0;
}

.newsItem .date {margin-bottom:10px;font-size:10px;}
.newsItem .readmore {margin-top:8px;}
.newsDate {font-size:10px;}

#technicalGrid {margin: 0 auto;width:710px;}
#technicalGrid .panel {line-height:13px;background-color:#fff;border:1px solid #ccc;width:100px;text-align:center;padding:5px 10px;margin:10px;height:180px;float:left;}
#technicalGrid .panel img {margin-bottom:5px;}
#technicalGrid .title {height:46px;}

/* Vacancies */
#vacancies {margin:20px 0 20px 0;}
#vacancies .vacancyItem {margin:10px 0;}
#vacancies .vacancyItem h4 {margin-bottom:3px;}
#vacancies .hr_grey_solid {border-bottom: 1px solid #DFDFDF;height:1px;line-height:1px;min-height:1px;margin:5px 0 5px 0;}


/* Shower Spares & Accessories */
.accessory {width:352px;float:left;background-color:#fff;padding:10px;border:1px solid #ddd;margin:10px 10px 0 0;}
.accessoryEnd {margin:10px 0 0 0;}
	.accessory .content {height:80px;}
		.accessory .content h3 {margin:0 0 5px 0;}
	.accessory .accPrice {font-size:17px;}
	.accessory .viewDetails {padding-top:7px;}


#main_content #siteContent {padding-top:1px;}
	#main_content #siteContent .rhsDiv {float:right;border-left:1px solid #fff;border-bottom:1px solid #fff;}
	#main_content #siteContent .padded {padding:10px;}

	.lightBackground {background-color:#f3f6fb;}

	.darkDiv {background-color:#95abd2;height:15px;border-top:1px solid #fff;border-bottom:1px solid #fff;}
	.whiteLine {display:block;border-top: 1px solid #fff;line-height:1px;max-height:1px;padding:0;margin:5px 0;}

/* dealers Page */
#productSizeNav {text-align:justify;line-height:30px;}
	#productSizeNav a {text-align:center;color:#363636;background-image:url(../pics_home/btnBg.jpg);background-repeat:repeat-x;background-color:#f0f0f0;padding:5px 10px;margin:0 6px;text-decoration:none;border:1px solid #B5B5B5;-moz-border-radius:3px;-webkit-border-radius:3px;}
	#productSizeNav a.group {color:#F50000;}
	#productSizeNav a:hover {color:#2F437F;}
	#productSizeNav a.current {color:#FFF;background-color:#666;background-image:none;}

#sizes {}
	#sizes .section {margin-bottom:10px;padding-bottom:15px;border: 1px solid #C3CDDF;}
		#sizes .section h2 {font-weight:normal;margin-top:0;padding:5px 15px;background-color:#E0E5EF;}
			#sizes .section h2 a,
			#sizes .section h2 a:hover {color:#2D4490;font-family:arial,verdana;font-size:18px;font-weight:normal;}
		#sizes .section .panel {float:left;width:150px;margin:0 24px 10px 15px;}
			#sizes .section .panel .title {height:40px;position:relative;margin-bottom:5px;}
			#sizes .section .panel .title div  {position:absolute;bottom:0;left:0;}

/* logos for product features */
#featureLogos img {margin:10px 0 0 15px;}

/* Spare Parts */
#spareSparts {margin-bottom:30px;clear:both;}
	#spareSparts .sparePart {background-color:#fff;padding:10px;border:1px solid #ddd;margin:10px 10px 0 0;width:350px;float:left;}
	#spareSparts .sparePart.end {margin:10px 0 0 0;}
		#spareSparts .sparePart .content {min-height:75px;}
		#spareSparts .sparePart .content h3 {margin:0 0 5px 0;}
		#spareSparts .sparePart .sparePrice {font-size:17px;}
			.sparePrice .cboQty,
			.sparePrice .buy {vertical-align:middle;font-size:12px;}
			.sparePart .sparePrice .qty {vertical-align:middle;font-size:12px;}
		#spareSparts .sparePart .image {float:right;padding-left:20px;}
			#spareSparts .sparePart .image .zoom {margin-top:15px;clear:both;}

#sparePartSearch {border:1px solid #D7DDE5;background-color:#EBEEF4;padding:0 10px;margin-bottom:20px;}
	#sparePartSearch h4 {margin:10px 0 0 0;}
	#sparePartSearch #sparePartKeyword {margin-left:10px;font-size:12px;width:150px;}

#sparePartsContactForm {position:relative;}
#sparePartsContactForm #uploadingImageAnimation {border:1px solid #D7DDE5;background-color:#EBEEF4;color:#000;position:absolute;z-index:2;top:50px;left:150px;display:none;text-align:center;width:100px;height:70px;padding:10px;}

.ui-autocomplete {height:300px;overflow:auto;}
.ui-autocomplete li, 
.ui-autocomplete li a:link, 
.ui-autocomplete li a:active, 
.ui-autocomplete li a:visited {list-style-image:none;}

#basketSummary {float:right;margin-right:10px;width:250px;text-align:right;}
	#basketSummary img {margin-right:5px;}
