/* CSS Style sheet number one */
/* Main page layout ids */ 
#pagewrap	{
	width:1200px;
	margin:0 auto;
	border:thin solid gray;
	background-color: #FFFFFF; 
	/*background:url(./images/backdrop4.png) bottom right no-repeat; */
	min-height: 768
	}

#footer	{
	clear:both;
	border-top:thin solid black;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 11px;
	font-family: sans-serif;
	color:#121300;
	text-align: center;
	font-weight: 200;
	}	
#header {
	position: relative;
	top:0px;
	height:165px;
	margin: 1px 15px 0 0;
	}
#main	{
	margin: 7px 50px 5px 70px;
	min-height:470px; 
	color:#414042; 
	font: 16px serif;	
}
#main_two	{
	background:url(./images/seamless_gutter_extrusion.png) no-repeat top right;
	margin-bottom: 2em;
	}
/* Selectors alphabetically */	
* {
  margin: 0px;
  padding: 0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
  display: block;
}
body	{
 background: #fcfcfc;
	color: #d7d7d7; 
}
#main p	{
	text-indent: 2em;
	margin: 0 0 1em 10px;	
	color:black;
	font-size:1em;
	font-family: arial, sans-serif;
}

/* Image div used for most of the pages */	
#area_img	{
	float: right;
	padding: 0 1em .5em 1em;
	}	
#area_img_lft	{
	float: left;
	padding: 0 1em .5em 1em;
	}	
#main_slides	{
	position: relative;
	width:427px;
	height: 320px;
	box-shadow: 6px 6px 5px black;
	}
#main_slides img {
	position:absolute;
	left:0;
	top:0;
}	
#slides	{
	position: relative;
	width:280px;
	height: 373px;
	box-shadow: 6px 6px 5px black;	
}
#slides img { 
	position:absolute;
	left:0;
	top:0;
}
#main table	{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	}	
#headlink	{
	position: absolute;
	top:5px;
	right: 15px;
	z-index: 2;
	}

h2,h3	{
	line-height: 180%;
	color: black;
	text-decoration: underline;
}

.ind_lst	{
	padding-left:5em;
	}
/* April '14 */
.wimg {
	text-align: justify;
	padding: 0 30px;
	padding-top:5px;
}


/*Feature Content
===============================================*/
.feature 	{
	margin-top: 3em;
	clear: both;
}
.feature td, .feature th {
	width: 245px;
}
.feature table {
	width:85%;
}
table	{
	color: black;
	margin: 0 auto;
	border-collapse: separate;
    border:solid black 1px;
    border-radius:6px;
    -moz-border-radius:6px;	
}
td, th {
	padding-left:.5em;
	border-left:solid black 1px;
	border-top:solid black 1px;
	font-size: smaller;
}

th {
    background-color: #73aa00;
    border-top: none;
}

td:first-child, th:first-child {
     border-left: none;
}	
/*End Feature Content 
==============================================*/


/*Contact form formatting 
==============================================*/

form#emailform	{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	padding:20px;
	width: 500px;
	}
form#emailform fieldset {
	border: none;
	margin-bottom: 5px;
}
form#emailform fieldset:last-of-type {
	margin-bottom: 0;
}	
form#emailform legend {
	color: #0033FF;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	text-shadow: 0 1px 1px #c0d576;
}
form#emailform ol li {
	background: #69B8CE;
	border-color: #e3ebc3;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 11px;
	list-style: none;
	padding: 5px 5px;
	margin-bottom: 2px;
}
form#emailform ol ol li {
	background: none;
	border: none;
	float: left;
}
form#emailform label {
	float: left;
	font-size: 13px;
	width: 110px;
	color: #0033FF;
}
form#emailform fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}
form#emailform fieldset fieldset label:hover {
	cursor: pointer;
}
form#emailform textarea {
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 360px;
}
form#emailform input:not([type=submit]):focus,
form#emailform textarea:focus {
	background: #eaeaea;
}
form#emailform button {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
   
  /*Gradient*/
  background: #69B8CE; /* Old browsers */
  background: -moz-linear-gradient(top,  #69B8CE 0%, #19110f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69B8CE), color-stop(100%,#19110f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #69B8CE 0%,#19110f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #69B8CE 0%,#19110f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #69B8CE 0%,#19110f 100%); /* IE10+ */
  background: linear-gradient(top,  #69B8CE 0%,#19110f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69B8CE', endColorstr='#19110f',GradientType=0 ); /* IE6-9 */
}
form#emailform button:hover {
  background: #0033FF; /* Old browsers */
  background: -moz-linear-gradient(top, #0033FF 0%,  #19110f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0033FF), color-stop(100%,#19110f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0033FF 0%,#19110f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0033FF ,#19110f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0033FF 0%,#19110f 100%); /* IE10+ */
  background: linear-gradient(top, #0033FF 0%,#19110f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0033FF', endColorstr='#19110f',GradientType=0 ); /* IE6-9 */

}
/*End of Contact Form
=================================================*/