/* CSS Document */

img, div, input { behavior: url("iepngfix.htc") }
.clear{ clear:both;}

*{ margin:0; padding:0;}

body{
	background-image:url(../images/body_bg.jpg);
}

#body_black{
	background-image:url(../images/body_black_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#wrapper{
	width:830px;
	margin:auto;
	position:relative;
}

#header{
	height:120px;
	width:830px;
}

#logo{
	margin-left:15px;
	_margin-left:7px;
	width:128px;
	height:120px;
	float:left;
}

#top_links{
		  width:451px;
		  _width:453px;
		  height:63px;
		  float:right;
		  margin-top:57px;
		  margin-right:15px;
		  _margin-right:9px;
		  }
		  
#top_links ul{
		margin:0;
		padding:0;
		width:451px;
		_width:453px;
		list-style-type:none;
		}
		  
#top_links ul li{
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	margin-left:5px;
}		  
		  
#top_links ul li a{	
	display:block;
	 height:63px;
	background-repeat:no-repeat;
	background-position:0 15px;
}		  
		  
#top_links ul li a:hover{
	background-repeat:no-repeat;
	background-position:top;
}	

#top_links ul li a.active{
	background-repeat:no-repeat;
	background-position:top;
}
		  
.home a{
	background-image:url(../images/bt_orange.jpg);
	background-repeat:no-repeat;
	background-position:0 15px;
	width:107px;
	height:63px;
}

.gallery a{
	background-image:url(../images/bt_green.jpg);
	background-repeat:no-repeat;
	width:107px;
	height:63px;
}

.client a{
	background-image:url(../images/bt_pink.jpg);
	background-repeat:no-repeat;
	width:107px;
	height:63px;
}	

.contact a{
	background-image:url(../images/bt_blue.jpg);
	background-repeat:no-repeat;
	width:107px;
	height:63px;
}	

#container{
	width:830px;
	font-family:Verdana;
	font-size:11px;
	/*position:absolute;
	top:120px;*/
}

#img_pannel{
	width:830px;
	height:366px;
}

#content{
	width:800px;
	margin-left:15px;
	background-color:#ffffff;
	background-image:url(../images/img_shadow.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#content_btm{
	width:800px;
	height:15px;
	background-image:url(../images/wrapper_btm.jpg);
	background-repeat:no-repeat;
	left:15px;
}

#text_matter{
	color:#5e563f;
	line-height:24px;
	text-align:justify;
	width:555px;
	padding:15px 0 0 15px;
	float:left;
}

.title{
	font-size:15px;
	font-weight:bold;
	color:#ff5400;
}

#orange_panel{
	width:200px;
	float:right;
	margin-right:15px;
	margin-top:15px;
	_margin-right:8px;
}
#orange_panel_top{
	background-image:url(../images/orange_top.jpg);
	background-repeat:no-repeat;
	height:15px;
	}
#orange_panel_mdl{
	background-color:#ffa700;
	padding:0 10px 0 10px;
	line-height:18px;
}
#orange_panel_btm{
	background-image:url(../images/orange_btm.jpg);
	background-repeat:no-repeat;
	height:15px;
}

.sub_title{
	font-size:13px;
	color:#000000;
}

.view_more a{
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}



#footer{
	width:800;
	height:40px;
	background-image:url(../images/wrapper_shadow.png);
	background-repeat:no-repeat;
	margin-left:15px;
}





















	