﻿body
{
     /*background-image: url('../Images/body-back-template-01.png');
    background-repeat: repeat; */
}
#navigation2 {margin:0px font-size:12px;}
#navigation2 ul {margin:0px; padding:0px;}
#navigation2 li 
{
    list-style: none;
    /*display: inline-block; */
    border: 1px #ffffff outset;
    height: 34px;
    text-align: center;
    background-image: url('../Images/Gradients/black-maroon.jpg');
    background-repeat: repeat-x;
    /* list-style-position: inside; */
    font-size: 12px; 
    line-height:1.3em; 
    text-decoration:none;
    float:left;
     }
                

/* ul.top-level {background:#666;} */
ul.top-level2 li
{
/*    border-bottom: #fff solid; */
/*    border-top: #fff solid;  */
/*    border-width: 1px;   */
/*    height: 35px; */
    text-decoration:none;
    /* list-style-image: url('../Images/millrose_oil_canvas_cows_1.png'); */
    list-style-position:inside;
    font-size: 12px;
    line-height:1.3em;
    width:140px;  
  
}

#navigation2 a {
 color: #fff; 

/* display:inline-block; */ 
 
 text-align:center;
 text-decoration:none;
 width:100%;
 height:21px;

}
#navigation2 a:hover
{
    text-decoration: none;
    background-image: url('../Images/Gradients/blue-black.png');
    background-repeat: repeat-x;
   
}

#navigation2 li:hover {
/* background: #f90; */
 position: relative;
 
}

ul.sub-level2 {
    display: none;
}
li:hover .sub-level2
{
    display:inline-table;
    position: relative; 
    /* left: 141px; */
    top:0px;
    text-decoration: none;
    list-style-position: inside;
    font-size: 12px;
    line-height: 1.3em;
    width: 140px;
    
}
ul.sub-level2 li
{
    border: none;
    float: left;
    width: 140px;
    
}
ul.sub-level22 {
    display:none;
}
li:hover .sub-level22
{
       
    display:inline;
    position: absolute;
    left: 141px;
    top: 0px;
    text-decoration:none;
    list-style-position: inside;
    font-size: 12px;
    line-height:1.3em;
    width:140px;
}
ul sub-level22 li
{
    border: none;
    float: left;
    width: 140px;
   
}

li:hover .sub-level2 .sub-level22 {
	display:none;
}
.sub-level2 li:hover .sub-level22 {
	display:block;
}
#nav_menu-upper
{
    margin-top: 40px;
    width: 620px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    display:block;
    background-image: url('../Images/weec.png');
    background-repeat: no-repeat;
    height:100px;
}
#nav_menu-upper ul { width:620px; display:block; text-align:center; text-shadow: 0px 0px 3px #000000; margin-right:auto; margin-left:auto; }
#nav_menu-upper li
{
    display: inline-block;
    list-style-type: none;
    color: #fff;
    text-align:center;
    text-decoration: none;
    font-size: 20px;
}
#nav_menu-upper li a 
{
		color: #fff; 
		list-style-type: none;
		text-decoration: none;
      
		 } 
				

#nav_menu { margin-left:auto; margin-right:auto; height:60px; width:1050px; display: block; text-align:left; position:relative;  }
#nav_menu ul { margin:0 auto; text-align:left; width: 100%; line-height:60px; text-shadow: 0px 0px 3px #000000; }

#nav_menu li   {
		display:Inline-block; 		
		list-style-type: none;
		margin:0 auto;
		float:left;
		color:#fff;
		width:130px;
		/*font-size:12px; */
		border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #b6a382;}
#nav_menu li a 
{
        padding: 0px 20px 0px 20px;
		color: #fff; 
		display:block;	
		margin:0 auto;			
		list-style-type: none;
		text-decoration: none; }					
#nav_menu li a:hover  
{       color: #fff; 
        /* background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%); */
		background: #5e4d3c; 
		background: linear-gradient(top, #5e4d3c 0%, #33281d 40%);
		background: -moz-linear-gradient(top, #5e4d3c 0%, #33281c 40%);
		background: -webkit-linear-gradient(top, #5e4d3c 0%,#33281c 40%);
		 }

#nav_menu li:last-child {

        border: none!important;		 
}	
#nav_menu ul li ul
{
    background: #CCD6D6; 
	display:none;
	padding: 0;
	color:#000!important;	
	font-weight:400;
	position: absolute; 
	/*z-index:400;*/
	top: 100%;
	height:auto;
	border: 10px solid #FFF;
	width:200px!important;
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 8px!important;
    -moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 8px!important;
    -webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 8px!important;
}
#nav_menu ul li ul li {
		float: none; 
		width:200px!important;
		display:block;
		height:35px;
		line-height: 20px!important;
		text-align:left;
		color:#000!important;		
		position: relative;
		border-right-width: 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #668585;
        background-image: none!important;
        text-shadow: none!important;
		
		
	}
#nav_menu ul li ul li a {
			/*padding: 15px 25px; */
			color: #000!important;
			font-weight:400;
			display:block;	
			line-height:35px;		
		}	
#nav_menu ul li ul li a:hover {
		background-color: #809999;
		color:#fff!important;
	    box-shadow: inset 0 0 7px #335C5C;
	    background-image: none!important;
			
}
#main_menu ul:after {
		content: ""; 
		clear: both; 
		display: block;
	} 
#main_menu ul li:hover > ul {
		display: block;
		z-index: 9999;
	}	 
nav
{
    text-align:center;
    position:relative;
    width:1050px;
}
nav ul ul {
	display: none;
}

nav ul li:hover > ul {
		display: block;
		z-index: 9999;
	}
	
nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding:0px 0px 0px 0px;
	border-radius: 10px;  
	list-style-type: none ;
	position: relative;
	display: inline-block;
	
	
	
}
nav ul:after {
		content: ""; 
		clear: both; 
		display: block;
	}
	
nav ul li {
	float: left;
	
	
}
nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%); 
		
		
	}
nav ul li:hover a {
			color: #fff;
			
		}
	
nav ul li a {
		display: block; 
		padding: 15px 20px;
		color: #757575; 
		text-decoration: none;
		
	}
	
nav ul ul {
	background: #5f6975; 
	border-radius: 0px; 
	padding: 0;
	position: absolute; top: 100%;
}
nav ul ul li {
		float: none; 
		width:200px;
		text-align:center;
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
		
	}
nav ul ul li a {
			padding: 15px 25px;
			color: #fff;
			display:block;
		}	
nav ul ul li a:hover {
				background: #4b545f;
			
			}
			
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
.list01 {
color: #500000;
font-family: Arial,Helvetica,sans-serif; 
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 21px;
margin: 10px;
padding: 0;
text-align:left;
text-decoration:none;
}

.list01 li {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CFC5AC;
list-style: none;
padding-top: 6px;
padding-right: 7px;
padding-bottom: 6px;
padding-left: 7px;
display:list-item;
text-decoration:none;

}
.list01 li:hover
{
    color: #500000;
	text-decoration: underline;
	font-weight: 500;
	background-color:#efefef;
}
.list01 li a
{ text-decoration:none; color: #500000; }
.Content_wrapper_01
{
    margin:20px auto;
}
.Content_back_top
{
    margin: 0 auto;
    width: 1000px;
    height: 30px;
    position: relative;
    background-position: top;
    background-image: url('../Images/content-template-top2.png');
    background-repeat: no-repeat;
}
.Content_back_bottom
{
    margin: 0 auto;
    width: 1000px;
    height:40px;
    background-position: bottom;
    background-image: url('../Images/content-template-bottom2.png');
    background-repeat: no-repeat; 
}
    
#GalleryRightHead {
font-size: 15px;
line-height: 21px;
font-weight: normal;
color: #FFF;
text-decoration: none;
padding-top: 9px;
padding-right: 12px;
padding-bottom: 9px;
padding-left: 12px;
margin-bottom: 10px;
box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
/* background-image: url(../images/bg_inside_h3b.jpg);
background-repeat: repeat;
background-position: left top; */
background-image: url('../Images/Gradients/black-maroon.jpg');
background-repeat: repeat-x;
letter-spacing: 1px;
text-shadow: 0px 0px 5px #333;

}
.left-catagory
{
    padding:10px 10px; 
    font-size:16px; 
    line-height: 21px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px #000;
    margin-left:10px; 
    color:#fff;
    background: #715b45;
	background: linear-gradient(top, #715b45 0%, #aa8f74 40%);
	background: -moz-linear-gradient(top, #715b45 0%, #aa8f74 40%);
	background: -webkit-linear-gradient(top, #715b45 0%,#aa8f74 40%);
   /* background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%); */
    
}
.Myleft-catagory
{
    padding:10px 10px; 
    font-size:14px; 
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px #000;
    margin-left:10px; 
    color:#fff;
    background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%); 
    
}
#LakePalestine
{ display:none; }
#PriorModel
{ display:none; }
#JustForFun
{ display: none; }
#CottonWoodValley
{ display: none; }
#HoustonCountyLake
{ display:none; }
#LakeFork
{ display:none; }
#HomeAnatomy101
{ display:none; }
#StoneyCreek
{ display:none; }
#EnergyEfficient
{ display:none; }
#PrevHome
{ display:none; }
#RemodReno
{ display:none; }
#PriorModel
{ display:none; }
#Eightys
{ display:none; }
#Ninetys
{ display:none; }
#HOA
{ display:none; }
#Exter
{ display:none; }
/*  add 11 catagories */
#ArchDes
{ display:none; }
#Comproj19802000
{ display:none; }
#Comproj
{ display: none; }
#Curproj
{ display: none; }
#Elev
{ display:none; }
#ExtFeatofHomes
{ display:none; }
#GSMC
{ display:none; }
#AH
{ display:none; }
#IntFin
{ display:none; }
#Ints
{ display:none; }
#OLSP
{ display:none; }
#KellerNH
{ display:block; }
#LakeForkpla
{ display:none; }
#NorthwoodHills
{ display:none; }
.SubGallery
{ float:left; margin-left:2px; margin-top:2px; width:135px; height:110px; border:1px #800000 solid; padding:5px; }
.SubGalleryP
{ float:left; margin-left:2px; margin-top:2px; height:200px; border:1px #800000 solid; padding:5px; }
.Content_header_wrapper
{
    display:table-cell; 
    float:left; 
    width:910px; 
    margin-left:30px; 
    margin-right:auto;
}
#GalleryHeader
{
    font-size: 32px;
    font-weight: normal;
    color: #800000;
    text-decoration: none;
    text-align: left;
    padding-bottom: 38px;
    width: auto;
     /* background-image: url('../Images/g-top-lft-Head.jpg');
    background-repeat: repeat-x;
    background-position: bottom; */
    letter-spacing: 2px;
    text-shadow: 0px 1px 10px #ccc;
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 20px 0px 10px;
    background-image: url('../Images/Header-content-01.png');
    background-repeat: repeat-x;
    background-position:bottom right;
}
#Slide2_header
{
    font-size: 26px;
    line-height: 35px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    padding-top: 9px;
    padding-right: 12px;
    padding-bottom: 9px;
    padding-left: 12px;
    margin: 20px 0px 5px 0px;
    box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
    -moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
    -webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px; /* background-image: url(../images/bg_inside_h3b.jpg);
    /* background-repeat: repeat;
    background-position: left top; */ /* background-image: url('../Images/Gradients/black-maroon.jpg'); */
    background-image: url('../Images/slide2-head-top-02.png');
    background-repeat: repeat-x;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px #333;
} 
.Content_left_wrapper
{
    display:table-cell; 
    width:240px; 
    float:left; 
    margin-left:30px;
}
.GalleryRightCell
{ display:table-cell; width:670px; float:left; margin:0px auto 20px auto; min-height: 500px; }
.RightCellBlk
{ display:block; margin-left:20px; margin-right:20px; text-align: left; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.RightCellBlk h2
{ font-size:16px; }
#template {
    float: left;
    clear: both;
    width: 1050px;
    /* position: relative;
    z-index: 100; */
    margin-bottom: 20px;
    margin-left:0px;
    margin-top: 20px;
}
.ContentBorder
{
     margin:0px auto 20px auto; 
    width: 1020px; 
    /* border: 15px solid #715B45; */ 
    border: 15px solid #4b545f; 
    float: left;
    /* background-image: url('../Images/HH_content_temp01.png');
    background-repeat: no-repeat;
    background-position:left top;
    height:50px; */
}
.PageTable
{
    display: table;
    width: 1000px;
    margin: 0px 0px 0px 0px;
    float: left;
    background-image: url('../Images/content-template-mid2.png');
    background-repeat: repeat-y; 
}
.MyPageTable
{
    display: table;
    width: 1020px;
    margin: 0px 0px 0px 0px;
    float: left;
}
.template_edge
{
    width: 1049px;
    height: 50px;
    /* background-image: url('../Images/HH_Content_temp03.png');
    background-repeat: no-repeat;
    background-position: left top; */
}
.Content_table_row
{ 
    display:table-row;
}
.template_shadow	
{
    display:table; 
    width:940px;
    margin-left:30px;
    float:left;
    /* background-color: #fff; */
    box-shadow: inset #cccccc 0 0 20px; 
    -moz-box-shadow: inset #cccccc 0 0 20px;  
	-webkit-box-shadow: inset #cccccc 0 0 20px;
}
#footer2 {
	margin: 30px 0 auto;
	background: linear-gradient(top, #800000 , #000000 );
	background: -moz-linear-gradient(top, #800000 , #000000 );
	background: -webkit-linear-gradient(top, #800000 ,#000000 );
	height:100%;
	
}

#footer-container{
	width:1050px;
	margin: 0 auto;
	font-size:11px;
	
}

#footer-info {
	color:#ccc;
	padding: 20px 0px;
	text-align:left;
	width: 250px;
	float:left;
}

#copyright{
	margin-bottom: 20px;
	
}
#footer-widget{
	padding: 8px 30px 8px 0px;
	width: 769px;
	float: left;
	color:#6f6f6f;
	line-height: 13px;
}
#footer-bar1 {
	width: 160px;
 	/* float: left; */
	padding-right: 20px;
	margin-left:auto;
	margin-right:auto;
}
#follow-box{
	position: absolute;
	right: 100px;
	bottom:10px;	
}

#follow-box img{
	margin: 0 2px;
}
.clear
{ clear:both; }
#navigation3 
{
    font-size:10px;
}
#navigation3 ul 
{
    margin:0px; padding:0px;
}
#navigation3 li
 {
     list-style: none;
     display: block;
     font-size : 10px; 
     color:#6f6f6f; 
     text-decoration :none; 
     border-bottom:1px solid  #333333;
     padding:0px 0px 5px 0px;
   
}
                
#navigation3 a 
{
    color: #6f6f6f;  
    display:block; 
    padding: 3px; 
    text-decoration:none;
    width:100%;

}
#navigation3 a:hover
{
    text-decoration: none;
    color:#CCCCCC;
   
}

#navigation3 li:hover 
{
    color:#CCCCCC;
    position: relative;
 
}
#footer3_container
{
    margin: 0 auto;
    position: relative; /* background: linear-gradient(top, #800000 , #000000 );
    background: -moz-linear-gradient(top, #800000 , #000000 );
    background: -webkit-linear-gradient(top, #800000 ,#000000 ); */ /* background-image: url('../Images/wall_stucco-footer-grad.png'); */
    background-position: top;
    background-repeat: repeat;
    background-image: url('../Images/footer-pattern1.png');
}
#footer3
{
    width: 1050px;
    margin: 0 auto;
    text-align: left; /* background: linear-gradient(top, #800000 , #000000 );
    background: -moz-linear-gradient(top, #800000 , #000000 );
    background: -webkit-linear-gradient(top, #800000 ,#000000 ); */ /* background-image: url('../Images/wall_stucco-footer-grad.png'); */
    background-repeat: repeat;
    background-position: top;
    background-image: url('../Images/footer-pattern1.png');
}
#footer3_left
{ width: 732px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 40px;
  margin-bottom : 50px;
  float: left;
}
#footer3 #footer_right {
width: 302px;
margin-top: 40px;
margin-bottom: 50px;
float: left;
}
#footer3 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 15px;
font-weight: normal;
color: #c7342a;
text-decoration: none;
padding: 3px;
}
#footer3 p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
font-weight: normal;
color: #c7342a;
text-decoration: none;
padding: 3px;
}
#footer3 a {
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
font-size:12px; 
}
.footer_divider {
float: left;
width: 100%;
height: 2px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #c7342a;
margin-bottom: 8px;
margin-top: 8px;
}
.footer_social_links {
width: 165px;
height: 40px;
float: left;
}
.WebDesign {
/* width: 198px; */
float: left;
}
.footer_left_design
{
width: 600px;
float: left;
padding-bottom: 10px;
padding-top: 10px;
margin-bottom: 10px;
margin-top: 10px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #c7342a;
border-bottom-color: #c7342a;
}
.list02 {
/*color: #c7342a!important; */
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
/*line-height: 16px;*/
margin: 0px 10px 10px 10px;
padding: 0;
text-decoration:none;
}

.list02 li
{
    list-style: none;
    display:block;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
    background-image: url('../Images/list02-back-template-01.png');
    background-repeat: repeat-x;
    /* padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 17px;
    display: list-item;
    margin-bottom: 5px;
    text-decoration: none;
    line-height: 21px;  background-color: #c1b092; 
    text-align: left;
    background: #c1b092;
    background-image: url('../Images/list02-back-template-01.png');
    background-repeat: repeat-x; */
}
/*.list02 li:hover

    color: #ffffff!important;
	text-decoration: underline;
	font-weight: normal;
	 background-color: #999999; 
    background-color: #a38b65; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
*/
.list02 li a
{ text-decoration:none; 
  color: #800000; 
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 17px;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    line-height: 21px; /* background-color: #c1b092; */
    text-align: left;
    
    
  } 
.list02 li a:hover
{
    background-color: #715b45;
    text-decoration: none;
    list-style: none;
    text-decoration:underline;
    color:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}   
#AboutUs
{ display:block; }
#Testimonials
{ display: none; }
#IndustryArticles
{ display:none; }
#EHIblog
{ display: none; }
#Promos
{ display: none; }
#EnergyStar
{ display:none; }
#ResidentialServices
{ display: none; }
#OutSpaces
{ display: none; }
#OutSpaces h1
{  margin:0 auto; font-size: 16px; color:#000; }
#Renova
{ display: none; }
#Remodel
{ display:none ; }
#EnergyEff
{ display:none; }
#NewCon
{ display:none; }
#Consult
{ display:none; }
#OurProcess
{ display: block; }
#AvailSites
{ display:block }
#SellHome
{ display:none; }
#TexRangers
{ display:none; }
#AutoWk
{ display:none; }
#Blog
{ display:block; }
#ProBuild
{ display:none; }
#MortCalc
{ display:none; }
#Warrnty
{ display: none; }
#Featur
{ display:none }
#Portfo
{ display:none }
#OurWrk
{ display:none }
#HBProc
{ display:none }
#AvailLots
{ display:none }
.logobox {
width: 600px;
height: 30px;
float: left;
}
.logobox img
{ float:right; padding:10px; }
.contactBox
{ background:#efefef; }
.contactBox:hover
{ border-color: #000000;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px; }
#header_container
{
    margin:0 auto;
    background-repeat: repeat-x;
    height: 250px;
    background-image: url('../Images/main-head2.png');
}
#header
{
    width: 1000px;
    height:190px;  
    margin: 0 auto;
    
}

#My_container
{
    margin-left:auto;
    margin-right:auto; 
    width: 1000px;
    /* float:left;
     background: #fff;
    position: relative; */   
}
#My_Add_Container
{
    width: 200px;
    float: right;
    height:300px;
    /* background-image: url('../Images/add-back.png');
    background-repeat: repeat-y; */
}
#Addblock
{
    /* margin: 0 auto; */
    width: 200px; /* padding: 10px; 
    display:table-cell; */
    float: right;
    display:block;
    min-height: 300px;
    background-color:#fff;
    background-image: url('../Images/add-back.png');
    background-repeat: repeat-y;
}
.Reno-template-01
{
    width: 335px;
    height:230px;
    margin-top:20px;
    background-image: url('../Images/Reno-template-06.png');
    background-repeat: no-repeat;
}
.Reno-template-01:hover
{
    width: 335px;
    height:230px;
    margin-top:20px;
    background-color:#fff;
    opacity: .8;
}
#Remodel-template-01
{
    width: 335px;
    height:230px;
    margin-top:20px;
    background-image: url('../Images/Remodel-template-01.png');
    background-repeat: no-repeat;
}
#Remodel-template-01:hover
{
    width: 335px;
    height:230px;
    margin-top:20px;
    background-color: #fff;
    opacity: .8;
}
 
.Main_Bottom_left_header
{
    padding:10px;
    width:200px;
    color:#fff;
    text-align:center;
    margin:0px auto 20px auto;
    font-size:14px;
    background-color:#715b45;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px #333;
}
.Main_Bottom_left_header h1
{
    color:#530000;
    font-weight:bold;
    font-size:26px;
    padding:5px;
    text-align:left;
    margin:10px;
}    
.Main_bottom_right_header
{
    font-size: 14px;
    line-height: 20px; 
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    padding-top: 9px;
    padding-right: 12px;
    padding-bottom: 9px;
    padding-left: 12px;
    width:450px;
    margin: 0px 25px 5px 25px;
    box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
    -moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
    -webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px; 
    background-image: url('../Images/slide2-head-top-02.png');
    background-repeat: repeat-x;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px #333;
} 
.TableTst
{
    display: table;
    width: 1000px;
    margin: 0px 0px 0px 0px;
    float: left;
    background:#fff;
    box-shadow: inset 0 0 15px #715b45;
    -moz-box-shadow: inset 0 0 15px #715b45;
    -webkit-box-shadow: inset 0 0 15px #715b45; 
     
}
.Content_wrapper_tst
{
    margin:20px auto;
    padding:10px;
    background:#544433; 
     width:100%;
    -moz-box-shadow: 0 0 5px 5px #544433;
    -webkit-box-shadow: 0 0 5px 5px #544433;
    box-shadow: 0 0 5px 5px #544433;
}
.main2_menu { margin-left:auto; margin-right:auto; height:60px; width:1050px; display: block; text-align:left; position:relative;  }
.main2_menu ul { margin:0 auto; font-family:century gothic; text-align:left; width: 100%; line-height:60px; text-shadow: 0px 0px 3px #000000; }
.main2_menu li
{
    display:Inline-block; 		
	list-style-type: none;
	margin:0 auto;
	float:left;
	color:#fff;
	width:140px;
	text-align: center;	
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #b6a382;
}
.main2_menu li a 
{
        padding: 0px 10px 0px 10px;
		color: #fff; 
		display:block;	
		margin:0 auto;			
		list-style-type: none;
		text-decoration: none; 	
		
}					
.main2_menu li a:hover  
{       color: #fff; 
        background: #5e4d3c; 
		background: linear-gradient(top, #5e4d3c 0%, #33281d 40%);
		background: -moz-linear-gradient(top, #5e4d3c 0%, #33281c 40%);
		background: -webkit-linear-gradient(top, #5e4d3c 0%,#33281c 40%);
}

.main2_menu li:last-child {

        border: none!important;		 
}  
.main2_menu ul li ul
{
    background: #E9E3DA; 
	display:none;
	padding: 0;
	color:#000!important;	
	font-weight:400;
	position: absolute; 
	/*z-index:400;*/
	top: 100%;
	height:auto;
	border: 10px solid #FFF;
	width:200px!important;
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 8px!important;
    -moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 8px!important;
    -webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 8px!important;
}
.main2_menu ul li ul li {
		float: none; 
		width:200px!important;
		display:block;
		height:35px;
		line-height: 20px!important;
		text-align:left;
		color:#000!important;		
		position: relative;
		border-right-width: 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #b6a382;
        background-image: none!important;
        text-shadow: none!important;
		
		
	}
.main2_menu ul li ul li a {
			/*padding: 15px 25px; */
			color: #000!important;
			font-weight:400;
			display:block;	
			line-height:35px;		
		}	
.main2_menu ul li ul li a:hover {
		background-color: #D3C8B4;
		color:#fff!important;
	    box-shadow: inset 0 0 7px #7F725B;
	    background-image: none!important;
			
}
.main2_menu ul:after {
		content: ""; 
		clear: both; 
		display: block;
	} 
.main2_menu ul li:hover > ul {
		display: block;
		z-index: 9999;
	}

.EE_menu 
{ margin-left:20px; }
.EE_menu ul 
{ color:#800000; list-style:square; margin:0; padding:0; line-height:20px; }
.EE_menu li p
{ color:#000; border-bottom: 1px solid #cc9999; padding-bottom:5px; }
.ee_shadow
{
 box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
}
.services-img
{
    float:right; 
    padding-left:5px; 
    padding-right:5px;
}
.services-img img
{
	background-color:#eae9d4;
    padding: 3px;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75);
   /* -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; */
}
.services-para
{
    margin:10px auto; 
    font-size:13px;
}
.cust-homes-img 
{
	background-color:#eae9d4;
    padding: 3px;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75);
}

