body{
	margin:0;
	align:centre;
}

/*  M A I N  */
#site{
	width:779px;
	position:absolute;
	left: 0px;
	top: 0px;
	height: 78px;
	
}
#topHalf{
	width:100%;
	height:65px;
	
}
#bottomHalf{
	width:100%;
	
}

/*  H E A D E R  */
#logo{
	width:20%;
	height:100px;
	border-bottom:1px solid #ffffff;
	position:absolute;
	float:left;
	background-color:#ffffff;
	left: 244px;
	top: 248px;


}
#restTop{
	position:absolute;
	height:101px;
	background-color:#E7BE8C;
	left:155px;
	width:623px;
	background-image:url(../images/heading.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	top: -24px;

}
#navigation{
	position:absolute;
	height:35;
	background-color:#C18843;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	font-size:11px;
	left:155px;
	top:60px;
	width:623px;
	z-index:50;
	
}
/* Drop Down */
.mainMenu ul {
	margin: 0px;
	list-style: none;
	float:right;
	}
	
.mainMenu ul li {
	position: relative;
	float:left;
	}

.mainMenu ul li a {
	text-decoration: none;
	color: #000000;
	float: left;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	padding-top:3px;
	padding-left:4px;
	background-color:#C18843;
	}
.mainMenu li ul {
	position: absolute;
	margin-top:13px;
	margin-left: 75px;
	display: none;
	width: 125px;
	text-align:left;
	top: 1px;

	}
/* colors of drop-down menus can be changed from here */
.mainMenu li ul a, .mainMenu li ul a:visited{
	background-color:#C18843;
	color:#ffffff;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	
}
.mainMenu li ul a:hover{
	background-color:#E7BE8C;
	color:#000000;
	

}


* html .mainMenu ul li { 
	float: left;
	height: 1%;
	}
* html .mainMenu ul li a {
	height: 1%;
	}
* html .mainMenu li ul{ 
	left:-61px;
	}
.mainMenu li:hover ul,.mainMenu li.over ul { 
	display: block;
	}
	
/*  T E X T  */
#search{
	z-index:2;
	width:116px;
	position:absolute;
	left:0;
	color:#000066;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	line-height:10px;
	padding-top:40px;
	padding-left:5px;
}
#search input{
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	border:1px;
}
#strip{
	z-index:2;
	width:11px;
	position:absolute;
	left:116px;
	margin-top:1px;
}
#compnyText{
	position:absolute;
	left:0;
	width:100%;
	background-image:url(../images/background.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin-top:1px;
}
#TextHeadingCont{
	position:absolute;
	height:120px;
	width:84%;
	left:126px;
	background-image:url(../images/h_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	float:right;
}
#textHeading{
	position:absolute;
	height:120px;
	width:400px;
	float:left;
	padding-top:20px;
	padding-left:20px;
	color:#936022;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
#iso{
	height:120px;
	float:right;
	right:10px;
	position:absolute;
	text-align:right;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding-top:90px;
	
	}
	
#data{
	padding-top:10px;
	padding-left:1px;
	font-family:Arial;
	font-size:13px;
	color:#000000;
}
#bodyText{
	padding-top:20px;
	padding-left:127px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
/* search result*/
.searchResult{
width:600px;
height:100px;
padding:10px 5px 10px 5px;
}
.resultImg{
width:150px;
height:100px;
border:1px solid #000000;
}
.resultC{
padding:15px 5px 5px 5px;
margin-top:-100px;
margin-left:175px;
}
* html resultC{
margin-left:90px;
}
