/* ==================== 

Title:			Nylex - main stylesheet
Author:			Benjamin Tollady (http://www.tollady.com)
Contact:		ben@tollady.com
Client:			Bullseye (http://www.bullseye.com.au)
Version:		1.0
Last Updated:	26/09/2008

==================== */

/* Eric Meyer reset rules v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Site CSS Starts */

body {
	background: #eeeeee;
	color: #28323c;
	font: 0.6251em/1 Arial, Helvetica, Verdana, sans-serif;
}
#outer {
	background: #fff url(../images/bg.gif) 0 0 repeat-x;
	overflow: auto;
	padding-bottom: 40px;
	width: 100%;
}
#outerExt {
    background: #fff url(../images/bg_ext.gif) 0 0 repeat-x;
	overflow: auto;
	padding-bottom: 40px;
	width: 100%;
}
.home #outer {
	background: #fff url(../images/bgHome.gif) 0 0 repeat-x;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.4;
}
#wrapper #header {
	height: 105px;
	position: relative;
	width: 960px;
}
#header h1.logo {
	width: 144px;
	height: 48px;
	margin: 28px 0 0 30px;
	background: transparent url(../images/nylexLogo.gif) 0 0 no-repeat;
	float: left;
}
#header h1.logo a {
	width: 144px;
	height: 48px;
	display: block;
	outline: none;
	text-indent: -9999px;
}
#header .jNice {
	float: right;
	margin-top: 24px;
}
#header ul#nav {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header ul#nav li {
	float: left;
	background: transparent url(../images/navRight.gif) no-repeat 100% 0;
	margin-left: 2px;
}
#header ul#nav li a:link, #header ul#nav li a:visited {
	float: left;
	background: transparent url(../images/navLeft.gif) no-repeat 0 0;
	display: block;
	padding: 0 2em;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 1.17em;
	text-decoration: none;
	color: #fff;
	border-bottom: 5px solid #a4afb5;
}
#header ul#nav li:hover {
	background: transparent url(../images/navRight.gif) no-repeat 100% -110px;
}
#header ul#nav li a:hover {
	background: transparent url(../images/navLeft.gif) no-repeat 0 -110px;
}
.home #header ul#nav li#homeBtn, .vision #header ul#nav li#visionBtn, .brands #header ul#nav li#brandsBtn, .products #header ul#nav li#productsBtn {
	background: transparent url(../images/navRight.gif) no-repeat 100% -220px;
}
.home #header ul#nav li#homeBtn a, .vision #header ul#nav li#visionBtn a, .brands #header ul#nav li#brandsBtn a, .products #header ul#nav li#productsBtn a {
	background: transparent url(../images/navLeft.gif) no-repeat 0 -220px;
	border-bottom: 5px solid #eeeeee;
	color: #00a9e0;
}




/* Style jNice select list stuff */

/* -------------
 * Buttons
 * ------------- */
 button {
	border: 0;
	font-weight: bold;
	text-align: center;
	padding: 0 5px 0 0;
	cursor: pointer;
  	margin: 0 0 0 3px;
}
/* Cheeky FF hack */
button::-moz-focus-inner { border: none;} 
button span {
	display: block;
	padding: 0 0 0 8px;
	position: relative;
	white-space: nowrap;
	margin: 0;
}
button.submitBtn {
	background: transparent url(../images/goRight.gif) 100% 50% no-repeat;
	font-size: 1.1em;
}
button.submitBtn span {
	background: transparent url(../images/goLeft.gif) 0 50% no-repeat;
	line-height: 25px;
	height: 25px;
	color: #fff;	
}
/* -------------
 * Selects
 * ------------- */
.jNiceSelectWrapper {
	width: 150px;
	position: relative;
	height: 25px;
	font-weight: normal;
	float: left;
}

.jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 125px;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px;
	overflow: hidden;
	background: url(../images/selectBg.gif) 0 0 no-repeat;
	color: #fff;
}

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 25px;
	height: 25px;
	background: url(../images/selectDownButton.gif) no-repeat 100% 0;
}
.jNiceSelectWrapper div a:hover {
	background: url(../images/selectDownButton.gif) no-repeat 100% 100%;
}
.jNiceSelectWrapper ul {
	position: absolute;
	width: 148px;
	top: 24px;
	left: 0px;
	list-style: none;
	background-color: #000;
	border: solid 1px #a4afb5;
	display: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: auto;
	overflow-y: auto;
	z-index: 100;
}

.jNiceSelectWrapper ul a:link, .jNiceSelectWrapper ul a:visited {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}

.jNiceSelectWrapper ul a:hover { text-decoration: underline; }
.jNiceSelectWrapper ul a.selected { text-decoration: underline; }

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}

#flashContent {
	width: 940px;
	height: 390px;
	background: transparent url(../images/bg-flash.gif) 0 0 no-repeat;
	margin-top: 20px;
	padding: 10px;
	z-index: 10;
}
ul#promoButtons {
	width: 910px;
	height: 120px;
	padding: 0 15px;
	position: absolute;
	top: 406px;
}
ul#promoButtons li {
	background: transparent url(../images/promoBtnBg.jpg) 0 100% no-repeat;
	height: 120px;
	width: 120px;
	float: left;
	margin: 0 5px;
}
ul#promoButtons li a {
	width: 120px;
	height: 120px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
ul#promoButtons li.construction a {
	background: transparent url(../images/butConstruction.png) 0 100% no-repeat;
}
ul#promoButtons li.construction a:hover {
	background: transparent url(../images/butConstruction.png) 0 0 no-repeat;
}
ul#promoButtons li.water a {
	background: transparent url(../images/butWater.png) 0 100% no-repeat;
}
ul#promoButtons li.water a:hover {
	background: transparent url(../images/butWater.png) 0 0 no-repeat;
}
ul#promoButtons li.homewares a {
	background: transparent url(../images/butHomewares.png) 0 100% no-repeat;
}
ul#promoButtons li.homewares a:hover {
	background: transparent url(../images/butHomewares.png) 0 0 no-repeat;
}
ul#promoButtons li.auto a {
	background: transparent url(../images/butAuto.png) 0 100% no-repeat;
}
ul#promoButtons li.auto a:hover {
	background: transparent url(../images/butAuto.png) 0 0 no-repeat;
}
ul#promoButtons li.marine a {
	background: transparent url(../images/butMarine.png) 0 100% no-repeat;
}
ul#promoButtons li.marine a:hover {
	background: transparent url(../images/butMarine.png) 0 0 no-repeat;
}
ul#promoButtons li.waste a {
	background: transparent url(../images/butWaste.png) 0 100% no-repeat;
}
ul#promoButtons li.waste a:hover {
	background: transparent url(../images/butWaste.png) 0 0 no-repeat;
}
ul#promoButtons li.exhibitions a {
	background: transparent url(../images/butExhibitions.png) 0 100% no-repeat;
}
ul#promoButtons li.exhibitions a:hover {
	background: transparent url(../images/butExhibitions.png) 0 0 no-repeat;
}
ul#promoButtons li.commercial a {
	background: transparent url(../images/butCommercial.png) 0 100% no-repeat;
}
ul#promoButtons li.commercial a:hover {
	background: transparent url(../images/butCommercial.png) 0 0 no-repeat;
}
img {
	display: block;
}
.home #botLinks {
	overflow: auto;
}
.home .smallBox {
	background: transparent url(../images/smallBoxTop.gif) 0 0 no-repeat;
	width: 250px;
	float: left;
	margin: 13px 10px 0 0;
}
.home .smallBox .inner {
	background: transparent url(../images/smallBoxBot.gif) 0 100% no-repeat;
	padding: 10px 10px 16px 10px;
	position: relative;
	height: 12em;
}
.home .smallBox .innerRed {
	background: transparent url(../images/smallBoxBot_red.gif) 0 100% no-repeat;
	padding: 10px 10px 16px 10px;
	position: relative;
	height: 12em;
}
.home .smallBox .inner .next {
	position: absolute;
	top: 12px;
	right: 12px;
	background: transparent url(../images/brandScrollNext.gif) 0 0 no-repeat;
	height: 19px;
	width: 19px;
}
.home .smallBox .inner .prev {
	position: absolute;
	top: 12px;
	right: 36px;
	background: transparent url(../images/brandScrollPrev.gif) 0 0 no-repeat;
	height: 19px;
	width: 19px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
.home h2 {
	font-size: 1.5em;
	color: #00a9e0;
}
h1 {
	color: #00a9e0;
}
p, ul {
	margin-bottom: 1em;
}
a:link, a:visited {
	color: #00a9e0;
	text-decoration: none;
}
a:hover, a:active {
	color: #00a9e0;
	text-decoration: underline;
}
h3 a:link, h3 a:visited {
	color: #28323c;
}
h3 a:hover, h3 a:active {
	color: #28323c;
}

.buttonR {
	float: left;
	background: transparent url(../images/moreBtnRight_red.gif) 100% 0 no-repeat;
}

.buttonR a:link, .buttonR a:visited {
	float: left;
	background: transparent url(../images/moreBtnLeft_red.gif) 0 0 no-repeat;
	height: 24px;
	display: block;
	line-height: 24px;
	padding: 0 25px 0 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;

}
.buttonR:hover, .buttonR:active {
	background: transparent url(../images/moreBtnRight_red.gif) 100% -30px no-repeat;
}

.buttonR a:hover, .buttonR a:active {
	background: transparent url(../images/moreBtnLeft_red.gif) 0 -30px no-repeat;
}


.button {
	float: left;
	background: transparent url(../images/moreBtnRight.gif) 100% -30px no-repeat;
}

.button a:link, .button a:visited {
	float: left;
	background: transparent url(../images/moreBtnLeft.gif) 0 -30px no-repeat;
	height: 24px;
	display: block;
	line-height: 24px;
	padding: 0 25px 0 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;

}
.button:hover, .button:active {
	background: transparent url(../images/moreBtnRight.gif) 100% 0 no-repeat;
}

.button a:hover, .button a:active {
	background: transparent url(../images/moreBtnLeft.gif) 0 0 no-repeat;
}

.home .competition {
	float: left;
	overflow: hidden;
	height: 197px;
}
.home .scrollBrands {
	overflow: hidden;
	height: 117px;
}
.home .competition a {
	display: block;
	height: 197px;
	width: 450px;
	background: transparent url(../images/compBanner.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	outline: none;
}
.home .competition a:hover {
	background: transparent url(../images/compBanner.jpg) 0 -197px no-repeat;
}
#footer {
	clear: both;
	width: 100%;
	background: #eeeeee;
	border-top: #a4aeb5 5px solid;
}
#footer .inner {
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.4;
	padding: 1em 0 0 0;
}
#footer ul {
	text-decoration: none;
}
#footer ul#footNav {
	float: left;
	margin-bottom: 1.5em;
}
#footer ul#footLinks {
	float: right;
	padding-top: 0.5em;
}
#footer li {
	float: left;
}
#footer ul#footLinks li {
	padding: 0 10px;
	background: transparent url(../images/divider.gif) 0 50% no-repeat;
}
#footer ul#footLinks li.last {
	padding-right: 0;
}
#footer ul#footLinks li.first {
	padding-left: 0;
	background: none;
}
#footer p.copyright {
	clear: both;
	font-size: 0.9em;
}
#footer ul#footNav li {
	float: left;
	background: transparent url(../images/footNavRight.gif) no-repeat 100% 0;
	margin-right: 2px;
}
#footer ul#footNav li a {
	float: left;
	background: transparent url(../images/footNavLeft.gif) no-repeat 0 0;
	display: block;
	padding: 0 2em;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 1.17em;
	text-decoration: none;
	color: #00a9e0;
}
#footer ul#footNav li:hover {
background: transparent url(../images/footNavRight.gif) no-repeat 100% -40px;
}
#footer ul#footNav li a:hover {
	background: transparent url(../images/footNavLeft.gif) no-repeat 0 -40px;
	color: #fff;
}
#content {
	margin-top: 20px;
	overflow: auto;
}
#primaryContent {
	width: 600px;
	padding: 0;
	float: left;
}
#primaryContent p, #primaryContent ul {
	padding: 0 30px;
	xwidth: 540px;
}
#primaryContent ul, .comps #compTerms ul { 
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 1em;
	margin-left: 1.1em;
	margin-top: 1em;
}

#primaryContent ul.questionList{
	margin-top: 0;	
}

#primaryContent p.questionHdg{
	margin-bottom: 3px;	
}

.sitemap #primaryContent ul {
	list-style: none;
	margin: 0 0 0.2em 0;
}
.sitemap #primaryContent li {
	margin-bottom: 0.5em;
	font-size: 1.17em;
}

.sitemap #primaryContent li li {
	font-size: 0.86em;
}
#primaryContent h2 {
	padding: 0 30px;
	font-size: 1.17em;
	color: #28323c;
}
#primaryContent .introText {
	padding: 0 0 1em 0;
	width: 600px;
	border-bottom: 1px solid #a4aeb5;
	margin-bottom: 2em;
}
#secondaryContent {
	width: 320px;
	padding: 0;
	float: right;
}
#secondaryContent .banner {
	background: transparent url(../images/secondaryBannerBg.gif) 0 0 no-repeat;
	padding: 10px;
	margin-bottom: 20px;
	width: 300px
	height: 250px
}
.pageTitle {
	background: transparent url(../images/pageTitleBot.gif) 0 100% no-repeat;
	width: 600px;
	margin-bottom: 2em;
}
.pageTitle h1 {
	font-size: 2em;
	margin: 0;
	display: block;
	padding: 35px;
}
.pageTitle span {
	background: transparent url(../images/pageTitleTop.gif) 0 0 no-repeat;
	display: block;
}
.pageTitle h1.construction {
	background: transparent url(../images/titleConstruction.png) 20px 50% no-repeat;
}
.pageTitle h1.water {
	background: transparent url(../images/titleWater.png) 20px 50% no-repeat;
}
.pageTitle h1.homewares {
	background: transparent url(../images/titleHomewares.png) 20px 50% no-repeat;
}
.pageTitle h1.auto {
	background: transparent url(../images/titleAuto.png) 20px 50% no-repeat;
}
.pageTitle h1.marine {
	background: transparent url(../images/titleMarine.png) 20px 50% no-repeat;
}
.pageTitle h1.waste {
	background: transparent url(../images/titleWaste.png) 20px 50% no-repeat;
}
.pageTitle h1.commercial {
	background: transparent url(../images/titleCommercial.png) 20px 50% no-repeat;
}
.brandList .logo, .productList .logo {
	background: transparent url(../images/thumbBg.gif) 0 0 no-repeat;
	padding: 10px;
	width: 130px;
	height: 80px;
	float: left;
}
.productList .productImage {
	height: 100px;
	width: 150px;
	float: left;
}
.brandList .butContainer, #primaryContent .brandList p, .productList .butContainer, #primaryContent .productList p, #primaryContent .productList .prodLinks {
	float: none;
	padding: 0 0 0 170px;
	xwidth: auto;
}
#primaryContent .brandList p, #primaryContent .productList p {
	xwidth: 370px;
}
#primaryContent ul.brandList, #primaryContent ul.productList {
	margin: 0;
	list-style: none;
	padding: 0;
}
#primaryContent ul.brandList li, #primaryContent ul.productList li {
	border-bottom: 1px dotted #a4aeb5;
	width: 540px;
	padding: 0 30px 20px 30px;
	margin-bottom: 10px;
	overflow: auto;
}
.brandList h3, .productList h3, #primaryContent h2.subHead {
	font-size: 1.33em;
	color: #28323c;
}
a.arrowLink {
	padding: 0 0 0 10px;
	background: transparent url(../images/arrowLink.gif) 0 50% no-repeat;
}
.productList a.arrowLink, .productList span.arrowLink {
	float: left;
	width: 165px;
	padding: 0 10px;
	margin-bottom: 0.5em;
	background: transparent url(../images/arrowLink.gif) 0 0.3em no-repeat;
}
#subNav li {
	padding: 0;
	position: relative;
	left: -10px;
}
#subNav {
	background: transparent url(../images/secColBoxBot.gif) 0 100% no-repeat;
	padding: 0;
}
#subNav ul {
	background: transparent url(../images/secColBoxTop.gif) 0 0 no-repeat;
	padding: 10px 0;
}
#subNav a {
	color: #28323c;
	font-weight: bold;
	font-size: 1.17em;
	display: block;
	padding: 15px 7px 15px 95px;
	background: transparent url(../images/subNavBgOff.gif) 0 50% no-repeat;
}
#subNav a span {
	font-weight: normal;
	font-size: 0.86em;
	display: block;
}
#subNav a:hover {
	color: #00a9e0;
}
/* Sub-nav rollovers and on states */
#subNav li.construction a {
	background: transparent url(../images/subConstructionOff.gif) 0 50% no-repeat;
}

#construction #subNav li.construction a {
	background: transparent url(../images/subConstruction.gif) 0 50% no-repeat;
	color: #fff;
}
#subNav li.water a {
	background: transparent url(../images/subWaterOff.gif) 0 50% no-repeat;
}

#water #subNav li.water a {
	background: transparent url(../images/subWater.gif) 0 50% no-repeat;
	color: #fff;
}
#subNav li.homewares a {
	background: transparent url(../images/subHomewaresOff.gif) 0 50% no-repeat;
}

#homewares #subNav li.homewares a {
	background: transparent url(../images/subHomewares.gif) 0 50% no-repeat;
	color: #fff;
}
#subNav li.auto a {
	background: transparent url(../images/subAutoOff.gif) 0 50% no-repeat;
}

#auto #subNav li.auto a {
	background: transparent url(../images/subAuto.gif) 0 50% no-repeat;
	color: #fff;
}
#subNav li.marine a {
	background: transparent url(../images/subMarineOff.gif) 0 50% no-repeat;
}

#marine #subNav li.marine a {
	background: transparent url(../images/subMarine.gif) 0 50% no-repeat;
	color: #fff;
}
#subNav li.waste a {
	background: transparent url(../images/subWasteOff.gif) 0 50% no-repeat;
}

#waste #subNav li.waste a {
	background: transparent url(../images/subWaste.gif) 0 50% no-repeat;
	color: #fff;
}
#subNav li.commercial a {
	background: transparent url(../images/subCommercialOff.gif) 0 50% no-repeat;
}

#commercial #subNav li.commercial a {
	background: transparent url(../images/subCommercial.gif) 0 50% no-repeat;
	color: #fff;
}

.pageTitle h1.construction, .pageTitle h1.water, .pageTitle h1.homewares, .pageTitle h1.auto, 
.pageTitle h1.marine, .pageTitle h1.waste, .pageTitle h1.exhibitions, .pageTitle h1.commercial {
	padding: 35px 35px 35px 90px;
}
#compBanner {
	background: transparent url(../images/compBannerBg.gif) 0 0 no-repeat;
	padding: 10px;
	width: 940px;
	margin-bottom: 20px;
}
.comps h1 {
	font-size: 2em;
}
.comps #compDetails, .comps #compForm, .comps #compTerms, .comps #confirmation {
	width: 600px;
	padding: 0;
	margin: 0 auto;
	padding: 0;
}
#confirmation p {
	padding: 10px;
	background: #ffffe0;
	border: 1px solid #ffe640;
}
.comps #compDetails, .comps #compForm {
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}
.comps #compDetails h2, .comps #compForm h2, .comps #compTerms h2 {
	font-size: 1.17em;
	color: #28323c;
}
em {
	font-style: normal;
	font-weight: bold;
}
.comps #compTerms p, .comps #compTerms h2, .comps #compTerms h3, .comps #compTerms h4, .comps #compTerms ul {
	color: #666;
	font-size: 0.9em;
}
button.enterBtn {
	background: transparent url(../images/submitRight.gif) 100% 50% no-repeat;
	font-size: 1.1em;
	margin: 1em 0;
}
button.enterBtn span {
	background: transparent url(../images/submitLeft.gif) 0 50% no-repeat;
	line-height: 25px;
	height: 25px;
	color: #fff;	
}
#compForm form {
	width: 500px;
	overflow: hidden;
	margin: 0;
}
#compForm form div {
	padding: 5px 0;
	width: 230px;
	float: left;
	margin-right: 20px;
	display: none;
}
#compForm form div.title, #compForm form div.firstName, #compForm form div.lastName, #compForm form div.email, 
#compForm form div.answer, #compForm form div.address, #compForm form div.address2, #compForm form div.city, 
#compForm form div.state, #compForm form div.postCode, #compForm form div.country {
	display: block;
}
#compForm form .title {
	width: 40px;
	float: left;
	margin-right: 20px;
}
#compForm form .title input {
	width: 30px;
}
#compForm form input {
	width: 218px;
}
#compForm form .firstName, #compForm form .lastName {
	padding: 5px 0;
	width: 200px;
	float: left;
	margin-right: 20px;
}
#compForm form .firstName input, #compForm form .lastName input {
	width: 188px;
}
#compForm form div.answer {
	width: 480px;
}
.answer textarea {
	width: 300px;
	float: left;
}
.answer span {
	margin-left: 320px;
	float: none;
	display: block;
	color: #999;
	font-size: 0.95em;
}
#compForm form label {
	display: block;
}
#compForm form button {
	float: left;
	clear: both;
}
input, textarea {
	padding: 3px;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	border: 1px solid #aaaaaa;
	color: #000;
}
#compForm form .country input {
	border: none;
	float: left;
	width: auto;
	margin-right: 5px;
}
#compForm form .country p {
	margin: 0 0 3px 0;
}
#compForm form .country table label {
	margin-right: 10px;
	float: left;
}
#compForm form .email {
	clear: both;
}

#ctl00_ContentPlaceHolder_LoginPanel {
	width: 400px;
	padding: 10px 0;
	background: #ffffe0;
	border-top: 1px solid #ffe640;	
	border-bottom: 1px solid #ffe640;	
}

#ctl00_ContentPlaceHolder_LoginPanel {
	width: 400px;
	margin: 0 auto;
}
#ctl00_ContentPlaceHolder_LoginPanel div {
	padding: 5px 0;
	width: 400px;
}
#ctl00_ContentPlaceHolder_LoginPanel label {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 20px;
	margin-top: 3px;
}
#ctl00_ContentPlaceHolder_LoginPanel input {
	display: block;
	width: auto;
}
#ctl00_ContentPlaceHolder_LoginPanel #login input {
	display: block;
	width: auto;
	margin-left: 140px;
}

.missingContent {
	color: red;
}
.hidden {
	display: none;
}

#errorBox {
	width: 100%;
	overflow: auto;
}
#errorBox div {
	padding: 10px;
}
.inline, .inline img
{
    display:inline;
}
#subNav li.waterInactive a {
    background:transparent url(../images/subWaterOff.gif) no-repeat scroll 0 50%;
}
#subNav li.submenuActive a {
    background:transparent url(../images/subMenu.gif) no-repeat scroll 0 50%;
    color:#FFFFFF;
}
#subNav li.submenuInactive a {
    background:transparent url(../images/subMenuOff.gif) no-repeat scroll 0 50%;
}
.catalogueBtn 
{
    margin-left:30px;
}
.catalogueBtn .button 
{
    /*width:241px*/
}
.thumb_left 
{
    background:url(../images/thumb_left.gif)no-repeat ;
    float:left;
    height:120px;
    margin-left:30px;
    width:6px;    
}
.thumb_right
{
    background:url(../images/thumb_right.gif) no-repeat ;
    float:left;
    height:120px;
    width:6px;   
}
.thumb_body 
{
    float:left;
    height:102px;
    border-top:solid 1px #a4aeb5;
    border-bottom:solid 1px #a4aeb5;
    padding:8px ;
}
.clearFloats 
{
    clear:both;
}
.christmas {
	margin:13px 0 0 10px;
}
.home .last {
	margin-right:0;
}
.rethinkLeft {
    font-weight:bold;
    position:relative;
    margin: 0 0 0 10px;
    top:-60px;
    width:600px;
}
.header {
    background:transparent url(../images/bg_header.gif) no-repeat scroll left top;
    height:56px;
    position:relative;
    top:-34px;
    width:627px
}
.header h2 {
    font-family:arial,verdana;
    font-size:16px;
    margin:16px 0 0 20px;
    position:absolute;
}
.bgRethink {
    background:transparent url(../images/bg_rethink.jpg) no-repeat scroll left top;
    height:234px;
    padding:51px 0 0 103px;
    position:relative;
    top:-34px;
    width:526px;
}
.btnWaterGarden a{
    background:url(../images/btn_water_garden.gif) no-repeat top left;
    display:block;
    height:111px;
    margin:0 20px 0 0 ;
    width:179px;
}
.btnWaterGarden a:hover{
    background:url(../images/btn_water_garden.gif) no-repeat bottom left;
    display:block;
    height:111px;
    width:179px;
}
.btnWaterGarden, .btnHomewares {
    float:left; 
}
.buttonWrap 
{   
    position:absolute;
    margin: 17px 0 0 23px;
}
.btnHomewares a{
    background:url(../images/btn_homewares_leisure.gif) no-repeat top left;
    display:block;
    height:111px;
    width:179px;
}
.btnHomewares a:hover{
    background:url(../images/btn_homewares_leisure.gif) no-repeat bottom left;
    display:block;
    height:111px;
    width:179px;
}
.rethinkCol2 {
    float:right;
}
.movie {
    margin:0 0 8px 0;
}
#ourproducts {
    position:relative;
}
.panel {
    border-right:solid 1px #b3bcc1;
    border-left:solid 1px #b3bcc1;
    color:#434343;
    font-family:arial,Helvetica;
    font-size:16px;
    font-weight:bold;
    padding:2px 20px;
    width:917px;
}
.titleMain, .titleSec  {
    color:#07aedb;
    font-family:arial,Helvetica;
    font-size:17px;
    font-weight:bold;
    margin: 0 0 9px;
}
.titleSec 
{
    font-size:14px;
}
.pointer {
    background:url(../images/bg_pointer.gif) no-repeat;
    height:34px;  
    float:left;
    font-weight: bold; 
    font-size:14px;
    font-family: arial,verdana;
    margin:0 10px 20px 0; 
    text-align:center;
    width:20px;
}
.address {
    color:#868F95;
    font-family:arial,verdana;
    font-size:12px;
    margin:0 0 30px;
}
.address a, .address a:visited {
    color:#868f95;
    text-decoration:none;
}
.address a:hover {
    text-decoration:underline;
}
.searchForm {
    color:#424242;
    float:right;
    position:relative;
}
#mapsLeftCol {
    float:left;
    margin:0 0 0 9px;
    overflow:hidden;
    width:626px;
}
#mapsRightCol {
    float:left;
    padding:150px 0 0 25px;
    overflow:hidden;
    width:290px;
}
.formPostcode {
    background:url(../images/bg_postcode.gif) no-repeat;
    height:27px;
    width:110px;
}
.searchForm div {
    float:left;
}
.searchBox {
    border:0 none;
    float:left;
    margin:2px;
    width:68px;
}
.searchText {
    margin:0 10px 0 0;
    position:relative;
    top:4px;
}
a.searchMapButton {
    background:url(../images/btn_searchmap.gif) no-repeat bottom left;
    bottom:0;
    display:block;
    height:23px;
    margin:2px;
    position:absolute;
    right:0;
    width:28px;
}
a:hover.searchMapButton {
    background:url(../images/btn_searchmap.gif) no-repeat top left;
    display:block;
    height:23px;
    width:28px;
}
.searchMapButton img {
    height:23px;
    width:28px;
}
.searchForm input{
	border:none;
}
.map 
{
    margin:10px 0 0 ;
}
.markerTooltip{
	font-size:11px;
}
.innerRed h2 img {
    display:inline;
    float:left;
    margin:0 6px 0 0;
}
.innerRed h2.dark {
    color:#28323c;
}

 .brand-note {
	font-style: italic;
 }
 
 table.brochure {
	margin: 0 30px;
 }
 
 table.brochure td {
	padding-right: 10px;
	vertical-align: top;
 }
 
 .home .contactbox {
	background: transparent url(../images/bg-contact.gif) no-repeat;
	float: left;
	width: 360px;
	height: 84px;
	padding: 20px;
	margin-top: 23px;
}

.home #botLinks h2 {
	line-height: 1;
	margin-bottom: 15px;
}

.home #botLinks p {
	margin-bottom: 6px;
}

#botLinks td {
	vertical-align: middle;
}

 .home .brochurebox {
	background: transparent url(../images/bg-brochure.jpg) no-repeat;
	float: right;
	width: 255px;
	height: 87px;
	padding: 33px 275px 35px 20px;
	margin-top: 9px;
}

a.btnDownload {
	display: block;
	width: 103px;
	height: 24px;
	background: url(../images/btn-download.jpg) no-repeat;
}

.note {
	padding-left: 5px;
	color: #666;
	font-size: .9em;
}