/* CSS Document - SMPlumbing_Styles.css ************************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 10px 0px 10px 0px;
	line-height: 140%;
}
a {
	font-size: 11px;
	color: #60247c;
	text-decoration: none;
}
a:hover {
	color: #60247c;
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	color: #2d133f;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 11px;
	color: #2d2d2d;
	margin: 0px;
	font-weight: bold;
	display: inline;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 12px;
	color: #000000;
}
h5 {
	font-size: 11px;
	color: #000000;
}
h6 {
	font-size: 10px;
	color: #000000;
}

form {
	padding: 0px;
	margin: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.button {
	border: 1px solid #9f94a5;
	background-color: #361a4a;
	color: #FFFFFF;
	padding: 1px 3px 1px 3px;
}

/* IDs ************************************************************************/

#shadow {
	background-image: url(../images/page_bg_sides.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 893px;
	text-align: left;
	border: 1px solid #9f94a5;
}
#footerBorder {
	background-image: url(../images/footer_border_bg.gif);
	background-repeat: repeat-x;
	height: 6px;
}
#footer {
	background-color: #341547;
	padding: 8px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 4px;
	border-bottom: 5px solid #341547;
}
#footer a.current {
	padding-bottom: 4px;
	border-bottom: 5px solid #82c441;
}
#footer span {
	padding: 0px 15px 0px 15px;
}

/* Home Page */
#home {
	color: #FFFFFF;
}
#home h1 {
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 15px;	
}
#home h2 {
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 13px;	
}
#home li {
	list-style-image: url(../images/home_bullet.gif);
}
#home #logo {
	position: relative;
	top: 10px;
	left: 55px;
}
#home #header {
	height: 155px;
	background-image: url(../images/header_home.gif);
	background-repeat: no-repeat;
}
#home #servicemen {
	position: absolute;
	top: -84px;
	left: 50%;
	margin-left: 102px;
	background-repeat: no-repeat;
	width: 340px;
	height: 83px;
	text-align: center;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 120px;

}
#home #banner {
	height: 452px;
}
#home #content {
	background-image: url(../images/content_home_bg.gif);
	background-repeat: repeat-y;
	padding: 10px;
}
#home #tipsBox {
	background-image: url(../images/tips_box_long.png);
	background-repeat: no-repeat;
	width: 305px;
	height: 46px;
	padding: 10px 8px 5px 8px;
	line-height: 110%;
	margin: 10px 0px 10px 0px;
	color: #323232;
}
#home #tipsBox strong {
	color: #49215e;
	margin-bottom: 3px;
	display: block;
}

/* Inside Pages */
#inside #logo {
	position: absolute;
	top:30px;
	margin-left:-405px;
	z-index:800px;
	left:50%;
	visibility: visible;
}
#inside #header {
	height: 65px;
	background-image: url(../images/header_inside.gif);
	background-repeat: no-repeat;
}
#inside #banner {
	height: 174px;
	padding:0px;
	margin:0px;
}
#inside #main {
	background-color: #361a4a;
}
#inside #leftMenu {
	width: 217px;
	background-color: #361a4a;
}
#inside #leftMenu h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	display: block;
}
#inside #leftMenu #featured {
	padding: 10px 10px 0px 20px;

}
#inside #content {
	background-color: #361a4a;
	background-image: url(../images/content_inside_bg.gif);
	background-repeat: repeat-y;
	height: 300px;
	padding: 0px 20px 10px 20px;
	color: #323232;
}
#inside #leftColumn {
	width: 420px;
	float: left;
}
#inside #rightColumn {
	width: 190px;
	float: left;
	padding-top: 30px;
	margin-left: 25px;
}
#inside #tipsBox {
	background-image: url(../images/tips_box.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 101px;
	padding: 10px 8px 5px 8px;
	line-height: 120%;
}
#inside #tipsBox strong {
	color: #49215e;
	margin-bottom: 5px;
	display: block;
}

/* Custom Classes ************************************************************************/

.menuItems {
	background-color: #301842;
	background-image: url(../images/left_menu_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
.menuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: 7px solid #361a4a;
	padding-left: 15px;
	margin-bottom: 13px;
	cursor: pointer;
}
.menuItemCurrent {
	border-left: 7px solid #82c441;
}
.menuItem span {
	padding-bottom: 3px;
	border-bottom: 1px solid #3a1f4e;
}

.quote {
	color: #317a28;
	font-style: italic;
	padding: 15px;
	width: 120px;
}
.quote div {
	text-align: right;
	padding-top: 15px;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
}
