/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
img {
	display:block;
}
legend {
	display:none;
}
/* end reset */

/* start site container */ 
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#616161;
}
h1 {
	font-size:20px;
	line-height:25px;
	color:#000;
}
h2 {
	font-size:14px;
	line-height:18px;
	color:#888;
	margin-top:15px;
}
h3 {
	font-size:20px;
	line-height:25px;
	color:#000;
	margin-top:10px;
}
h4 {
	font-size:12px;
	line-height:16px;
	color:#000;
	margin-top:10px;
}
h5 {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:#0077bb;
	margin-top:20px;
}
h6 {
	font-size:12px;
	line-height:16px;
	color:#888;
	margin-top:10px;
}
p {
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	color:#000;
	margin:10px 0;
}
strong {
	font-weight:bold;
}

li.usps {
	font-size:20px;
	color:#0077bb;
	margin:5px 15px;
}

a:link {
	color:#0077bb;
	text-decoration:none;
}
a:visited {
	color:#0077bb;
	text-decoration:none;
}
a:hover {
	color:#50bfff;
	text-decoration:underline;
}
a:active {
	color:#50bfff;
	text-decoration:underline;
}
#outer-container {
	min-height:710px;
	background:#616161 url(../images/bg-cont.jpg) repeat-x 0 0;
}
#container {
	width: 900px;
	margin: 20px auto;
	background-color:#FFF;
	padding-bottom:5px;
}

/* -------------- start header -------------- */ 
#header {
	width: 870px;
	height:166px;
	padding: 10px 15px 0 15px;
}
#header-logo a  {
	display:block;
	position:relative;
	width: 870px;
	height: 125px;
	margin: 0; 
	padding:0;
	background: url("../images/logo-shine-it.gif") 0 0 no-repeat;
	overflow:hidden;
}
#header-logo a:hover {	
	background-position: 0 -125px;
}
#nav-bar {
	position:relative;
	width:870px;
	height:26px;
	margin-top:15px;
	background: url("../images/nav-bg.gif") 0 0 no-repeat;
}
#nav-bar ul{
	position:absolute;
	top:6px;
	left:35px;
}
#nav-bar ul li{
	position:relative;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:none;
	font-size:10px;
	padding:5px 27px;
}
#nav-bar ul li:hover{ /* target the container for a rollover state, can be an image too */
	background-color:#696969;
}
/* Drop navigation starts here */
#nav-bar ul li ul#theDropNav0 {
	display:none;
	background-color:#231f20;
	position:absolute;
	top:22px;
	left:18px;
	width:120px;
}
#nav-bar ul li ul#theDropNav0 li{
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:none;
	font-size:10px;
	padding:4px 6px 4px 30px;
}

/* Drop navigation ends here */
#header #nav-bar ul li a{ /* creates white links in the  nav */
	color:#ffffff;
	text-decoration:none
}
/* end header */ 



/* -------------- start contentBox -------------- */ 
#contentBox {
	/*background-color:#0C0;*/
	width:870px;
	margin: 15px 15px 0;	
}

/* start leftCol lightbox */
#leftCol {
	float:left;
	width:140px;
}
#gallery {
	padding: 10px 15px;
}
#gallery ul { 
	list-style: none; 
}
#gallery ul li {
	margin-bottom:15px;
	color:#000;
	font-size:10px;
}
#gallery ul img {
	border: 1px solid #000;
}
#gallery ul a:hover img {
	border: 1px solid #0077bb;
}
/* end leftCol lightbox */

#rightCol {
	/*background-color:#F9F;*/
	float:left;
	width:727px;
	border-left: 1px solid #000;
}
#rightCol .homeh1 {
	width:430px;
	margin:10px 10px 15px 15px;
	float:left;
}
#slideshow { 
	position: relative;
	height: 185px; 
	width: 236px; 
	margin-right: 15px;
	float: right;
}

#franchiseBox {
	width:695px;
	margin-left:15px;
	border:1px solid #000;
	background-color:#ff9600;
}
#franchiseBox2 {
	width:585px;
	padding-left:15px;	
	padding-bottom:15px;
	border:1px solid #000;
	background-color:#ffc658;
	margin-top:20px;
}
.floatLeft {
	float: left;
	margin: 15px 15px;
}
.alignRight {
	text-align:right;
	color:#000;
	font-size:12px;
	margin:10px;
}

#innerContentLeft {
	/*background-color:#0C0;*/
	float:left;
	width:600px;
	margin: 0px 10px 0px 10px;
	padding-right:10px;
}
#innerContentLeft ul li {
	margin: 5px 20px;
	list-style-type: disc;
	list-style-image:url(../images/bullet.gif);
}
#innerContentLeft ol li {
	list-style-type:decimal;
	margin: 5px 26px;
}
#leftList {
	float:left;
	width:240px;
	margin-right:20px;
}
#rightList {
	float:left;
	width:240px;	
}
#innerContentRight{
	/*background-color:#FC6;*/
	float:left;
	width:230px;
	margin: 0px;	
}
#innerContentRight img{
	border:1px solid #000;
	margin-bottom:15px;	
}
#galleryBox {
	width:585px;
	height:157px;
	padding-left:15px;
	border:1px solid #000;
	background-color:#e9e9e9;
	margin-top:20px;
}

#galleryBox img {
	margin:15px 15px 15px 36px;
	display:inline;
	border:1px solid #000;
}

#galleryBox img:hover {
	border:1px solid #0077bb;
}
#videoBox {
	width:482px;
	height:416px;
	padding:15px;
	border:1px solid #000;
	background-color:#e9e9e9;
	margin-top:20px;
}
#innerContent {
	/*background-color:#0C0;*/
	width:850px;
	margin: 0px 10px 0px 10px;
}
#innerContent ul li {
	margin: 5px 20px;
	list-style-type: disc;
	list-style-image:url(../images/bullet.gif);
}
.toggleBox {
	position:relative;
	background-color:#e9e9e9;
	width:270px;
	height:338px;
	float:left;
	margin:6px;
}
#Layer1 {
	margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-sink.jpg);
}

#Layer2 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-sink2.jpg);
}

#Layer3 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-sink3.jpg);
}

#Layer4 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-sink4.jpg);
}

#Layer5 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-showertray.jpg);
}

#Layer6 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-showertray2.jpg);
}
#Layer7 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-tub.jpg);
}
#Layer8 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-schoolbench.jpg);
}
#Layer9 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-trough.jpg);
}
#Layer10 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-kitchen.jpg);
}
#Layer11 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-sink5.jpg);
}
#Layer12 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-toilet.jpg);
}
#Layer13 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-urinal.jpg);
}
#Layer14 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-urinal2.jpg);
}
#Layer15 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-urinal3.jpg);
}
#Layer16 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-fishing.jpg);
}
#Layer17 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-rail.jpg);
}
#Layer18 {
		margin:0px auto 0px auto; 
	border: 1px solid #696969;
	width:250px; 
	height:250px; 
	z-index:2; 
	background-image: url(../images/before-bbq.jpg);
}
.toggler {
	margin:0 0px 0px 100px;
	cursor:pointer;
}
/* Start contact form*/

#contactForm {
	width:585px;
	padding-left:15px;
	border:1px solid #000;
	background-color:#e9e9e9;
	margin-top:20px;
}
#contactForm .labels {
	float: left; 
	width: 90px;
	margin: 10px 0;
}
#contactForm .inputs {
	float: left; 
	margin: 5px 0;
}
#contactForm input[type="text"] {
	border:1px solid #0077bb;
	height:18px;
	margin: 5px 0;
}
#contactForm input[type="submit"] {
	border:1px solid #0077bb;
	background-color:#e9e9e9;
	color:#303030;
	font-size:11px;
	padding: 6px 10px 6px 10px;
	cursor: pointer;
}
/* End contact form*/

/* end contentBox */ 



/* -------------- start footer -------------- */ 

#footer {
	position:relative;
	width:870px;
	height:26px;
	margin:0px auto;
	background: url("../images/nav-bg.gif") 0 0 no-repeat;
	padding:5px 0;
}
.footerText {
	font-size:11px;
	color:#fff;
	text-align:center;
	margin:0;
}

/* -------------- General stuff -------------- */
.clearFloats {
	clear:both;
	height:1px;
	overflow:hidden; /*for IE only*/
}

hr {
	border: 0;
	color: #0077bb;
	background-color: #0077bb;
	height: 1px;
	/*width: 90%;*/
	margin:30px 20px;
}
