@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	background: #bdbfc1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1	{
	font-size:20pt;
	padding:10px 0 0 0;
	font-weight:normal;
}

/* NAVIGATION STYLES */

a:link {
	color:#000000;
	text-decoration: none;
}

a:visited {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#FF00FF;
	text-decoration: underline;
}

a:active {
	color:#FF00FF;
	text-decoration: none;
}

#metacontainer {
	width: 780px;
	/*margin-top: 0;*/
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-bottom: 21px;
}

#bottom_address {
	width: 780px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
	position: relative;
	top: auto;
	height: 100px;
}

/* Drop shadows */

#dropshadow01 {
	width: 780px;
	background-image: url(../_images/shadow_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
}

#dropshadow02 {
	width: 780px;
	background-image: url(../_images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
}

#dropshadow03 {
	width: 780px;
	background-image: url(../_images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
}

#dropshadow04 {
	width: 780px;
	background-image: url(../_images/shadow_botm_right_02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#dropshadow05 {
	width: 780px;
	background-image: url(../_images/shadow_botm_left_02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 21px;
}

/* Layout DIVS */

#container {
	width: 738px; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 1px solid #000000;
*/	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #818285;
	background-image: url(../_images/black-gray-long-grad-shim.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 21px;
}

#mainContent {
	padding: 10px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#navbar {
	background-color: #000000;
	height: 123px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding:0 0 0 0;
}

#navbar a:link {
	color:#FFFFFF;
	text-decoration: none;
}

#navbar a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#navbar a:hover {
	color:#FF00FF;
	text-decoration: none;
}

#navbar a:active {
	color:#FF00FF;
	text-decoration: none;
}

#sub_bar {
	background-color: #000000;
	height: 72px;
	width: 100%;
	background-image: url(../_images/black-gray-short-grad-shim.gif);
	background-repeat: repeat-x;
}

#sub_bar img {
	padding:0 0 0 37px;
}

#brandcolourbar {
	height: 15px;
	background-color: #000000;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main_outer {
	float:none;
	background-color:#FFF;
}

#breadcrumbs p {
	padding:10px 0 0 37px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

#div-after {

}

#div-1 {
	width:698px;
}

#div-1-padding {
 	padding:20px 37px 20px 37px;
}

#leftcolumn {
	float:left;
	width:306px;
	font-family:Arial, Helvetica, sans-serif;
}

/* RANGE RESULT */

#rangeresult	{
	float:left;
	width:192px;
	padding:0 23px 25px 0;
}

#rangeresult h2	{
	font-size:10pt;
	font-weight:normal;
}

#rangeresult p	{
	font-size:10pt;
	color:#333333;
}

#rangeresult img	{
	/*float:left;*/
	padding:0 0 0 0;
	border:0;
}

#rangetext	{
	clear:both;
}

#rangetext h2	{
	font-size:10pt;
	font-weight:normal;
}

/* LEFT COLUMN */

#leftcolumn h1	{
	font-size:20pt;
	padding:10px 0 0 0;
	font-weight:normal;
}

#leftcolumn h2	{
	font-size:14pt;
	font-weight:bold;
}

#leftcolumn h3	{
	font-size:11pt;
	font-weight:normal;
}

#pagingnav ul	{
	margin: 0;
	padding: 0;
	background-color:#fff;
}

#pagingnav li	{
	margin:0;
	padding:0;
	float:left;
	width:50px;
	list-style:none;
	text-align:left;
}

/* RESULTS */

#results	{
	width:260px;
	float:left;
	/*float:left;*/
}

#rh_results	{
	padding:107px 0 0 0;
	width:260px;
	float:right;
	text-align:right;
}

#results h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20pt;
	font-weight:normal;
	padding:7px 0 0 0;
	margin:0;
}

#results p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding:5px 0 0 0;
	margin:0;
}

/* ICON DIV */

#icons	{
	padding:25px 0 0 0;
}

#icons img	{
	padding:0 4px 8px 0;
}

/* MERLYTE */

#merlyte	{
	padding:20px 0 0 0;
}

#merlyteimages 	{
	float:left;
	padding:0 10px 0 0;
	width:72px;
}

#merlytetext	{
	/*float:right;*/
}

.imagetext	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
}

#wallplan	{
	clear:both;
	padding:25px 0 0 0;
}

#rightcolumn {
	float:right;
	width:306px;
}

#lrgproductimage img	{
	padding:0 1px 20px 1px;
}

#smlproductimage	{

}

#smlproductimage img	{
	padding:0 1px 2px 1px;
}

/* RIGHT COLUMN */

#contactmerl	{
	position:relative;
	/*top:50px;*/
}

#name, #phone, #email, #comments, #size, #formaddress, #series, #unit, #handing, #colour, #information, #retailer, #parts	{
	width:200px;
}

/* TECHNICAL SECTION */

#technical {
	clear:both;
	padding:20px 0 0 0;
}

#technical h2	{
	width:100%;
	border-bottom:#000000 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:15px;
}

#technical h3	{
	font-size:11pt;
	font-weight:normal;
}

#technical ul	{
	list-style:none;
	padding:5px 0 20px 0;
}

#technical p	{
	padding:5px 0 0 0;
}

/* Brandstrips */

#brandstrip_div	{
	/*width:500px;*/
	padding:7px 5px 5px 5px;
	/*/padding:7px 5px 5px 5px;*/
	background-color:#000000;
}

#vivid_brandstrip_div	{
	/*width:500px;*/
	padding:7px 5px 5px 5px;
	/*/padding:7px 5px 5px 5px;*/
	background-color:#999999;
}

/*table#bs_hor	{
	padding:0;
	margin:0;
	border:0;
}*/

#bs_hor td,
#bs_ver td	{
	border:0;
}

#bs_hor tr:hover td,
#bs_ver tr:hover td {
		background:#000000;
		/*color: #ffffff;*/
		}

#bs_vivid_hor tr:hover td,
#bs_vivid_ver tr:hover td {
		background:#999999;
		/*color: #ffffff;*/
		}

#bs_hor td img,
#bs_ver td img	{
	margin:0;
	border:#fff 1px solid;
	text-align:left;
	vertical-align:top;
}

#bs_hor p,
#bs_ver p	{
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	vertical-align:top;
	color:#FFFFFF;
	border:0;
	text-align:left;
}

#bs_hor p a,
#bs_ver p a	{
	color:#FFFFFF;
}

#bs_hor p a:hover,
#bs_ver p a:hover	{
	color:#FF00FF;
	text-decoration:underline;
}

/* SHOWERING PRODUCTS */

#showering	{
	
}

#showering h1	{
	font-size:20pt;
	padding:10px 0 10px 0;
	font-weight:normal;
}

#kit	{
	width:125px;
	float:left;
	padding:20px 31px 0 0;
}

#kit h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#333333;
	padding:20px 0 20px 0;
	text-align:center;
}

#kit h3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
	padding:5px 0 5px 0;
}

#kit ul	{
	list-style:circle;
	padding:0 0 20px 15px;
}

#kit li	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#333333;
}

#text	{
	height:170px;
	padding:80px 0 0 0;
}

.images	{
	height:680px;
}

.image1 img	{
	/*padding:0 0 50px 0;*/
	padding:0 0 75px 0;
}

.image2 img	{
	/*padding:5px 0 50px 0;*/
	padding:0 0 0 0;
}

.image3 img	{
	padding:0 0 0 0;
	vertical-align:bottom;
	position:absolute;
	top:1060px;
}

/* RECORDSET NAVBAR */

#navbarrs	{
	clear:both;
}

#navbarrs ul	{
	margin:0;
	padding:0;
}

#navbarrs li	{
	margin:0;
	padding:0;
	float:left;
	width:100px;
	list-style:none;
	text-align:left;
	color:#333333;
}

#description {
	float:left;
	width:40%;
}

pre {
 padding:1em;
 border:1px dashed #aaa;
 background:#fafafa;
}

p {
 margin:0.5em 0;
}

h3 {
 color:#000;
}

#address p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#333333;
}

#address a	{
	color:#333333;
}

#Captcha {

}
#Captcha img{
vertical-align:middle;
}