
@charset "utf-8";
/* CSS Document */

body
{
padding:auto;margin:auto;width:100%;height:100%;  margin-top:0px; font-family:Swis721 Cn BT; background:url(../images/bg.png);   }



#main_frame
{
padding:auto;margin:auto;width:990px; display:table;  
}
#main_head
{
padding:0px; margin:0px; width:100%; height:100%; background:url(../images/main_head.png); border-bottom:10px solid #023e56;  
}
.header
{
	float:left; width:990px; height:162px;  background:url(../images/header.png); border-top:10px solid #023e56; border-left:2px solid #000; border-right:2px solid #000; margin-left:-2px; 
}

#menu, #menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0;z-index: 999;
	list-style: none;
}
#menu {
 
	margin: 43px 0 0 230PX;
	float:left;
}
#menu:before,  #menu:after {
	
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom:1;
}
#menu li {
	float:left;

	border-radius: 6px 6px 0px 0px;
	position: relative; margin:1PX;
}
#menu a {
	float: left;
	padding: 10px 20px;
	color:#6ddbff; margin-left:1px; border-radius:5PX;

	font:14px Arial, Helvetica;
	text-decoration: none;
	

}
#menu li li a {
	color:#023e56; font-size:14px; padding:8px;
	
	border-radius:6px;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 32px;
	left: 0;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-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 a:hover { color:#000; background:#dadada;}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;background:#65c8f0;
}
#menu ul ul {
	top: 0;
	float:right;
	left: 150px;
	margin: 0 0 0 0px;
	_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);
}
#menu ul li {
	float: none;
	display: block;
	border: 0; margin:0px; padding:0px;background:#c5c5c5;
	_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; border-radius:0px !important;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;   border:2px solid #023e56;
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 5px;
    height: 10px; /*IE6 only*/
	display: block;border-radius:0px !important;
	white-space: nowrap;background:#c5c5c5; color:#F00;
	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: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #e6eaec; 
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #e6eaec;
	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;
}

.icons
{float:right; width:auto; height:auto; margin:-50px 40px 0px 0px; }


#main_content
{
padding:0px;margin:0px;width:100%; height:100%; 
}
.content
{
	float:left; width:990px; height:auto;  margin-top:0px; border-left:2px solid #000; border-right:2px solid #000; background:#fff; 
}

.content h1
{
	float:left; width:955px; height:auto; background:#dedede; border-radius:5px 0px 5px 2px; font-size:22px; margin-top:20px; padding:5px; font-family:Swis721 Cn BT; text-align:center; color:#ccc; margin-left:15px; background:#000;
}

.content p
{
	float:left; text-align:justify; line-height:22px; margin-top:0px; width:980px; font-size:15px; margin-left:5px;
}



.left_section
{float:left; width:490px; height:auto;margin-top:10px;}
.left_section p
{float:left; width:470px; text-align:justify; font-size:14.5px; margin-top:-20px; line-height:22px;  padding:10px; color:#494b4c;}
.left_section h1
{float:left; width:470px; height:30px; text-align:left; font-size:20px; margin-top:5px; color:#1565ac;  border-bottom:3px solid #fff; margin-left:10px; margin-bottom:20px; background:none;  box-shadow:none;  border-radius:10px;
}


.right_section
{float:left; width:480px; height:530px;  margin-bottom:20px; }
.right_section p
{
float:left; width:470px; text-align:justify; font-size:14.5px; margin-top:-10px; line-height:22px; margin-left:10px; color:#e8e8e8;}
.right_section h1
{float:left; width:430px; height:30px; text-align:left; font-size:20px; margin-top:15px; color:#68caf2;  border-bottom:3px solid #fff; margin-left:10px; margin-bottom:20px; background:none;  box-shadow:none; border-radius:10px;
}

.clients
{
	float:left; width:990px; height:auto; 
}




#main_footer{
padding:0px; width:100%;height:100%; border-top:4px solid #fff; background:url(../images/footer.png) ;  border-bottom:2px solid #fff; }

.footer_text{float:left; width:990px; height:71px;  background:url(../images/footer.png) ; border-left:2px solid #000; border-right:2px solid #000;  border-bottom:2px solid #000;}

.footer_text p { float:left; margin:0px 0px 0px 22px; color:#fff; font-size:16px; line-height:50px; font-family:Swis721 Cn BT; width:800px; font-weight:bold; margin-top:10px; }

.img
{
	float:left; width:300px; height:226px; margin-right:10px;
}


#enquiry_fill2 { margin:0px 0 20px 10px;  float:left; width:460px !important; padding:10px 0 5px 0px; background:#000; border:5px solid #1565ac; }

.enquiry_form
{
	float:left; width:460px !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:#000 !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:#ccc !important;

}
.button:hover {

	background:#1565ac !important; color:#FFF !important;
}


