@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
#box {
	width:780px;
	background-image:url(images/barbackground.jpg);
	background-repeat:repeat-y;
	margin:0px auto;
	padding:0px;
	}
#bar {
	width:95px;
	height:478px;
	background-image:url(images/barbackgroundtop.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	color:#000000;
	float:left;
	margin:0px;
	padding-top:110px;
	text-align:right;
	}
#bar a {
	display:block;
	color:#000000;
	padding-right:10px;
	margin:3px 0px;
	height:14px;
	width: 85px;
	text-decoration:none;
}
#bar a:hover {
	background-image:url(images/arrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.current {
	font-weight:800;
	background-image:url(images/arrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
	font-size:13px;
	color:#FFFFFF;
	}
#header {
	width:665px;
	text-align:left;
	float:right;
	}
#header p {
	float:left;
	clear:none;
	font-size:12px;
	font-weight: bold;
	margin:68px 0px 0px 0px;
	}
#header h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	float:left;
	display:block;
	width:215px;
	margin:20px 0px 0px 0px;
	padding:0px;
	color:#880000;
	}
#content {
	width:665px;
	margin:30px 0px 0px 0px;
	float:right;
	text-align:left;
	}
.imgbox_home {
	background-image:url(images/homebox.jpg);
	background-repeat:no-repeat;
	height:490px;
	}
.imgbox_bath {
	background-image:url(images/bathbox.jpg);
	background-repeat:no-repeat;
	height:340px;
	}
.imgbox_kitch {
	background-image:url(images/kitchbox.jpg);
	background-repeat:no-repeat;
	height:340px;
	}
.imgbox_reno {
	background-image:url(images/renobox.jpg);
	background-repeat:no-repeat;
	height:430px;
	}
.imgbox_serv {
	background-image:url(images/servbox.jpg);
	background-repeat:no-repeat;
	height:467px;
	}
.imgbox_testi {
	background-image:url(images/testibox.jpg);
	background-repeat:no-repeat;
	height:644px;
	}
.boxtext {
	float:right;
	width:320px;
	font-size:14px;
	padding:10px 20px 0px 0px;
	}
.boxtext h1 {
	margin-top:20px;
	font-size:18px;
	color:#336699;
	}
.boxtext h2 {
	color:#666666;
	font-size:15px;
	font-weight:normal;
	}
.boxtext b {
	color:#990000;
	}
.boxtext ul {
	margin:5px 0px;
	}
.boxtext i {
	color:#666666;
	}
.thumbholder {
	width:150px;
	font-size:12px;
	color:#336699;
	float:left;
	margin-right:21px;
	}
#foot {
	width:780px;
	height:15px;
	background-image:url(images/bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	clear:both;
	}
#absolutebottom {
	width:780px;
	color:#990000;
	font-size:12px;
	margin:10px auto;
	}
#absolutebottom a {
	color:#3399CC;
	text-decoration:none;
	}
#absolutebottom a:hover {
	text-decoration:underline;
	}
.tiny {
	font-size:10px;
	}
.clearer {
	clear:both;
	}