@charset "UTF-8";
/* CSS Document */
.gallery {
	width: 700px;
}

#installers {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 10px;
}
#displayworx {
	width:100%;
	height:auto;
}


p {
font:Arial, Helvetica, sans-serif;
font-size:90%;
padding:5px;
}


h1 {
}

h2 {
color:RGB(44,2,96);
font:Arial, Helvetica, sans-serif;
font-size:110%;
text-align:center;


}
#white {
	width:600px;
	background-color:white;
	text-align:center;
	margin:0;
	padding:0;
	margin-left:10px;
	margin-right:10px;
}

#home{
	background-image: url(buttons/home1.gif);
	background-repeat: no-repeat;
}
#home a:link {
}
#home a:visited {
	background-image: url(buttons/home1.gif);
	background-repeat: no-repeat;
}
#home a:hover {
	background-image: url(buttons/home2.gif);
	background-repeat: no-repeat;
}
#home a:active {
	background-image: url(buttons/home2.gif);
	background-repeat: no-repeat;
}

.padding {

padding:5px 5px 10px 5px;
}

.left {
float:left;
}

#accessories, #pipeoptions {
float:left;
width:280px;
margin-left:20px;
border:thin solid black;
background-color:white;
}



#forceclear {
clear:both;
}

.clearer {
	clear: both;
	}