/* 
Title:		TruPro master styles
Author: 	phillip@pixelflips.com
*/


/* reset styles
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: #ededed url(../img/site-bg.gif) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #000;
}
/* page structure 
--------------------------------------------- */
#wrap {
	width:960px;
	margin: 0 auto;
}
#content {
	background:#FFF;
	border: 3px #dedddd solid;
	border-top:none;
	padding:10px;
}
#main-content {
	float:left;
	padding-top:5px;
}
#secondary-content {
	float:right;
	padding-top:5px;
}
/* links, headings & misc. styles
--------------------------------------------- */	
a {
	color:#ef141f;
	text-decoration:none;
}
a:hover {
	color:#777778;
}
blockquote {
	font-style:italic;
	color:#6F6F6F;
}
abbr {
	border-bottom:1px dotted;
	cursor:help;
}
h1 {
	color:#505051;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:bold;
}
.section {
	width:710px;
	border-bottom:1px solid #CCC;
	padding:10px 0 5px 0;
	margin:0 5px 5px 0;
}
.section p {
	line-height:1.6em;
	margin:1em 0;
}
.section h3 {
	font-size:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#505051;
}
.bordered {
	border:6px solid #d0cece;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.right {
	float:right;
	margin:15px 0 10px 10px;
}
.left {
	float:left;
	margin:15px 10px 10px 0px;
}
/* navigation
--------------------------------------------- */
ul#nav {
	padding: 13px 0 15px 0;
}
ul#nav li {
	display:inline;
	font-weight:bold;
	background:#EF141F;
}
ul#nav li a {
	color:#FFF;
	padding: 10px 25px 0px 25px;
}
ul#nav li a:hover {
	background:url(../img/top-nav-arrow.gif) no-repeat 50% 100%;
	padding-bottom:12px;
}
ul#nav li a#current {
	background:url(../img/top-nav-arrow.gif) no-repeat 50% 100%;
	padding-bottom:12px;
}
/* header
--------------------------------------------- */
#logo {
	padding-bottom:15px;
	float:left;
}
#header {
	border-bottom:1px solid #CCC;
}
#header p {
	float:right;
	width:430px;
	padding-top:12px;
}
#header strong {
	display:block;
	color:#9c9c9e;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header em {
	color:#ef141f;
	font-weight:bold;
}
#header a {
	text-decoration:underline;
}
/* home intro
--------------------------------------------- */
.intro-section {
	background: #EF141F url(../img/intro-photo.jpg) no-repeat;
	clear:both;
}
.intro-section h1 {
	color:#FFFFFF;
	font-size:1.3em;
	padding:10px 0 0 8px;
	text-align:center;
	width:210px;
}
.intro-section ul {
	padding:25px 0 24px 30px;
}
.intro-section ul li {
	padding: 0 0 6px 0;
	color:#FFF;
	font-weight:bold;
	font-size:1.1em;
}
/* service intros
--------------------------------------------- */
#service-intros {
	width:710px;
	border-bottom:1px solid #CCC;
	padding:0 0 10px 0;
}
.service-intro {
	float:left;
	padding-right:22px;
	width:221px;
}
.service-intro.last {
	padding:0;
}
.service-intro h2 {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	padding:15px 0 15px 55px;
}
.service-intro h2 a {
	color:#FFF;
	padding:0px;
}
h2#commercial {
	background:#505051 url(../img/commercial-icon.gif) no-repeat 7px 50%;
}
h2#residential {
	background:#777778 url(../img/residential-icon.gif) no-repeat 3px 50%;
}
h2#specialty {
	background:#9c9c9e url(../img/specialty-icon.gif) no-repeat 10px 50%;
}
.service-intro strong {
	color:#EF141F;
	display:block;
	padding:10px 0;
}
.service-intro a {
	display:block;
	padding:10px 0 0 0;
}
/* gallery intro
--------------------------------------------- */
#gallery-intro {
	float:left;
	width:50%;
	padding-bottom:10px;
}
#gallery-intro h3 {
	font-size:1.6em;
	font-weight:bold;
	font-style:italic;
	color:#505051;
	padding-bottom:5px;
}
#gallery-intro img {
	margin: 10px 20px 0 0;
}
#gallery-intro img:hover {
	border:6px solid #bcbbbb;
	cursor:pointer;
}
#gallery-intro p {
	margin:0;
}
/* contact intro
--------------------------------------------- */
#contact-intro {
	float:left;
	width:50%;
	padding-bottom:10px;
}
#contact-intro h3 {
	font-size:1.6em;
	font-weight:bold;
	font-style:italic;
	color:#505051;
	padding-bottom:5px;
}
#contact-intro p {
	margin:0;
}
/* get a quote form
--------------------------------------------- */

#quote-form {
	width:210px;
	margin-bottom:15px;
}
#quote-form h4 {
	background:#ef141f;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	padding:15px 0 15px 10px;
}
#quote-form form {
	background:#ededed;
	border: 1px solid #CCC;
	border-width: 0 1px 1px 1px;
	padding:7px;
}
#quote-form label {
	display:block;
	color:#ef141f;
	padding:5px 0;
	font-weight:bold;
}
#quote-form #nameinput, #quote-form #telephoneinput, #quote-form #emailinput {
	width: 94%;
	padding: 5px;
	font-size: 1.4em;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#quote-form textarea {
	width: 94%;
	padding: 5px;
	font-size: 1.4em;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#quote-form select {
	width: 100%;
	padding: 5px;
	font-size: 1.4em;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#nameinput:focus, #telephoneinput:focus, #emailinput:focus, textarea:focus {
	background:#fdfddf;
}
p#submit {
	padding-top:10px;
}
p#success {
	background:#DFF2BF;
	border:1px solid #79D118;
	color:#4F8A10;
	margin-bottom:5px;
	padding:3px;
}
p#bademail, p#badserver {
	background:#FFBABA;
	border:1px solid #FF5151;
	color:#D6010E;
	margin-bottom:5px;
	padding:3px;
}
/* contact form
--------------------------------------------- */

#contact-form {
	width:710px;
	margin-bottom:15px;
}
#contact-form p {
	margin:0;
}
#contact-form form {
	background:#ededed;
	border: 1px solid #CCC;
	padding:7px;
}
#contact-form label {
	display:block;
	color:#ef141f;
	padding:3px 0;
	font-weight:bold;
}
#contact-form #nameinput, #contact-form #telephoneinput, #contact-form #emailinput {
	width: 54%;
	padding: 5px;
	font-size: 1.4em;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contact-form textarea {
	width: 98%;
	padding: 5px;
	font-size: 1.4em;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contact-form select {
	width: 56%;
	padding: 5px;
	font-size: 1.4em;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* testimonial intro
--------------------------------------------- */

.testimonial-intro {
	width:210px;
}
.testimonial-intro h4 {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	padding:15px 0 15px 55px;
}
h4#testimonial {
	background:#777778 url(../img/testimonial-icon.gif) no-repeat 10px 50%;
}
.testimonial-intro strong {
	color:#EF141F;
	display:block;
	padding:10px 0;
}
.testimonial-intro a {
	display:block;
	padding:10px 0 0 0;
}
/* residential content
--------------------------------------------- */
.residential h2 {
	color:#505051;
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-top:15px;
}

/* services list
--------------------------------------------- */
ul.services-list li{float:left; width:45%; margin-left:15px; list-style:square; padding:0 0 5px 0;}

/* gallery
--------------------------------------------- */
.gallery {
	width:710px;
	padding:15px 0 0 0;
}
.gallery h2 {
	padding-bottom:15px;
	text-align:left;
	color:#505051;
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	float:left;
}
.gallery img {
	margin:0 13px 15px 13px;
}
.gallery img:hover {
	border:6px solid #bcbbbb;
	cursor:pointer;
}
.gallery p {
	float:right;
	margin:0;
	padding-top:5px;
}
div.gallery-photos {
	clear:both;
}
/* footer
--------------------------------------------- */
#footer {
	padding: 10px 0;
	margin: 0 0 15px 0;
}
#footer ul {
	float:left;
}
#footer ul li.site-by {
	color:#999;
	font-size:0.8em;
}
#footer ul li.site-by a {
	color:#999;
	text-decoration:underline;
}
#to-top {
	color:#999;
	float:right;
	cursor:pointer;
}
/* self-clear floats
--------------------------------------------- */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
