@charset "utf-8";
/* CSS Document */

/*
Socius Marketing 2010
===================================== */


/* written for - www.grableplumbing.com
======================================================================================= */

/* LAYOUT
===================================== */
body {
	background-image: url(images/bkgd_site.gif);
	background-repeat: repeat;
	background-color: #eee;
	margin: 0px;
}

#banner {
	width:100%;
	height:100%;
	background: url(images/banner.jpg) repeat-x;
	margin: 0px 0 0 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	top:0;
}

#footer {
	width:100%;
	height: 250px;
	background: url(images/foot_bg.png) repeat-x #151515;
	margin: 0px 0 0 0px;
	padding: 20px 0px 5px 0px;
	text-align: center;
	bottom:0;
}


/* TYPE
===================================== */
h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#041b55;
padding-left:12px;
padding-right:20px;
}
.topnav {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color: #fff;
padding-bottom: 2px;
}
.main {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
padding-left:12px;
padding-right:21px;
}
.nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #817e75;
font-size: 11px;
font-weight: bold;
padding-left:12px;
padding-bottom:2px;
}
.subnav {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #C31010;
font-size: 12px;
}
.footer {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #ccc;
font-size:10px;
border-left: 1px solid #666;
}
.foothead {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #c31010;
font-size:13px;
padding-bottom:10px;
}
.credits {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #ccc;
font-size:10px;
}
.phone {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size:24px;
font-weight:bold;
}

.testimonial {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #333;
font-size:10px;
padding:0px 5px 0px 5px;
}
.testname {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #041b55;
font-size:10px;
font-weight:bold;
}


/* LINKS 041b55
===================================== */
.main a:link, .main a:visited, .main a:active {
	color: #c31010;
	text-decoration: underline;
}
.main a:hover {
	color: #041b55;
	text-decoration: underline;
	background-color:#CCC;
}
.nav a:link, .nav a:visited, .nav a:active {
	color: #67645d;
	display:block;
	text-decoration:none;
}
.nav a:hover {
	color: #c31010;
	text-decoration: none;
}
.subnav a:link, .subnav a:visited, .subnav a:active {
	color: #333;
	display:block;
	width:236px;
	text-decoration: none;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	padding: 1px 0px 1px 32px;
}
.subnav a:hover {
	color: #fff;
	text-decoration: none;
	background-image:url(images/subOver.jpg);
	background-repeat:repeat;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #ccc;
	display:block;
	width:176px;
	text-decoration: none;
	padding: 0px 0px 0px 6px;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
	background: #c31010;
}
.credits a:link, .credits a:visited, .credits a:active {
	color: #c31010;
	text-decoration: none;
}
.credits a:hover {
	color: #c31010;
	text-decoration: underline;
}
.topnav a:link, .topnav a:visited, .topnav a:active {
	color: #fff;
	text-decoration: none;
	padding:0px 0px 0px 30px;
}
.topnav a:hover {
	color: #fff;
	text-decoration: none;
	background: url(images/top_bg.png);
}

.testimonial a:link, .testimonial a:visited, .testimonial a:active {
	color: #c31010;
	text-decoration: none;
}
.testimonial a:hover {
	color: #c31010;
	text-decoration: underline;
}

/* IMAGE STYLE
=========================================== */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.imgCenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
