@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  font-weight: inherit;
	  font-style: inherit;
	  font-size: 100%;
	  font-family: inherit;
	  vertical-align: baseline;
}

a img { border: none;
}

a,link,visited{
	color:#fff;
	
	}

body {
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #eee;
	  background: #111 url("../images/bg.jpg") repeat top right;
	}
	
#container{
	width:934px;
	background-color:#111;
	margin:auto;
	border:1px solid #463820;
	padding:0px 8px;
	}
	
#header{
	height:111px;
	background:url(../images/top_navi_back.jpg) no-repeat top right;
	}
	
	.logo {
	float: left;
	width:329px;
	}
	
	.logo h1 {
	  text-indent: -9999px;
	}
	
	.logo h1 a {
	  display: block;
	  background: url(../images/logo.jpg) no-repeat top right;
	  height:111px;
	}
	
	.navi_left{
		background:url(../images/top_navi_left.jpg) no-repeat top left;
		width:8px;
		height:111px;
		float:left;
	}
	
				
	.navi{
		background:url(../images/top_navi_bg.jpg) repeat-x bottom left;
		float:left;
		height:111px;
		width:589px;
		vertical-align:bottom;
		position:relative;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
			.navi ul {
			float: left;
			text-align: left;
			padding-top:75px;
			margin:0px;
			padding-left:3px;
			}
			
			.navi ul li {
			display: inline;

			}
			 
			.navi ul li a {
			color: #000;
			text-decoration:none;
			font-weight:bold;
			width:auto;
			padding-bottom:18px;
			padding-left:31px;
			padding-right:31px;
			margin-left:-5px;
			line-height:25px;

			}
/*			 
			.navi ul li:hover  {
			background:url(../images/navi_hover.jpg) no-repeat center top;
			color:#fff;
			}*/
			
	.navi ul li a:hover  {
		color:#fff;
		}
				
	 #slide {position:absolute; top:37px; height:45px; background:url(../images/navi_hover.png) no-repeat center top;}
			
				
	.navi_right{
		background:url(../images/top_navi_right.jpg) no-repeat top left;
		width:10px;
		height:111px;
		float:right;
		}
	
#banner{
	height:362px;
	margin-top:8px;
	margin-bottom:8px;
	border:1px solid #C59237;
	}
	

	
#logos{
	height:84px;
	margin-bottom:8px;
	background-image:url(../images/logo_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
	.logo_left_arrow{
		width:30px;
		float:left;
		margin-top:30px;
		}
		
	.logo_bg{
		height:84px;
		float:left;
		}
		
		
	.logo_right_arrow{
		width:30px;
		float:right;
		margin-top:30px;
		}
	
	
#content{
	/*height:235px;*/
	margin-bottom:8px;
/*	border:1px solid #C59237;*/


	}
	
	#content h1{
		font-size:14px;
		margin:0px;
		background-image:url(../images/h1_bg.jpg);
		background-repeat:no-repeat;
		background-position:left;
		margin-bottom:10px;
		color:#EFC25C;
		font-weight:bold;
		vertical-align:bottom;
		padding:11px 40px;
		height:20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
	#content p{
		text-align:left;
		padding:7px;
		}
	
	#content ul {
		padding-left:20px;
		padding-top:6px;
		}
			
	.hm_about_us{
		width:296px;
		float:left;

		}
	
	.hm_divider{
		background-image:url(../images/hm_divider.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		width:23px;
		float:left;
		height:220px;
		}
		
	.hm_divider1{
		width:23px;
		float:left;

		}
	
	.hm_why_us{
		width:296px;
		float:left;
		margin:auto;	
		}
	
	.hm_contact_us{
		width:296px;
		float:right;
			height:220px;
		}
		
	.read_more{
		width:296px;
		float:left;
		height:22px;
		text-align:right;
		font-size:11px;
		}
		
#footer{
	height:30px;
	margin-bottom:8px;
	border-top:1px solid #222222;
	background:url(../images/footer_bg.jpg) no-repeat bottom center;
	clear:both;
	font-size:11px;
	padding-top:30px;
	}
	
	.rights {
		float:left;
		}
		
	
	.designby {
		float:right;
		}
	
	