div#main-light p {
	line-height: 22px;
	margin: 15px 0;
}

#subpage h3 {
	padding: 23px 0;
}

.left-col {
	float: left;
	width: 356px;
	padding: 30px 0;
}

.right-col {
	float: right;
	width: 315px;
}


.left-col img {
	background-color: #d4e3b7;
	margin-bottom: 10px;
}


/* about pages */

div.left-col div.subpage-aside {
	background-color: #d2cfc6;
	padding: 10px 30px 30px 30px;
}

#about-what-is .left-col {
	padding: 30px 0;
}

#about-what-is .right-col {
	padding: 10px 0;
}

#about-what-is .right-col img {
	border: 1px solid #595752;
}

/* about- care maintenance */

#about-care .right-col {
	padding: 10px 0;
}

.left-col img.green {
	background-color: #d4e3b7;
	margin-bottom: 10px;
}

#about-care ol {
line-height: 19px;
font-size: 11px;
list-style-position: inside;

}

#about-care .left-col .subpage-aside img {
margin: 15px 0;
border: 1px solid #4a473f;
}

/* about - faq */

p.question {
	border-bottom: 6px solid #d3e2b5;
	padding: 40px 0 5px 60px;
	background-image: url(../images/faq-q.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}


p.answer {
	padding: 0 0 15px 60px;
	background-image: url(../images/faq-a.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

/* gallery - samples */

table {
	margin-top: 30px;
}

	table tr td {
		padding: 4px;
		border: 0;
		border-right: 10px solid #fefcf7;
	}

table tr.r-dark td {
border-right: 10px solid #f7f5ee;
}

	table tr.heading td {
		background-color: #86b441;
		color: #fff;
		text-align: right;
		text-transform: uppercase;
		font-size: 10px;
		padding: 4px 7px;
		font-weight: bold;
		letter-spacing: 1px;
	}

		table tr.heading td.wide {
			background-color: #fefcf7;
		}

	table tr td.wide {
		border-right: 0;
		padding: 13px 10px;
	}

	table tr.r-dark {
		background-color: #f7f5ee;
	}

		table tr strong {
			color: #5d871e;
			letter-spacing: 1px;
		}

			table tr strong span {
				font-weight: normal;
			}

		#subpage table tr p {
			color: #0a526a;
			font-size: 11px;
			line-height: 16px;
			letter-spacing: 1px;
		}

		table tr a img {
			padding: 0px 5px;
			border: 0;
		}

#subpage #gal-samples table td a {
	border: 0;
}


p.zoom {
	text-align: right;
	color: #60808b;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	padding-right: 18px;
}

	p.zoom img {
		position: relative;
		top: 4px;
		margin-left: 3px;
	}

/* gallery - projects listing */

div.project {
	float: left;
	margin: 15px 0;
}

div.project-mid {
	float: left;
	margin: 15px 120px;
}

.products div.project {
	float: left;
	margin: 15px 0;
}

.products div.project-mid {
	float: left;
	margin: 15px 75px;
}

div#p-listing p {
	margin: 0;
	text-align: right;
	color: #6c9fb0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

div#p-listing p.more {
	text-align: left;
}

	div#p-listing p.more a {
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: #aeaeae;
		letter-spacing: 1px;
	}

div#p-listing a.image {
	border: 1px solid #0a526a;
	display: block;
}

	div#p-listing a.image:hover {
		border: 1px solid #0a526a;
	}

div#p-listing img {
	border: 0;
}


/* gallery - project individual */


#gal-indiv .left-col img {
	padding: 0;
	border: 1px solid #0a526a;
}

	#gal-indiv .left-col a img {
		border: 5px solid #0a526a;
		margin: 0 5px 0 0;
	}


#gal-indiv .right-col {
	margin-top: -14px;
	width: 350px;
}

	#gal-indiv .right-col h2 {
		background-color: #86b441;
		color: #fff;
		font-weight: normal;
		text-align: right;
		padding: 13px 15px;
		font-size: 20px;
		letter-spacing: 1px;
	}
	
	


/* products page */

div.product {
	float: left;
	margin: 25px 0 25px 0;
	width: 195px;
}
div.product-tiles {
	float: left;
	margin: 25px 0 25px 0;
}

.sinks div.product {
height: 305px;
}


div.product-mid {
	float: left;
	margin: 25px 60px 25px 60px;
	width: 195px;
}
#product-wrap {
border: 1px solid white;
	float:left;
	margin: 0em 0em 5em 0em;
	padding: 0em 0em 6em 0em;
	width:740px;
}


.sinks div.product-mid {
border: none;
height: 305px;
}

	div#product .caption {
		background-color: #d4e3b7;
		padding: 5px 5px 8px 5px;
		padding:0px;
		margin-top: 1px;
		line-height: 15px;
	}
	div#product .caption-float-left h4{
		font-size: 14px;
	}
	div#product .caption-float-left ul{
		font-weight: bold;
		padding: 5px 5px 8px 5px;
		padding:0px;
		margin-top: 1px;
		line-height: 15px;
		float: left;
		list-style-type: none;
	}
		div#product .caption-float-left ul li{
			line-height: 18px;
		}
			
		div#product .caption strong {
			display: block;
			color: #0a526a;
			letter-spacing: 1px;
			font-weight: bold;
			margin: 0 0 2px 0;
		}


		div#product .caption em {
			display: block;
			font-size: 10px;
			font-weight: bold;
			font-style: normal;
			color: #608b20;
			margin: 5px 0;
		}
		
		div#product .caption span {
			font-size: 10px;
			color: #0a526a;
			letter-spacing: 1px;
		}

div#product .caption li {
margin-left: 10px;
}
	
div#product img { border: 0; }

/* zoom zoom */

div#product img.p-zoom {
	display: block;
	position: relative;
	top: 130px;
	left: 170px;
	border: 1px solid #fff;
	background-color: #fff;
}
	div#product img.p-zoom-position1 {
		display: block;
		position: relative;
		top: 95px;
		left: 170px;
		border: 1px solid #fff;
		background-color: #fff;
	}
	div#product img.p-zoom-position2 {
		display: block;
		position: relative;
		top: 63px;
		left: 170px;
		border: 1px solid #fff;
		background-color: #fff;
	}

div#gal-projects img.p-zoom {
	display: block;
	position: relative;
	top: 160px;
	left: 140px;
	border: 1px solid #fff;
	background-color: #fff;
}

div.products img.p-zoom {
	display: block;
	position: relative;
	top: 190px;
	left: 170px;
	border: 1px solid #fff;
	background-color: #fff;
}

#product #footer {
	padding-top: 60px;
}


/* contact page */

#c-contact .right-col, #c-contact .left-col {
	margin-top: 40px;
}

#c-contact .left-col {
	background-color: #d2cfc6;
	padding: 20px 15px 25px 15px;
	width: 440px;
}

#c-contact .right-col {
	width: 250px;
	text-align: right;
}

	#c-contact .right-col img {
		border: 1px solid #0a526a;
		margin-bottom: 30px;
	}

/* form */

div.c-wrapper {
	width: 450px;
	margin-bottom: 22px;
}


div.contact-value {
	width: 128px;
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #0a526a;
	margin-top: 5px;
}

div.c-input {
	width: 250px; 
	margin-bottom: 17px;
	display: inline;
}

input#contact-input, textarea#comments, textarea#address, select#contact-input {
	width: 250px;
	padding: 6px;
	background-color: #0a526a;
	color: #fff;
	border: 0;
}

div.c-input select {
	width: 261px;
	padding: 6px;
	background-color: #0a526a;
	color: #fff;
	border: 0;
}

input#contact-submit {
	background-color: #0a526a;
	border: 0;
	padding: 6px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* company - estimate */


#c-estimate .left-col {
	width: 505px;
	padding: 30px 0 0 0;
}

#c-estimate .right-col {
	width: 200px;
	text-align: left;
	padding-top: 25px;
}

	#c-estimate .right-col h4 {
		font-size: 16px;
		font-weight: normal;
	}
	
	#c-estimate .right-col p {
		margin: 0 0 15px 0;
		font-size: 11px;
		line-height: 21px;
	}

div.products a.image img { border: 0; }
div.products a:hover.image img { border: 0; }


