
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

a { text-decoration: none; }

img { border: 0; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

blockquote, dl, dd, ol, p, pre, textarea, ul, li { margin-bottom: 0.83em; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, select {
	width: auto;
	padding: 5px 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	outline: 0;
	color: #444;
}

input.button {
	padding: 7px 15px;
	background-color: #e9c64e;
	background: -moz-linear-gradient(90deg, #e9c64e 0%, #f1f1f1 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 90deg, color-stop(0%, #e9c64e), color-stop(100%, #f1f1f1));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg, #e9c64e 0%, #f1f1f1 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg, #e9c64e 0%, #f1f1f1 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(90deg, #e9c64e 0%, #f1f1f1 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9c64e', endColorstr='#f1f1f1', GradientType='0'); /* for IE */
	background: linear-gradient(0deg, #e9c64e 0%, #f1f1f1 100%);/* W3C */
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	font: 700 0.83em 'Roboto', tahoma, verdana, arial, sans-serif;
	color: #000;
	cursor: pointer;
}

label.chk { padding: 8px 0 0 0; }

label strong, legend {
	font: 700 0.83em/18px 'Roboto', Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.clearfix:after, .clear {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

aside {
	float: left;
	width: 50%;
}

html, body {
	width: 100%;
	min-height: 100%;
}

body {
	background-color: #222;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	line-height: 1;
}

h1 { font-size: 1.8em; }

h2 { font-size: 1.3em; }

h3 { font-size: 1.23em; }

h4 { font-size: .85em; }

h5 { font-size: .75em; }

h1, h2, h3, h4, h5 { font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

* html .clearfix { zoom: 1 }

*:first-child+html .clearfix { zoom: 1 }

.floatl { float: left; }

.floatr { float: right; }

.wrap {
	position: relative;
	width: auto;
	padding: 0;
	max-width: 1200px;
	min-width: 580px;
	margin: 0 auto;
}

.block { display: block; }

.none { display: none; }

.bump { margin-top: 10px; }

.bumpright { margin-right: 3%; }

.center { margin: 0 auto; }

.padme { padding: 5px; }

.padmemore { padding: 10px; }

.textleft, td.textleft, th.textleft, div.textleft { text-align: left; }

.textright, td.textright, th.textright, div.textright { text-align: right; }

.textcenter, td.textcenter, th.textcenter, div.textcenter { text-align: center; }

.fineprint { font-size: 75% !important; }

.white {
	background-color: #fff;
	-moz-border-radius: 5px;/*Firefox*/
	-webkit-border-radius: 5px;/*Safari, Chrome*/
	-khtml-border-radius: 5px;/*Konqueror*/
	border-radius: 5px;
	behavior: url(pie.htc);/*Apply PIE*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=149, Color=#5a5a5a)";/*IE 8*/
	-moz-box-shadow: 3px 5px 8px #5a5a5a;/*FF 3.5+*/
	-webkit-box-shadow: 3px 5px 8px #5a5a5a;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	-khtml-box-shadow: 3px 5px 8px #5a5a5a;/*Konqueror*/
	box-shadow: 3px 5px 8px #5a5a5a;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=149, Color=#5a5a5a); /*IE 5.5-7*/
}

.text {
	max-width: 580px;
	padding: 4px 20px 0 0;
	font: 400 1em/18px 'Roboto', Arial, Helvetica, sans-serif;
}

.hr { /* Because <HR /> tags are dicks */
	height: 1px;
	background: #ddd;
	width: 100%;
	font-size: 1px;
	overflow: hidden;
}

.error {
	margin-bottom: 5px;
	padding: 5px;
	background: #c61831;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	font: 700 1em 'Roboto', Arial, Helvetica, sans-serif;
	color: #fff;
}

.smnote {
	position: absolute;
	width: auto;
	padding: 5px;
	background-color: #feff9c;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=166, Color=#6d6d6d)";/*IE 8*/
	-moz-box-shadow: 1px 4px 5px #6d6d6d;/*FF 3.5+*/
	-webkit-box-shadow: 1px 4px 5px #6d6d6d;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	-khtml-box-shadow: 1px 4px 5px #6d6d6d;/*Konqueror*/
	box-shadow: 1px 4px 5px #6d6d6d;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=166, Color=#6d6d6d); /*IE 5.5-7*/
	font: bold 0.83em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #444;
	z-index: 10;
}

header {
	padding-bottom: 30px;
	background: #808284 url(images/hash.jpg) repeat-x bottom;
}

nav ul {
	display: block;
	margin: 0;
	float: right;
}

nav ul li {
	float: left;
	margin: 0;
	list-style: none;
}

nav ul li a {
	display: block;
	height: 60px;
	padding: 0 25px;
	font: 700 1em/60px 'Roboto', Arial, Helvetica, sans-serif;
	color: #fff;
}

nav ul li a:hover {
	background: #9f2035;
	text-decoration: none;
}

nav ul li div.submenu {
	display: none;
	position: absolute;
	overflow: inherit;
	z-index: 8;
}

nav ul li:hover div.submenu {
	display: block;
	float: none;
	padding: 5px;
	margin-top: -5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=158, Color=#a1a1a1)";/*IE 8*/
	-moz-box-shadow: 2px 5px 5px #a1a1a1;/*FF 3.5+*/
	-webkit-box-shadow: 2px 5px 5px #a1a1a1;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 2px 5px 5px #a1a1a1;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=158, Color=#a1a1a1); /*IE 5.5-7*/
}

nav ul li:hover div.submenu a {
	display: block;
	margin: 2px 0;
	width: auto;
	height: auto;
	padding: 5px 0;
	font: normal 0.83em Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}

footer {
	padding: 40px 0;
	background: #404041;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

#logo {
	display: block;
	position: absolute;
	left: 10px;
	width: 375px;
	height: 160px;
	z-index: 5;
}

#logo img { display: block; }

#iv {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.85);
	z-index: 8;
}

#iv_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
}

#iv_img {
	display: block;
	border: 5px solid #fff;
}

#iv_close {
	position: absolute;
	display: none;
	width: auto;
	height: 30px;
	padding: 5px 15px;
	background: rgba(0,0,0,0.8);
	-moz-border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-moz-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-top-left-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	-khtml-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 0px;
	behavior: url(pie.htc);
	font: bold 1em/30px Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
	color: #fff;
	z-index: 9;
}

#iv_content { position: relative; }

#iv_content a:hover #iv_close { display: block; }

#main { background: #808284; }

#middle {
	position: relative;
	padding-top: 80px;
	background: url(images/background.jpg) no-repeat bottom center;
	background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color=#333333)";/*IE 8*/
	-moz-box-shadow: 0px 3px 2px #333333;/*FF 3.5+*/
	-webkit-box-shadow: 0px 3px 2px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	-khtml-box-shadow: 0px 3px 2px #333333;/*Konqueror*/
	box-shadow: 0px 3px 2px #333333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color=#333333); /*IE 5.5-7*/
	z-index: 3;
}

#page {
	position: relative;
	padding: 85px 45px 30px 45px;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color=#333333)";/*IE 8*/
	-moz-box-shadow: 0px 3px 2px #333333;/*FF 3.5+*/
	-webkit-box-shadow: 0px 3px 2px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	-khtml-box-shadow: 0px 3px 2px #333333;/*Konqueror*/
	box-shadow: 0px 3px 2px #333333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color=#333333); /*IE 5.5-7*/
	z-index: 3;
}

.callout p {
	max-width: 530px;
	padding: 0 45px 20px 0;
	font: 400 0.93em/1.3em 'Open Sans', Arial, Helvetica, sans-serif;
}

.callout_middle {
	max-width: 560px;
	margin: auto;
	padding: 0 15px 30px 0;
	text-align: center;
	font: 400 1.2em/1.1em 'Open Sans', Arial, Helvetica, sans-serif !important;
}

.callout_middle strong { font-style: italic; }

.blurb {
	max-width: 420px;
	margin: 20px 0;
	padding: 30px 40px;
	background: rgba(255,255,255,0.8);
	font: bold 2em/1.3em 'Roboto', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #9f2035;
}

.blackbox {
	padding: 40px 0 40px 40px;
	background: rgba(0,0,0,0.7);
}

.boxcontainer { padding: 40px 0 40px 40px; }

.box {
	position: relative;
	float: left;
	width: 21.551724137931032%;
	max-width: 250px;
	height: 300px;
	margin-right: 3.4482758620689653%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.boxheader {
	padding: 10px 0;
	background: #9f2035;
	font: bold 2em/1.3em 'Roboto', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

.boxinner {
	padding-top: 55px;
	padding-left: 20px;
	font: bold 0.83em/1.3em 'Roboto', Arial, Helvetica, sans-serif;
	color: #fff;
}

.hash {
	background: url(images/hashbox.jpg) repeat center center;
	height: 250px;
}

.concrete { background: url(images/concrete.jpg) no-repeat center center; }

.metal { background: url(images/metal.jpg) no-repeat center center; }

.masonry { background: url(images/masonry.jpg) no-repeat center center; }

.carpentry { background: url(images/carpentry.jpg) no-repeat center center; }

.ribbon {
	position: absolute;
	width: 170px;
	height: 22px;
	padding: 6px 0 0 10px;
	margin-top: 20px;
	left: -8px;
	background: url(images/ribbon.png) no-repeat center center;
	font: bold 0.83em 'Roboto', Arial, Helvetica, sans-serif;
	color: #fff;
}

.clearbox {
	width: 100%;
	max-width: 500px;
	padding: 20px 0;
}

.clearbox li {
	list-style: circle;
	margin: 0 0 0 1.5em;
	font: 700 1em 'Open Sans', Arial, Helvetica, sans-serif !important;
}

.clearbox .box {
	width: 100%;
	max-width: 200px;
}

.pic {
	float: left;
	width: 100%;
	height: auto;
	max-width: 150px;
	max-height: 75px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #404041;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.pic:hover { border: 2px solid #9f2035; }

.pic img { display: block; }
/* Authored by niXer. nixer@ndevix.com */
