/* Bromley by Bow Centre  - CSS stylesheet - tim@fb */

/* enterprise microsites stylesheet */

/* override styles for enterprise microsites only - in here */

/* top nav */

ul#main_nav {
	clear: right;
	float: right;
	padding: 0;
	margin: 59px 0 0 0;
	/*border: 1px solid green;*/
}

/* ------------ 01 - Green Dreams enterprise ------------  */

body#green-dreams ul#subnav {background: #ec0b8d;}
	
body#green-dreams ul#subnav li.open {background: #f49ac1;}

body#green-dreams ul#subnav li.open a {color: #666 !important;}

body#green-dreams ul#subnav ul {background: #f49ac1;}

body#green-dreams ul#subnav li a {color: #000;}

body#green-dreams ul#subnav ul li a {color: #000;}

body#green-dreams h1#centcol_headline_sub {
	background: #ec0b8d url(../images/sheen_ent_02.jpg) 0 0 repeat-x;
	color: #000;
}

body#green-dreams #row_content {
	margin-top: 2px;
	float: left;  /* content-height fix */
	background: url(../images/tile_green-dreams.gif) top left repeat-y;
}

/* ------------ end Green Dreams enterprise ------------ */

/* ------------ 02 - Lekker Design enterprise ------------ */

body#lekker-design ul#subnav {background: #9ebc55;}
	
body#lekker-design ul#subnav li.open {background: #ceddaa;}

body#lekker-design ul#subnav li.open a {color: #666 !important;}

body#lekker-design ul#subnav ul {background: #ceddaa;}

body#lekker-design ul#subnav li a {color: #000;}

body#lekker-design ul#subnav ul li a {color: #000;}

body#lekker-design h1#centcol_headline_sub {
	background: #9ebc55 url(../images/sheen_ent_01.jpg) 0 0 repeat-x;
	color: #000;
}

body#lekker-design #row_content {
	margin-top: 2px;
	float: left;  /* content-height fix */
	background: url(../images/tile_lekker-design.gif) top left repeat-y;
}

/* ------------ end Lekker Design enterprise ------------ */

/* ------------ 03 - Signs of Life/HTC enterprise ------------ */

body#signs-of-lifehtc ul#subnav {background: #f6921d;}
	
body#signs-of-lifehtc ul#subnav li.open {background: #fcc588;}

body#signs-of-lifehtc ul#subnav li.open a {color: #666 !important;}

body#signs-of-lifehtc ul#subnav ul {background: #fcc588;}

body#signs-of-lifehtc ul#subnav li a {color: #000;}

body#signs-of-lifehtc ul#subnav ul li a {color: #000;}

body#signs-of-lifehtc h1#centcol_headline_sub {
	background: #f6921d url(../images/sheen_ent_03.jpg) 0 0 repeat-x;
	color: #000;
}

body#signs-of-lifehtc #row_content {
	margin-top: 2px;
	float: left;  /* content-height fix */
	background: url(../images/tile_signs-of-lifehtc.gif) top left repeat-y;
}

/* ------------ end Signs of Life/HTC enterprise ------------ */

/* main overrides */

body h1, h2, h3, h4, h5, h6 {color: #000;}

a:link, a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #7A7C7F;
	text-decoration: underline;
}

/* end stylesheet */






