@charset "utf-8";
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;
	margin:0px;
	padding:0px;
	border-top:4px solid #000;
	background:url(../images/dotted-bg.jpg) repeat;
}
.clr{
	clear:both;
	line-height:0px;
}
p, h1, h2, h3, h4, h5, div, ul, li{
	margin:0px;
	line-height:20px;
	padding:0px;
}
p{margin-bottom:10px; text-align:justify;}
ul{margin-left:30px;}
.main {
	margin: auto;
	height: auto;
	width: 1000px;
}
.style01{
	width:100%;
	height:35px;
	background-color: #24585F;
}
.style02{
	width:100%;
	height:320px;
	border-bottom:1px solid #CCC;
	background:url(../images/back-bg.jpg) no-repeat;
}
.style03{
	width:100%;
	height:auto;
	background:#fff;
}
.logo{
	width:1000px;
	height:auto;
	float:left;
}
.logo-left{
	width:700px;
	height:auto;
	float:left;
}
.logo-right{
	width:300px;
	height:auto;
	float:left;
}
.logo-right a{
	text-decoration:none;
	color:#333;
}
.logo-right a:hover{
	text-decoration:underline;
}
.content-left-box a{
	text-decoration:none;
	color:inherit;
}
.content-left-box a:hover{
	color:#666;
}

/* Menu */
.menu {
	height: 30px;
	width: 1000px;
	/*background: #4c4e5a;
	background: -webkit-linear-gradient(top, #BB0101 0%,#520000 100%);
	background: -moz-linear-gradient(top, #BB0101 0%,#520000 100%);
	background: -o-linear-gradient(top, #BB0101 0%,#520000 100%);
	background: -ms-linear-gradient(top, #BB0101 0%,#520000 100%);
	background: linear-gradient(top, #BB0101 0%,#520000 100%);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 30px;
	
}

/* Links */

.menu li a {
	display: block;
	padding: 0 35px;
	margin: 0px 0;
	line-height: 35px;
	text-decoration: none;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #A0A0A0;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);



	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a {
	color: #FFFFFF;
}

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 34px;
	left: 0;

	opacity: 0;
	
	background:-webkit-linear-gradient(top, #185868 0%,#0F4C64 100%);
	background: -moz-linear-gradient(top, #BB0101 0%,#520000 100%);
	background: -o-linear-gradient(top, #BB0101 0%,#520000 100%);
	background: -ms-linear-gradient(top, #BB0101 0%,#520000 100%);
	background: linear-gradient(top, #BB0101 0%,#520000 100%);

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	z-index:100000;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: auto;
	overflow: visible;
	padding: 0;
	left: 0px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

.menu ul li a {
	width: 196px;
	padding: 0px 0 0px 0px;
	margin: 0;
	font-size: 12px;
	border: none;
	/* border-bottom: 1px solid #353539; */
}

.menu ul li:last-child a { border: none; }
/*menu end*/


.banner{
	width:1000px;
	height:300px;
	margin-top:10px;
	float:left;
}
.content{
	width:1000px;
	float:left;
	height:auto;
}
.content-left{
	width:280px;
	float:left;
	height:auto;
	margin-right:20px;
}
.content-right{
	width:695px;
	float:left;
	height:auto;
	margin-right: 5px;
}
.content-left-box{
	width:275px;
	float:left;
	height:auto;
	margin-bottom:10px;
	margin-left: 5px;
}
.inputtext1{
	width:180px;
	height:auto;
}
.inputtext2{
	width:180px;
	height:50px;
}
.inputtext3{
	width:300px;
	height:auto;
}
.inputtext4{
	width:300px;
	height:80px;
}
.heading1{
	background-color:#991616;
	height:30px;
	color:#FFF;
	line-height:30px;
	padding-left: 10px;
	font-size:16px;
}
.heading2{
	background-color:#991616;
	height:30px;
	color:#FFF;
	line-height:30px;
	padding-left: 10px;
	font-size:16px;
	margin-bottom: 10px;
}
.heading3{
	color:#1A3F44;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	}
.statement{
	width:1000px;
	float:left;
	height:auto;
	background-color:#fff;
	border:0px dotted #CCC;
	margin-top: 10px;
}
.content-left-box ul{margin:0px; padding:0px;}
.content-left-box ul li{
	background:url(../images/arrow_off.png) no-repeat;
	border-bottom:1px dotted #CCC;
	list-style:none;
	margin-left: 10px;
	padding-left: 15px;
	line-height: 30px;
	margin-right: 0px;
}
.content-left-box ul li:hover{
	background:url(../images/arrow_on.png) no-repeat;
}
.footer{
	width:1000px;
	float:left;
	height:auto;
	margin-bottom:10px;
	margin-top:10px;
	font-size: 12px;
	font-weight: normal;
}
.footer a{
	text-decoration:none;
	color:#000;
}
.footer a:hover{
	text-decoration:underline;
	color:#900;
}
.footer-left{
	width:495px;
	padding-left:5px;
	height:auto;
	float:left;
}
.footer-right{
	width:495px;
	text-align:right;
	padding-right:5px;
	height:auto;
	float:left;
}
.number{
	color:#202020;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align: right;
}
.banner2{
	height:231px;
	width:419px;
	margin-left: 130px;
}
.today-call{
	width:694px;
	height:379px;
	overflow:auto;
	margin-top:10px;
}
.call-mcx{
	width:694px;
	height:450px;
	overflow:auto;
	margin-top:10px;
}
.call-ncdex{
	width:694px;
	height:450px;
	overflow:auto;
	margin-top:10px;
}
img{
	border:0px;
}
h2{
	color:#000;
}
.date{
	font-size:13px;
	font-weight:bold;
	color:#000;
}
.date-name {
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
.product-box{
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #C5BFBF;
	float:left;
	text-align:center;
	width: 205px;
	margin-right: 16px;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
.footer-box{
	padding: 20px;
	width: 290px;
	height:auto;
	/* margin-right: 10px; */
	/* margin-left: 10px; */
	float: left;
}
.footer-box ul{margin:0px; padding:0px;}
.footer-box ul li{
	margin-left:20px;
}
.product-box-name{
	font-size:12px;
	float:left;
	width:100px;
}
.product-box-rate{
	font-size:12px;
	float:left;
	width:100px;
	text-align:right;
}

.textinput {
	color:#595959;
	width:300px;
	height: 20px;
	color:#000;
	
}
textarea {
	width:300px;
	height:80px;
	color:#000;
}
.content-right table tr td { padding-left:5px;}
.content-right table tr:nth-child(odd)	{background-color:#CADDE0;}
.content-right table tr:nth-child(even)	{background-color:#ffffff;}
.content-right table tr td{ border:0px;}
.content-right table {border:0px;}
.gototop{
	position:fixed;
	right:20px;
	bottom:20px;
}
