@charset "utf-8";
/* 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:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	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/
*/

/* Mobile Layout: 480px and below. */
/*
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;

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


*/


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/*
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
*/
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

/*@media only screen and (min-width: 769px) { */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
/* ===========================================================
   LAYOUTS
   ===========================================================
*/
.gridContainer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
}
#LayoutDiv1 {
	margin: 0 auto;
	text-wrap: normal;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	position: relative;
}
/* ===========================================================
   LOGO
   ===========================================================
*/
#logo {
	width: 362px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: -25px;
}
/* ===========================================================
   NAVIGATION MENU
   ===========================================================
*/
nav {
	width: 800px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	margin-bottom: 20px;
	font-size: 1.4em;
	-moz-box-sizing: border-box;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding: 15px 0px;
	border-color: rgb(238, 238, 238);
	text-transform: uppercase;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	padding-left: 1em;
	padding-right: 0.7em;
	letter-spacing: 1px;
	border-right: #CCC dashed 1px;
	height: auto;
}
#menu a:link {
	line-height: 100%;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
#menu a:visited {
}
#menu a:hover {
}
#menu a:active {
}
.currentLink {
}
#breadcrumbs {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	margin-bottom: -30px;
	text-transform: uppercase;
}
#breadcrumbs a:link{
	height:auto;
	display:inline-block;
			line-height: 100%;


}


/* ===========================================================
	MAIN CONTENT
   ===========================================================
*/
#content {
	width: 800px;
	position: relative;
	height: 100%;
	min-height: 100%;
	margin-top: 20px;
	padding-bottom: 340px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
}
.content {
	clear: both;
	width: auto;
	height: auto;
	min-height: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
}
#content .content img {
	float: right;
	border: thin solid #000;
	margin-left: 10px;
	margin-right: 10px;
}
#content .products {
	width: auto;
	height: auto;
	margin: 0;
}
#content .product_tab {
	height: auto;
	width: 170px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	margin: 5px;
}
#content .product_tiles {
	height: auto;
	width: 171px;
	float: left;
	text-align: center;
	margin: 5px;
}



#content .product_tab img  {
	display: inline;
}

/*Wraps the services images to make it look like a indent */
#content .products .product_tab .image-wrap {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#content .products .product_tiles .image-wrap {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
/* ===========================================================
	MAIN CONTENT / Tile Roofs layout
   ===========================================================
*/

#content .tile_supplier_row {
	height: 100px;
	padding: 10px;
	margin-bottom: 20px;
	width: auto;

}

#content .tile_supplier_row img {
	height: auto;
	width: auto;
	margin-left: 10px;
	border: thin #999 dashed;

}

#content .tile_supplier_row a:focus { outline: none; }


/* ===========================================================
	MAIN CONTENT / Crystic Roofs video layout
   ===========================================================
*/
#content .video {
	width: auto;
	height: auto;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* ===========================================================
   FOOOTERS
   ===========================================================
*/
#footer {
	background-color: #3e4a53;
	padding-top: 0px;
	position: absolute;
	bottom: 0;
	height: 300px;
	padding-bottom: 0;
	width: 100%;
	clear: both;
	margin-top: -300px;
	
}
#footer_content {
	color: #FFF;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #3e4a53;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	max-width:800px;
}
/* ===========================================================
   COPYRIGHT
   ===========================================================
*/
.copyright {
	width: 50%;
	position: absolute;
	bottom: 5px;
	text-align:center;
	
}


/* ===========================================================
   ACCORDIN Layout/setup
   ===========================================================
*/

.ac-container {
	width: 700px;
	margin: 10px;
	text-align: left;
	margin-bottom: 20px;
}
.ac-container label {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	/* [disabled]text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
*/
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%, #eaeaea 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 );
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover {
	background: #fff;
}
.ac-container input:checked + label, .ac-container input:checked + label:hover {
	background: #667c89;
	color: #fff;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after, .ac-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after {
	background-image: url(../images/arrow_up.png);
}
.ac-container input {
	display: none;
}
.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p {
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 15px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container article li {
	color: #777;
}
.ac-container input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small {
	height: 450px;
}
.gridContainer.clearfix #LayoutDiv1 #content .content .ac-container div .ac-small p img {
	float: left;
	border: thin solid #000;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.ac-container input:checked ~ article.ac-medium {
	height: 220px;
}
.gridContainer.clearfix #LayoutDiv1 #content .content .ac-container div .ac-medium p img {
	float: left;
	border: thin solid #000;
	margin-top: 4px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.ac-container input:checked ~ article.ac-large {
	height: 400px;
}
.gridContainer.clearfix #LayoutDiv1 #content .content .ac-container div .ac-large p img {
	float: left;
	border: thin solid #000;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.gridContainer.clearfix #LayoutDiv1 #content .content p img {
	float: right;
	border: thin solid #000;
	margin-top: 10px;
}
.gridContainer.clearfix #LayoutDiv1 #content .content .step3 img {
	float: left;
	width: auto;
	border: none;
	height: auto;
	border: thin solid #000;
}
.gridContainer.clearfix #LayoutDiv1 #content .content .step4 {
	margin-top: 50px;
}
.gridContainer.clearfix #LayoutDiv1 #content .content .step4 img {
	float: left;
	width: auto;
	border: none;
	height: auto;
}
.gridContainer.clearfix #LayoutDiv1 #content .content .step5 {
	clear: both;
	height: auto;
	margin-bottom: 20px;
}
.gridContainer.clearfix #LayoutDiv1 #content .content .step5 p img {
	float: left;
	border: thin solid #000;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* ===========================================================
  END OF ACCORDIN Layout/setup
   ===========================================================
*/

/* ===========================================================
  CLEAR FLOATS 
   ===========================================================
*/
.gridContainer.clearfix #LayoutDiv1 #content .clearfloats {
	clear: both;
	margin: 20px;
}



/* ===========================================================
	TESTIMONIES
   ===========================================================
*/


#content .testimonies_content {
	width: 90%;
	height: auto;
	border-width: 1px;
	border-style: dashed;
	border-radius: 5px 5px 5px 5px;
	border-color: #CCC;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content .contact {
	margin-bottom: 40px;
}

.heading {
  width: auto;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
  font: 150%/100% Arial, Helvetica, sans-serif;
	
}


/* ===========================================================
   HEADER STYLES
   ===========================================================
*/
.headers h3 {
	background: #fff;
	padding: 0 0px 0 0;
	position: absolute;
	bottom: -24px;
	left: 0px;
  }
.headers h4 {
	background: #fff;
	padding: 0 0px 0 0;
	position: absolute;
	bottom: -29px;
	left: 0px;
  }
  /* addes the dotted lines to the right of the headers */
  .headers{ 
	width:100%;
	height:auto;
  clear: both;
  margin: 0;
  padding: 0 0 1.8em 0;
  position: relative;
  background-image:url(../images/header_divider.gif);
  background-repeat:repeat-x;
  background-position:bottom;

  
}
  

/* }   - "}" for the @ Media tag */

/* ===========================================================
   OLD NAV MENU - USES IMAGES INSTEAD OF WORDS
   ===========================================================
*/
/*

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 185px;
	position: relative;
}

#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	left: 18px;
	top: 100px;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span {
	display: block;
}
#menu .home {
	width: 144px;
	height: 49px;
	background: url(../images/home.png) no-repeat;
	left: 10px;
	top: 83px;
}
#menu .home span {
	width: 86px;
	height: 14px;
	background: url(../images/home-over.png) no-repeat;
	left: 18px;
	top: -20px;
}
#menu .about {
	width: 134px;
	height: 49px;
	background: url(../images/about.png) no-repeat;
	left: 145px;
	top: 83px;
}
#menu .about span {
	width: 40px;
	height: 12px;
	background: url(../images/about-over.gif) no-repeat;
	left: 44px;
	top: 54px;
}
#menu .services {
	width: 145px;
	height: 49px;
	background: url(../images/services.png) no-repeat;
	left:300px;
	top: 83px;
}
#menu .services span {
	width: 92px;
	height: 22px;
	background: url(../images/services-over.png) no-repeat;
	left: 26px;
	top: -10px;
}
#menu .testimonies {
	width: 200px;
	height: 49px;
	background: url(../images/testimonies.png) no-repeat;
	left:485px;
	top: 83px;
}
#menu .testimonies span {
	width: 125px;
	height: 22px;
	background: url(../images/testimonies-over.png) no-repeat;
	left: 26px;
	top: 43px;
}


#menu .contact {
	width: 186px;
	height: 47px;
	background: url(../images/contact.png) no-repeat;
	left: 710px;
	top: 83px;
}
#menu .contact span {
	width: 145px;
	height: 30px;
	background: url(../images/contact-over.png) no-repeat;
	left: 23px;
	top: -10px;
}

*/