/* CSS Document */
body{
	background:#000000;
	margin:12px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
   }
   
a{
   font-size: 11px;
   color: #000;
   }
a:visited{
   color: #000;
   }
a:hover{
   color: #000;
}
a:active{
   color: #000;
}
 
#main{
   width:1000px;
   height:auto;
   margin:0 auto;
   }   
   
#banner{
   width:1000px;
   height:220px;
   }   


/********** Menu Start Here**********/
#nav-menu ul{
   background:#FFF7EF;
   font:bold 11px  Arial, Helvetica, sans-serif;
   list-style: none;
   padding: 0;
   margin: 0;
   position:relative;
   white-space: nowrap;
   left:5px;
  
  
   }
#nav-menu li{
   float: left;
   margin: 0  ;
   }
#nav-menu li a{
   display:block;
   color: #9c7d4a;
   background:#fff7ef;
   text-decoration: none;
   text-align: center;
   padding:6px 11px 6px 12px;
   cursor:pointer;
   text-transform:capitalize;
   border:1px solid #ffffff;
   }
#nav-menu li a:active{
   background-color:#e7d3bd;
   color: #ffffff;
   }
#nav-menu li a:hover{
   color: #634d29;
   background-color:#d0bfab;
   }
#nav-menu li.selected{
   color: #634d29;
    background-color:#d0bfab;
   
   }
#nav-menu li.selected a{ /*selected main tab style */
   color: #634d29; /*THEME CHANGE HERE*/
   
   }
#nav-menu li.selected a:hover{ /*selected main tab style */
   color: #634d29;
   background-color:#d0bfab;
   }
/* Hide from IE5-Mac \*/
#nav-menu li a{
   float: none
   }
/* End hide */
#nav-menu{
   width:993px;
   float:left;
   } 

/* ---------------------------------------------------------------------
	=Dropdown Menu
 ---------------------------------------------------------------------*/
.dropmenudiv_a{
   clear:both;
   position:absolute;
   top:-1px;
   left:0px;
   margin: 0px 0;
   /*border: 1px solid #df96c0; THEME CHANGE HERE*/
   /*border-top-width: 8px;Top border width. Should match height of .ddcolortabsline above*/
   line-height:88px;
   z-index:100;
   background-color: #fff7ef;
   width: 200px;
   visibility: hidden;
   text-transform:uppercase;
   padding-top:0px;
   overflow:visible;
   border:1px solid #decfb5;
   }
.dropmenudiv_a a{
   font:bold 11px Arial, Helvetica, sans-serif;
   display: block;
   border-top: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
   border-bottom:1px solid #ffffff;
   border-left:1px solid #ffffff;
   border-right:1px solid #ffffff;
   padding: 4px 12px 4px 12px;
   text-decoration: none;
   color: #8d4a45;
   text-transform:capitalize;
   }
* html .dropmenudiv_a a{ /*IE only hack*/
   width: 100%;
   }
.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
   background-color:#d0bfab;
   color: #634d29;
   }
/* ---------------------------------------------------------------------
	=Dropdown Menu  End
 ---------------------------------------------------------------------*/
 
#big{
   width:1000px;
   background-color:#fff7ef;
   float:left;
   }
   
#center{
	width:892px;
	background-color:#f7ebe7;
	margin:18px 54px;
	float:left;
   } 
   
#roof1{
   width:460px;
   float:left;
   margin:45px 0px 0px 0px;
   } 
   
.callus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #6B5849;
	text-align: center;
	padding:0px 10px 16px 35px;
	width: 400px;
   }
       
#txtarea{
	width:431px;
	float:right;
	height:auto;
	margin-bottom: 20px;
   }
#txtarea1{
   width:400px;
   float:right;
   height:auto;
   }   
   
.textmain{
	font-family:Arial, Helvetica, sans-serif, Georgia;
	font-size:12px;
	color:#000000;
	padding:40px 0px 10px 0px;
	float: none;
	width: 380px;
	margin-left: 20px;
   } 
#visitour .visitour{
	font-family:Arial, Helvetica, sans-serif, Georgia;
	color:#000000;
	font-size:11px;
	width:350px;
	float: right;
	padding-bottom: 5px;
   }
   
.gafelkimg{
	width:372px;
	height:124px;
	float:left;
	margin-left: 0px;
	margin-top: 10px;
	z-index: 100;
	padding-bottom: 10px;
   }   
   
/* ---------------------------------------------------------------------
	=Inner Start
 ---------------------------------------------------------------------*/   
.innertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #6B5849;
	text-align: center;
}   

#roof4{
   width:840px;
   margin:8px;
   } 
.roofimg4 {
   margin-bottom:20px;
   margin-left:40px;
   }     

#footer{
	width:990px;
	background:#9c8e84;
	height:86px;
	margin:3px;
	float: right;
	padding-left: 4px;
	padding-bottom:3px;
   }
.footerlinks{
	font-family:Arial, Helvetica, sans-serif, Georgia;
	font-size:11px;
	color:#000000;
	text-align:center;
	height: 86px;
	margin-top: 18px;
	font-weight: bold;
   }
