
@charset "utf-8";
/* CSS Document */

body
{
padding:auto;margin:auto;width:100%;height:100%;  margin-top:0px; font-family:arial;  background:url(../images/bg2.png) repeat-x #f0f0f0;  !important; font-style:normal;   }



#main_frame
{
padding:auto;margin:auto;width:990px; display:table;
}
#main_header
{
padding:0px;margin:0px;width:100%; height:100%; 
}
.header
{
	float:left; width:990px; height:413px; background:url(../images/header_bg.png); 
}


.nav { width:600px; margin:63px 0px 0 0px; padding:0px; height:35px; float:right;    }
	#menu, #menu ul {
		margin: 10px 0px 0px 0px!important;
		padding: 0;
		list-style: none; 
	}
	
	#menu {
	
		margin: 0px auto;
	
		
	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left;
		
		position: relative;
	}
	
	#menu li a {
		float: left;
		padding:4px 4px;
		color:#000; 
		
		font:14px Bauhaus;
		text-decoration: none;   
		
	}
	
	#menu li:hover > a {
		color:#000;  background:#d8d5d5;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color:#090 !important; 
	}
	
	#menu ul {
		margin: 10px 0 0 0px !important;

		opacity: 0; z-index:999;
		visibility: hidden;
		position: absolute;
		top: 20px;
		left: 0; line-height:3px;
		z-index: 1;    
		background: #ccc;
		
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out; 
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: -335px;
		margin: 0 0 0 30px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3); background:#ccc; }
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 5px; 
		width: 200px;
		_height: 5px; /*IE6 only*/
		display: block; font-size:12px;
		white-space: nowrap;
		float: none;
		text-transform: none; 
	}
	

	
	#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 40%;
		margin-top: 0px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	#menu li a:hover, #menu li.active, #menu ul li.active a{color:#fff; background:#ef7f1a;  font-weight:bold; }
	 #menu ul li a:hover {background:#ef7f1a;}
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #04acec; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	
#main_slider
{
padding:0px;margin:0px;width:100%; height:100%;  border-bottom:10px solid #455a77; 
}
.slider
{
	float:left; width:990px; height:300px; background:#cb2e06; 
}

#main_content
{
padding:0px;margin:0px;width:100%; height:100%; background:#f0f0f0; 
}
.content
{
	float:left; width:990px; height:auto;  margin-bottom:20px; border-top:2px solid #000; border-left:2px solid #000; border-right:2px solid #000; 
}

.content h1
{
float:left; width:960px; height:auto;   font-size:18px; margin-top:0px;  font-family:Bauhaus;text-align:center; color:#000; margin-left:15px; background:#ccc; 
}



.content h2
{
	float:left; width:950px; height:auto; font-size:20px; padding:5px;  font-family:Swis721 Cn BT; text-align:center; color:#fff; margin-left:15px; margin-top:-5px; background:#d1353b; font-family:Bauhaus;
}

.content p
{
	float:left; text-align:justify; line-height:22px; margin-top:-1px; width:960px; font-size:12px; margin-left:5px;  font-weight:normal; background:#FFF; padding:10px; border-bottom:2px solid #000;
}



.left_content
{
	float:left; width:350px; height:auto; 
}

.left_content h1
{
	float:left; width:310px; height:auto; background:#000; float:left;   font-size:18px; margin-top:10px;  font-family:Bauhaus;text-align:center; color:#fff; margin-left:15px;  
}

.left_content p
{
	float:left; text-align:justify; line-height:22px; margin-top:-10px; width:320px; font-size:12px; margin-left:5px;  font-weight:normal; background:#FFF; padding:10px; border:2px solid #000;
}




.right_content
{
	float:left; width:640px; height:auto;  
}

.right_content h1
{
	float:left; width:600px; height:auto; background:#000; float:left;   font-size:18px; margin-top:10px;  font-family:Bauhaus;text-align:center; color:#fff; margin-left:15px;  
}

.gallery_box
{
	float:left; width:640px; height:auto;  
}

.gallery_box div
{
	float:left; width:150px; height:80px; background:#000; margin-left:8px;
}

.gallery_box div img
{
	float:left; width:auto; height:auto; margin:25px 0px 0px 35px; margin-bottom:0px;
}

.gallery_box div b
{
	float:left; width:150px; height:auto; text-align:center; font-size:14px; 
}



.gallery_box1
{
	float:left; width:990px; height:auto;  
}

.gallery_box1 div
{
	float:left; width:250px; height:80px; background:#000; margin-left:55px; margin-bottom:40px;
}

.gallery_box1 div img
{
	float:left; width:auto; height:auto; margin:25px 0px 0px 35px; margin-bottom:0px;
}

.gallery_box1 div b
{
	float:left; width:150px; height:auto; text-align:center; font-size:14px; 
}




#main_footer{
padding:0px; width:100%;height:100%; background:#000; }

.footer_text{float:left; width:990px; height:86px;  margin-top:0px;   background:url(../images/footer_bg.png); }

.footer_text p { float:left; margin:20px 0px 0px 20px; color:#fff; font-size:15px; line-height:50px; font-family:Swis721 Cn BT; width:800px; font-weight:bold;  }


#enquiry_fill2 { margin:0px 0 20px 40px;  float:left; width:900px !important; padding:10px 0 5px 0px; background:#ef7f1a; border:5px solid #000; }

.enquiry_form
{
	float:left; width:900px !important;
}


.enquiry_form div {
	width:400px;
	float: left;
	height:auto;
	color:#fff;
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top:3px;
	font-weight: normal;
	margin-left:15px !important;margin-right:25px !important;
	position:relative;
	display:block;
	margin-bottom:5px;
	text-shadow:none;
	font-weight:bold;
	margin-left:15px
}
.txt_area1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	height:26px;
	width:272px;
	float:right; border:1px solid #999;
	margin:0px 0 3px 0px;
}
.txt_box1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;border:1px solid #999;
	font-weight: normal;
	height:26px;
	width:272px;
	float:right;
margin:0px 0 3px 0px;
}
.select1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	height:26px;border:1px solid #999;
	width:276px;
	float:right;
margin:0px 0 3px 0px !important;
}


.button {
	height:23px;
	width:60px;
	border:none;
	cursor:pointer;
	color:#FFFFFF !important;
	font-family: Arial!important;
	border:1px solid #FFFFFF;
	font-weight:bold;
	box-shadow: 0px 3px 0px #262f34 !important;
	-moz-box-shadow: 0px 3px 0px #262f34 !important;
	-webkit-box-shadow: 0px 3px 0px #262f34 !important;
	float:right !important;
	margin-top:-20px !important;
	margin-right:15px !important;	background:#000 !important;

}
.button:hover {

	background:#d1353b !important;
}


