@CHARSET "UTF-8";
body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,th,td{border:0;outline:none;margin:0;padding:0;}
ul{list-style:none;}

body {
	font: 			normal 14px Arial, sans-serif;
	color: 			#777777;
    line-height: 	20px;
	text-align: 	center;
	background: 	none repeat scroll 0 0 #FFFFFF;
	margin: 		0 auto;
	min-width: 1000px;
}

#container {}

/*--------------------HEADER------------------------*/
#head {
	margin-bottom: 20px;
}

#head-main {
	width: 1000px;
	margin: 0 auto;
	padding: 26px 0 26px 0;
}

#logo {
	float: left;
	width: 164px;
}

#head-banner {
	position: relative;
}

div.transbox {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	margin: 40px auto;
	color: #FFFFFF;
	max-width: 850px;
}

.transbox > span {
	display: block;
	padding: 10px 50px 0 80px;
}

.transbox > .icon-1 {
	background-image: url("../img/icon/icon-1.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 30px;
}

.transbox > .icon-2 {
	background-image: url("../img/icon/icon-2.png");
	background-repeat: no-repeat;
	background-position: right;
}

.transbox > a > .icon-3 {
	display: block;
	background-image: url("../img/icon/read_more.png");
	background-repeat: no-repeat;
	width: 140px;
	height: 46px;
	padding: 12px 0;
	margin: 20px auto;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.transbox > a > .icon-3:hover {
	background-image: url("../img/icon/read_more_hover.png");
	color: #FFF;
}

#head-banner > img {
	width: 100%;	
}

/*--------------------BODY------------------------*/
#body {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#body > #top {
	float: left;
	width: 100%;
	margin-bottom: 26px;
}

.top-1 {
	float: left;
	width: 316px;
}
.top-2 {
	float: left;
	width: 316px;
	margin-left: 26px;
	margin-right: 26px;
	position: relative;
}
.top-3 {
	float: left;
	width: 316px;
}
.top-left {
	float: left;
	width: 48%;
}
.top-right {
	float: right;
	width: 48%;
}

.photo {
	position: relative;
	line-height: 0;
}

.photo-hover {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #57B7DB url("../img/icon/zoom.png") center center no-repeat;
	top: 0;
	left: 0;
	opacity: 0;
}

.photo-hover:hover {
	opacity: 0.8;
}

.read-more {
	display:block;
	margin-top: 10px;
	background: url("../img/icon/read_icon.png") no-repeat;
	width: 60px;
	font-style: italic;
	font-size: 13px;
	padding-left: 25px;
}

.read-more:hover {
	background: url("../img/icon/read_icon_hover.png") no-repeat;
	color: #A9A9A9;
}

.list-icon {
	display:block;
	background: url("../img/icon/button.png") no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
}

.list-icon-2 {
	display:block;
	background: url("../img/icon/button.png") no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
}

.list-icon:hover {
	background: url("../img/icon/button_hover.png") no-repeat;
	color: #A9A9A9;
}

#body > #bottom {
	float: left;
	width: 100%;
	border-top: solid 1px #E6E6E6;
}

#body > #bottom > img {
	float: left;
}

#body > #left {
	float: left;
	width: 658px;
}

.left-top {
	float: left;
	width: 100%;
	margin-bottom: 26px;
}

.left-bottom {
	float: left;
	width: 316px;
}

.image {
	float: left;
	position: relative;
	width: 316px;
	margin-right: 20px;
	line-height: 0;
}

.content {
	float: right;
	width: 316px;
}

.view-all {
	float: right;
	display: block;
	background: url("../img/icon/view_all.png") no-repeat;
	padding: 0 0 50px 0;
	width: 78px;
}

.view-all:hover {
	background: url("../img/icon/view_all_hover.png") no-repeat;
}

#body > #right {
	float: right;
	width: 320px;
	margin-bottom: 26px;
}

.market {
	border-top: solid 1px #E6E6E6;
	border-left: solid 1px #E6E6E6;
	width: 100%;
	margin-bottom: 26px;
}

.market-td1 {
	width: 40%;
}

.market-td2 {
	color: #57B7DB;
}

.market-td3 {
	color: #BEBEBE;
}

.market-td4 {
	color: #AECE95;
}

.newsletter {
	width: 100%;
	border: solid 1px #E6E6E6;
	margin: 10px 0 26px 0px;
}

.newsletter-email {
	width: 82%;
	color: #777777;
	padding-left: 15px;
}

.submit-icon {
	background-image: url("../img/icon/read_icon.png");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right;
	padding: 10px 25px 10px 0;
}

.submit-icon:hover {
	background-image: url("../img/icon/read_icon_hover.png");
}

.popular {
	float: left;
	margin-bottom: 26px;
}

.popular > a > span {
	float: left;
	display: inline-block;
	padding: 10px;
	background: none repeat scroll 0 0 #E9E9E9;
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

.popular > a > span:hover {
	background: none repeat scroll 0 0 #57B7DB;
	color: #FFF;
}

.title {
	padding-bottom: 10px;
	font-size: 22px;
	color: #666666;
}

.title-2 {
	font-size: 18px;
	color: #666666;
	margin: 0 0 10px 0;
}

/*--------------------FOOTER------------------------*/
#foot {
	background: #303030;
}

#foot-top {
	width: 1000px;
	margin: 0 auto;
}

.foot-menu {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: right;
}

.align-right {
	margin-right: 11px;
}

.copy-right {
	font-size: 13px;
	text-align: right;
	padding-bottom: 20px;
}

/*--------------------OPTIONS------------------------*/
.map-1 {
	width: 100%;
	height: 258px;
}

.map-2 {
	width: 100%;
	height: 258px;
	margin-top: 30px;
}

.line {
	width: 100%;
	height: 4px;
	background: url("../img/pic/line.png") repeat-x scroll 0 0 #57B7DB;
}

.no-border {
	border: none;
}

.border {
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 20px;
}

.clearfix {
	clear: both;
}

a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #777777;
}

a:hover {
	color: #57B7DB;
}

a:active {
	color: #57B7DB;
}

.p-modify {
	margin: 20px 0 0 0;
}

.span-block {
    display:block;
    padding-top: 10px;
}
.span-block-2 {
    display:block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.span-block-3 {
    display:block;
    padding-bottom: 10px;
}

img {
	border: none;
	line-height: 0;
}

/*--------------------MENU------------------------*/
.manage {
	background-image: url("../img/icon/button.png");
	background-repeat:  no-repeat;
	background-position: bottom;
	padding: 0 0 30px 0;
}
.manage:hover {
	background-image: url("../img/icon/button_hover.png");
	cursor: pointer;
}

.sign-in-icon {
	background-image: url("../img/icon/people.png");
	background-repeat: no-repeat;
	background-position: right;
	padding: 20px 20px 20px 20px;
}
.sign-in-icon:hover {
	background-image: url("../img/icon/login_hover.png");
	cursor: pointer;
}
.signin {
	left: -95px;
}
#signin_menu {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color:#FFF;
	width: 272px;
	z-index: 100;
	border: none;
	text-align: left;
	padding: 12px;
	right: 0px; 
	color: #789;
	font-size: 14px;
}
#signin_menu input[type=text], #signin_menu input[type=password] {
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #E6E6E6;
	margin: 0 0 10px;
	padding: 10px;
	width: 250px;
	height: 25px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color: #6AC;
}
#signin_menu p.sign-in-button {
	margin: 10px 0;
}
#signin_menu p.forgot {
	clear: both;
	margin: 10px 10px;
	color: #57B7DB;
}
#signin_menu p.sign-up {
	text-align: center;
	margin: 20px 0 10px 0;
	font-weight: bold;
}
#signin_menu p.sign-up a {
	color: #8BB462;
	background-image: url("../img/icon/read_icon_submit.png");
	background-repeat: no-repeat;
	background-position: right;
	padding: 20px 30px 20px 30px;
}
#signin_submit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #39d url("../img/icon/signin_button.png") repeat-x scroll 0 0;
	border: 1px solid #39D;
	color: #fff;
	text-shadow: 0 -1px 0 #39d;
	padding: 4px 10px 5px;
	margin: 0 5px 0 0;
	font-weight: bold;
	width: 100%;
	height: 45px;
}
#signin_submit::-moz-focus-inner {
	padding: 0;
	border: 0;
}
#signin_submit:hover, #signin_submit:focus {
//	background-position: 0 -5px;
	cursor: pointer;
}

/* Mega Menu Styles */
#menu {
	float: right;
	font-size: 16px;
	text-align: center;
	line-height: 16px;
	padding-top: 8px;
}
.mega-menu ul, .mega-menu ul li {list-style: none;}
.mega-menu ul {position: relative; padding: 0; margin: 0;}
.mega-menu ul li ul {display: none;}
.mega-menu .sub {display: none;}
.mega-menu .sub ul {display: block;}

#menu ul.mega-menu, #menu ul.mega-menu, #menu ul.mega-menu li {margin: 0; padding: 0; border: none;}
#menu ul.mega-menu {background: #fff repeat-x 0 -80px; width: 100%; height: 40px; position: relative;}
#menu ul.mega-menu li {float: left; margin: 0; padding: 0; font-size: 16px;}
#menu ul.mega-menu li a {float: left; display: block; padding: 12px 20px 12px 20px; text-shadow: 1px 1px 1px #fff; text-decoration: none;}
#menu ul.mega-menu li a.dc-mega {position: relative;}
#menu ul.mega-menu li a .dc-mega-icon {display: block; position: absolute; width: 8px; height: 6px; top: 18px; right: 15px;}
#menu ul.mega-menu li.mega-hover a, #menu ul.mega-menu li a:hover {text-shadow: none;}
#menu ul.mega-menu li.mega-hover a .dc-mega-icon {background-position: 0 100%;}
#menu ul.mega-menu li .sub-container {position: absolute; padding-left: 0px; margin-left: -25px; margin-top: 35px; text-align: left;}
#menu ul.mega-menu li .sub {padding: 20px 20px 20px 10px;}
#menu ul.mega-menu li .sub-container.mega .sub {padding: 20px 20px 10px 0;}
#menu ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;}
#menu ul.mega-menu li .sub li {list-style: none; float: none; font-size: 1em; font-weight: normal;}
#menu ul.mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;}
#menu ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;}
#menu ul.mega-menu li .sub a {background: none; border: none; text-shadow: none; padding: 18px; display: block; float: none; text-decoration: none;}
#menu ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {padding: 5px 5px 5px 15px; margin-bottom: 5px; text-transform: uppercase; font-weight: bold; color: #000; text-shadow: 1px 1px 1px #fff;}
#menu ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {color: #a32403; text-shadow: none;}
#menu ul.mega-menu .sub li.mega-hdr li a {padding: 4px 5px 4px 20px; font-weight: normal;}
#menu ul.mega-menu .sub li.mega-hdr li a:hover {color: #a32403;}
#menu ul.mega-menu .sub ul li {padding-right: 0;}
#menu ul.mega-menu li .sub-container.non-mega .sub {background: #fff; padding: 0;}
#menu ul.mega-menu li .sub-container.non-mega li {padding: 0; margin: 0;}
#menu ul.mega-menu li .sub-container.non-mega li a {font-size: 14px;}
#menu ul.mega-menu li .sub-container.non-mega li a:hover {color: #FFF; background: #57B7DB;}
#menu ul.mega-menu li .sub-container.non-mega li p a {padding: 12px 0px; color: #57B7DB; background: none;}
#menu ul.mega-menu li .sub-container.non-mega li p a:hover {color: #57B7DB; background: none;}

/*--------------------CONTACT PAGE------------------------*/
.contact-input {
	float: right;
	width: 70%;
	height: 38px;
	border: solid 1px #E6E6E6;
	padding: 0 35px 0 10px;
}
.contact-area {
	float: right;
	width: 70%;
	height: 154px;
	border: solid 1px #E6E6E6;
	padding: 10px 35px 10px 10px;
}
.contact-label {
	float: left;
	width: 18%;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
}
.contact > p {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.contact > p > .icon-3 {
	display: block;
	background: no-repeat #8bb462;
	width: 90px;
	height: 46px;
	margin: 10px 0 0px 100px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border: 1px solid #8bb462;
	border-radius: 8px;
}
.error-icon {
	background-image: url("../img/icon/icon_incorrect.png");
	background-repeat: no-repeat;
	background-position: 98% center;
	color: #dd0000;
}
.success-icon {
	background-image: url("../img/icon/icon_correct.png");
	background-repeat: no-repeat;
	background-position: 98% center;
}
.area-error-icon {
	background-image: url("../img/icon/icon_incorrect.png");
	background-repeat: no-repeat;
	background-position: 98% 8%;
}
.area-success-icon {
	background-image: url("../img/icon/icon_correct.png");
	background-repeat: no-repeat;
	background-position: 98% 8%;
}

/*--------------------TRADING PAGE------------------------*/
.big-image {
	float: left;
	position: relative;
	width: 100%;
	margin-right: 20px;
	line-height: 0;
}

.big-content {
	float: left;
	width: 100%;
	margin-top: 20px;
}

