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


body{
margin:0px;
padding:0px;
color: #333;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height:22px;
font-size:12px;
}


@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,h2,h3,h4,h5,h6{
 font-family: 'open_sanslight';
 color: #333;}
 


.clear{
	clear:both;}

html,button,input,select,textarea {
font-family:sans-serif;
}

 a:active,a:hover {
color /*Define color*/
}

h1,h2,h3,h4,h5,h6{
	color:#fff;}

p{
	text-align:justify;}
	
h1 {
font-size:2em;
margin:.67em 0;
}

 h2 {
font-size:1.5em;
margin:.83em 0;
}

 h3 {
font-size:1.17em;
margin:1em 0;
}

 h4 {
font-size:1em;
margin:1.33em 0;
}

 h5 {
font-size:.83em;
margin:1.67em 0;
}

 h6 {
font-size:.75em;
margin:2.33em 0;
}	

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  text-decoration: none;
}

/*------------------Default Heading CSS Settings--------------------*/
/*
h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h4 {
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h5 {
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h6 {
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}*/

/*------------------//Default Heading CSS Settings//--------------------*/

.float_left{
	float:left;}

.float_right{
	float:right;}


.wrapper{
	width:1000px;
	height:auto;
	margin:0px auto;
	padding:0px;}
	
.full_width{
	width:100%;
	height:auto;
	float:left;}	
	
.header{
	height:120px;}
	
.logo{
	width:315px;
	height:120px;
	float:left;
	}	
	
.quick_contact{
	width:350px;
	float:right;
	padding-top:10px;}
	
.phon{
	width:170px;
	float:left}
.email{
	width:170px;
	float:left}			

.header_right{
	float:right;}

/*--------------------------------Menu-------------------------------------*/

	
.menu_full{
	background-color:#218dd9;
	height:53px;}
	
	
#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
	width: 440px;
margin-top: 30px;
    background-color:#218dd9;
    clear: both;
    font-size: 12px;
    /*height: 58px;*/
    position: relative;
  /*  width: 957px;*/
  float:right;
}
#nav ul {
    background-color: #0a6aae;
  /*  border:1px solid #222;
    border-radius: 0 5px 5px 5px;
    border-width: 0 1px 1px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    left: -9999px;*/
    overflow: hidden;
    position: absolute;
    /*top: -9999px;*/
    z-index: 2;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}
#nav li {
    background: url('menu_line.png') no-repeat scroll right 5px transparent;
    float: left;
    position: relative;
}
#nav li a {
  color: #FFF;
display: block;
float: left;
font-weight: normal;
height: 30px;
padding: 12px 35px 0px;
position: relative;
text-decoration: none;
border-right: 1px solid #FFF;
line-height: 20px;
}
#nav li:hover > a {
    color: #fff;
}
#nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {
    background: none repeat scroll 0 0 #0a6aae;
    outline: 0 none;
}
#nav li:hover ul.subs {
    left: 0;
    top: 42px;
    width: 180px;

    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#nav ul li {
    background: none;
    width: 100%;
}
#nav ul li a {
    float: none;
}
#nav ul li:hover > a {
   /* background-color: #121212;*/
    color: #00B4FF;
}

.active{
	background-color:#0b75bf;d}
/*#lavalamp {
    background: url('lavalamp.png') no-repeat scroll 0 0 transparent;
    height: 16px;
    left: 13px;
    position: absolute;
    top: 0px;
    width: 64px;

    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
#lavalamp:hover {
    -moz-transition-duration: 3000s;
    -ms-transition-duration: 3000s;
    -o-transition-duration: 3000s;
    -webkit-transition-duration: 3000s;
    transition-duration: 3000s;
}
#nav li:nth-child(1):hover ~ #lavalamp {
    left: 13px;
}
#nav li:nth-child(2):hover ~ #lavalamp {
    left: 90px;
}
#nav li:nth-child(3):hover ~ #lavalamp {
    left: 170px;
}
#nav li:nth-child(4):hover ~ #lavalamp {
    left: 250px;
}
#nav li:nth-child(5):hover ~ #lavalamp {
    left: 330px;
}
#nav li:nth-child(6):hover ~ #lavalamp {
    left: 410px;
}
#nav li:nth-child(7):hover ~ #lavalamp {
    left: 490px;
}
#nav li:nth-child(8):hover ~ #lavalamp {
    left: 565px;
}*/
/*-----------------------------///Menu///---------------------------------*/


/*-----------------------------Banner---------------------------------*/
h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			
		}


div#feature_list {
			width:1000px;
			height: 275px;
			overflow: hidden;
			position: relative;
			margin: 20px 0px;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 260px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #218dd9;
			text-decoration: none;	
			display: block;
			padding:7px;
			height: 20px;
			outline: none;
			line-height: 17px;
font-size: 15px;
background-image:url(../images/menu_bg.png);
background-repeat:no-repeat;

		}

		ul#tabs li a:hover {
			color:#218DD9;
		}

		ul#tabs li a.current {
		background-image:url(../images/menu_active.png);
		background-repeat:no-repeat;
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0px;
width: 720px;
height: 240px;
position: relative;
background-color: #ccc;

		}
		
	.banner_border{
		padding:5px;
		border: 1px solid #ccc;
		background-color:#fff;}	

		ul#output li {
			position: absolute;
			width: 708px;
height: 257px;
		}

		ul#output li a {
			position: absolute;
right: -196px;
padding: 8px 12px;
text-decoration: none;
font-size: 11px;
color: #FFF;
background: none repeat scroll 0% 0% #000;
bottom: -33px;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}

/*-----------------------------///Banner///---------------------------------*/

.welcom_hed{
	background-color:#218dd9;
padding: 5px 10px;}
	
.welcom_hed h2{
	}	
	
	
	
/*------------------------------------------------------------------*/

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
	margin-bottom: 20px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}	


.service_full{
	background-color:#ede8e8;
padding:15px 0px;}
	
.service{
	width:300px;
	float:left;
	}	
	
.service_hed{
	background-color:#218dd9;
	padding: 5px;
	text-align:center;
	margin-bottom:5px;}	
	
.hvac{
	margin-right:50px;}
.grills{
	margin-right:10px;}
.pvc{
	margin-left:30px;
	float:right !important;}
	
.footer{
	background-color:#ee5f00;
	color:#fff;
	padding:10px 0px;

	
	}
	
.copy{
	float:left;
	margin-right:20px;
	width:350px;
	line-height: 47px;
}
	
.frt_menu{float: left;
width: 300px;
	}	
.frt_menu ul{}	
.frt_menu ul li{
	list-style:none;
	float:left;
	margin-right:10px;}		
.frt_menu ul li a{
	text-decoration:none;
	color:#fff;}
	
.frt_menu ul li a:hover{
	color:#000;}		
	
	
	
.design{
width: 286px;
float: right;
text-decoration: none;
text-align: right;
line-height: 47px;}

.design a{text-decoration:none;
color:#fff;}

.design a:hover{
	color:#000;}
	
	

.contact{
	width:1000px;
	height:auto;}
	
.contact_address{
	width:400px;
	float:left;}
	
.contact_form{
	width:450px;
	float:right;}	
	
.textfield{
	width: 96%;
height: auto;
float: left;
border-radius: 3px;
border: 1px solid #CCC;
color: #666;
padding: 8px;
margin-top: 15px;
resize:none;}	



.submit{
width: 100px;
padding: 5px;
background-color: #328CC8;
border: 1px solid #1488D5;
color: #fff;
font-size: 17px;
float:right;
margin:20px 0px;}	

.map{
	width:1000px;
	height:300px;
	float:left;
	margin-bottom:30px;
}
			
			
.model_hed{
	color:#000; text-align:left; font-weight:normal; padding: 12px 0px;
	position:relative;}
	
.model_hed:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: none repeat scroll 0% 0% #E8E4E6;
    left: 0px;
    bottom: 0px;}
	
.model_hed:after{
    content: "";
    position: absolute;
    width: 55px;
    height: 4px;
    left: 0px;
    bottom: 0px;
    background: none repeat scroll 0% 0% #218dd9;
}
			
	
.table td{
	border-collapse:collapse;
	border:1px solid #ccc;}	
.list{
	padding:0px;}
.list li{
 background-image:url(../images/arrow.png);
 background-position:left top;
 background-repeat:no-repeat;
 padding-left:30px;
 list-style:none;}	