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

* {
        padding:0;
        margin:0;
 }
body {
	padding:0;
	margin:0;
	background:url(../images/mainbg.gif) repeat-x #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}
h1 {/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
	  
}
h2 {
	font-size:30px;
	font-family:"Trebuchet MS", Arial;
	font-weight:bold;
	color:#747474;
	padding:0px 0px 0px 0px;
	margin:0px;
	float:left;
	letter-spacing:0px;
	text-align:left;
	margin:0px;
}
h2 span {
	color:#1E7DB2;
}
h3 {
	font-size:19px;
	font-family:"Trebuchet MS";
	color:#9a0007;
	margin:0 0 4px  0;
}
h4 {
	font-size:26px;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	color:#C90;
	margin-bottom:8px;
	
}
h6 {
	font-size:26px;
	font-family:Tahoma, Arial;
	color:#4d8507;
	margin-bottom:8px;
	
}
h1, h2, {
	/* top & bottom margin based on font size */
	margin:0 0 10px  0;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	list-style-position: outside;
	list-style-type: none;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p {
	padding:7px 0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
a { 
	text-decoration:none;
	font-weight:bold;
}

a:hover { 
	color: #666666;
	text-decoration:underline;
	font-weight:bold;
}
a:active { 
	border:0;
}
a:focus {
	outline: 0;
}
.clear{
	clear:both;
}
/*------------------- Layout <<--------------------------*/
#container_inner {
	width:100%;
	background:url(../images/banner_bg.jpg) no-repeat  top center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
#main_warp {
	padding:0px 0px 0px 0px;
	margin:0px auto;
	width:990px;
}
#top_links{
	margin:0px 0px 0px 0px;
	width:180px;
	float:right;
	font-family:Tahoma, Arial;
	font-size:11px;
	padding:0px 0px 0px 0px;
	height: 20px;
	color: #FFF;
	line-height: 20px;
}
#top_links_bg{
	background:url(../images/top_link_bg.png) left no-repeat;
	margin:0px 0px 0px 0px;
	width:204px;
	height:20px;
	float:left;
	font-family:Tahoma, Arial;
	font-size:11px;
	padding:3px 0px 0px 16px;
}
#top_links a{
	color:#9ab3c3;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}
#top_links a:hover{
	color:#9ab3c3;
	text-decoration:underline;
	padding:0px 5px 0px 5px;
}


/*------------------- Banner <<--------------------------*/

#banner {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	float:left;
	width:970px;
	color:#FFFFFF;
	height:392px;
}
#logo{
	float:left;
	width:337px;
	height:50px;
	margin:5px 0px 0px 0px;
	padding:0px;
	clear:both;
	background-image: url(images/logo.gif);
}

.welcomtext{
	float:left;
	width:944px;
	margin:65px 0px 0px 26px;
	padding:0px;
	
}
/*\*/
*html .welcomtext{
	float:left;
	width:490px;
	padding:50px 0px 0px 24px;
	margin:0px;
}

.welcomdetail{
	float:left;
	width:490px;
	margin:15px 0px 0px 0px;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:17px;
	line-height:25px;
	min-height:75px;	
}
*html .welcomdetail
{
	height: expression( this.scrollHeight < 75 ? "75px" : "auto" );
}
.read{
	margin:10px 0px 0px 0px;
	float:left;
	width:970px;
	_margin:20px 0px 0px 0px;
}

.quickbtn {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 26px;
	background:url(../images/btn_1.gif) no-repeat left top;
	height:57px;
	width:142px;
	cursor:pointer;
	float:left;
	border:0px;
	
}
.nave{
	float:right;
	width:600px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial;
	font-size:16px;
	text-transform:uppercase;
}

*html .nave{
	padding:0px 0px 0px 0px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial;
	font-size:16px;
	margin:0px;
}
.nave ul{
	margin:0px;
	padding:24px 0px 0px 0px;
}
.nave li{
	margin:0px;
	float:left;
	background:url(../images/nave_line.gif) left no-repeat;
	list-style:none;
	height:12px;
	padding:10px 16px 0px 16px;
}
.nave li a{
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	font-weight:700;

}
.nave li a:hover{
	color:#00aeef;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	font-weight:700;
}
.welcom_text{
	float:left;
	width:100%;
	margin:0px;
	padding:50px 0px 0px 0px;
	clear:both;
	margin:0px 0px 0px 0px;
}
/*\*/
*html .welcom_text {
	float:left;
	width:100%;
	margin:0px;
	padding:40px 0px 0px 0px;
	clear:both;
	margin:0px 0px 0px 0px;
}
/**/

.banner_content{
	float:left;
	width:100%;
	margin:0px;
	clear:both;
}


/*------------------- Middle Container <<--------------------------*/
#middl_container {
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	width:100%;
	float:left;
	background:url(../images/middle_top_bg.gif) no-repeat left top;
}
.midle_top_1{
	border-left:1px solid #eff1f2;
	border-right:1px solid #eff1f2;
	float:left;
	width:986px;
	background:url(../images/middle_topbg) repeat-x top #fafcfd;
	padding:0px 0px 10px 0px;
}
/*------------------- Middle Container Top <<--------------------------*/
#middl_container_top {
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	width:968px;
	background:url(../images/middl_top_bg.gif) repeat-x left bottom #f7fafc;
	height:140px;
	float:left;
}
.middl_container_top_left{
	width:457px;
	float:left;
	margin:0px;
	background:url(../images/top_left_line.gif) right top no-repeat ;
	padding:0px 10px 0px 0px;
}
.set_1{
	float:left;
	width:457px;
	margin:0px;
	padding:0px;
}
.form_btn_1{
	background:url(../images/form_btn.gif) no-repeat left top;
	width:111px;
	height:27px;
	margin:5px 0px 0px 5px;
	padding:0px;
	font-family:"Trebuchet MS", Arial;
	font-size:15px;
	line-height:27px;
	color:#FFFFFF;
	border:0px;
	font-weight:500;
	cursor:pointer;
	float: right;
}
*html .form_btn_1{
	background:url(../images/form_btn.gif) no-repeat left top;
	width:111px;
	height:27px;
	margin:12px 0px 0px 39px;
	padding:0px;
	font-family:"Trebuchet MS", Arial;
	font-size:15px;
	color:#FFFFFF;
	border:0px;
	font-weight:600;
	cursor:pointer;
}
.content_1{
	float:left;
	width:457px;
	line-height:20px;
}
.middl_container_top_right{
	float:left;
	width:463px;
	margin:0px;
	padding:0px 0px 0px 29px;
}
.set_2{
	float:left;
	width:457px;
	margin:0px;
	padding:0px;
}
.content_2{
	float:left;
	width:457px;
	line-height:20px;
}
/*------------------- Middle Container Bottom <<--------------------------*/
#middl_container_bottom{
	float:left;
	width:973px;
	margin:0px;
	padding:0px 0px 0px 15px;
	background:url(../images/middle_btm_bg.gif) repeat-x top ;
}
.market{
	float:left;
	width:300px;
	margin:0px 15px 0px 0px;
	padding:0px 0px 0px 5px;
	background:url(../images/middl_bottom_bg.gif) repeat-x top;
	height:150px;
}
.invest{
	float:left;
	width:300px;
	margin:0px 17px 0px 0px;
	background:url(../images/middl_bottom_bg.gif) repeat-x left top;
	height:150px;
	padding:0px 0px 0px 12px;
}
.tecnology{
	float:left;
	width:300px;
	margin:0px 0px 0px 0px;
	background:url(../images/middl_bottom_bg.gif) repeat-x left top;
	height:150px;
	padding:0px 0px 0px 0pxx;
}
.head_1{
	float:left;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:22px;
	color:#1E7DB2;
	padding:0px 0px 0px 5px;
	line-height:54px;
}
.head_2{
	float:left;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:22px;
	color:#1E7DB2;
	padding:0px 0px 0px 5px;
	line-height:54px;
}
.head_3{
	float:left;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:22px;
	color:#1E7DB2;
	padding:0px 0px 0px 5px;
	line-height:54px;
}
.text_dtail_1{
	padding:15px 8px 0px 0px;
	float:left;
	width:290px;
	line-height:20px;
	font-family:Tahoma, Arial;
	font-size:12px;
	min-height:80px;
}
* html .text_dtail_1 { 
height: expression( this.scrollHeight < 80 ? "80px" : "auto" ); /* sets min-height for IE */
}
  
 

.read_btn{
	float:right;
	width:82px;
	height:31px;
	background:url(../images/readmore.gif) no-repeat left top;
	border:0px;
	margin:40px 10px 0px 0px;
	cursor:pointer;
	
}

/*------------------- Footer <<--------------------------*/
#footer{
	width:100%;
	clear:both;
	background:url(../images/footer_bg.gif) repeat-x #22282c;
}
#footer_container{
	width:989px;
	margin:0px auto;
	padding:46px 0px 0px 0px;
	background:url(../images/footer_top.gif) no-repeat top #22282c;
	height:140px;
}
*html #footer_container{
	width:990px;
	margin:0px auto;
	padding:46px 0px 0px 0px;
	background:url(../images/footer_top.gif) no-repeat top #22282c;
	height:120px;
}

.footer_left{
	width:234px;
	margin:0px;
	padding:0px;
	float:left;
	border-right:1px solid #334549;
	height:150px;
	font-family:Tahoma, Arial;
	font-size:11px;
}
#footer_logo{
	float:left;
	width:194px;
	height:48px;
	background:url(../images/footer_logo.gif) left no-repeat;
	text-indent:-9999px;
	margin:0px 0px 2px 0px;
}
#footer_logo2{
	float:left;
	width:194px;
	height:48px;
	background:url(../images/footer_logo2.gif) left no-repeat;
	text-indent:-9999px;
	margin:0px 0px 2px 0px;
}
#footer_logo3{
	float:left;
	width:194px;
	height:48px;
	background:url(../images/footer_logo3.gif) left no-repeat;
	text-indent:-9999px;
	margin:0px 0px 2px 0px;
}

#footer_logo a{
	width:194px;
	height:48px;
	display:block;
}
.footer_right{
	width:710px;
	margin:0px;
	padding:0px;
	float:right;
}
.footer_list{
	float:left;
	width:100%;
	margin:0px;
	font-family:Tahoma, Arial;
	font-size:11px;
}
.footer_list ul{
	padding:0px;
	margin:0px;
}
.footer_list li{
	padding:0px 0px 0px 9px;
	width:148px;
	margin:0px 20px 0px 0px;
	list-style:none;
	float:left;
	background:url(../images/list_icon.gif) no-repeat left;
	background-position:2px 10px;
	line-height:20px;
	border-top:1px solid #30383d;
	
}
.footer_list li a{
	color:#727e85;
	text-decoration:none;
	font-weight:normal;
}
.footer_list li a:hover{
	color:#9eabb3;
	text-decoration:none;
	font-weight:normal;
}
.border_01{
	float:left;
	border-bottom:1px solid #30383d;
}
#footer p{
	font-size:10px;
	margin:0px;
	display:block;
	width:950px;
	clear:both !important;
}
* #footer p{
clear:none;
  
}

.banner_player {
height:274px;
position:absolute;
right:203px;
_right:223px;
top:16px;
width:274px;
} 
.topmenuright li{
	width:auto;
	float:left;
	padding-right:0px;
	margin-left:30px;
	height: 18px;
	color: #FFF;
}

.topmenuright li{
	width:auto;
	float:left;
	padding-right:0px;
	margin-left:10px;
	height: 18px;
	color: #FFF;
}

.topmenuright li a
{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#3CF;
	font-weight:bold;

}
.topmenuright li a:hover{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#09F;
	font-weight:bold;
	
}
.topmenuright li  a.selected, a:hover{
	color: #06C !important;
	
}
.slider {
	height: 175px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	position:relative;
	z-index:1;
	float:left;
	margin-top: 110px;
	


}

.slidertext {
	width: 300px;
	float:left;
	color:#fff;
	position:absolute;
	top:-3px;
	
	
}
.slidertext h2 {
	color:#fff;
	margin:0px;
	padding:0px;

}

.slidertext h1, .slidertext p {
	margin:0px;
	padding:0px;
}
.slidertext ul {
	margin:0px;
	padding:0px;
	list-style:none;

	height:175px;
	list-style:none;
}
.slidertext li {
	padding-left:30px;
	margin:0px;
	float:left;
	height:175px;



}
a img {
	border:none;
}
.slider-images {
	height: 175px;
	margin-left:40px;
	margin-top:8px;
	float:right;
	overflow:hidden;
	
}
.slider-images ul li {
	height: 261px;
	width:620px;
	
	
}

.prev {
	position: absolute;
	left:321px;
	top:147px;
	z-index:144;
}
.next {
	position: absolute;
	right:-14px;
	top:149px;
	z-index:51;

}
.view-more {
	margin: 10px 10px 10px 0px;
}
/*blog style*/
.post {
	float:left;
	padding:5px;
	margin-bottom:10px;
}
.post .col1 {
	float:left;
	width:200px;
}
.postmetadata {
	margin:20px 0px 0px 0px;
}
.post .col4 {
	margin-left:230px;
}
.image-small-border {
	padding:5px;
	border:1px solid #eee;
	background-color:#f9f9f9;
}
.image-bigger-border {
	padding:15px;
	border:1px solid #ccc;
	background-color:#eee;
}
/*--------------------------services starts-----------------------------*/
.mid_content {
	margin-bottom:10px;
	padding:5px;
}
.service_box1 {
	padding: 10px;
	width:120px;
	float:left;
}
.service_box2 {
	padding:0 10px;
	width: 450px;
	float:right;
	margin-right:5px;
}
.box-img {
	width:120px;
	float:left;
	padding:15px 5px;
}
