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

html {
	padding: 0px;
	margin: 0px;
}
body {
	background: #F0F9FF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #006;
}
h1 , h2, h2, h3, h4, h5, h6, p  {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}
.main {
	background: #FFF;
	width: 800px;
	display: block;
	text-align: center;
	border: medium double #006;
	height: 100%;
	margin: 0px auto;
}

.main #banner {
	background: url(../images/nichols_plumbing_banner.jpg);
	height: 241px;
	width: 800px;
	display: block;
	margin-top: 0px;
	padding: 0px;
}
.main #banner h1 {
	margin-left: -9999px;
	padding: 0px;
	margin-top: 0px;
}

.main #menu  {
	margin-top: -68px;

}
.main #menu ul  {
	list-style: none;
	font-size: 22px;
	text-align: left;
}
.main #menu ul li  {
	display: inline;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #FFF;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
.main #menu ul li a  {
	color: #003;
	text-decoration: none;
}
.main #menu ul li a:hover {
	color: #00C;
	text-decoration: none;
}

.main #content {
	width: 800px;
	display: block;
	height: 100%;
	text-align: left;
	padding-top: 20px;
}
.main #content h1 {
	font-size: 1.2em;
	color: #F00;
	clear: both;
}


.main #content h2 {
	font-size: 1em;
	color: #009;
}
.main #content h3 {
	font-size: 0.8em;
	color: #009;
}
.main #content h4 {
	font-size: 0.7em;
	color: #009;
}
.main #content h5 {
	color: #F00;
	font-size: 0.6em;
	margin-bottom: 5px;
}

.main #content p {
	font-size: 12px;
}
.main #content img.right {
	float: right;
	padding: 3px;
	border: 1px double #006;
	margin: 0px 20px;
	background: #DDD;
	height: auto;
	width: 180px;
}


.main #content img.left {
	float: left;
	padding: 3px;
	border: 1px double #006;
	margin: 0px 20px 0px 0px;
	background: #DDD;
	height: auto;
	width: 180px;
}

.main #content center div iframe {
	padding: 3px;
	border: thin double #006;
}
.main #content form {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	padding: 20px 10px;
}
.main #content address {
	font-style: normal;
}
.main #content center #operation_hours {
}
.main #content center #operation_hours th {
	color: #006;
	border: 1px dotted #CCC;
	background: #CCC;
	font-variant: small-caps;
}
.main #content center table {
	border: 1px solid #CCC;
}
.main #content center table td {
	border: 1px dotted #CCC;
	padding: 0px;
}

.main #content center #operation_hours td {
	border: 1px dotted #999;
}
.main #content h1 a {
	color: #006;
	text-decoration: none;
	border-bottom: thin dashed #006;
}
.main #content h1 a:hover {
	border-bottom: thin dotted #006;
}


.products table {
	margin: 20px auto;
	width: 95%;
	font-size: 0.8em;
	border-top: thin dotted #999;
}
.products table td{
	margin: 0px;
	padding: 0px;
	border-bottom: thin dotted #666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.products table tr td img {
	background: #DDD;
	margin: 10px 0px 10px 10px;
	border: 1px double #006;
	padding: 3px;
	width: 180px;
	height: auto;
}

.products table tr td ul {
	list-style: circle inside;
	font-size: 0.8em;
}






.main #copyright {
	font-size: 0.6em;
	letter-spacing: 0.15em;
	color: #FFF;
	display: block;
	border-top: medium double #FFF;
	padding: 0px;
	margin: 0px;
	background: #0674A9;
	height: 160px;
	border-bottom: medium double #FFF;
}
.main #copyright h1 {
	color: #FFF;
	text-align: left;
	letter-spacing: normal;
	margin: 5px 0px 0px;
	font-size: 0.8em;
}

.main #copyright p {
	float: left;
	width: 800px;
	height: 45px;
	text-align: center;
	margin: 5px;
}
.main #copyright a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
