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

.navbar {
	background-image: url(images/top_shelf_plumbing_02.jpg);
	background-repeat: no-repeat;
	height: 21px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
}
body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #066;
}.content {
	background-image: url(images/top_shelf_plumbing_05.jpg);
	background-repeat: repeat;
}
.text {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.expand {
	background-image: url(images/top_shelf_plumbing_08.jpg);
	background-repeat: repeat;
}
a.nav:link{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-left: 20px;
}
a.nav:hover{
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
	margin-left: 20px;
}
a.nav:visited{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-left: 20px;
}
a.nav:active{
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
	margin-left: 20px;
}

a.base:link{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.base:hover{
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}
a.base:visited{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.base:active{
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}
.footer {
	color: #FFF;
}

a.gen:link{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a.gen:hover{
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
a.gen:visited{
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
a.gen:active{
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.image_left {
	float: left;
	width: 110px;
	margin-right: 15px;
}
