@charset "UTF-8";
/* CSS for SprinklerDoctorSG.com Site */
/* (c)2008 Doug Brown - The Sprinkler Doctor */
/* Designed by Jeff */
/* SN: 20080709135638-SG */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(../images/bgr-bdy.jpg);
	background-repeat: repeat;
}

#wrapper {
	min-height: 752px;
	background-image: url(../images/bgr-pg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 908px;
}

#hdr {
	width: 908px;
}

#nav {
	padding-top: 5px;
	margin: 0px;
	padding-left: 200px;
	font-size: .8em;
	background-repeat: no-repeat;
	height: 51px;
	width: 708px;
	background-image: url(../images/mnu-bar.jpg);
}

#nav .phone {
	font-size: 1.5em;
	color: #0071bc;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

#nav a {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #575757;
	border-style: solid;
	margin-right: 1px;
	margin-left: 1px;
	display: inline-block;
}

#nav a:link, #nav a:visited {
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover, #nav .current {
	background-image: url(../images/mnu-hvr.jpg);
	background-repeat: repeat-x;
	color: #0080ff;
	font-weight: bold;
	text-decoration: none;
}

#bdy {
	padding-right: 46px;
	padding-left: 46px;
	width: 816px;

}

p {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	line-height: 1.25em;
	font-size: .9em;
	color: black;
}

h1 {
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 10px;
	font-variant: normal;
	font-size: 1.25em;
	font-weight: bold;
	color: #0071bc;
}

h2 {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #7e7e7e;
}

h3 {
}

h4 {
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: bold;
	color: #c60704;
}

strong {
	text-transform: uppercase;
	font-weight: bold;
}.blue {
	color: #0071bc;
}

.red {
	color: #c60704;
}

.green {
	color: #67a400;
}

#ftr {
	color: #999999;
	margin: 0px;
	padding-right: 0px;
	padding-left: 46px;
	padding-bottom: 0px;
	padding-top: 15px;
	font-size: .65em;
	height: 44px;
	background-image: url(../images/ftr.jpg);
	background-repeat: no-repeat;
	width: 847px;
}

#ftr a:link, #ftr a:visited {
	color: #e2e2e2;
	text-decoration: none;
}

#ftr a:hover {
	color: #7e7e7e;
	text-decoration: underline;
}

#tagline {
	margin-left: 10px;
	margin-right: 35px;
	text-align: right;
	float: right;
}

.fltlft {
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}

table {
	border-spacing: 15px 5px;
	font-size: 0.9em;
}

th {
	font-weight: bold;
}

td {
}

ul {
	line-height: 1.25em;
	font-size: 0.95em;
	padding-left: 40px;
	list-style-position: outside;
	list-style-type: circle;
}

li {
	padding-left: 15px;
}

.callout {
	font-size: 0.8em;
	text-align: center;
}

hr {
	border-top-color: #7f7f7f;
	border-top-width: 1px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: dotted;
}

.containertext {
	margin-left: 307px;
	width: 509px;
}

