@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px double #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	margin: 10px;
	padding: 10px;
	background: #333333;
}

#header .search {
	float:right;
	width: 160px;
	margin: 0;
	padding: 0;
	height: 165px;
}

#header .search p {
	font-family: "Romana BT", Symbol, "Times New Roman";
	font-size: 24px;
	color: #999999;
	margin: 0px;
	padding: 0px;
} 

.searchBox {
	padding: 0;
	margin-bottom: 32px;
	margin-top: 62px;
	color: #999999;
	font-weight:bold;
}

.searchBoxAlt {
	padding-top: 120px;
}

#header .tvLogo {
	width: 565px;
}

#header .navBar {
	width: 560px;
	padding-top: 31px;
	padding-bottom: 0;	
	padding-left: 0;
	padding-right: 0;;
	margin: 0;

}

#header .navBar ul {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#header .navBar li {
	display: inline;
}

#header .navBar a {
	text-decoration:none;
	color:#999999;
	font-size:18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	padding-right: 12px;
	padding-left: 12px;
	border-left: solid 1px #999999;
}

#header .navBar a:hover {
	text-decoration: underline;
}

#header .navBar a.home {
	padding-right: 12px;
	padding-left: 5px;
	border-left:none;
}

#header .navBar a.highlight {
	color: #BBAD00;
}

#header .navBar a.homehighlight {
	padding-right: 12px;
	padding-left: 5px;
	color: #BBAD00;
	border-left: none;
}

#header .supp {
	border-top: solid 1px #999;
	margin-top: 0px;
	padding-top: 10px;
}

#searchResults {
	margin: 10px;
}


.rightPanel {
	margin-right: 10px;
	float: right;
	width: 200px;
	height: 480px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right:10px;
	background:#333333;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.latestNews, .productNews {
	margin-left: 10px;
	width: 530px;
	padding: 0;
	height: 75px;
	background-color: #BBAD00;
}

.productNews {
	width: 500px;
	background-color: #508089;
}

.latestNews p, .productNews p {
	color: #ffffff;
	font-size:14px;
	margin-top:10px;
	padding-top: 10px;
	padding-left: 105px;
	margin-bottom: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.latestNews p.news, .productNews p.news {
	border-top: dashed 1px #ffffff;
	overflow: hidden;
	padding-left: 10px;
	padding-top:10px;
	margin-bottom: 0;
}

.latestNews a, .productNews a {
	color: #ffffff;
	text-decoration: none;
}

.latestNews a:hover, .productNews a:hover {
	text-decoration: underline;
}

.latestNews img, .productNews img {
	padding-left:10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	border-right: dashed 1px #ffffff;
	float: left;
}

.threeImages {
	float: left;
	width: 250px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
	height: 400px;
}

.threeImages img {
	border: none;
	padding-bottom: 10px;
}

.threeImages p {
	background-color: #508089;
	margin: 0;
	padding: 2px;
}

.threeImages a {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}


.productRight {
	float: right;
	width: 250px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 640px;

}

.productRight img {
	border: none;
	padding-bottom: 10px;
}

.productRight p {
	background-color: #BBAD00;
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	padding: 2px;
}

.productRight a {
	text-decoration: none;
}

img.shower {
	margin-top: 10px;
}	

img.bathroom {
	margin-top: 10px;
	margin-left: 10px;
}

.productClassicKit {
	float: left;
	width: 256px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 480px;
	border: solid 1px #000;
}

.productModKit {
	float: left;
	width: 256px;
	margin-right: 12px;
	margin-left: 10px;
	overflow: hidden;
	height: 645px;
	border: solid 1px #000;
}
.productFittingsKit {
	float: left;
	width: 256px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 480px;
	border: solid 1px #000;
}

h1.titlebar {
	background-color: #508089;
	color: #ffffff;
	font-size: 14px;
	padding: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0;
}

.titlebar h1 {
	background-color: #508089;
	color: #ffffff;
	font-size: 14px;
	padding: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0;
}

.easyaccessbar h1 {
	background-color: #AF5666;
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	padding: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.productClassicKit a, .productPanelbath a, .titlebar a, .productModKit a, .productFittingsKit a, .galleryProjects a, .galleryDaybyDay a, .gallery2rows a {
	text-decoration: none;
}

.productClassicKit p, .productModKit p, .productFittingsKit p, .galleryProjects p, .galleryDaybyDay p, .gallery2rows p, .gallery3rows p {
	padding: 5px;
}

.productPanelbath {
	float: left;
	width: 256px;
	padding-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 480px;
	border: solid 1px #000;
}

.productPanelbath p, .productEasyAccess p {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
}

.productEasyAccess {
	float: left;
	width: 256px;
	padding-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 480px;
	border: solid 1px #000;
}


.productBrassware {
	float: left;
	width: 256px;
	padding-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 315px;
	border: solid 1px #000;
	margin-top: 0;
}

.threeRowsPlusCaption {
	float: left;
	width: 256px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	height: 494px;
	border: solid 1px #000;
	overflow:hidden;

}

.oneRowPlusCaption {
	float: left;
	width: 256px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	height: 144px;
	border: solid 1px #000;

}

.twoRowsPlusCaption {
	float: left;
	width: 256px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	height: 316px;
	border: solid 1px #000;

}


.galleryProjects {
	float:left;
	width: 256px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 359px;
	border: solid 1px #000;
}

.gallery3rows_test {
	float: left;
	width: 247px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 338px;
	border: solid 1px #000;
	padding:10px;
}

.galleryPortrait {
	float: left;
	width: 247px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 618px;
	border: solid 1px #000;
	padding: 10px;
}

.gallery3rows {
	float: left;
	width: 256px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 480px;
	border: solid 1px #000;
}

.gallery2rows {
	float: left;
	width: 256px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 315px;
	border: solid 1px #000;
}

.galleryDaybyDay {
	float: left;
	width: 256px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 150px;
	border: solid 1px #000;
}

.thumbnails {
	margin-left: 281px;
}

.thumbnails img {
	border: solid 1px #000;
	margin-bottom: 10px;
}

.thumbnails img.middleThumb {
	margin-right: 10px;
	margin-left: 10px;
}

.thumbnails img.middlebThumb {
	margin-right: 11px;
	margin-left: 11px;
	margin-bottom: 0;
}

.thumbnails img.bottomThumb {
	margin-bottom: 0;
}


.gallerytnails {
	float: left;
	text-align: center;
	font-size: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
}

.gallerytnails img {
	border: solid 1px #000;
}

#contact {
	margin-right: 10px;
	margin-left: 10px;
	background-image:url(images/general/contactUs.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.contactForm fieldset {
	margin-left: 10px;
	border: none;
}

.thanks, .sorry {
	color: #990000;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 382px;
}

.sorry {
	padding-bottom: 5px;
}

.contactForm {
	float: left;
	width: 350px;
	margin-top: 0px;
	margin-right: 20px;
	padding-left: 0px;
	background-image:url(images/general/contactFormBkgrd.png);
	background-repeat:repeat;
	background-position: top;
}

#contact h1 {
	font-size: 22px;
	color: #fff;
	padding-left: 20px;
	padding-top: 10px;
}

#contact p {
	font-size: 12px;
	margin-bottom: 3px;
	padding-top: 3px;
}


#contact .addressBlock {
	margin-top: 402px;
	padding-right: 22px;
	padding-bottom: 5px;
}

#contact .addressBlock p {
	font-size:14px;
	text-align: right;
	color:#FFFFFF;
	font-weight: bold;
}

.captchaAlign {
	position: absolute;
}

#highlight {
	width: 415px;
	background: #BBAD00;
	color: #fff;
	margin-left: 10px;
	font-weight: bold;
}

#highlight p {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	color: #990000;
	
}
#container .gallerytnails .new {
	font-weight: bold;
	color: #990000;
}


.staffImage {
	float:left;
	margin-right: 10px;
	border: solid 1px #000;
}

#aboutUsPara {
	margin: 10px;
}

#serviceMenu {
	width: 300px;
	height: 388px;
	background-image:url(images/general/service.png);
	margin-left: 20px;
	margin-right: 10px;
	float: left;
}

#serviceMenu ul {
	padding-top: 148px;
	padding-left: 45px;
}

#serviceMenu li {
	list-style:none;
	padding-top: 21px;
}

#serviceMenu a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;

}

.serviceTopPara {
	padding-top: 165px;
	margin-left: 350px;
	margin-right: 20px;
}

.servicePara {
	margin-left: 190px;
	margin-right: 20px;
	margin-bottom: 40px;
}

#surveypic {
	width: 150px;
	height: 129px;
	border: solid 1px #BBAD00;
	float: left;
	background-image:url(images/general/survey.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#surveypic h1 {
	font-size: 14px;
	color: #fff;
	background-color: #e1d000;
	padding: 3px;
	margin: 0;
}
#designpic {
	width: 150px;
	height: 129px;
	border: solid 1px #BBAD00;
	float: left;
	background-image:url(images/general/design.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#designpic h1 {
	font-size: 14px;
	color: #fff;
	background-color: #d2c200;
	padding: 3px;
	margin: 0;
}

#orderpic {
	width: 150px;
	height: 129px;
	border: solid 1px #BBAD00;
	float: left;
	background-image:url(images/general/order.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#orderpic h1 {
	font-size: 14px;
	color: #fff;
	background-color: #bbad00;
	padding: 3px;
	margin: 0;
}

#installationpic {
	width: 150px;
	height: 129px;
	border: solid 1px #BBAD00;
	float: left;
	background-image:url(images/general/installation.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#installationpic h1 {
	font-size: 14px;
	color: #fff;
	background-color: #a69900;
	padding: 3px;
	margin: 0;
}
#aftercarepic {
	width: 150px;
	height: 129px;
	border: solid 1px #BBAD00;
	float: left;
	background-image:url(images/general/aftercare.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#aftercarepic h1 {
	font-size: 14px;
	color: #fff;
	background-color: #938800;
	padding: 3px;
	margin: 0;
}

h1.service {
	font-size: 16px;
	color: #fff;
	background-color: #e1d000;
	padding: 3px;
	margin: 0;
}

#servicebackground {
	background-image:url(images/general/serviceBackground.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#news  {
	width: 760px;
	margin-left: 10px;
}

#news h1 {
	font-size: 14px;
	font-weight: bold;
	background-color: #508089;
	padding: 5px;
	color: #fff;
}
#news blockquote {
	font-size: 12px;
}

#news p.date {
	font-size: 10px;
}

#news .newsImages {
	float: left;
	width: 260px;
}

#news .newsImages img {
	margin-right: 10px;
	margin-top: 5px;
	border: solid 1px #000;
	margin-bottom: 10px;
}

#sitemap {
	margin: 10px;
}
 
#sitemap .title {
	border-bottom: solid 1px #000;
	font-size: 14px;
	font-weight: bold;	
}

#sitemap a {
	font-size: 12px;
	color: #000;
}

#sitemap p {
	margin-left: 20px;
}

#footer {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 5px;
	background-color: #333333;
	color:#ffffff;
	
}
#footer p {
	font-size:18px;
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
	margin-right: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}

.footerPhone {
	font-size: 24px;
	font-family: "Romana BT", Symbol, "Times New Roman";
	padding-left: 30px;
}

.clearFloat {
	clear:both;
}
#news p {
	font-size: 12px;
}

