@import url("installation-table.css");
@import url("mugshots.css");

/*#content { background: url(../_img/bg-content-top-border.jpg) 0 0 no-repeat; padding-top: 50px; }*/
#content { border-top: solid 1px #ccc; padding-top: 20px; }

#content p { margin: 1em 0; }

.col-left { float: left; width: 180px; }
.col-mid { float: left; width: 470px; margin: 0 30px; }
.col-right { float:right; width: 250px; }

.col-left h3 { margin: 1em 0; }
.col-left h3:first-child { margin-top: 0; }

.col-mid h4 { color: #333; font-size: 1.2em; border-bottom: none; margin: 1em 0; }
.col-mid li { margin-left: 1em; }

.col-right h3 { margin-top: 1em; }

.list-module { border: solid 1px #BAD507; }
.list-module li { padding: 2px 5px; font-weight: bold; text-transform:uppercase; }
.list-module li a { display: block; padding: 2px 5px; border-bottom: solid 1px #BAD507 !important; }
.list-module li a:hover { color: #BAD507 !important; }
.list-module li:last-child a { border-bottom: none !important; }

.list-module ul { margin-bottom: 1.5em; font-size: 0.86em; padding: 1em 10px 0 10px; list-style: none; /*border-top: dotted 1px #BAD507;*/ }
.list-module li:last-child ul { border-top: solid 1px #BAD507 !important; }
.list-module li ul li { border-bottom: solid 1px #ccc; padding: 0; font-weight: normal; text-transform:none; }
.list-module li ul li a { display: block; padding: 2px 5px; border-bottom: none !important; }
.list-module li ul li a:hover { background: #F1F7CD; color: #555 !important; }

.three-col-right-img { display: block; margin-bottom: 20px; }

.module
{
	margin: 20px 0;
	background:#eee url(../images/bg-sidebar-module.png) repeat-x;
	overflow: hidden;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.module.first { margin-top: 0; }
.module h3 { margin-top: 0; padding: 5px; border-bottom: solid 1px #ccc; font-size: 1.2em; text-align: center; }
.module.first h3 { margin-top: 0; }
.module p { margin: 0.5em 5px !important; }
.module label { display: block; padding: 5px; border-bottom: solid 1px #ccc; border-top: solid 1px #fff; overflow: hidden; }
.module label span { display: block; float: left; width: 75px; text-shadow: #fff 1px 1px 0px; font-size: 0.86em; }
.module label input, .module label select { display: block; float: right; width: 150px; padding: 3px; border: solid 1px #ccc; font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; font-size: 0.86em; background: #fff; }
.module label select { width: 160px; height: 22px; }
.module label.checkbox span { float: right; width: 200px; text-align: right; }
.module label.checkbox input { float: left; width: auto; }
.module label.multi-select select { height: 80px; }
.module .submit-btn {
	background: #555;
	color: #fff;
	border: solid 1px #333;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1em;
	display: block;
	float: right;
	margin: 0.5em;
	padding: 2px 5px;
	text-transform:capitalize;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}
.module .submit-btn:hover { background: #777; border: solid 1px #555; }
.module .submit-btn:active { background: #333; border: solid 1px #111; }

.module .btn-download-casestudy, .module .btn-book-audit, .module .btn-download-report
{
	display: block;
	width: 230px;
	height: 30px;
	margin: 10px auto;
	text-indent: -9999px;
	border: none !important;
}

.module .btn-download-casestudy {
	background: url(../images/btn-download-casestudy.png) 0 0 no-repeat;
}
.module .btn-book-audit {
	background: url(../images/btn-book-audit-form.png) 0 0 no-repeat;
}
.module .btn-download-report {
	background: url(../images/btn-download-report.png) 0 0 no-repeat;
}
.module .btn-download-casestudy:hover, .module .btn-book-audit:hover, .module .btn-download-report:hover { background-position: 0 -30px; }
.module .btn-download-casestudy:active, .module .btn-book-audit:active, .module .btn-download-report:active { background-position: 0 -60px; }

.module .btn-presentation
{
	display: block;
	width: 270px;
	height: 43px;
	margin: 10px auto;
	background: url(../images/btn-watch-presentation.png) 0 0 no-repeat;
	text-indent: -9999px;
	border: none !important;
}
.module .btn-presentation:hover { background-position: 0 -43px; }
.module .btn-presentation:active { background-position: 0 -86px; }

.module ul { list-style: none; }
.module ul li { border-bottom: solid 1px #ccc; }
.module ul li a { display: block; padding: 5px; color: #555; text-decoration: none; border-bottom: none !important; }
.module ul li a:hover { background: #F1F7CD; }
.module ul li span { text-transform:uppercase; font-size: 0.7em; color: #999; letter-spacing: 2px; text-shadow: #fff 1px 1px 0; }

.module label ul { list-style: disc; }
.module label ul li { border: none; margin: 0.5em 0 0.5em 1.5em; }

.module.report {
	margin-top: 10px;
	position:  relative;
	overflow: visible;
}
.module.report img.img-hero-report {
	display:  block;
	width: 250px;
	height: 73px;
	margin: 0 auto;
	border-bottom: solid 1px #ccc;
	position: absolute;
	top: -24px;
}
.module.report h3 {
	color:  #333;
	border-top: solid 1px #fff;
	margin-top: 50px;
}

.testimonial { font-size: 0.86em; color: #999; }
.img-quality { padding: 1em 3px; }

.btn-book
{
	display: block;
	background: url(../images/btn-book-an-audit-250px.png) 0 0 no-repeat;
	width: 250px;
	height: 60px;
	text-indent: -9999px;
	border-bottom: none !important;
}
.btn-book:hover { background-position: 0 -60px; }
.btn-book:active { background-position: 0 -120px; }

ul.social li a
{
	width: 40px;
	height: 40px;
}
ul.social li a.facebook { background:url(../images/btn-social-facebook-small.png) no-repeat; }
ul.social li a.feed { background:url(../images/btn-social-feed-small.png) no-repeat; }
ul.social li a.linkedin { background:url(../images/btn-social-linkedin-small.png) no-repeat; }
ul.social li a.twitter { background:url(../images/btn-social-twitter-small.png) no-repeat; }
ul.social li a.youtube { background:url(../images/btn-social-youtube-small.png) no-repeat; }