@charset "utf-8";

* { margin: 0; padding: 0; }

body {
	background: #FFF;
	font-family: 'Lato', sans-serif;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

a, a:visited { text-decoration: none; color: #EC4937; }
a:hover { text-decoration: underline; }

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	position: relative;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

.gridContainer.nav-portion { width: 100%; padding: 0; }

.top {
	padding: 1em 0;
	background: #FFF;
	zoom: 1;
	filter: alpha(opacity=75); /* For Internet Exploder */
	top: 0;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 1000;
}

.top img { opacity: 1.0; filter: alpha(opacity=100); /* For Internet Exploder */ }

.logo {
	display: inline-block;
	width: 30%;
	padding-left: 2.275%;
	zoom: 1;
}

.logo img { width: 200%; max-width: 200%; }

.nav-container {
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1em;
	z-index: 1000;
	right: 0;
	top: 0;
	text-align: right; 
}

.fullContainer { background: none; text-align: center; padding-bottom: 1.7em; }

.fullContainer.white { background: #E2E2E2; background-image:url(../images/content-bg.jpg); }
.fullContainer.green { background: #7E7465; }
.fullContainer.footer { background: #A00; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #F00 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f00), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #F00 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #F00 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #F00 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #F00 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
 }
.fullContainer.picture { padding-bottom: 0; border-bottom: 5px solid #000; }
.fullContainer.image { padding-bottom: 0; background: url(../images/work-pic.jpg) top center no-repeat #000; height: 16em; }

h1 { font-family: 'Lato', sans-serif; text-transform: uppercase; font-size: 1.7em; padding-top: 1.3em; font-weight: 400; display: block; border-bottom: 1px solid #999; padding-bottom: 0.7em; margin-bottom: 0.7em; }
.fullContainer.green h1 { border-bottom: none; color: #fff; }
.fullContainer.footer h1 { border-bottom: none; padding-bottom: 0.0em; }
h1.contact { width: 100%; margin-bottom: 0; }

span.work-text { display: block; font-size: 1.8em; color: #fff; font-weight: bold; text-transform: uppercase; margin-top: 0.5em; }

.fullContainer p { font-family: 'Lato', sans-serif; line-height: 1.7em; font-size: 1.2em; color: #202020; }

a.read-more { font-family: 'Lato', sans-serif; padding: 1em; display: block; background: #000; color: #fff; width: 200px; margin: 1.5em auto 1em; text-transform: uppercase; font-weight: 700; }
a.read-more:hover { background: #333; }

a.read-more.little { width: 120px; background: #fff; border: 2px solid #000; color: #000; }

.serv-box ul li { font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif; }

/**** Pictures ****/

.product-thumbs {
	display: table;
	width: 100%;
}

.product-thumbs a { display: table-cell; width: 48%; padding: 1%; color: #fff; }
.product-thumbs a img { width: 100%; max-width: 100%; }

span.product-topics { font-family: 'Lato', sans-serif; display: block; text-align: center; font-weight: 700; text-transform: uppercase; font-size: 0.7em; margin-top: 0.3em; }
.footer-information { padding-left: 0; }
.footer-information li { font-family: 'Lato', sans-serif; list-style: none; margin-left: 0; padding: 0; color: #7E7365; font-weight: 700; text-transform: uppercase; }
.copy { color: #333; font-size: 0.75em;  }

.pic-overlay { display: none; }

/**** Contact Form ****/

form#contact-form input { color: #222; font-size: 0.8em; font-style: italic; padding: 1em 1em 0.5em; width: 91%; background: #fff; border: none; border-bottom: 1px solid #999; }
input#first-name { margin-top: -1em; }
input#phone-number { margin-top: 1.6em; }
input#email { margin-top: 1.6em; }

#contact-form textarea { border: 1px solid #999; padding: 1em; font-size: 0.8em; font-style: italic; background: #fff; margin-top: 2.8em; width: 91%; height: 12em; }

form#contact-form input[type="submit"].send { 
	background: #999;
	padding: 0.5em 0;
	border: none;
	color: #ECEBE4;
	font-size: 1.4em;
	text-align: center;
	font-style: normal;
	margin-top: 0.8em;
	margin-left: 0.5em;
}

.left-content.contact {
	width: 100%;
}

.left-content.contact .left-content-cell {
	padding: 2em 0;
	border-bottom: 1px solid #999;
	text-align: left;
}

.left-content.contact .left-content-cell.last { border-bottom: none; }

.left-content-cell span.contact-heading { font-size: 0.8em; color: #222; font-weight: 700; text-transform: uppercase; display: block; vertical-align: top; }
.left-content-cell span.contact-information { font-size: 1em; display: block; }
.left-content-cell span.contact-information img { width: 0.875em; margin-left: 2em; margin-right: 0.5em;
    width: 2em; }
.right-content.contact {
	width: 100%;
	text-align: left;
	margin-bottom: 1em;
}

.form-content { margin: 0px; }
.form-content p { padding: 0; font-size: 1.25em; }

form#contact-form { margin-top: 1em; }

p.other-stuff {
    color: #222222;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
}

.products-right p { font-size: 0.8em; padding-bottom: 1em; }

table.products-container tr { border-bottom: 1px solid #79725E; }
table.products-container tr.last { border-bottom: none; }
table.products-container tr td { display: block; }

.products-left p { font-size: 0.8em; padding-bottom: 1em; }

.products-left ul { padding: 0 0 0.5em 0; list-style: none; }
.products-left ul li { font-size: 0.8em; }

.left-content-cell span.contact-information img { margin-right: 0; margin-left: 0; }

.fullContentContainer { border-top: 9px solid #F00; }

.logo-bottom {
	margin: 1.5em auto 1.5em auto;
	text-align: center;
}

.logo-bottom img { width: 30%;
	max-width: 30%; }


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	position: relative;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

span.work-text { margin-top: 2em; }

.products-left ul { padding: 0 0 0.5em 1em; }

.logo { width: 30.3030303030303%; max-width: 5.75em; }

.photo-container { display: table; width: 100%; }
.product-thumbs { display: table-cell; width: 48%; padding: 0; vertical-align: top; }
.product-thumbs a { display: inline-block; width: 46.5%; vertical-align: top; zoom: 1; }

.fullContainer.footer h1 { display: none; }
.fullContainer.picture { top: 0; position: relative; }

.footer-information {
	margin-top: 2em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #BEB9AF;
	text-align: center;
}

.footer-information li { font-family: 'Lato', sans-serif; display: inline-block; list-style: none; font-weight: 700; font-size: 0.75em; text-transform: uppercase; color: #7E7365; zoom: 1; }
.footer-information li:first-child { border-left: none; }
.footer-information li span.square-deal { display: inline-block; margin: 0 1.3em; width: 4px; height: 4px; background: #7E7365; vertical-align: middle; zoom: 1; }

.copy {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 0.8em;
	color: #333;
	font-weight: 400;
	display: inline-block;
	margin-left: 5em;
	vertical-align: top;
	margin-top: 1.65em;
}

.social-icons {
	display: inline-block;
	margin-left: 5em;
	margin-top: 1.6em;
}

.social-icons a { display: inline-block; width: 2em; }
.social-icons a img { width: 100%; max-width: 100%; }

.positionAbsoluteFixDeal {
	position: absolute;
	height: 25em;
}

.pic-overlay {
	display: block;
	position: absolute;
	padding: 2em;
	background-color: rgba(80,80,75,0.65);
	top: 20%;
	z-index: 1001;
	text-transform: uppercase;
	text-align: left;
}

.pic-overlay span { display: block; font-size: 2.4em; color: #fff; opacity: 1; }

table.product-container {
	border: 0;
	width: 100%;
}

table.products-container tr { vertical-align: middle; }
table.products-container tr td { width: 50%; vertical-align: middle; display: table-cell; }
table.products-container tr td.first { border-right: 1px solid #79725E; }

table.products-container.photo-gal tr { vertical-align: top; border-bottom: none; }
table.products-container.photo-gal tr td { width: 30%; display: table-cell; vertical-align: top; }
table.products-container.photo-gal td.first { width: 70%; }

.products-left {
	padding: 2em 2em 2em 0;
	text-align: left;
}

.products-right {
	padding: 2em 0 2em 2em;
	text-align: left;
}

.fullContainer .products-right p { margin: 0; padding: 0 0 1em; }

.serv-box {
	display: inline-block;
	width: 16em;
	zoom: 1;
}

.gridContainer.top-text {
	top: 50%;
}

.logo-bottom {
	display: block;
	width: 12%;
	max-width: 12%;
	margin-top: 1.5em;
	vertical-align: top;
}

.logo-bottom img { width: 100%; max-width: 100%; }

/**** Contact Form ****/

.content-container {
	display: table;
	width: 100%;
	vertical-align: top;
}

.left-content {
	display: table-cell;
	width: 57.01754385964912%;
	vertical-align: top;
}

.right-content {
	display: table-cell;
	width: 31.92982456140351%;
	vertical-align: top;
	text-align: right;
}

.left-content.contact {
	width: 49%;
	border-right: 1px solid #999;
}

.left-content.contact .left-content-cell {
	padding: 2em 0;
	border-bottom: 1px solid #999;
}

.left-content.contact .left-content-cell.last { border-bottom: none; }

.left-content-cell span.contact-heading { font-size: 0.8em; color: #222; text-transform: uppercase; width: 12em; vertical-align: top; zoom: 1; }
.left-content-cell span.contact-information { font-size: 1em; margin-left: 3em; zoom: 1; }
.left-content-cell span.contact-information img { margin-left: 0; }
.right-content.contact {
	width: 49%;
	text-align: left;
}

.form-content { margin: 20px 20px 50px 24px; }
.form-content p { padding: 0; font-size: 1.25em; }

.left-content-cell span.contact-information img { margin-right: 0.5em; }
}

@media screen and (min-width: 40em) {
	.nav-container {
	position: absolute;
	width: 70.50505050505051%;
	max-width: 70.50505050505051%;
	text-align: right;
	right: 0%;
	top: 50%;
	margin-top: -0.60em;
	font-size: 0.8em;
}

.pic-overlay { top: 15%; }

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1024px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

.products-left ul { list-style: outside; }

.pic-overlay { width: 32em; }

#nav li { margin-left: 3%; }

.nav-container {
	font-size: 1em;
}

#nav li a { padding-right: 0; }

h1 { width: 79%; margin: 0 auto 0.7em; }

.fullContainer p { padding: 0 15%; font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif; color: #333; }

.logo { padding-left: 0; }

.form-content { margin: 20px 140px 50px 24px; }
.form-content p { padding: 0; }
.products-left p { font-size: 0.8em; padding: 0 10% 1em 0; }

.left-content-cell span.contact-heading { display: inline-block; zoom: 1; }
.left-content-cell span.contact-information { display: inline-block; zoom: 1; }

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { .gridContainer {
	width: 94.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	position: relative;
}

.logo { padding-left: 1.1625%; } }

@media only screen and (min-width: 1024px) {
	span.product-topics { font-size: 1em; }
	.product-thumbs a { width: 47.5%; }
	
	.fullContainer.picture { top: 0px; margin-bottom:  0px; }
	.fullContentContainer { position: relative;  }
	.fullContainer.footer {  }
	.pic-overlay { top: 40%; }
}

@media only screen and (min-width: 1140px) {
.gridContainer {
	width: 100%;
	max-width: 1140px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

}

@media screen and (max-width: 40em) { .pic-overlay { display: none; } }