
@charset "utf-8";
/* CSS Document */

body
{
padding:auto;margin:auto;width:100%;height:100%;  margin-top:0px; font-family:NewsGoth Cn BT; background:url(../images/content_bg.png);}

#main_frame
{
padding:auto;margin:auto;width:990px; display:table; 
}
#main_header
{
padding:0px; margin:0px; width:100%; height:100%; background:#1e3f88; margin-top:5px; border-top:5px solid #000;
}
.header
{
	float:left; width:990px; height:95px; background:url(../images/header_bg.png); 
}


.nav { width:400px; margin:20px 0px 0 0px; padding:0px; height:35px; float:right;    }
	#menu, #menu ul {
		margin: 0px 0px 0px 0px!important;
		padding: 0;
		list-style: none; z-index:999; position:relative;
	}
	
	#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:6px 6px;
		color:#fff; 
		
		font:15px NewsGoth Cn BT;
		text-decoration: none; font-weight:bold;   
		
	}
	
	#menu li:hover > a {
		color:#d10013;  
	}
	
	*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: #d10013; color:#FFF !important;
		
		-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: -220px;
		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:#f14328; }
	
	#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:#d10013;  font-weight:bold; }
	 #menu ul li a:hover {background:#2d3978; border-top:2px solid #fff;}
	#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
{width:100%; height:100%; background:url(../images/content_bg.png);}

.slider
{float:left; width:100%; height:397px; background:url(../images/slider_bg.png);}

.slider p
{float:left; width:350px; height:auto; font-size:16px; margin-left:27px; color:#FFF; margin-top:50px; line-height:23px; text-align:justify; }

.explore_more
{
	float:left; width:350px; height:30px; font-size:14px; color:#0CF; font-weight:bold;
}

.img
{
	float:left; width:160px; height:121px; box-shadow:2px 2px 2px 2px #ccc; margin-bottom:10px;
}





#main_content
{
padding:0px ;margin:0px; width:100%; height:100%;background:url(../images/content_bg.png);
}

.content
{
	float:left; width:990px; height:auto;  margin-top:20px; background:#FFF; margin-bottom:30px; border-top:2px dotted #000; border-bottom:2px dotted #000;
}
.content h1
{
	float:left; width:990px; font-size:20px; font-family:Swis721 Cn BT; text-align:center;
	 margin-top:0px; border-bottom:2px solid #000; color:#d10013;
}
.content p
{
	float:left; width:960px; font-size:16px; font-family:Swis721 Cn BT; text-align:justify;
	 margin-top:20px; text-align:center; line-height:22px; margin-top:-2px; margin-left:12px;
}

.content p a
{
	float:left; color:#3256a4; text-decoration:none;}




#main_footer{
padding:0px; margin:0px; width:100%;height:100%;   background:#000; border-top:2px solid #fff; border-bottom:2px solid #fff; }


.footer{float:left; width:990px; height:auto; margin-top:10px; background:url(../images/footer_bg.png);}

.footer p { float:left; margin:0px 0px 0px 22px; color:#fff; font-size:15px; line-height:50px; font-family:Swis721 Cn BT; width:800px; font-weight:bold; }


#contact {
	width:660px;
	float:left;
	margin:10px 0px 0px 60px;
	padding:0px 0px 0px 0px;
	border-bottom:2px solid #000;
	
}
#contact a {
	color:#CCCCCC;
}

#contact h2 {
	height: auto;
	width:630px;
	float:left;
	margin:0px 0px 0px 0px;
	background: none;
	padding:0px 0px 0px 0px;
	text-align:left;
	color: #000 !important; text-decoration:underline;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#contact font {
font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	width:530px;
	float:left;
	margin:10px 0px 0px 2px;
}#contact font a{
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	width:auto; text-decoration:none;

	margin:0px 0px 0px 2px;
}
#contact font a:hover{ text-decoration:underline; color:#07663c;}
#contact b {
	font-size:13px;
	color:#000;
	font-weight:bold;
	float:left;
	width:110px;
	margin:10px 0px 0px 0px;
}



#enquiry_fill2 { margin:0px 0 20px 60px;  float:left; width:860px !important; padding:10px 0 5px 0px; background:#000; border:5px solid #d10602; }

.enquiry_form
{
	float:left; width:860px !important;
}


.enquiry_form div {
	width:370px;
	float: left;
	height:auto;
	color:#fff;
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top:3px;
	font-weight: normal;
	margin-left:35px !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:0px !important;
	margin-right:15px !important;	background:#d10602 !important;

}
.button:hover {

	background:#05a6f6 !important;
}





#main_last
{
padding:0px ;margin:0px; width:100%; height:100%; background:#ccc;  border-top:5px solid #000; 
}

.last_content
{
	float:left; width:990px; height:auto; background:#ccc; margin-top:0px; 
}



.contact
{
	float:left; width:230px; height:180px; background:#d10602; border:2px solid #000; 
    margin-top:10px; margin-right:2px; margin-bottom:10px;}

.contact h1
{
	float:left; font-size:20px; color:#fff; padding-left:10px; width:220px;
}
.contact p
{
	float:left; width:220px; font-size:15px; margin-top:-10px; margin-left:10px; line-height:24px; color:#FFF;
}

.Categories
{
	float:left; width:260px; height:200px; background:#282a7f; margin-top:-220px; margin-left:500px; 
}

.Categories h1
{
	float:left; font-size:20px; color:#fff; padding-left:10px;
}

.Categories p
{
	float:left; width:260px; font-size:15px; color:#FFF;
}
