body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	padding:0;
	margin:0;
	line-height:18px;
}
.fleft{
	float:left
	}
.both{
	clear:both
	}
#both{ clear:both;}
/*Contanier*/
#container{
	width:1005px;
	margin:auto;
	background:#F4E4C0; 
}
/*End Contanier*/

/*Header*/
#top{
	width:1005px;
	height:325px;
	background:url(../images/top_bg.jpg) no-repeat;
}

#logo{
	background:url(../images/logo.jpg) bottom no-repeat;
	width:248px;
	height:251px;
	margin-left:30px;
}

*html #logo{
	background:url(../images/logo.jpg) no-repeat;
	width:248px;
	height:251px;
	margin-left:20px;
	margin-top:40px;
	float:left;
}

#flash_banner{
	width:680px;
	height:275px;
	background:url(../images/flash_bg.jpg) no-repeat bottom;
	margin-left:275px;
	padding-top:20px;
}

*html #flash_banner{
	width:680px;
	height:275px;
	background:url(../images/flash_bg.jpg) no-repeat bottom;
	float:right;
	margin-left:255px;
	margin-top:-40px;
	position:absolute;
}
#flash_banner #flash{
	margin:18px 0  0 14px;	

}

*html #flash_banner #flash{
	margin:35px 0  0 14px;	

}
#text img{ width:100%; border:1px solid; }

#phone{
	position:absolute;
	left: 756px;
	top: 97px;
	color:#9B6400;
	font-weight:bold;
}
#menu{
	width:990px;
	height:59px;
	background:url(../images/menu_bg.jpg) repeat-x;
	margin:auto;
}
#menu ul{
	margin:0px;
	padding:0px;
}
#menu ul li{
	float:left;
	list-style:none;
	height:59px;
	padding:0  0 0 0;
	position:relative;
	
}
#menu ul li a{
	display:block;
	height:38px;
	outline:none;
	border:none;
	font-weight:bold;
}

#home a{ background:  url(../images/menu01.jpg); width:85px; height:59px;}
#about a { background: url(../images/menu02.jpg); width:97px; height:59px;}
#projects a{background: url(../images/menu03.jpg); width:105px; height:59px;}
#investors a{background: url(../images/menu04.jpg); width:108px; height:59px;}
#jointventure a{background: url(../images/menu05.jpg); width:136px; height:59px;}
#testimonials a { background:url(../images/menu06.jpg); width:129px; height:59px;}
#tipsandnews a { background:url(../images/menu07.jpg); width:138px; height:59px;}
#contactus a { background:url(../images/menu08.jpg); width:126px; height:59px;}
#left {background:url(../images/menuleft.jpg); width:29px; height:59px;}
#right {background:url(../images/menuright.jpg); width:30px; height:59px;}
#dividor {background:url(../images/dividor.jpg); width:1px; height:38px !important;}
#empty {background:url(../images/menu_bg.jpg); width:56px; height:59px;}

#menu ul li#leftimg{background:transparent url(../normal/images/index_11.jpg) no-repeat  right center; width:47px; height:34px; padding:0;}


#home a:hover,#home #active{ background:  url(../images/menu01_o.jpg);  }
#about a:hover,#about #active{background: url(../images/menu02_o.jpg);  }
#projects a:hover,#projects #active{background: url(../images/menu03_o.jpg);  }
#investors a:hover, #investors #active{background: url(../images/menu04_o.jpg);  }
#jointventure a:hover, #jointventure #active{background: url(../images/menu05_o.jpg); }
#testimonials a:hover, #testimonials #active{background:url(../images/menu06_o.jpg);  }
#tipsandnews a:hover, #tipsandnews #active { background:url(../images/menu07_o.jpg); }
#contactus a:hover, #contactus #active { background:url(../images/menu08_o.jpg);  }


	
#menu  li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 50px;
	display: none;
	z-index:10;
	width:200px;

	}
	#menu li ul li{
		height:auto;

	}
	#menu li ul li a{
		background:#990000;		
		height:auto;
		padding:5px 0;
		margin:1px;
		width:200px;
	}
#menu li ul li a:hover{ background:#FF0000;}
#menu li ul ul{
	position: absolute;
	left:100%; /* Set 1px less than menu width */
	top:0;
	display: none;
	width:200px;
	}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	text-decoration: none;
	
	}
/* commented backslash mac hiding hack \*/ 

/* end hack */ 

/* this sets all hovered lists to red */

#menu li:hover li:hover a, li.over li.over a,
#menu li:hover li:hover li:hover a,#menu li.over li.over li.over a,
#menu li:hover li a:hover,#menu li.over li a:hover, 
#menu li:hover li:hover li:hover a:hover,#menu li.over li li a:hover,
#menu li:hover li:hover li:hover li:hover a:hover,#menu li.over li.over li.over li.over a:hover 
{
   color: #fff;
   background:#624933;
   
}

/* set dropdown to default */
#menu li:hover li a,#menu li.over li a,
#menu li:hover li:hover li a,#menu li.over li.over li a,
#menu li:hover li:hover li:hover li a,#menu li.over li.over li.over li a
 {
    color: #fff;
    background:#330000;
}
#menu li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
#menu ul li:hover ul ul,#menu ul li:hover ul ul ul,#menu ul li.over ul ul,#menu ul li.over ul ul ul {
display:none;
}

#menu ul li:hover ul,#menu ul li li:hover ul,#menu ul li li li:hover ul,#menu ul li.over ul,#menu ul li li.over ul,#menu ul li li li.over ul {
	display: block;
}



/*End Header*/

/*Content*/
#content{
	width:1005px;
	padding:0px 0 0 0 ;
	background:url(../images/container_bg.jpg) repeat-y;
}
#left_content{
	width:600px;
	float:left;
	margin-left:35px;
}

*html #left_content{
	width:550px;
	float:left;
	margin-left:35px;
}
#right_content{
	width:350px;
	float:left;
}
*html #right_content{
	width:350px;
	float:right;
}

#welcome {
	height:  22px;
	width:316px;
	background:url(../images/welcome_title.jpg) no-repeat;
	margin:15px 0 0 15px;
}

*html #welcome {
	height:  22px;
	width:316px;
	background:url(../images/welcome_title.jpg) no-repeat;
	margin:15px 0 0 0px;
}
#text{
	width:520px;
	padding:5px 0 15px 15px;
}

*html #text{
	width:520px;
	padding:5px 0 15px 0px;
}

#text h1{
	padding-left:15px;
	font-size:20px;
}

*html #text h1{
	padding-left:0px;
	font-size:20px;
}


#readmore{
	text-align:right;
}
#readmore a{
	text-decoration:none;
	color:#9B6400;
	font-weight:bold;	
}
#special_image{
	width:154px;
	height:22px;
	background:url(../normal/images/index_26.jpg);
	margin:0 0 0 30px;
	padding:0 0 0 0px;
}
#special_content{
	padding:5px 10px;
}
#special_content ul{
	padding:0;
	margin:0;
}
#special_content ul li{
list-style:none;
border:1px solid;
margin:0;
padding:0;
}#right_content{ overflow:hidden; }

#greetings{
	margin: 20px 0 0 0;
}

#greetings h2{
	padding: 0px 0 0 10px;
}
#special_content ul li a{
	text-decoration:none;
	font-weight:bold;
	outline:none;
	border:none;
	display:block;
	color:#FFFFFF;
	padding:5px 15px;
	background:url(../normal/images/index_02.jpg);
	margin:0;
	
}
#special_content ul li a:hover{ 
background:#634722;
color:#FFFFFF;
}
/*End Content*/
/*Footer*/

#recent_projects{
	width:875px;
	height:200px;
	margin:auto;
}

#recent_projects #title{
	width:165px;
	height:15px;	
}

.marquee{
	position:relative;
     overflow:hidden;
     width:850px;
     height:125px;
	 margin:15px 0 0 10px;
	 
     }
.marquee img{
	margin-right:20px;
}



#footer{
	width:956px;
	height:75px;
	background:url(../images/footerbg.jpg)  no-repeat;
	padding:0 0 0 0;
	margin:auto;
}	
#foot_menu{
	margin:0 0 0 20px;
	padding: 20PX 0 0  0;
}	
#foot_menu ul{
	margin:0px;
	padding:0px;
}
#foot_menu ul li{
	float:left;
	list-style:none;
	color:#B4A065;
	padding:0 0 0 10px;
}
#foot_menu ul li a{
	float:left;
	list-style:none;
	color:#B4A065;
	text-decoration:none;
	outline:none;
	border:none;
}
#foot_copyright{
	color:#fff;
	text-align:center;
	line-height:90px;
}
/*Footer*/	
