/*
CSS Stylesheet for RAM Audio Video (ramaudiovideo.ca) 
author: Leonardo Romero
email: leo@mediatrigger.com
date: Feb 20. 2014
*/
/*
    100 = thin
    200 = extra-light
    300 = light
    400 = normal, book
    500 = medium
    600 = demi-bold
    700 = bold
    800 = heavy
    900 = black
*/

@charset "utf-8";
/* NOTE - FOR FONT_FACES TO WORK, MAKE SURE FILE PERMISSIONS ARE SET to READ and Execute */
@font-face {
    font-family: 'raleway';
    src: url('webfonts/raleway-thin-webfont.eot');
    src: url('webfonts/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-thin-webfont.woff') format('woff'),
         url('webfonts/raleway-thin-webfont.ttf') format('truetype'),
         url('webfonts/raleway-thin-webfont.svg#ralewaythin') format('svg');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'raleway';
    src: url('webfonts/raleway-extralight-webfont.eot');
    src: url('webfonts/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-extralight-webfont.woff') format('woff'),
         url('webfonts/raleway-extralight-webfont.ttf') format('truetype'),
         url('webfonts/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
    font-weight: 200;
    font-style: normal;

}

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

}

@font-face {
    font-family: 'raleway';
    src: url('webfonts/raleway-regular-webfont.eot');
    src: url('webfonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-regular-webfont.woff') format('woff'),
         url('webfonts/raleway-regular-webfont.ttf') format('truetype'),
         url('webfonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway';
    src: url('webfonts/raleway-medium-webfont.eot');
    src: url('webfonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-medium-webfont.woff') format('woff'),
         url('webfonts/raleway-medium-webfont.ttf') format('truetype'),
         url('webfonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'raleway';
    src: url('webfonts/raleway-semibold-webfont.eot');
    src: url('webfonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-semibold-webfont.woff') format('woff'),
         url('webfonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('webfonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'raleway';
    src: url('webfonts/raleway-bold-webfont.eot');
    src: url('webfonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-bold-webfont.woff') format('woff'),
         url('webfonts/raleway-bold-webfont.ttf') format('truetype'),
         url('webfonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: 700;
    font-style: bold;

}

@font-face {
    font-family: 'raleway';
    src: url('webfonts/raleway-heavy-webfont.eot');
    src: url('webfonts/raleway-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-heavy-webfont.woff') format('woff'),
         url('webfonts/raleway-heavy-webfont.ttf') format('truetype'),
         url('webfonts/raleway-heavy-webfont.svg#ralewayheavy') format('svg');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'raleway';
    src: url('webfonts/raleway-extrabold-webfont.eot');
    src: url('webfonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/raleway-extrabold-webfont.woff') format('woff'),
         url('webfonts/raleway-extrabold-webfont.ttf') format('truetype'),
         url('webfonts/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
    font-weight: 900;
    font-style: normal;

}

 html, body {
 margin: 0px;
 padding: 0px;
 border: 0px;
 color: #000;
 background: #000;
 }
 html, body, p, th, td, li, dd, dt {
 font-family: 'raleway';
 font-weight:100;
 }
 h1, h2, h3, h4, h5, h6 {
 font-family: 'raleway';
 font-weight:normal;
 }
 h1 { font-size: 2em; line-height: 1.3em; }
 h2 { font-size: 1.5em; }
 h3 { font-size: 1.2em ; }
 h4 { font-size: 1.0em; }
 h5 { font-size: 0.9em; }
 h6 { font-size: 0.8em; }
 a:link { color: #00f; }
 a:visited { color: #009; }
 a:hover { color: #06f; }
 a:active { color: #0cf; }

/* ===============  END NEW CODE =========================== */
html {
   height: 100%;  /* defined so background image could display at the bottom*/
}
body{
/*	background: #fff url('../img/ix_top_grad.png') repeat-x top;  */
/*	background-image: url(../img/ix_top_grad.png), url(../img/ix_bottom_grad.png);
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;*/
    min-height: 100%;
}     

input{
    padding: 7px;
    outline: 0;
    border:0px;
    width:250px;
    background: #EBE8DE;
    border-radius:5px;
}

input[type=submit]{
    width:auto;
    padding: 5px 18px;
    line-height:25px;
    text-shadow:none;
    cursor:pointer;
    box-shadow: none;
    background: #333333;
    color: #fff;
}

p{
    margin:5px 0;
    line-height:25px;
}

a{
    text-decoration:none;
    color:inherit;
    transition: color .5s ease;
}

strong{
    font-weight:bold;
}

figcaption strong{
    border-bottom: 1px solid #D6D0C1;
    padding-bottom:10px;
    margin: 10px 0px;
    display:block;
}

figcaption{
    line-height: 25px;
    font-size:.875em;
    width:200px;
}

hr{
    background-color: #D6D0C1;
    border:0;
    height:1px;
    margin:20px 0;
}
table{
    width:auto;
    border:0px;
}
td{
    /*min-width: 100px; */
}
td.tblspacer{
    width:10px;
}
td.tblspacer2{
    width:30px;
}
td .emph{
  font-weight:bold;
}
td .tblnote{
  font-size:.85em;
}
/* ##################################################################################### */
/* ######################### START ############################################################ */

#page_container{
	width:1171px;
	margin: 0px auto 20px;
/*	min-height:940px;   LEO  REMOVE THIS  IF GOING MOBILE */
}
/* HEADER */
#header, #header a, header #menu{
   display:none;
}

#header{
/*  background: #9AB63B;  */
  background:#fff;
  font-size: 1em;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 50px;
}
#header a{
  background: center center no-repeat transparent;
  background-image: url(../img/menuimg.png);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 2px;
  left: 10px;
}
header{
    position:relative;
    max-width:100%;
    margin: 0px auto 0px; 
}

header h1{
    font-size: 2.3em;
    font-weight: 100;
}

header p{
    color: #4A463B;
}

header #headerimgcontainer{
    display:block; 
    width:auto; 
	height:160px;
    margin:0 auto;
}
header .headerText{
    width:315px;
	position:absolute;
	bottom:45px;
    right:75px;
	text-align: right;
}
header .headerText h1{
    position: relative;
    top: -14px;
}
header .headerText p{
	font-size:1.25em;
	color:#808285;
}
header .headerText_contact{
	color: #000000;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 70px;
}

header .headerText_contact p{
	color: #4D4D4F;
    font-size: 1.25em;
}

header .headerText_contact p .emph {
/*	color: #808285;  *//* Sept_05 */
	color: #97CA54;
    font-family: arial;
    font-size: 1em;
    font-weight: 100;
}
header .headerText_contact p .emph2{
	font-size:1em;
	font-weight:500;
}
header .headerText_contact a, header .headerText_contact a:link, header .headerText_contact a:visited{
/*	color:#808285;  */
	color: #97CA54;
}
header .headerText_contact a:hover{
	text-decoration:underline;
}

header .title_contact{
	top:0px;
}

header #logo{
    width:auto;
    float:left;
    position: relative;
    top: 57px;
/*    left:98px; */
	left:50px;
}
/* ############################# END ################################################### */
/* ##################################################################################### */
/*  -------------------------- */
nav{
    position:absolute;
    right:50px;
/*    bottom:7px;  */
    bottom:13px;
    font-size:.75em;
}

nav ul{
    text-align: left;
    display: inline;
    margin: 0px;
    padding: 4px 0px 5px;
    list-style: none;
}
nav ul li {
  display: inline-block;
  margin:0px;
  padding:0px;
  position: relative;
  cursor: pointer;
  -o-transition: all 0.2s;
  transition: all 0.2s;
/*  border:1px solid #808080;*/
  border:1px solid #c9cacc;
  border-top:0px;
}
#no_left_border{
	border-left:0px;
}
#no_right_border{
	border-right:0px;
}

nav ul li a{
	transition: all .25s ease;
	display: inline-block;
	margin-right: 0px;
	position: relative;
	padding: 8px 26px 4px;
	color:#97CA54;
	-o-transition: all 0.2s;
	transition: all 0.25s;
    font-weight:500;
}

nav ul li a:link, nav ul li a:visited{
/*    color:#4A463B;
    color:#636466;*/
    color:#fff;  /* Sept_5 */
    
}
    
nav ul li:hover a{
/*  color:#D1D3D4;  */
  color:#97CA54;  /* Sept_5 */
/*  background: url(../img/navbackgrnd.png) repeat left top;  */
/*background-color:#555658;*/
	background-color:#fff;  /* Sept_5 */

}
nav ul li a:active{
  color:#4A463B;
}
#nav_active{
  color:#97CA54;
}
#nav_active:hover{
  color:#97CA54;
}
/*nested UL*/
nav ul li:hover ul { 
  display: block;
  z-index: 100;  /* NEW FOR DISPLAYING MENU OVER IMAGES */
}
nav ul li ul {
  padding: 0px;
  position: absolute;
  top:49px;
  left: 0px;
  box-shadow: none;
  display: none;
}

nav ul li ul li { 
  display: block; 
  color:#fff;
}

nav ul li ul li a{
  transition: all .25s ease;
  display: block;
  margin-right: 0px;
  position: relative;
  padding: 15px 20px;
  width:220px;
  color:#97CA54;
}

nav ul li ul li a:link, nav ul li ul li a:visited{
  color:#fff;
}
    
nav ul li ul li a:hover {
  color:#97CA54;
  background-color:#000;
}
nav ul li ul li a:active{
  color:#fff;
}

header img{
   max-width: 100%;
   height: auto;
} 
#alternative_menu{
    width: 150px;
    position:absolute;
    top:100px;
    left:50%;
    margin-left: -75px;
    display:none;
}

/*----------  Main content Area ---------- */
/* ##################################################################################### */
/* ######################### START ##################################################### */

#content{
    line-height:25px;
    clear:both;
    max-width:100%;
    min-height:400px;
    margin:0 auto;
}
.ix_bg{
/*    	background:#000 url('../img/ix_pg_top_grad.png') repeat-x;     */
   	background:#000;    
}

#content h2{
  border-bottom: 0px solid #D6D0C1;
  padding: 20px 0;
}
a{
  color:#000000;
}

a:link, a:visited{
    color:#000000;
}
    
a:hover{
  color:#44A892;
}
a:active{
  color:#000000;
}


/* TWO COLUMNS */
#content img {
    height: auto;
    max-width: 100%;
}
section{
	position:relative;
}
section img{
	float:left;
    width:auto;
}
#content p{
	font-size:.87em;
	font-weight:100;
}
/* ================ */
/* START Index Page */
/* ================ */
#content article.column1
{
   float:left; 
   width:559px;
   position:relative;
   margin-left:9px;
   margin-top:6px;
}
#content article.column1 ul
{
    list-style: disc inside;    
}
#content article.column1 ul li
{
    list-style-position: outside;
    margin-left:28px;
    margin-bottom:5px;  
}
#content article.column1 h3{
/*	margin-left:20px;
	margin-top: 15px;*/
	margin:15px 11px 10px 15px;
	
	color:#fff;
		
}



#ix_1{
/*	width:294px;*/
	height:157px;
/*	background-color: #3b80c2; */ /* sept_05 */
	outline:1px solid #fff; /* sept_05 */
	position:relative; /*LEO NEW*/
}
#ix_1 #ix1_width{
	width:530px;
}
#ix_1 #ix1_width p{
	font-weight: 500;
}
#ix_1 .txt_cont .emph{
	color:#FFF568;	
    font-weight: 400; 
}






#content article.column1 p{
	margin:5px 11px 5px 15px;
/*	letter-spacing:.02em;  */
	color:#FFF;
	font-size:.9em;
	font-weight:500;
}
#content article.column1 #contact{
	position:relative;
	text-align:right;
	font-size:.75em;
	line-height:.9em;
	
}
#content article.column1 #norm{
	font-weight:200;	
}
#content article.column1 img{
	float:none;
	position:absolute;
	bottom:0px;
}
#img_cont2 {
   float:left; 
   width:559px;
   position:relative;
   left:12px;
   margin-top:5px;
}
#img_cont2 p{
   font-size:.8em;
   font-weight:300;
   line-height:1.2em;
}
.ix_img{
	float:left;
	margin-right:4px;
	position:relative;
	color:#fff;
}
#ix_img_bb{
	margin-bottom:4px;
}
#ix_img_ab{
	position:absolute; 
	top:88px;
	left:20px;
	width:107px;
	color:#d1d3d4;
}
#ix_img_res{
	position:absolute; 
	top:40px;
	left:16px;
	width:140px;
	color:#382700;
}
#ix_img_comm{
	position:absolute; 
	top:5px;
	left:5px;
}
#ix_img_wh{
	position:absolute; 
	top:30px;
	right:0px;
	width:118px;
	color:#000;
}
/* ================ */
/* END Index Page   */
/* ================ */
/* =================== */
/* START About Us Page */
/* =================== */
#content article.column2{
   width:790px;
   position:absolute;
   left:285px;
   margin-top:66px;
}
#content article.column2 h3{
	margin-left:35px;
	margin-top: 15px;
	color:#fff;
}
#content article.column2 p{
/*	color:#FFF;	  */   /* sept_05 */
	color:#fff;  /* sept_05 */
    font-size: 1em;
    font-weight: 500;
    line-height:1.25em;
    letter-spacing:0.03em;
}
#content article.column2 div{
	float:left;
}
#au_h1{
/*	color:#97CA54; 
	color:#fff;  sept_05 */
}
#title_h1{
	color:#fff;  /*sept_05 */
}
/* START BANNER */
#about_us{
	position:relative;
	height:140px;
	width:100%; 
	/*background-color:#000;  */ /*sept_05 */
	outline:1px solid #fff; /* sept_05 */
	color:#D1D2D4;
	overflow:auto;
	
}
#about_us p{
	font-size:1.3em;
	font-weight:100;
/*	color:#D1D3D4;  */
	color:#fff;  /*sept_05 */
}
#about_us #au_p{
	max-width:1024px;
}
#about_us #au_banner{
    margin: 49px 50px 0 104px;
    letter-spacing: 0.07em;
}
#about_us .emph{
/*	font-size:1.1em; */ /* sept_05 */
    font-size: 1.95em; /* sept_05 */
	font-weight:500;
	letter-spacing:.01em;
/*	color:#D1D1D3;  *//*sept_05*/
	color: #97ca54;	 /* sept_05 */



}
#about_us #au_smaller{
	font-size:.85em;
}
/* END BANNER */
#content article.column2 .txt_cont{
	margin:13px 0px 0px 32px;
}
#au_1_m {display:none;}
#au_1, #au_1_m{
	width:142px;
	height:64px;
	float:none; 
	position:absolute;
	left:284px;
	top:128px; 
	background-color: #000;
	outline:1px solid #fff;
	z-index:1;
}
#au_1 #au1_width{
	margin-left: 15px;
    margin-top: 10px;
    width: 120px;
}
#au_1 #au1_width p{
	font-size:.75em;
	color:#BCDA84;
}
#au_1 .txt_cont .emph, #au_1_m .content_m .emph{
	font-size: 1.55em;
    font-weight: 500; 
}
#au_2_m {display:none;}
#au_2, #au_2_m{
	width:294px;
	height:162px;
	background-color: #17A2DD;
	position:relative; /*LEO NEW*/
	visibility: hidden;
}
#au_2 #au2_width{
	width:230px;
}
#au_2 #au2_width p{
	font-weight: 500;
}
#au_2 .txt_cont .emph, #au_2_m .content_m .emph{
	color:#FFF568;	
    font-weight: 500; 
}
#au_3_m {display:none;}
#au_3, #au_3_m{
	margin-left:4px;
	width:300px;
	height:162px;
/*	background-color: #A0A1A5; */
	outline:1px solid #fff;
	position:relative; /*LEO NEW*/
}
#au_3 #au3_width{
	width:260px;
	margin-left:15px;
}
#au_3 #au3_width p{
	font-weight: 500;
}
#au_4_m {display:none;}
#au_4, #au_4_m {
	float:left;
	margin-left:4px;
	margin-top:26px;
	width:186px;
	height:136px;
}
#au_5_m {display:none;}
#au_5, #au_5_m {
	margin-top:3px;
	margin-left:60px;
	width:234px;
	height:133px;
/*	background-color:#000; */  /*sept_05 */
	background-color:rgba(160,161,165,0.7);  /*sept_05 */
	outline:1px solid #fff;
	position:relative; /*LEO NEW*/

}
#au_5 #au5_width{
	width:183px;
	margin-left:24px;
}
#au_5 #au5_width p{
/*	color:#fff;  */   /* sept_05 */
	color:#000; /* sept_05 */
}
#au_6_m {display:none;}
#au_6, #au_6_m{
	margin-top:3px;
	margin-left:4px;
	width:412px;
	height:150px;
/*	background-color: #BCDA84; */  /*sept_05 */
/*	background-color:#a0a1a5;  *//*sept_05 */
	outline:1px solid #fff;
	position:relative; /*LEO NEW*/
}
#au_6 #au6_width{
	width:366px;
	margin-left:22px;	
    margin-top: 32px;
}
#au_6 #au6_width p{
	color:#fff;
	font-weight:500;
}

/* =================== */
/* END About Us Page */
/* =================== */
/* ========================= */
/* START RESIDENTIAL Page    */
/* ========================= */
#content article.column4
{
	float:left;
	width:450px;
	margin-left:5px;	
}
#residential{
	position:relative;
	height:138px;
	width:auto;
/*	background-color:#644F4A;  */
	background-color:#000;  /* sept_05 */
	overflow:auto;
	outline:1px solid #fff; /* sept_05 */
}
#residential #res_ban_img{
	margin: 22px 0px 0px 132px;
	height:auto;
    width: auto;
}
#residential p{
	font-size:1.42em;
	font-weight:200;
/*	color:#D8C1A2;  */
	color:#fff;  /* sept_05 */
	letter-spacing:.01em;
	line-height:1.2em;
}
#residential #res_p{
	max-width:656px;
}
#residential #res_banner{
	float:left;
    margin: 26px 50px 0 50px;
    letter-spacing: 0.07em;
}
#residential .emph{
/*	font-size:1.13em; */
    font-size: 1.95em;
/*	font-weight:300; */
    font-weight: 500;
	letter-spacing:.025em;  
	color:#97ca54;
}
#residential #emph-2{
	color:#fff;
}
#residential #res_right{
	float:right;
	color:#FFF;
}
#content .res_1{
	float:left;
	width:100%;
	height:162px; 
	margin-top:5px;	
}
#content .res_1 p{
	font-size:1.15em;
	font-weight:300;
	line-height:1.39em;
	letter-spacing:.02em;
	margin-left: 21px;
    margin-top: 32px;
    margin-right:10px;
}
#content #res_1{
/*	height:193px;  */   /* sept_05 */
	height:377px; /* sept_05 */
/*	background-color:#D8DFE5; */
/*	background-color:#a5a5a5; *//* sept_05 */
		background-color:rgba(160,161,165,0.5);  /*sept_05 */
	
/*	color:#004286;   */
	color:#fff;  /*sept_05 */
}
#content #res_2{
	height:179px;
/*	background-color:#F0ECE1; 
	color:#5A606A;  */
	background-color:#a5a5a5; /* sept_05 */
	color:#fff; /* sept_05 */
}
#content #res_2 p{
	font-size:1.1em;
	font-weight:400;
	line-height:1.39em;
	letter-spacing:.02em;
	margin-left: 23px;
    margin-top: 15px;
    margin-right:22px;
}
#content #res_2 #smaller{
	font-size:.85em;
/*	color:#000; */
	font-weight:400;
}
#content .res_1 #enhance{
	font-size:1.1em;
	color:#74C042;
	font-weight:400;
}
#content .res_button{
	position:relative;
	float:left;
	margin-left:7px;
	margin-top:13px;
	margin-bottom:15px;
/*	background-image: url('../img/res_bg_button.jpg'); */  /* sept_05 */
   outline:1px solid #fff;  /*sept_05 */
	width:140px; 
	height:63px;
	text-align:center;
}
#content .res_button p{
	font-size:1em;
	line-height:1.1em;
/*	color:#636466;  */
	color:#fff;
	font-weight:400;
}
#content .res_button .middle-1{
	margin-top:20px;
}
#content .res_button .middle-2{
	margin-top:15px;
}
#content #res_button{
	margin-left:0px;
}
/* ========================= */
/* END RESIDENTIAL Page      */
/* ========================= */
/* ========================= */
/* START COMMERCIAL Page    */
/* ========================= */
#content #art_cont{
	float:left;
	margin-left:5px;
	margin-top:5px;
	width:498px;
	height:430px;
	border-style: solid;
	border-width: 15px 35px 27px 27px; 
/*	-moz-border-image: url(../img/border.png) 15 35 27 27 repeat;
	-webkit-border-image: url(../img/border.png) 15 35 27 27 repeat; 
	-o-border-image: url(../img/border.png) 15 35 27 27 repeat; 
	border-image: url(../img/border.png) 15 35 27 27 fill repeat; */  /*sept_05 */
}  
#content article.column3{
	float:left;
	margin-left:10px;
	margin-top:35px;
}
#commercial{
	height:132px;
	width:100%;
/*	background-color:#272B36;  */  /* sept_05 */
/*	color:#D1D2D4;*/
    color:#fff;  /* sept_05 */
    outline:1px solid #fff;  /* sept_05 */
	overflow:auto;
}
#commercial p{
	font-size:1.35em;
	font-weight:100;
	color:#FFF
}
#commercial #comm_banner1{
    margin: 45px 0 0 160px;
    letter-spacing: 0.07em;
    float:left;
    font-size:.6em;
}
#commercial #comm_banner1 p{
	color:#fff;
	line-height:1em;
	font-weight:400;
}
#commercial #comm_banner2{
    margin-top: 29px;
    margin-left:27px;
    width:702px;
    float:left;
}
#commercial #comm_banner2 p{
    letter-spacing: 0.03em;
    line-height: 1.4em;
}
#commercial .emph{
	font-size:2.95em;
	font-weight:500;
	letter-spacing:.01em;
	color:#97CA54;
}
/* END BANNER */
#comm_main_img{
	float:left;
	margin-left:5px;
	margin-top:5px;
}
#comm_img{
	margin-left:0px;
}
.comm_img{
	float:left;
	margin-left:4px;
	outline:0px solid red;
}
.column3 #comm_1{
	float:left;
	margin-top:19px;
	max-width:477px;
/*	height:162px; */
/*	color:#433A6B;  */ /*  sept_05 */
	color:#fff;  /*  sept_05 */
	text-align:center;
	padding-left:5px;
	margin-bottom:20px;
}
.column3 #comm_1 p{
	font-size:1.63em;
	font-weight:200;
	line-height:1.2em;	
}
.column3 #comm_1 #enhance{
	font-size:1.1em;
/*	color:#74C042;  */
	color:#fff;  /*  sept_05 */
	font-weight:400;
}
.column3 #comm_1 #contact{
	text-align: center;
	font-weight:100;
	font-size:1.90em;
	line-height:3em;
}
.column3 #comm_1 #contact img{
	float:none;
}

.column3 #comm_1 a{
/*	color:#433A6B;  */
	color:#fff;  /*  sept_05 */
}
.column3 #comm_1 a:link, #comm_1 a:visited{
/*	color:#433A6B;  */
	color:#fff;  /*  sept_05 */
}
.column3 #comm_1 a:hover {
	color:#74C041;
}
#content .comm_button{
	float:left;
	margin-left:5px;
	margin-top:7px;
	width:196px; 
	height:61px;
/*	background-image: url('../img/comm_bg_button.jpg');  */  /*  sept_05 */
    outline:1px solid #fff; /*  sept_05 */
	text-align:center;
}
#content .comm_button p{
	font-size:1.05em;
	line-height:1.2em;
/*	color:#636466;  *//*  sept_05 */
	color:#fff;  /*  sept_05 */
	font-weight:400;
    margin: 0 auto;
	margin-top:9px;
}
#content .comm_button .middle-1{
	width:94px;
}
#content .comm_button .middle-2{
    width: 128px;	
}
/* ========================= */
/* END COMMERCIAL Page      */
/* ========================= */
/* ========================= */
/* START WAREHOUSE Page    */
/* ========================= */
#content article.column5{
	float:left;
	margin-left:38px;
}
#content #wh_cont{
	float:left;
	margin-left:108px;
	margin-top:29px;
	width:1060px;
}
#warehouse{
	position:relative;
	height:164px;
	width:100%;
/*	margin-bottom:50px;  */  /*sept_05 */
	outline:1px solid #fff;   /* sept_05 */

}
#warehouse p{
	font-size:1.5em;
	font-weight:200;
/*	color:#4CAED9;  */  /* sept_05 */
	color:#fff; /* sept_05 */
	letter-spacing:.01em;
	line-height:1.1em;
}

#warehouse #wh_banner{
	float:right;
	width:730px;
	height:163px;
    margin: 20px 55px 0px 0px;
    letter-spacing: 0.07em;
/*	background-image:url('../img/warehouse_grad.gif');
	background-repeat:no-repeat;
	background-position:right bottom;  */ /* sept_05 */
	overflow:auto;
}
#warehouse #wh_banner_text{
    margin-top: 20px;
}
	
#warehouse .emph{
/*	font-size:1.1em; */ /* sept_05 */
    font-size: 1.95em; /* sept_05 */
/*	font-weight:300;  */ /* sept_05 */
    font-weight: 500; /* sept_05 */
	letter-spacing:.025em;
/*	color:#716C7F; */ /* sept_05 */
	color: #97ca54;	 /* sept_05 */
}
#warehouse #wh_camera{
	position:absolute;
	left:99px;
	height:auto;
	width:auto;	
}
#warehouse #wh_border{
	float:right;	
	margin-top:21px;
	margin-right:54px;
}
#wh_img{
	margin-left:0px;
}
.wh_img{
	float:left;
	margin-left:7px;
}
#wh_1{
	float:left;
	width:530px;
	height:155px; 
/*	color:#716C7F; */  /* sept_05 */
	color:#fff;   /* sept_05 */
/*	background-image:url('../img/warehouse_grad_bottom2.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
	 margin-top: 15px; */
}
#wh_1 p{
	font-size:1.25em;
	font-weight:300;
	line-height:1.2em;	
}
#wh_1 #enhance{
	font-size:1.12em;
/*	color:#EEB073;  */   /* sept_05 */
	font-weight:500;
}
.wh_clear_btm_margin{
	margin-bottom:27px;
}
#content #wh_btn_cont{
	float:left;
	width:439px;
}
#content .wh_button{
	float:left;
	margin-left:4px;
	margin-bottom:8px;	
	width:143px; 
	height:61px;
/*	background-image: url('../img/wh_bg_button.jpg'); */   /* sept_05 */
    outline:1px solid #fff;  /* sept_05 */
	text-align:center;
}
#content .wh_button p{
	font-size:1.05em;
	line-height:1.2em;
/*	color:#636466; */  /* sept_05 */
	color:#fff;  /* sept_05 */
	font-weight:400;
    margin: 0 auto;
	margin-top:10px;
}
#content .wh_button .middle-1{
	width:94px;
}

#content #wh_button{
	margin-left:0px;
}



/* ========================= */
/* END WAREHOUSE Page      */
/* ========================= */

/* ################################ END ################################################ */
/* ##################################################################################### */

/* --------- END Main Content Area -------------------- */
/* FOOTER */
footer{
        position:relative;
        clear:both;
        width:auto;
        min-height:350px;
        background:#333333;
        padding-bottom: 65px;
        display:none;
}

footer #footerclear{
  display:none;
}

footer .wrapper{
        line-height:25px;
        margin: 0 auto;
        padding-top:30px;
        max-width:100%;
}

footer .wrapper ul{
   font-size:.875em;

}
footer .wrapper .column{
        color:#ababab;
        float:left;
        width:200px;
        margin-right:20px;
        position:relative;
        left:20px;

}
footer .wrapper .colfiller{
        color:#fff;
        margin-top:46px;
}
footer .wrapper .column ul li a:link, footer .wrapper .column ul li a:visited{
        color:#ababab;
}

footer .wrapper .column ul li a:hover{
        color:#fff;
}
footer .wrapper .column ul li a:active{
        color:#ababab;
}

footer .wrapper .column.midlist ul li{
        display:block;
        width:auto;
        padding:0 0 10px 25px;
        margin-bottom:10px;
        border-bottom: 0px solid #444444;
}

footer .wrapper .column.midlist ul li a:hover{
        color:#fff;
}

footer .wrapper .column.rightlist ul li{
        display:block;
        width:auto;
        margin-bottom:10px;
}

footer .wrapper .column.rightlist ul li a span{
        margin-left:95px;
        display:block;
}

footer .wrapper .column.rightlist ul li a:hover{
        color: #fff;
}

footer .wrapper .column h4{
        color: #44A892;
        border-bottom: 1px solid #444444;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}

#callNow{
        background: #97ca54;
        height:50px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#callNow .wrapper{
        padding-top:15px;
        color: #fff;
        position:relative;
        text-align: center;
}
#callNow .wrapper a{
        color: #000;
}

#callNow .wrapper a:hover{
        color: #fff;
/*        background-color: #ababab;  */
}

/* MISC */
.clear{
        clear:both;
}
.note{
  font-size:.85em;
}
/*
.faqH2{
	color:#44A892;
}
.faq{
	color:#44A892;
	position:absolute;
	left:-30px;
}
.emph{
	font-weight:bold;
}
*/
.hidden{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
        clip: rect(1px, 1px, 1px, 1px);
}

/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */
@media ( max-width :1215px) {
	.mm-menu .mm-list > li:after {
    	border-color: rgba(151, 202, 84, 0.4) !important;
	}
	#mm_msg {
    	color: #97ca54;
   		margin: 0 auto;
    	width: 80%;
	}	
	#mm_msg:after{
    	border-bottom-width: 0px !important;
	}
	#mm_info{
		font-size:150%;
	}
	header .headerText h1{
		font-weight:200;
	}
	#page_container {
		width: inherit;
		width: 1171px;
	}
	#content {
		max-width: 100%;
	}
}

@media ( max-width : 1170px) /*== 1024 on ipad*/ {
	#page_container {
	}
}
/* =========================================================== */
@media ( max-width : 1024px) /*ok*/ {	
	#page_container {
		width: inherit;
		max-width: 1024px;
	}
	#content #main_img{
		width: 446px;
	}
	nav{
		right:15px  /* sept_05 */
	}
	/* -----------  AU  ------------- */
	#about_us {
    	margin-left: 2px;
	    width: 99%;
	}
	#content article.column2 {
    	width: 738px;
	}	
	/* -----------  RES  ------------- */
	#residential {
    	margin-left: 2px;
	    width: 99%;
	}
	#residential #res_banner {
    	margin: 25px 28px 0;
	}
	.container {
	    height: auto !important;
    	width: 565px !important;
	}
	#content #res_1 {
	    height: 299px;
	}
	#content .res_button {
    	width: 121px;
    	height:58px;
    	
	}
	#content .res_button p {
    	font-size: 0.90em;
	}
	/* -----------  COMM  ------------- */
	#commercial {
    	margin-left: 2px;
	    width: 99%;
	}
	#commercial #comm_banner1 {
	    margin: 45px 0 0 120px;
	}
	#commercial #comm_banner2 {
		width: 650px;
	}
	#comm_main_img {
		width: 39%;
	}
	/* -----------  WH  ------------- */
	#warehouse {
    	margin-left: 2px;
	    width: 99%;
	}
	#warehouse #wh_camera {
		left: 25px;
	}
	#warehouse #wh_banner {
		margin: 20px 0 0;
	}
	#content #wh_cont {
    	margin-left:10px;
	    width: 1003px;
	}
	#wh_1 {
		width: 520px;
	}
	
/* =========================================================== */
@media ( max-width : 1023px) /*ok*/ {	
	#page_container {
		width: inherit;
		max-width: 1023px;
	}
	#content #main_img{
		width: inherit;
	}
	section img {
		float: none;
		height: inherit;
		width: inherit;
	}
	#content {
		max-width: 620px;
	    margin-bottom: 20px;
	}
	#content #main_img {
		display: block;
		height: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	#content article.column1 {
		display: block;
		float: none;
		margin-left: inherit;
		margin-top: inherit;
		margin: 2px auto;
		position: relative;
		width: 594px;
	}
	
	#img_cont2 { /*index page*/
		width: inherit;
		width: 593px;
		margin: 5px auto 0;
		left: 0;
		float: none;
	}
	.ix_img {
		margin-right: 16px;
	}
	#ix_img_bb {
		margin-bottom: -1px;
	}
	.ix_img #ix_img_au,.ix_img #ix_img_r,.ix_img #ix_img_w,.ix_img #ix_img_c {
		height: auto;
		max-width: inherit;
		width: 106%;
	}
	.headerText_contact {
		top: 0px;
	}
	/* -----------  AU  ------------- */
	#about_us {
    	margin-left: unset;
    	width:99%
	}
	#about_us #au_banner {
    	margin: 14px 45px 0 40px;
	}
	#content article.column2 { /*au*/
		left:0px;
		margin-top:inherit;
		width:100%;
		position:relative;		
		display: block;
		margin: 2px auto;
		float:left;
		
	}
	#au_1 { /*au img*/
		left:228px;
	}
	#au_2 #au2_width.txt_cont {
    	margin: 13px 0 0 23px;
	}
	#au_2, #au_2_m {
		visibility:visible;
		background-color: rgba(227, 237, 255, 0.7);
	}
	
	#au_4 { /*au img*/
		position:absolute;
		right:75px;
		top:-200px;
	}
	#au_5 { /*au img*/
		margin-left: 0;
	}
	#au_6 { /*au img*/
		width:380px;
	}
	#au_6 #au6_width {
    	margin-left: 17px;
	}
	div#au_6 a#au_2_rnav.next{
		right:-10px;
	}
	/* ----------- END  AU  ------------- */
	/* ----------- RES ------------- */
	#residential{
		height:initial;
	}
	#residential #res_ban_img {
    	margin: 7px 0 0 7px;
	}
	#residential #res_banner {
    	margin: 0 20px;
	}
	.container {
	    height: auto !important;
    	width: 100% !important;
	}
	#content article.column4 {
    	float: none;
    	margin-left: 0;
    	width: auto;
	}
	#res_btn_cont{
		max-width:596px;
		margin:0px auto;			
	}
	#res_button{
		margin-left:7px !important;
	}
	#content .res_button {
    	margin-bottom: 6px;
    	margin-top: 6px;
    	width:140px;
    	height:63px
	}
	#content .res_button p {
    	font-size: 1em;
	}
	#content #res_1 {
 		height:auto;
 	}
	/* ----------- END RES ------------- */
	/* ----------- COMM  ------------- */
	#commercial {
	    height: initial;
	    overflow: initial;
	   	margin-left: unset;
	}
	#commercial #comm_banner1 {
	    margin: 10px 0 0 10px;
	}
	#commercial #comm_banner2 {
	    font-size: 85%;
    	margin:0 10px 0 15px;
    	width: auto;
	}
	#content #art_cont {
		border-image:initial;
		border-width:initial;
		border-style:initial;
 /*   	background: url("../img/comm_border.png") no-repeat no-repeat; */
    	margin-left:initial;
    	margin-top:initial;
    	width:100%;
    	height:auto;
    	padding-bottom:20px;
    	float:none;    	
	}
	#content article.column3 {
	    display: block;
	    float: none;
	    max-width:479px;
	    position:relative;
	    top:35px;
	    margin:0 auto;
	    
	}
	#img_btns {
	    margin: 5px auto 0px;
	    max-width: 600px;
	}
	#comm_main_img {
		float:none;
    	margin-left: initial;
    	margin-top: initial;
	}
	#content .comm_button {
	    margin-left: 3px;
	}
	#comm_main_img {
		width: unset;
	}
	/* ----------- END COMM  ------------- */
	/* ----------- WH ------------- */
	#warehouse {
	    height: auto;
	    margin-bottom: 0;
	    position: relative;
	}
	#warehouse #wh_camera {
	    left: 0;
	    position: relative;
	}
	
	#content #wh_cont {
	   /* float: none;*/
	    margin-left: 0;
	    margin-top: 0;
	    width: 100%;
	}
	#warehouse #wh_banner {
	    float: none;
	    height: inherit;
	    margin: 0px 0px ;
	    width: auto;
	}
	#warehouse #wh_banner_text {
    	margin: 20px 10px 0px;
	}
	#warehouse #wh_border {
	    float: none;
	    margin-right: 0;
	    margin-top: 0;
	}
	#warehouse p {
    	font-size: 1.50em;
	}
	#wh_img_cont{
		max-width:491px;
		margin:10px auto;
		position:relative;
	}
	#wh_img {
    	margin-left: 7px;
	}
	.wh_img{
		margin-bottom:7px;
	}
	.wh_clear_btm_margin {
    	margin-bottom: 0;
	}
	#content #wh_btn_cont {
		float:none;
	    margin: 0 auto;
	    width:inherit;
   		max-width: 441px;
 	}
	#content article.column5 {
    	float: none;
    	margin-left:0px;
    	width:100%;
	}
	#wh_1 {
	    float: none;
	    height: initial;
	    margin: 0 0px;
	    width: auto;
	}
	#wh_1 p {
		margin:5px 10px;
	}
	/* ----------- END WH  ------------- */
}

@media ( max-width : 950px) {
	header nav {
		font-size: .75em;
	}
	nav ul {
		padding: 10px 2px 9px 0px;
	}
	nav ul li a {
		padding: 10px 10px;
	}
	nav ul li ul {
		top: 34px;
	}
}

@media ( max-width : 915px) {
	#page_container {
		max-width: 915px;
	}
}

@media ( max-width : 800px) {
	header nav {
		font-size: .7em;
	}
	nav {
		right: 0px;
	}
}

@media ( max-width : 765px) /* ----------- WIP ----------- */ {
	header {
		height: 145px;
	}
	#header,#header a,header #menu {
		display: block;
	}
	header #headerimgcontainer {
		height: 152px;
	}
	header #headerText {
		width: auto;
	}
	header .headerText {
    	position: absolute;
    	right: 0;
    	text-align: center;
    	top: 16px;
    	width: 100%;
	}
	header #logo {
		margin-top: inherit;
		margin: 0 auto;
		display: block;
		float: none;
		left: inherit;
		top:55px;
	}
	header nav {
		display: none;
	}
	header .headerText_contact {
			display:none; 
	}
	#page_container {
		max-width: 765px;
	}
	.subheading .subimagecont {
		display: none;
	}
	.subheading .subimagecont_small {
		display: block;
	}
	.subheading .subtitle {
		float: left;
		position: inherit;
		top: 0px;
		padding: 10px;
	}	
	footer {
		display: block;
		min-height: inherit;
		padding-bottom: 50px;
	}
	footer #callNow.wrapper {
		font-size: 1em;
		width: auto;
		display: block;
		width: auto;
	}
	#callNow .wrapper {
		font-weight: 300;
	}
}
@media (max-width: 621px){
	
	/* AU */
	#about_us {
	    height: inherit;
	    position: relative;
	    width: auto;
	}
	#about_us #au_banner {
	    margin: 15px 15px;
	}		
	#au_1_m, #au_2_m, #au_3_m, #au_5_m, #au_6_m {display:block;}
	#au_1_m, #au_2_m, #au_3_m, #au_5_m, #au_6_m {
		width:100%;
		height:inherit;
		margin-bottom:2px;
	}
	#au_1_m {
	    left: initial;
	    position: initial;
	    top: initial;
	    z-index: inherit;
	}	
	#au_3_m {
	    margin-left: initial;
	    position: inherit;
	}	
	#au_5_m, #au_6_m {
	    margin-left: inherit;
	    margin-top:initial;
	    position: inherit;
	}	
	#au_1_m .content_m, #au_2_m .content_m, #au_3_m .content_m, #au_5_m .content_m, #au_6_m .content_m {
	    margin: 5px 10px;
	    width: auto;
	}	
	#au_1, #au_2, #au_3, #au_4, #au_5, #au_6 {
    	display: none;
	}	
	
}
@media ( max-width : 601px) {
	#content{
		margin-bottom:0px;
	}
	#content article.column1 {
		width: 100%;
	}
	#ix_1 #ix1_width {
		width: 100%;
	}
	#img_cont2 {
		display: none;
	}
	/*
	footer {
		display: block;
		min-height: inherit;
		padding-bottom: 50px;
	}
	footer #callNow.wrapper {
		font-size: 1em;
		width: auto;
		display: block;
		width: auto;
	}
	#callNow .wrapper {
		font-weight: 300;
	}
	*/
	/* +++++++ COMM +++++++*/
	
	#btns_cont{
		max-width: 402px;
		margin:0 auto 12px;
	}
	#res_btn_cont{
		max-width:446px;
	}
}

@media ( max-width : 500px){
	header .headerText_contact {
		display: none;
	}
	header {
		height: 140px;
	}
	header #headerimgcontainer {
		height: 140px;
	}
	header #headerText {
		width: 100px;
	}
	#content,header {
		width: auto;
	}
}
@media ( max-width : 487px) {
	#ix_1 {
		height: 205px;
	}
	#page_container {
		max-width: 915px;
	}
	
	
	.comm_img {
	    max-width: 32% !important;
	}	
	
	.wh_img{
	    max-width: 47% !important;	
	    float:none;
	}
	#content #wh_button {
	    margin-left: 4px;
	}
	
	
	#content #wh_btn_cont {
    	max-width: 294px;
	}	
	
	
	
	#content #res_1 {
    	height: auto;
	}	
	
	#content #res_2 {
    	height: auto;
	}	
	
	
}
@media ( max-width : 445px) {
	#res_btn_cont{
		max-width:300px;
	}	
	#residential #res_banner {
    	font-size: 75%;
    	margin: 0 10px;
	}
	#residential p {
	    line-height: 1.4em;
	}
	
	#content #res_1 {
    	font-size: 90%;
	}	
	
	#content .res_1 p {
		margin-top: 10px;
	}
	
}
@media ( max-width : 401px) {
	
	#content .res_button {
    	margin-bottom: 3px;
    	margin-top: 4px;
	}	
	#btns_cont{
		max-width: 324px;
	}
	#content .comm_button {
 /*   	background-image: url("../img/comm_bg_button2.jpg");  */
	    margin-top: 5px;
	    margin-left:2px;
    	text-align: center;
	    height: 49px;
    	width: 158px;
}
	#content .comm_button p {
    	font-size: 1em;
    	line-height: 1.2em;
    	margin: 6px auto 0;
	}
	#about_us .emph {
	    font-size: 1.5em;
	}
	
	#warehouse .emph {
	    font-size: 1.5em;
	}
	#warehouse p {
    	font-size: 1.30em;
	}
	
	
}
@media ( max-width : 352px) {
	#ix_1 {
		height: 230px;
	}	
}