@CHARSET "UTF-8";

/***************hp**********/

#homepage {
    width:976px;
    margin-left:auto;
    margin-right:auto;  
}

#homepage #bd {
	background-color: #1666a8;
    background: url('../images/main-bg-long.png') no-repeat right top;
}

#hp_top {
	border: 1px solid #a2a2a2;
	height: 357px;
	background-color: white;
	overflow: hidden;
	position: relative;
}

#hp_top_banner1, #hp_top_banner2 {
    width: 240px;
    height: 125px;
    position: absolute;
    right: 46px;
}

#hp_top_banner1 {
    top: 42px;    
}

#hp_top_banner2 {
    top: 184px;
}

.main_sep {
	clear: both;
	font-size: 1px;
	line-height: 1px;
    background: url('../images/main-bg.png') no-repeat left top;
    height: 9px;
}

.main_sep_long {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    background: url('../images/main-bg-long.png') no-repeat left top;
}

#hp_main {
	float: left;
	width: 648px;
}

#hp_main .main_sep {
	
}

#hp_main1 {
	height: 110px;
	width: 648px;
    border: 1px solid #a2a2a2;
    background-color: white;
    overflow: hidden;
}

#hp_main2 {
    height: 700px;
    width: 648px;
    border: 1px solid #a2a2a2;
    background-color: white;
    position: relative;
}

#hp_side {
    float: left;
    width: 316px;
    margin-left: 11px;
}

#hp_side .main_sep { background-position: right top; }

#hp_side1 {
    height: 110px;
    width: 315px; 
    border: 1px solid #a2a2a2;
    background-color: white;
    overflow: hidden;
}

#hp_side2 {
    height: 80px;
    width: 315px; 
    border: 1px solid #a2a2a2;
    background-color: white;
    overflow: hidden;
}

#hp_side3 {
    height: 80px;
    width: 315px; 
    border: 1px solid #a2a2a2;
    background-color: white;
    overflow: hidden;
}

#hp_side4 {
    height: 396px;
    width: 315px; 
    border: 1px solid #a2a2a2;
    background-color: white;
}

/* hp_main */

#hp_main .node {
	padding: 0px 30px 30px 30px;
}

#hp_main .hp_tabs {
	margin: 15px 0px;
	height: 30px;
	width: 600px;
}

#hp_main .hp_tabs li {
	color: #999a9d;
	font-size: 18px;
	padding: 0px 20px;
    background: url('../images/index/hp_tabs.png') repeat-y right top;
    float: left;
    cursor: pointer;
}

#hp_main .hp_tabs li.current {
	color: #a9cd02;
}

#hp_main .hp_tabs li.hp_tab_products {
	background-image: none;
}

#hp_main .hp_content {
	display: none;
}
#hp_main .hp_content.current {
    display: block;
}

#hp_main h2 {
    display: inline-block;
    margin: 0px 0px 20px -15px;
    padding: 6px 15px;
    background-color: #a9cd02;
    font-size: 18px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
}

#hp_main p {
    line-height: 20px;
    padding-bottom: 5px;
}

#hp_main .hp_content_webtrader ul {
	width: 618px;
	position: relative;
    background: url('../images/index/webtrader_bullets.png') no-repeat right top;
	height: 250px;
	padding-top: 40px;
}

#hp_main .hp_content_webtrader ul li {
	background: url('../images/index/webtrader_bullet.png') no-repeat left top;
	padding-left: 30px;
	font-size: 15px;
	padding-bottom: 20px;
	color: #6b6d6e;
}

#hp_main .ubutton {
	width: 575px;
}

.hp_content_products ul {
	height: 250px;
	width: 600px;
	position: relative;
	margin: 20px 0px;
}

.hp_content_products ul li {
	background: url('../images/index/products_bullet.png') no-repeat left top;
	width: 283px;
	height: 95px;
	float: left;
	margin: 0px 15px 20px 0px;
}

.hp_content_products ul li h3 {
	color: #00aeef;
	padding: 15px 20px 0px 20px;
	font-size: 18px;
	font-weight: bold;
}

.hp_content_products ul li p {
	color: #7e8081;
    padding: 5px 20px 0 20px;
    font-size: 14px;
}

