/* Aquatic CSS */

/*
colors:

product series colors:
----------------------
millennium: dark: #a8a9ac / light: #b9babd / background lighter: #b9babd
infinity: dark: #ceebea / light: #d8efee / background lighter: #d8efee / darker text: #a7c7c6 
century: dark: #d4db90 / light: #dde2a6 / background lighter: #dde2a6
luxeair: dark: #949c51 / light: #a9b074 / background lighter: #a9b074
luxury: dark: #a68462 / light: #b89d81 / background lighter: #b89d81
gallery: dark: #ead766 / light: #eedf85 / background lighter: #eedf85
hotsoak: dark: #d15981 / light: #da7a9a / background lighter: #da7a9a
restoration: dark: #7eb0cd / light: #98c0d7 / background lighter: #98c0d7
builder select: #9ea374 / background lighter: #a0a97b
delicair: dark: #a2a0c7 / light: #b5b3d2 / background lighter: #b5b3d2
serenity air baths: dark: #5e8e1a / light: #edb05e / background lighter: #F2C68C
serenity studio: dark: #6b634e / light: #979183 / background lighter: #B5B1A6
symphony: dark: #006225 / light: #4C9166 / background lighter: #7FB192

*/

/* global */
body {
	margin: 0;
	padding: 0;
	background: #eee url(img/body_bg.gif) left top repeat-y;
}
p, li {
	color: #444;
	padding: 0;
	margin: 0;
	font-family: 'Helvetica Neue 55 Roman', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;	
}

p a         { font-weight: normal; text-decoration: none; }
p a:link    { color: #7ea8b2; }
p a:visited { color: #7ea8b2; }
p a:hover   { color: #888; }
p a:active  { color: #888; }

#wrap {
	margin: 0;
	padding: 0;
	width: 840px;

	background: url(img/wrap_bg.gif) left top no-repeat;
}
form {
	margin: 0;
	padding: 0;
}
/* end: global ==================== */ 


/* header */
#header {
	position: relative;
	width: 840px;
	height: 175px;
}
#header p {
	color: #444;
	padding: 0;
	margin: 0;
	font-family: 'Helvetica Neue 55 Roman', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 10px;	
}

#header p a         { font-weight: normal; text-decoration: none; }
#header p a:link    { color: #444; }
#header p a:visited { color: #444; }
#header p a:hover   { color: #7ea8b2; }
#header p a:active  { color: #7ea8b2; }

#header p.spacer {
	line-height: 3px;	
}
#mainLogo {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 340px;
	height: 175px;
}
#topLinks {
	position: absolute;
	top: 0px;
	left: 350px;
	width: 150px;
	height: 128px;
	border-left: 1px solid #666;
}
#topSearch {
	position: absolute;
	top: 0px;
	left: 500px;
	width: 290px;
	height: 128px;
	border-right: 1px solid #666;
}
#topSearch .dd {
	width: 200px;
	margin: 2px 0 0 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #666;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 9px; 
	line-height: 11px; 
	font-weight: normal;
}
/* end: header ==================== */ 


/* sidebar */
#sidebar {
	margin: 0;
	padding: 0;
	float: left;
	width: 250px;
}
#sidebarContent {
	margin: 0 0 20px 50px;
	padding: 0;
	border-left: 1px solid #666;
	width: 180px;
}
#sidebarContent img {
	margin: 0 0 10px 0;
	padding: 5px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: none;
}
#sidebarContent p {

	padding-left: 10px;
}

#sidebar p a         { font-weight: normal; text-decoration: underline; }
#sidebar p a:link    { color: #7ea8b2; }
#sidebar p a:visited { color: #7ea8b2; }
#sidebar p a:hover   { color: #888; text-decoration: none; }
#sidebar p a:active  { color: #888; text-decoration: none; }

/* set text colors for different pages */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sidebar p.millennium a:link    { color: #a8a9ac; }
#sidebar p.millennium a:visited { color: #a8a9ac; }
#sidebar p.millennium a:hover   { color: #888; }
#sidebar p.millennium a:active  { color: #888; }

#sidebar p.infinity a:link    { color: #a7c7c6; }  /* #ceebea; */
#sidebar p.infinity a:visited { color: #a7c7c6; }  /* #ceebea; */
#sidebar p.infinity a:hover   { color: #888; }
#sidebar p.infinity a:active  { color: #888; }

#sidebar p.century a:link    { color: #d4db90; }
#sidebar p.century a:visited { color: #d4db90; }
#sidebar p.century a:hover   { color: #888; }
#sidebar p.century a:active  { color: #888; }

#sidebar p.luxeair a:link    { color: #949c51; }
#sidebar p.luxeair a:visited { color: #949c51; }
#sidebar p.luxeair a:hover   { color: #888; }
#sidebar p.luxeair a:active  { color: #888; }

#sidebar p.luxury a:link    { color: #a68462; }
#sidebar p.luxury a:visited { color: #a68462; }
#sidebar p.luxury a:hover   { color: #888; }
#sidebar p.luxury a:active  { color: #888; }

#sidebar p.serenity_air_baths a:link    { color: #E58E1A; }
#sidebar p.serenity_air_baths a:visited { color: #E58E1A; }
#sidebar p.serenity_air_baths a:hover   { color: #888; }
#sidebar p.serenity_air_baths a:active  { color: #888; }

#sidebar p.serenity_studio a:link    { color: #6b634e; }
#sidebar p.serenity_studio a:visited { color: #6b634e; }
#sidebar p.serenity_studio a:hover   { color: #888; }
#sidebar p.serenity_studio a:active  { color: #888; }

#sidebar p.gallery a:link    { color: #ead766; }
#sidebar p.gallery a:visited { color: #ead766; }
#sidebar p.gallery a:hover   { color: #888; }
#sidebar p.gallery a:active  { color: #888; }

#sidebar p.hotsoak a:link    { color: #d15981; }
#sidebar p.hotsoak a:visited { color: #d15981; }
#sidebar p.hotsoak a:hover   { color: #888; }
#sidebar p.hotsoak a:active  { color: #888; }

#sidebar p.restoration a:link    { color: #7eb0cd; }
#sidebar p.restoration a:visited { color: #7eb0cd; }
#sidebar p.restoration a:hover   { color: #888; }
#sidebar p.restoration a:active  { color: #888; }

#sidebar p.builder_select a:link    { color: #9ea374; }
#sidebar p.builder_select a:visited { color: #9ea374; }
#sidebar p.builder_select a:hover   { color: #888; }
#sidebar p.builder_select a:active  { color: #888; }

#sidebar p.delicair_laundry_basin a:link    { color: #a2a0c7; }
#sidebar p.delicair_laundry_basin a:visited { color: #a2a0c7; }
#sidebar p.delicair_laundry_basin a:hover   { color: #888; }
#sidebar p.delicair_laundry_basin a:active  { color: #888; }

#sidebar p.symphony a:link    { color: #006225; }
#sidebar p.symphony a:visited { color: #006225; }
#sidebar p.symphony a:hover   { color: #888; }
#sidebar p.symphony a:active  { color: #888; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* end: set text colors for different pages */

#sidebarContent h1 {

	padding-left: 10px;
}

#sidebar h1 {
	margin: 0;
	font-family: 'Helvetica Neue 75 Bold', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal; 
	text-decoration: none;
}

#sidebar h1 a { font-weight: bold; text-decoration: none; }	
/* set text colors for different pages */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sidebar h1.home {
	color: #7ea8b2;
}
#sidebar h1.home a:link, #sidebar h1.home a:visited {
	color: #7ea8b2;
}
#sidebar h1.home a:hover, #sidebar h1.home active {
	color: #888;
}

#sidebar h1.millennium a:link, #sidebar h1.millennium a:visited {
	color: #a8a9ac;
}
#sidebar h1.millennium a:hover, #sidebar h1.millennium active {
	color: #888;
}

#sidebar h1.infinity a:link, #sidebar h1.infinity a:visited {
	color: #a7c7c6;  /* #ceebea; */
}
#sidebar h1.infinity a:hover, #sidebar h1.infinity active {
	color: #888;
}

#sidebar h1.century a:link, #sidebar h1.century a:visited {
	color: #d4db90;
}
#sidebar h1.century a:hover, #sidebar h1.century active {
	color: #888;
}

#sidebar h1.luxeair a:link, #sidebar h1.luxeair a:visited {
	color: #949c51;
}
#sidebar h1.luxeair a:hover, #sidebar h1.luxeair active {
	color: #888;
}

#sidebar h1.luxury a:link, #sidebar h1.luxury a:visited {
	color: #a68462;
}
#sidebar h1.luxury a:hover, #sidebar h1.luxury active {
	color: #888;
}

#sidebar h1.serenity_air_baths a:link, #sidebar h1.serenity_air_baths a:visited {
	color: #E58E1A;
}
#sidebar h1.serenity_air_baths a:hover, #sidebar h1.serenity_air_baths active {
	color: #888;
}

#sidebar h1.serenity_studio a:link, #sidebar h1.serenity_studio a:visited {
	color: #6b634e;
}
#sidebar h1.serenity_studio a:hover, #sidebar h1.serenity_studio active {
	color: #888;
}

#sidebar h1.gallery a:link, #sidebar h1.gallery a:visited {
	color: #ead766;
}
#sidebar h1.gallery a:hover, #sidebar h1.gallery active {
	color: #888;
}

#sidebar h1.hotsoak a:link, #sidebar h1.hotsoak a:visited {
	color: #d15981;
}
#sidebar h1.hotsoak a:hover, #sidebar h1.hotsoak active {
	color: #888;
}

#sidebar h1.restoration a:link, #sidebar h1.restoration a:visited {
	color: #7eb0cd;
}
#sidebar h1.restoration a:hover, #sidebar h1.restoration active {
	color: #888;
}

#sidebar h1.builder_select a:link, #sidebar h1.builder_select a:visited {
	color: #9ea374;
}
#sidebar h1.builder_select a:hover, #sidebar h1.builder_select active {
	color: #888;
}

#sidebar h1.delicair_laundry_basin a:link, #sidebar h1.delicair_laundry_basin a:visited {
	color: #a2a0c7;
}
#sidebar h1.delicair_laundry_basin a:hover, #sidebar h1.delicair_laundry_basin active {
	color: #888;
}

#sidebar h1.symphony a:link, #sidebar h1.symphony a:visited {
	color: #006225;
}
#sidebar h1.symphony a:hover, #sidebar h1.symphony active {
	color: #888;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* end: set text colors for different pages */

/* end: sidebar ==================== */


/* sidebar: leftNav */
#leftNav {
	margin: 0 0 0 40px;
	width: 200px;
	height: 210px;
}
#leftNav.home {
	background: url(img/leftnav_bg_home.jpg) left top no-repeat;
}
#leftNav.luxeair {
	background: url(img/leftnav_flowerbg_luxeair.jpg) left top no-repeat;
}

#leftNavSub {
	margin: 0 0 0 40px;
	width: 200px;
	height: 162px;
}

/* set background color (with bg image) for different pages */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#leftNavSub.all {
	background: url(img/leftnav_bg_all.gif) left top repeat-y;
}
#leftNavSub.millennium {
	background: url(img/leftnav_bg_millennium.gif) left top repeat-y;
}
#leftNavSub.infinity {
	background: url(img/leftnav_bg_infinity.gif) left top repeat-y;
}
#leftNavSub.century {
	background: url(img/leftnav_bg_century.gif) left top repeat-y;
}
#leftNavSub.luxeair {
	background: url(img/leftnav_bg_luxeair.gif) left top repeat-y;
}
div#sidebar div#leftNavSub.luxury {
	background: url(img/leftnav_bg_luxury.gif) left top repeat-y;
	background-color: #a00345;
}
#leftNavSub.serenity_air_baths {
	background: url(img/leftnav_bg_serenity_air_baths.gif) left top repeat-y;
}
#leftNavSub.serenity_studio {
	background: url(img/leftnav_bg_serenity_studio.gif) left top repeat-y;
}
#leftNavSub.gallery {
	background: url(img/leftnav_bg_gallery.gif) left top repeat-y;
}
#leftNavSub.hotsoak {
	background: url(img/leftnav_bg_hotsoak.gif) left top repeat-y;
}
#leftNavSub.restoration {
	background: url(img/leftnav_bg_restoration.gif) left top repeat-y;
}
#leftNavSub.builder_select {
	background: url(img/leftnav_bg_builder_select.gif) left top repeat-y;
}
#leftNavSub.delicair_laundry_basin {
	background: url(img/leftnav_bg_laundry_basin.gif) left top repeat-y;
}
#leftNavSub.symphony {
	background: url(img/leftnav_bg_symphony.gif) left top repeat-y;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* end: set background color (with bg image) for different pages */

/* end: sidebar: leftNav ==================== */


/* sidebar: leftNav: leftNavContent */
#leftNavContent {
	width: 184px;
	_width: 190px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin: 0 6px 0 10px;
	padding: 0 2px;
	font-family: 'Helvetica Neue 55 Roman', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 11px; 
	font-weight: normal;
	background-color: #fff;
}
#leftNavContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#leftNavContent li {
	border-bottom: 1px solid #fff;
	margin: 0;
}
#leftNavContent li a {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}
html>body #leftNavContent li a {
	width: auto;
}

/* set colors for main left navigation */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#leftNavContent.all li a {
	background-color: #abd0d5;
	color: #333;
}
#leftNavContent.all li a:hover {
	background-color: #7ea8b2;
	color: #fff;
}
#leftNavContent.home li a {
	background-color: #abd0d5;
	color: #333;
}
#leftNavContent.home li a:hover {
	background-color: #7ea8b2;
	color: #fff;
}

#leftNavContent.millennium li a {
	background-color: #caccce;  /* #b9babd; */
	color: #333;
}
#leftNavContent.millennium li a:hover {
	background-color: #a8a9ac;
	color: #fff;
}

#leftNavContent.infinity li a {
	background-color: #d8efee;
	color: #333;
}
#leftNavContent.infinity li a:hover {
	background-color: #ceebea;
	color: #666;
}

#leftNavContent.century li a {
	background-color: #e6eabd;  /* #dde2a6; */
	color: #333;
}
#leftNavContent.century li a:hover {
	background-color: #d4db90;
	color: #666;
}

#leftNavContent.luxeair li a {
	background-color: #cfd3b1;  /* #a9b074; */
	color: #333;
}
#leftNavContent.luxeair li a:hover {
	background-color: #949c51;
	color: #fff;
}

#leftNavContent.luxury li a {
	background-color: #d3c2b1;  /* #b89d81; */
	color: #333;
}
#leftNavContent.luxury li a:hover {
	background-color: #a68462;
	color: #fff;
}

#leftNavContent.serenity_air_baths li a {
	background-color: #F2C68C;
	color: #333;
}
#leftNavContent.serenity_air_baths li a:hover {
	background-color: #E58E1A;
	color: #fff;
}

#leftNavContent.serenity_studio li a {
	background-color: #B5B1A6;
	color: #333;
}
#leftNavContent.serenity_studio li a:hover {
	background-color: #6b634e;
	color: #fff;
}

#leftNavContent.gallery li a {
	background-color: #f7efc2;  /* #eedf85; */
	color: #333;
}
#leftNavContent.gallery li a:hover {
	background-color: #ead766;
	color: #666;
}

#leftNavContent.hotsoak li a {
	background-color: #edbdcd;  /* #da7a9a; */
	color: #333;
}
#leftNavContent.hotsoak li a:hover {
	background-color: #d15981;
	color: #fff;
}

#leftNavContent.restoration li a {
	background-color: #d2e4ee;  /* #98c0d7; */
	color: #333;
}
#leftNavContent.restoration li a:hover {
	background-color: #7eb0cd;
	color: #fff;
}

#leftNavContent.builder_select li a {
	background-color: #c6ccb0;  /* #a0a97b; */
	color: #333;
}
#leftNavContent.builder_select li a:hover {
	background-color: #9ea374;
	color: #fff;
}

#leftNavContent.delicair_laundry_basin li a {
	/* background-color: #cccae0;   #b5b3d2; */
	background-color: #cccae0;  /* #b5b3d2; */
	/*dark: a2a0c7 / light: b5b3d2 / background lighter: #b5b3d2*/
	color: #333;
}
#leftNavContent.delicair_laundry_basin li a:hover {
	background-color: #a2a0c7;
	color: #fff;
}

#leftNavContent.symphony li a {
	background-color: #7FB192;
	color: #333;
}
#leftNavContent.symphony li a:hover {
	background-color: #006225;
	color: #fff;
}

/*
#leftNavContent.delicair li a {
	background-color: #cccae0; 
	color: #333;
}
#leftNavContent.delicair li a:hover {
	background-color: #a2a0c7;
	color: #fff;
}
*/


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* end: set colors for main left navigation */

/* end: sidebar: leftNav: leftNavContent ==================== */


/* main */
#main {
	margin: 0;
	padding: 0;
	float: right;
	width: 580px;
}
#mainTopPhoto {
	width: 518px;
	margin: 0;
	padding: 5px;
	border: 1px solid #666;
}
#mainTopPhoto.home {
	height: 388px;
}
#mainTopPhoto.sub {
	height: 300px;
}
#mainTopPhoto.catalog {
	height: 100px;
}

#mainTopProdNavHolder {
	width: 518px;
	height: 300px;
	margin: 0;
	padding: 5px;
	border: 1px solid #666;
}
#mainTopProdFlash {
	float: right;
	width: 348px;
	height: 300px;
	margin: 0;
	padding: 0;
}

#chromaHolder {
	width: 518px;
	height: 420px;
	margin: 0;
	padding: 5px;
	border: 1px solid #666;
	overflow: scroll;
}
#chromaPhoto {
	width: 1100px;
	height: 300px;
	margin: 0;
	padding: 0;	
}
#chromaBottom {
	position: relative;
	width: 1100px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(img/chromatherapy_bottom_bg.gif) no-repeat left top;
}
#cbHolder {
	position: absolute;
	top: 0px;
	width: 110px;
	height: 100px;
}
#cbHolder table {
	width: 100%;
	height: 100px;
}
#cbHolder table td {
	width: 100%;
	height: 100px;
	text-align: left;
	vertical-align: bottom;
	color: #444;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	font-family: 'Helvetica Neue 55 Roman', Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 11px;
}
#cbHolder.white {
	left: 40px;
}
#cbHolder.yellow {
	left: 150px;
}
#cbHolder.cyan {
	left: 260px;
}
#cbHolder.lightred {
	left: 380px;
}
#cbHolder.green {
	left: 620px;
}
#cbHolder.lightblue {
	left: 730px;
}
#cbHolder.magenta {
	left: 850px;
}
#cbHolder.oceanblue {
	left: 960px;
}

/*-- start: product navigation --*/
#mainTopProdNav {
	float: left;
	width: 160px;
	height: 208px;
	margin: 0;
	padding: 0;
	background: url(img/prod_nav.gif) no-repeat left top;
}
#mainTopProdNav ul  {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#mainTopProdNav li {
	display: table;
	margin: 0;
	padding: 0;
}
#mainTopProdNav li a:hover {
	text-decoration: none;
}
#mainTopProdNav li a {
	float: left;
	height: 19px;
	border: 0;
	margin: 0;
}
#mainTopProdNav .noShow {
	display: none;
}
#pn1, #pn2, #pn3, #pn4, #pn5, #pn6, #pn7, #pn8, #pn9, #pn10, #pn11 {
	background: url(img/prod_nav.gif) no-repeat;
	width: 160px;
	height: 19px;
}
#pn1  { background-position: 0 0px; }
#pn2  { background-position: 0 -19px; }
#pn3  { background-position: 0 -38px; }
#pn4  { background-position: 0 -57px; }
#pn5  { background-position: 0 -76px; }
#pn6  { background-position: 0 -95px; }
#pn7  { background-position: 0 -114px; }
#pn8  { background-position: 0 -133px; }
#pn9  { background-position: 0 -152px; }
#pn10 { background-position: 0 -171px; }
#pn11 { background-position: 0 -190px; }

#pn1:hover, #pn1:focus, #pn1.on { background-position: 0 -209px; }
#pn2:hover, #pn2:focus, #pn2.on { background-position: 0 -228px; }
#pn3:hover, #pn3:focus, #pn3.on { background-position: 0 -247px; }
#pn4:hover, #pn4:focus, #pn4.on { background-position: 0 -266px; }
#pn5:hover, #pn5:focus, #pn5.on { background-position: 0 -285px; }
#pn6:hover, #pn6:focus, #pn6.on { background-position: 0 -304px; }
#pn7:hover, #pn7:focus, #pn7.on { background-position: 0 -323px; }
#pn8:hover, #pn8:focus, #pn8.on { background-position: 0 -342px; }
#pn9:hover, #pn9:focus, #pn9.on { background-position: 0 -361px; }
#pn10:hover, #pn10:focus, #pn10.on { background-position: 0 -380px; }
#pn11:hover, #pn11:focus, #pn11.on { background-position: 0 -399px; }


/*-- bottom border and line --*/
#underProdNav {
	padding: 5px 0 0 9px;
	clear: left;
}
/*-- end: product navigation --*/

/* right top photo on product pages */
#mainTopProdPhoto {
	float: right;
	width: 353px;
	height: 300px;
	margin: 0;
	padding: 0;
}

#mainTopTitleHolder {
	width: 529px;
	height: 50px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #666;
}
#mainTopTitleHolder.prodFeat {
	border-bottom: 1px solid #666;
}
#mainTopTitle {
	width: 524px;
	height: 45px;
	margin: 0;
	padding: 0;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* set background color page titles */
#mainTopTitle.all {
	background-color: #abd0d5;
}
#mainTopTitle.sub {
	background-color: #abd0d5;
}
#mainTopTitle.millennium h1 {
	height: 30px;
	background-color: #caccce;
}
#mainTopTitle.infinity h1 { /* d: ceebea / l: d8efee */
	height: 30px;
	background-color: #ceebea;
}
#mainTopTitle.century h1 { /* d: d4db90 / l: dde2a6 */
	height: 30px;
	background-color: #e6eabd;
}
#mainTopTitle.luxeair h1 {
	height: 30px;
	background-color: #cfd3b1;
}
#mainTopTitle.luxury h1 {
	height: 30px;
	background-color: #d3c2b1;
}
#mainTopTitle.serenity_air_baths h1 {
	height: 30px;
	background-color: #F2C68C;
}
#mainTopTitle.serenity_studio h1 {
	height: 30px;
	background-color: #B5B1A6; /* #fee0b3; */
}
#mainTopTitle.gallery h1 { /* d: ead766 / l: eedf85 */
	height: 30px;
	background-color: #f7efc2;
}
#mainTopTitle.hotsoak h1 {
	height: 30px;
	background-color: #edbdcd;
}
#mainTopTitle.restoration h1 {
	height: 30px;
	background-color: #d2e4ee;
}
#mainTopTitle.builder_select h1 {
	height: 30px;
	background-color: #c6ccb0;
}
#mainTopTitle.delicair_laundry_basin h1 {
	height: 30px;
	background-color: #cccae0;
}
#mainTopTitle.symphony h1 { /* h1.sub */
	height: 30px;
	background-color: #7FB192;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* end: set background color page titles */


#mainTopTitle h1 {
	color: #fff;
	margin: 0;
	padding: 15px 0 0 15px;
	font-family: 'Helvetica Neue 55 Roman', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}

/* color adjustments */
#mainTopTitle h1.infinity {
	color: #333;
}
#mainTopTitle h1.century {
	color: #333;
}
#mainTopTitle h1.gallery {
	color: #333;
}
#mainTopTitle h1.sub {
	color: #333;
	text-transform:uppercase;
}
#mainTopTitle h1.all {
	color: #333;
}
/* end: color adjustments */

#main p a         { font-weight: bold; text-decoration: underline; }
#main p a:link    { color: #7ea8b2; }
#main p a:visited { color: #7ea8b2; }
#main p a:hover   { color: #888; text-decoration: none; }
#main p a:active  { color: #888; text-decoration: none; }

#mainHome {
	position: relative;
	width: 530px;
}
#mainHome h1 {
	margin: 0;
	padding: 10px 0 0 10px;
	font-family: 'Helvetica Neue 55 Roman', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
	color: #7ea8b2;
}

#mainHome h1.millennium { color: #a8a9ac; }
#mainHome h1.infinity { color: #a7c7c6; }  /* #ceebea; */
#mainHome h1.century { color: #d4db90; }
#mainHome h1.luxeair { color: #949c51; }
#mainHome h1.luxury { color: #a68462; }
#mainHome h1.serenity_air_baths { color: #E58E1A; }
#mainHome h1.serenity_studio { color: #6b634e; }
#mainHome h1.gallery { color: #ead766; }
#mainHome h1.hotsoak { color: #d15981; }
#mainHome h1.restoration { color: #7eb0cd; }
#mainHome h1.builder_select { color: #9ea374; }
#mainHome h1.delicair { color: #a2a0c7; }
#mainHome h1.symphony { color: #006225; }

#mainHome p {
	padding: 5px 0 0 10px;
}
#mainHome p.withImage {
	padding: 10px 0 0 10px;
}
#mainHomeLeft {
	float: left;
	width: 305px;
	background: url(img/home_main_bg.gif) left top repeat-y;
}
#mainHomeRight {
	float: right;
	width: 215px;
	background: url(img/home_main_bg.gif) left top repeat-y;
}
#mainHomeRight img.featured {
	margin: 5px 0 5px 0;
	padding: 5px;
	border: 1px solid #666;
}

#mainHomeSingle {
	width: 520px;
	background: url(img/home_main_bg.gif) left top repeat-y;
}
#mainHomeSingle img.featured {
	margin: 10px;
	padding: 5px;
	border: 1px solid #666;
}

#prodFeaturesHolder {
	width: 524px;
	padding: 5px 0 0 6px;
	position: relative;
}

/* end: main ==================== */


/* catalog holder */
#catalog {
	width: 740px;
	clear: both;
	margin-left: 50px;
}
#catalogTopTitle {
	width: 740px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#catalogTopNav {
	width: 740px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
	text-align: right;
}
#catalogTopTitle h1, #catalogTopNav h1 {
	margin: 0;
	padding: 10px 0;
	font-family: 'Helvetica Neue 55 Roman', Helvetica, Arial, sans-serif;

	font-weight: normal;
}
#catalogTopTitle h1 {
	font-size: 18px;
	line-height: 18px;
}
#catalogTopNav h1 {
	font-size: 15px;
	line-height: 15px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* set colors for catalog top h1 text */
#catalogTopTitle h1.all, #catalogTopNav h1.all {

	color: #7ea8b2;
}
#catalogTopNav h1.all { color: #7ea8b2; }
#catalogTopNav h1.all a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.all a:link    { color: #7ea8b2; }
#catalogTopNav h1.all a:visited { color: #7ea8b2; }
#catalogTopNav h1.all a:hover   { color: #ccc; }
#catalogTopNav h1.all a:active  { color: #ccc; }

#catalogTopTitle h1.millennium, #catalogTopNav h1.millennium {

	color: #a8a9ac;
}
#catalogTopNav h1.millennium { color: #a8a9ac; }
#catalogTopNav h1.millennium a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.millennium a:link    { color: #a8a9ac; }
#catalogTopNav h1.millennium a:visited { color: #a8a9ac; }
#catalogTopNav h1.millennium a:hover   { color: #ccc; }
#catalogTopNav h1.millennium a:active  { color: #ccc; }

#catalogTopTitle h1.infinity, #catalogTopNav h1.infinity {

	color: #a7c7c6;
}
#catalogTopNav h1.infinity { color: #a7c7c6; }
#catalogTopNav h1.infinity a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.infinity a:link    { color: #a7c7c6; }
#catalogTopNav h1.infinity a:visited { color: #a7c7c6; }
#catalogTopNav h1.infinity a:hover   { color: #ccc; }
#catalogTopNav h1.infinity a:active  { color: #ccc; }

/*
#catalogTopTitle h1.infinity, #catalogTopNav h1.infinity {

	color: #ceebea;
}
#catalogTopNav h1.infinity { color: #ceebea; }
#catalogTopNav h1.infinity a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.infinity a:link    { color: #ceebea; }
#catalogTopNav h1.infinity a:visited { color: #ceebea; }
#catalogTopNav h1.infinity a:hover   { color: #ccc; }
#catalogTopNav h1.infinity a:active  { color: #ccc; }
*/

#catalogTopTitle h1.century, #catalogTopNav h1.century {

	color: #d4db90;
}
#catalogTopNav h1.century { color: #d4db90; }
#catalogTopNav h1.century a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.century a:link    { color: #d4db90; }
#catalogTopNav h1.century a:visited { color: #d4db90; }
#catalogTopNav h1.century a:hover   { color: #ccc; }
#catalogTopNav h1.century a:active  { color: #ccc; }

#catalogTopTitle h1.luxeair, #catalogTopNav h1.luxeair {

	color: #949c51;
}
#catalogTopNav h1.luxeair { color: #949c51; }
#catalogTopNav h1.luxeair a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.luxeair a:link    { color: #949c51; }
#catalogTopNav h1.luxeair a:visited { color: #949c51; }
#catalogTopNav h1.luxeair a:hover   { color: #ccc; }
#catalogTopNav h1.luxeair a:active  { color: #ccc; }

#catalogTopTitle h1.luxury, #catalogTopNav h1.luxury {

	color: #a68462;
}
#catalogTopNav h1.luxury { color: #a68462; }
#catalogTopNav h1.luxury a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.luxury a:link    { color: #a68462; }
#catalogTopNav h1.luxury a:visited { color: #a68462; }
#catalogTopNav h1.luxury a:hover   { color: #ccc; }
#catalogTopNav h1.luxury a:active  { color: #ccc; }

#catalogTopTitle h1.serenity_air_baths, #catalogTopNav h1.luxeair {

	color: #E58E1A;
}
#catalogTopNav h1.serenity_air_baths { color: #E58E1A; }
#catalogTopNav h1.serenity_air_baths a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.serenity_air_baths a:link    { color: #E58E1A; }
#catalogTopNav h1.serenity_air_baths a:visited { color: #E58E1A; }
#catalogTopNav h1.serenity_air_baths a:hover   { color: #ccc; }
#catalogTopNav h1.serenity_air_baths a:active  { color: #ccc; }

#catalogTopTitle h1.serenity_studio, #catalogTopNav h1.serenity_studio {

	color: #6b634e;
}
#catalogTopNav h1.serenity_studio { color: #6b634e; }
#catalogTopNav h1.serenity_studio a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.serenity_studio a:link    { color: #6b634e; }
#catalogTopNav h1.serenity_studio a:visited { color: #6b634e; }
#catalogTopNav h1.serenity_studio a:hover   { color: #ccc; }
#catalogTopNav h1.serenity_studio a:active  { color: #ccc; }

#catalogTopTitle h1.gallery, #catalogTopNav h1.gallery {

	color: #ead766;
}
#catalogTopNav h1.gallery { color: #ead766; }
#catalogTopNav h1.gallery a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.gallery a:link    { color: #ead766; }
#catalogTopNav h1.gallery a:visited { color: #ead766; }
#catalogTopNav h1.gallery a:hover   { color: #ccc; }
#catalogTopNav h1.gallery a:active  { color: #ccc; }

#catalogTopTitle h1.hotsoak, #catalogTopNav h1.hotsoak {

	color: #d15981;
}
#catalogTopNav h1.hotsoak { color: #d15981; }
#catalogTopNav h1.hotsoak a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.hotsoak a:link    { color: #d15981; }
#catalogTopNav h1.hotsoak a:visited { color: #d15981; }
#catalogTopNav h1.hotsoak a:hover   { color: #ccc; }
#catalogTopNav h1.hotsoak a:active  { color: #ccc; }

#catalogTopTitle h1.restoration, #catalogTopNav h1.restoration {

	color: #7eb0cd;
}
#catalogTopNav h1.restoration { color: #7eb0cd; }
#catalogTopNav h1.restoration a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.restoration a:link    { color: #7eb0cd; }
#catalogTopNav h1.restoration a:visited { color: #7eb0cd; }
#catalogTopNav h1.restoration a:hover   { color: #ccc; }
#catalogTopNav h1.restoration a:active  { color: #ccc; }

#catalogTopTitle h1.builder_select, #catalogTopNav h1.builder_select {

	color: #9ea374;
}
#catalogTopNav h1.builder_select { color: #9ea374; }
#catalogTopNav h1.builder_select a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.builder_select a:link    { color: #9ea374; }
#catalogTopNav h1.builder_select a:visited { color: #9ea374; }
#catalogTopNav h1.builder_select a:hover   { color: #ccc; }
#catalogTopNav h1.builder_select a:active  { color: #ccc; }

#catalogTopTitle h1.delicair_laundry_basin, #catalogTopNav h1.delicair_laundry_basin {

	color: #a2a0c7;
}
#catalogTopNav h1.delicair_laundry_basin { color: #a2a0c7; }
#catalogTopNav h1.delicair_laundry_basin a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.delicair_laundry_basin a:link    { color: #a2a0c7; }
#catalogTopNav h1.delicair_laundry_basin a:visited { color: #a2a0c7; }
#catalogTopNav h1.delicair_laundry_basin a:hover   { color: #ccc; }
#catalogTopNav h1.delicair_laundry_basin a:active  { color: #ccc; }

#catalogTopTitle h1.symphony, #catalogTopNav h1.symphony {

	color: #006225;
}
#catalogTopNav h1.symphony { color: #006225; }
#catalogTopNav h1.symphony a         { font-weight: normal; text-decoration: none; }
#catalogTopNav h1.symphony a:link    { color: #006225; }
#catalogTopNav h1.symphony a:visited { color: #006225; }
#catalogTopNav h1.symphony a:hover   { color: #ccc; }
#catalogTopNav h1.symphony a:active  { color: #ccc; }

/* end: set colors for catalog top h1 text */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* #catalogTopNav h1.luxeairStop needs to be changed to just "stop" so it's universal */ 

/* use this class when there are no more PREVIOUS or NEXT pages to go to */ 
#catalogTopNav h1.luxeairStop  { color: #ccc; }

/* end: catalog holder ==================== */


/* catalog styles */
#catalog table {
	width: 740px;
}

#catalog table td {
	vertical-align: top;
	color: #444;
	padding: 0;
	margin: 0;
	font-family: 'Helvetica Neue 55 Roman', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

#catalog table td a         { font-weight: bold; text-decoration: underline; }
#catalog table td a:link    { color: #7ea8b2; }
#catalog table td a:visited { color: #7ea8b2; }
#catalog table td a:hover   { color: #888; text-decoration: none; }
#catalog table td a:active  { color: #888; text-decoration: none; }

#catalog table td h1 {
	margin: 0;
	padding: 0 0 4px 0;
	font-family: 'Helvetica Neue 55 Roman', Helvetica, Arial, sans-serif;

	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}


/* set h1 color per series */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#catalog table td h1.all {

	color: #7ea8b2;
}
#catalog table td h1.millennium {

	color: #a8a9ac;
}
#catalog table td h1.infinity {

	color: #a7c7c6;   /* #ceebea; */
}
#catalog table td h1.century {

	color: #d4db90;
}
#catalog table td h1.luxeair {

	color: #949c51;
}
#catalog table td h1.luxury {

	color: #a68462;
}
#catalog table td h1.serenity_air_baths {

	color: #E58E1A;
}
#catalog table td h1.serenity_studio {

	color: #6b634e;
}
#catalog table td h1.gallery {

	color: #ead766;
}
#catalog table td h1.hotsoak {

	color: #d15981;
}
#catalog table td h1.restoration {

	color: #7eb0cd;
}
#catalog table td h1.builder_select {

	color: #9ea374;
}
#catalog table td h1.delicair_laundry_basin {

	color: #a2a0c7;
}
#catalog table td h1.symphony {

	color: #006225;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* end: set h1 color per series */


#catalog table.triple tr td {
	width: 340px;
}
#catalog table.triple tbody tr td:first-child {
	width: 300px;
}
#catalog table.triple tbody tr td:last-child {
	width: 100px;
}

#catalog table #catalogLinks {
	padding-left: 50px;
}
#catalog table #catalogLinks p {
	padding: 2px 0;
}

#catalog table.quad tr td {
	width: 200px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}
#catalog table.quad tbody tr td:last-child {
	width: 140px;
}
#catalog table.quad h1 {
	padding-top: 10px;
}
/* end: catalog styles ==================== */


/* finishes and colors table data ==================== */
#fc, #fc2 {
	padding: 5px 0 0 10px;
}
#fc td, #fc2 td {
	/* width: 86px; */
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
#fc td {
	width: 86px;
}
#fc2 td {
	width: 60px;
}
#fc p, #fc2 p {
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
/* end: finishes and colors table data ==================== */



/* footer */
#footer {
	width: 840px;
	height: 250px;
	clear: both;
}
#footerContent {
	width: 740px;
	padding-top: 75px;
	margin-left: 50px;
}
#footerContent p {
	color: #666;
}

#footerContent p a         { font-weight: bold; text-decoration: underline; }
#footerContent p a:link    { color: #7ea8b2; }
#footerContent p a:visited { color: #7ea8b2; }
#footerContent p a:hover   { color: #888; text-decoration: none; }
#footerContent p a:active  { color: #888; text-decoration: none; }
/* end: footer ==================== */


/* distributor locator */

#distLocHolder {
	width: 211px;
	height: 98px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 36px;
	left: 0px;
	border-left: none;
	overflow: hidden;
	background-color: #fff;
}
#distLoc {
	width: 200px;
	height: 80px;
	margin: 0;
	background-color: #ffffff;
	padding: 10px 0 0px 10px;
	overflow: hidden;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	position: relative;
	left: -220px;
}
.locatorField {
	width: 100px;
	margin: 2px 0 0 0;
	padding: 2px 0px 2px 2px;
	background-color: #eee;
	border: 1px solid #666;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px; 
	font-weight: normal;
}
/* end: distributor locator ==================== */


/* forms */
.inputOne {
	width: 390px;
	margin: 2px 0 3px 0;
	padding: 2px 0px 2px 2px;
	background-color: #eee;
	border: 1px solid #888;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px; 
	font-weight: normal;
}
.fieldOne {
	width: 390px;
	height: 100px;
	margin: 2px 0 3px 0;
	padding: 2px 0px 2px 2px;
	background-color: #eee;
	border: 1px solid #888;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px; 
	font-weight: normal;
}
.ddOne {
	width: 390px;
	margin: 2px 0 0 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #666;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 9px; 
	line-height: 11px; 
	font-weight: normal;
}
/* end: forms ==================== */


.desc-feature-container         { 
	
	border-left:1px solid #E1E1E2; border-right:1px solid #E1E1E2; border-bottom:1px solid #E1E1E2; padding:7px; border-collapse: collapse; }
.desc-feature-containerSel      { border-left:1px solid #E1E1E2; border-right:1px solid #E1E1E2; border-bottom:1px solid #E1E1E2; padding:7px;  background-color: #dfdfdf; border-collapse: collapse;}
.arrow-expand					{ margin:0 6px 0 6px; position:relative; top:-2px; }
#series 	 	                { color:#F3F3F3; padding-top:7px; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
.modelSelected      			{ border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.modelContainer { border-bottom: 1px solid #ccc;}

div.modelContainer a:link {
	font-family: 'Helvetica Neue 55 Roman', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #7ea8b2;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
}

.desc-feature-container a:link {
	font-family: 'Helvetica Neue 55 Roman', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #7ea8b2;
}
.desc-feature-container a:visited { color: #7ea8b2; }
.desc-feature-container a:hover { color: #888; }
.desc-feature-container a:active { color: #888; }

.seriesSel 	 	                { color:#F3F3F3; padding-top:7px; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}



td {
	font-family: 'Helvetica Neue 55 Roman', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-size: 11px;
}

#catalog table .links {
		width: 200px;
}

#catalog table.links tbody tr td:first-child {
		width: 30px;
		padding: 3px;
		text-align: middle;
		line-height: 10px;
		vertical-align:top;
	}
#catalog table.links tbody tr td{
		line-height: 10px;
		text-align: middle;
		line-height: 10px;
		vertical-align:middle;
}

.content_div {
	width: 100%;
	height: 2px;
	background-image: url(images/content_div.gif);
	background-repeat: repeat-x;
}
	
