@charset "utf-8";
/* CSS Document */

body {
	font-family:"Open Sans", "Segoe UI", Tahoma, geneva, sans-serif;
	font-size: 15px;
	color:  #666;
	margin: 0;
	padding: 0;
	background-color: #FCFDFE;
	line-height: 1.6em;
	color: #666;
	font-weight: 600;
}
#container {
	width: 1020px;
	background: #FFFFFF;
	margin: 0 auto; 
}
article, aside, figure, footer, header, hgroup,menu, nav, section { 
display: block; }

aside, section, article, figure {
	float: left;
	position:  relative;
	width:  100%;
}

section, article, main {
	width:  100%;
}
* {      
**** IMPORTANT ***/
	margin:  0px;
	padding:  0px;
}

#logo {
	float: left;
	z-index: 10;
	height: 150px;
	width: 100%;
	position: relative;
	background-color:  #5480C1;
	text-align:  center;
}
#content {
    float: left;
    padding-right: 0px;
    padding-bottom: 10em;
    position: relative;
    width: 1020px;
}
#distributors {
	float: left;
	width:  330px;
	padding-left: 100px;
}

#distributors a {
	font-size: 16px;
	line-height: 2em;
	color: #333;
	text-decoration: underline;
	
}
#distributors a:hover {
	font-size: 14px;
	line-height: 2em;
	color: #5480C1;
	text-decoration: underline;
}
#technical {
	padding-top:   50px;
	width: 100%;
}

/***HOME PAGE***/
#house  {
    position: relative;
    height: 1000px;
    visibility: visible;
    width: 100%;
    background-image: url(../Images/redhouse.jpg);
    background-repeat: no-repeat;
    float: left;
    background-color: rgba(255,255,255,1);
    z-index: 1000;
    background-position: right center;
    padding-top: 10px;
    line-height: 20px;
}

#Barge {
	position:relative;
	visibility:visible;
	width:230px;
	height:200px;
	z-index:21;
	float:  left;
	font-size: 13px;
	color: #666;
	font-weight: bold;
	padding-left: 60px;
}
#Valley {
	position:relative;
	visibility:visible;
	width:250px;
	height:200px;
	z-index:22;
	float:  left;
	font-size: 13px;
	color: #666;
	font-weight: bold;
	padding-left: 110px;
}
#Roof {
	position: relative;
	height: 200px;
	float: left;
	width: 280px;
	z-index: 23;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	padding-left: 50px;
}
#Vents {
	position:relative;
	visibility:visible;
	top: 640px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	float: left;
	padding-left: 65px;
	width: 270px;
	height: 200px;
}
#Soakers {
	position:relative;
	visibility:visible;
	top: 640px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	padding-left: 100px;
	float: left;
	width: 240px;
	height: 200px;
}
#Flashings {
	position:relative;
	visibility:visible;
	width:280px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	top: 640px;
	float: left;
	padding-left: 30px;
	height: 200px;
}
#mainpagetxt a {
    color: rgba(51,51,51,1);
    text-decoration: underline;
    font-weight: 300;
}
#mainpagetxt {
    float: left;
    posiiton: relative;
    width: auto;
    font-size: 14px;
    font-weight: 300;
    color: rgba(51,51,51,1);
}
#lside {
	background-color: #FFF;
	width: 450px;
	position: relative;
	z-index: 50;
	left: 0px;
	padding-right: 10px;
	font-size: 14px;
	float: left;
}

#rside {
	background-color: #FFF;
	width: 450px;
	position: relative;
	z-index: 40;
	top: 0px;
	float: right;
	padding-top: 60px;
}
#rside table {
	font-size: 14px;
	color: #000;
}

.textmain {
	font-size: 16px;
	color: #000000;
	line-height: 25px;
}
h1 {
    color: #00467f;
    font-family: "Open Sans Regular", "Segoe UI", Tahoma, geneva, sans-serif;
    font-size: 16px;     /** 28px **/
    font-weight: normal;
    margin-bottom: .76em;
	}
h2  {
	font-family: "Open Sans Semibold", "Segoe UI", Tahoma, geneva, sans-serif;
	font-size: 1.538em;   /*** 20px **/
	font-weight:  bold;
	color: #00467f;
	margin-bottom:  0.76em;
}
h3 {       
	font-family: "Open Sans Semibold", "Segoe UI", Tahoma, geneva, sans-serif; /*** 18px **/
	font-weight:  bold;
	color: #00467f;
	margin-bottom:  .76em; 
}

h4 {     
	font-family: "Open Sans Semibold", "Segoe UI", Tahoma, geneva, sans-serif;	
	font-size: 1.154em; /*** 15px **/
	color:  #666;
	margin-top: .76em;
	margin-bottom:  .76em; 
}
h5 {
	font-family: "Open Sans Semibold", "Segoe UI", Tahoma, geneva, sans-serif; /*** 18px **/
	font-weight:  bold;
	color: #000;
	margin-bottom:  .76em;
	font-size: 16px;
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	color: #5480c1;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*************
Contact Form
**************/
div.clickable { 
position:relative; 
} 
div.clickable a {
	position:absolute;
	width: 30.769em;
	height: 6.154em;
	top: 0.846em;
	left: 26.923em;
	text-decoration:none;
	z-index:10;
	background-color:#fff;
	filter: alpha(opacity=1);
	font-size:  1.077em;
	color:  #00467f;

} 
.formLabels {
	font-family: "Open Sans";
	font-weight: bold;
	text-align: left;
	margin-left: 0px;
	font-size: 1.077em
	line-height: 2.692em;
}
.formdata {
	font-family: "Open Sans";
	font-size:  1.077em
	background-color: #fff;
	margin-bottom: 0.769em
}
.fieldset {
	font-family: "Open Sans";
	font-size:  1.077em;
	color: #004c94;
	font-weight: bold;
	padding: 0px;
}
#contactform {
    padding-top: 1.538em;
    padding-right: 4.615em;
    padding-bottom: 4.615em;
    padding-left: 4.615em;
    float: left;
}
.container #content section #contactform #form13 fieldset table {
	font-size: 1.077em;
}
#form13 fieldset {
	padding-left: 2.846em
}
th.date {
	width: 10%;
	text-align: left;
	vertical-align: text-top;
	top: 0px;
	white-space: normal;
	line-height:  2.692em;
	 }
th.what {
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	line-height: 2.692em; 
}
.formLabels {
	width: 18em
}

/******
**********/


/* ~~Home page link settings~~ */	
#house #Barge a {
	color: #666;
	text-transform: capitalize;
	text-decoration: underline;
	font-size: 14px;
}
#house #Barge a:hover {
	color: #666;
	text-transform: capitalize;
	text-decoration: underline;
	font-size: 14px;
}
#Valley a {
	color: #666;
	font-size: 14px;
}
#Vents a {
	color: #666;
	font-size: 14px;
}
#Soakers a {
	color: #666;
	font-size: 14px;
}
#Flashings a {
	color: #666;
	font-size: 14px;
}
#Soakers a:hover {
	color: #5480C1
	font-size: 14px;;
}
#Flashings a:hover {
	color: #5480C1;
	font-size: 14px;
}

#Vents a:hover {
	color: #5480C1;
	font-size: 14px;
}
#Roof a {
	color: #666;
	font-size: 14px;
}
#Roof a:hover {
	color: #4580C1;
	font-size: 14px;
}
#Valley a:hover {
	color: #4580C1;
	font-size: 14px;
}
#Barge a:hover {
	color: #4580C1;
	text-transform: capitalize;
	text-decoration: underline;
	font-size: 14px;
}

/* ~~Image Zoom ~~ */

#imgZoom1 {
	float:left;
	-moz-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	-webkit-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

#imgZoom2 {
	float:left;
	-moz-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	-webkit-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

#imgZoom3 {
	float:left;
	-moz-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	-webkit-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform-origin: right top;
	-ms-transform-origin:  right top;
	-o-transform-origin:  right top;
	-webkit-transform-origin: right top;
	transform-origin: right top;
}
#imgZoom1:hover {

    -moz-transform: scale(1.4);

    -ms-transform: scale(1.4);

#   -o-transform: scale(1.4);

    -webkit-transform: scale(1.4);

    transform: scale(1.4);
position: relative;
}
#imgZoom2:hover {

    -moz-transform: scale(1.4);

    -ms-transform: scale(1.4);

    -o-transform: scale(1.4);

    -webkit-transform: scale(1.4);

    transform: scale(1.4);
position: relative;
}
#imgZoom3:hover {

    -moz-transform: scale(1.4);

    -ms-transform: scale(1.4);

    -o-transform: scale(1.4);

    -webkit-transform: scale(1.4);

    transform: scale(1.4);
position: relative;
}

/*** Data Tables **/

table, th, td {
   
}
#tableproduct {
	width: 450px;
		}
.tableproduct {
	width: 450px;
	
	}
#tableproduct tr td {
	text-align: center;
}
.tableproduct tr td {
	text-align: center;
}
th#first{
	text-align: left; 
	width:  260px;
}
th.first{
	text-align: left; 
	width:  260px;
}
.tableproduct tr .“first” {
	text-align: left;
	width: 250px;
}
#tableproduct tr #“first” {
	text-align: left;
	width: 250px;
}
#tableproduct th .first {
		width: 250px;
}
#tableproduct tr .first {
	text-align: left;
	width: 250px;
}
.tableproduct tr .first {
    text-align: left;
    color: #000000;
}
.tableproduct tr td {
	text-align: center;
}


#tableproduct tr #first {
	text-align: left;
}
/****************/	



.textmain {
	line-height: 25px;
}
.textmain a:hover {
	color: #4580C1;
	font-weight: bold;
}
.textmain a {
	color: #000;
}
.textmain a:hover {
	color: #4580C1;
	font-weight: bold;
}
#redhouse {
	height: 800px;
	width: 970px;
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
	left: 25px;
}


/***FOOTER***/
footer {
	padding: 0.769em 0;
	background: #FFF;
	position: relative;
	clear: both;
	
}
#footernav ul {
	margin:0;
	padding:0; 	
	}
#footernav {
	height:  2em;
	font-family: "Open Sans", "Segoe UI", Tahoma, geneva, sans-serif;
	text-align: left;
	position: relative;
	z-index: 100;
	clear: both;
	border-bottom-width: 0.077em;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	top: 0.385em;
	list-style-type: none;
	font-size:  1em;
	padding-top: 20px;
	border-top-width: 0.077px;
	border-top-style: solid;
	border-top-color: #ccc;
}
#footernav ul a {
	text-decoration: none; }
#footernav ul a:hover {
	color:  #00467f;
	font-size:  1em;
	letter-spacing: normal;
}
#footernav ul li {
	list-style: none;
	float: left;
	position: relative;
	width: 170px;
	font-size:  1em
}
#footernav ul li a {
	background: #FFF;
	color: #444;
	font-size: 1em;
	font-weight: 900;
	display: block;
	text-align: left;
	font-family: "Open Sans", "Segoe UI", Tahoma, geneva, sans-serif;
	letter-spacing: normal;
}
#footernav ul ul li a {
	background: #FFFFFF;
	color: #999;
	font-size: 1em;
	border:none;
	text-align: left;
	font-family: "Open Sans", "Segoe UI", Tahoma, geneva, sans-serif;
	letter-spacing:  normal;
	padding-top: 0.385em; 
	}
#footernav ul ul li a:hover {
	color: #00467f;
	font-family: "Open Sans", "Segoe UI", Tahoma, geneva, sans-serif;
	font-size: 1em;
	
	}
#footernav ul li a:hover, 
#footernav ul li:hover ul li {
	display: block !important;
	font-family: "Open Sans", "Segoe UI", Tahoma, geneva, sans-serif;
	font-size: 1em;
}
#copyright {
	background-color: rgb(255,255,255);
	position: relative;
	color: rgb(102,102,102);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 2.308em;
	font-size: 0.923em;
	width: 100%;

	padding-bottom: 0.769em
	float: left;
	padding-top: 1em;
}
#distributors a {

}
#rside table tr td div {
	text-align: left;
	padding-left: 10px;
}
#cladding {
	padding-top: 40px;
	
}
#roofflashing {
	padding-top: 40px;
}
#windowflashing {
	padding-top: 40px;
}
#cladding a {
	
	color: #666;
}
#roofflashing a {
	
	color: #666
}
#windowflashing a {
 
	color: #666
}
#bargeflashing {
	width: 250px;
}
	.enquirehere {
    position: relative;
    float: left;
    width: 400px;
    padding-left: 40px;
    color: #000;
	}


/** ie hacks **/
.somebuggyelement, 
.somebuggyelement a, 
.colwrapper div  { 
zoom: 1;
 }

/*give links full rollover and remove space*/
#links li a {
	height: .063em;
}

/*allow alpha trans of bg image*/
#banner span#badge {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/postit.png',sizingMethod='scale');
background: none; /*original image set as bg so must remove it */
}
/*allow alpha trans of bg image*/
#banner span#badge2 {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/postit2.png',sizingMethod='scale');
background: none;
}
	

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
