@charset "utf-8";
/* CSS Document */
body
{
	background:url("../images/background.jpg") no-repeat fixed;
	width:100%;
	height:100%;
	background-size:100% 100%;
}
#container
{
	margin:0 auto;
	width:1000px;
	background:#fff;
	border:1px solid #e4e3df;
}
#header
{
	color:#000;
	width:1000px;
}
#header .emb
{
	height:150px;
	width:1000px;
	margin-bottom:2px;
	background:url("../images/head.jpg")left top no-repeat;
}
#header .lang
{
	width:50px;
	position: absolute;
	top: 207px;
}
#header .lang ul
{
	color:#000;
	float:right;
}
#header .lang li
{
	display:inline-block;
	width:20px;
	margin-left:2px;
}
#header .nav
{
	width:1000px;
	background:#1e7bc9;
	height:30px;
	
}
#header .nav-left
{
	width: 100%;
	float: left;
	padding: 5px 0 0 5px;
	color: #fff;
}
#header .nav-right
{
	width:200px;
	float:right;
}
#header .nav li
{
	width: 140px;
	float: left;
	display: block;
	background: url("../images/bullet1.png") left top no-repeat scroll transparent;
	background-position: 7px 3px;
	padding-left: 0px;
}
#header .nav li a
{
	color:#fff;
	font-weight:bold;
	padding-left: 33px;
	font-size: 13px;
}
#header .nav li a:hover
{
	color:rgb(255, 253, 0);
	font-weight:bold;
}
#header .search
{
	float:right;
}
#header .search ul
{
	float:left;
	background-color:#fff;
	border-radius: 5px;
}
#header .search li
{
	float:left;
	width: auto;
	background:none;
}
#header .search li:first-child
{
}
#header .search li:last-child
{
}
#header .search input.input-text
{
	width: 200px;
	border:none;
	margin: 0;
	height:25px;
}
#header .search input.input-button
{
}
#header .button
{
	width:24px;
	height:17px;
	background:url("../images/btnsearch.png") left top scroll no-repeat transparent;
	position: relative;
	left: 34px;
	background-position: 0px 3px;
}
#header .slider
{
	width:1000px;
	height:360px;
}
#main
{
	width:1000px;
	color:#000;
	background:#fff;
	margin-top:12px;
}
#main .pull-left
{
	width:200px;
	float:left;
}
#main .row1
{
	width:200px;
	background:url("../images/row1.png") no-repeat;
	height: 30px;
}
#main .row1 h2
{
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	font-size: 13px;
	text-align: center;
}
#main .row2
{
	border: 1px solid #1e7bc9;
	width: 198px;
	margin-bottom: 10px;
}
#main .in-row
{
	border: 1px solid #1e7bc9;
	width: 198px;
	margin-bottom: 10px;
}
#main .in-row p
{
	padding: 0 5px;
	line-height:20px;
}
#main .in-row ul
{
	width:198px;
	margin-top: 1px;
}
#main .in-row li
{
	list-style: none;
	display: block;
	margin-bottom: 1px;
	background: #1e7bc9 url("../images/bullet1.png") left top no-repeat scroll;
	background-position: 3px 7px;
	padding: 5px 8px 4px 27px;
}
#main .in-row li a
{
	color:#fff;
	line-height:25px;
	font-size: 13px;
	font-weight:bold;
}
#main .in-row li a:hover
{
	color:red;
	font-weight:bold;
}
#main .in-row2
{
	border: 1px solid #1e7bc9;
	width: 198px;
	margin-bottom: 10px;
}
#main .in-row2 p
{
	padding: 0 5px;
	line-height:20px;
}
#main .in-row2 ul
{
	width:198px;
}
#main .in-row2 li
{
	list-style: none;
	display: block;
	margin-bottom: 1px;
	background: #fff url("../images/bullet6.png") left top no-repeat scroll;
	background-position: 3px 6px;
	padding: 5px 8px 4px 22px;
}
#main .in-row2 li a
{
	color:#000;
	line-height:25px;
	font-size: 13px;
}
#main .in-row2 li a:hover
{
	color:#12899a;
	font-weight:bold;
}
#main .pull-center
{
	width:590px;
	float:left;
	margin-left:5px;
}
#main .row3
{
	width:590px;
	height:32px;
	background:url("../images/row3.png") no-repeat;
}
#main .row3 h2
{
	color:#fff;
	font-weight: bold;
	padding-left: 28px;
	padding-top: 7px;
	font-size: 13px;
}
#main .link
{
	margin-top:5px;
	margin-bottom:5px;
	line-height:35px;
	width: 444px;
	padding-left: 10px;
}
#main .link b
{
	background:#fff;
	padding: 3px 5px 3px 5px;
	border:1px solid #1e7bc9;
	color:#1b8003;
}
#main .link a
{
	color:#fff;
	background:#1e7bc9;
	margin-left:5px;
	padding: 3px 5px 3px 5px;
	border:1px solid #1e7bc9;
}
#main .row-scroll
{
	border: 1px solid #1e7bc9;
	width: 198px;
	margin-bottom: 10px;
}
#main .row-scroll ul
{
	padding:10px 10px;
}
#main .row-scroll li
{
	list-style:none;
	display:block;
	text-align:center
}
#main .row-scroll li a
{
	display:block;
	text-align:center;
	padding-top:10px;
	color:#12899a;
	font-weight:bold;
}
#main .row-scroll li a:hover
{
	color:#00a1d0;
}
#main .pull-right
{
	width:200px;
	float:right;
}
#main .statistics
{
	padding:10px 20px;
}
#main .statistics ul
{
	width:230px;
}
#main .statistics li
{
	width:230px;
	display:block;
	padding-left: 40px;
	margin-bottom: 5px;
}
#main .visit
{
	background:url("../images/visit.png") left top no-repeat;
}
#main .today
{
	background:url("../images/today.png") left top no-repeat;
}
#main .total
{
	background:url("../images/both.png") left top no-repeat;
}
#main .help
{
	width:230px;
}
#main .help ul
{
	padding:10px 10px;
}
#main .help li
{
	width:210px;
	display:block;
}
#main .help li a
{
	width:210px;
	display:block;
	padding-left: 47px;
	margin-top:5px;
	padding-top: 4px;
	color:#000;
}
#main .help-weather
{
	width:42px;
	height:35px;
	background:url("../images/thoitiet.png") left top no-repeat;
}
#main .help-gold
{
	width:42px;
	height:35px;
	background:url("../images/giavang.png") left top no-repeat;
}
#main .help-money
{
	width:42px;
	height:35px;
	background:url("../images/ngoaite.png") left top no-repeat;
}
#main .help-stock
{
	width:42px;
	height:35px;
	background:url("../images/chungkhoan.png") left top no-repeat;
}
#main .document
{
	padding:10px 10px;
}
#main .info span
{
	color:#000;
	font-weight:bold;
	display: block;
}
#main .info img
{
	padding-bottom:10px;
}
#main .ware-text
{
	width:588px;
	margin-bottom:10px;
}
#main .ware-text ul
{
	width:588px;
	padding:20px 20px;
}
#main .ware-text li
{
	display: block;
	border-bottom: 1px dashed gray;
	width: 569px;
	margin-top: 8px;
}
#main .ware 
{
	border: 1px solid #1e7bc9;
	width:588px;
	margin-bottom:10px;
}
#main .ware ul
{
	width:588px;
	margin-top:20px;
}
#main .ware li
{
	margin-bottom: 10px;
	float: left;
	width: 170px;
	margin-left: 19px;
	text-align: center;
	height: 229px;
}
#main .ware li img{
	border: 1px solid gray;
	box-shadow: 2px 2px 2px gray;
}
#main .ware li a{
	color:#1e7bc9;
}
#main .ware li a:hover{
	text-decoration:underline;
}
#main .ware-left
{
	width:150px;
	float:left;
	padding-bottom: 10px;
}
#main .ware-right
{
	width: 408px;
	float: right;
	padding-bottom: 10px;
}
#main .ware-right p
{
	text-align:justify;
	line-height:20px;
}
#main .ware-right a
{
	color:#1b8003;
	font-weight:bold;
}
#main .title a
{
	width:300px;
	color:#000;
	font-weight:bold;
}
#main .title a:hover
{
	text-decoration:underline;
}
#main .ware li img
{
	padding-top:10px;
	padding-bottom:5px;
}
#footer
{
	width:1000px;
}
#footer .inner
{
	background:#b3dafa;
}
#footer .extra
{
	padding:10px 20px;
}
#footer .extra-left
{
	width:350px;
	float:left;
}
#footer .extra-left p
{
	color:#000;
}
#footer .extra-right
{
	width:600px;
	float:right;
}
#footer .extra-right ul
{
	width: 390px;
	padding-top:30px;
}
#footer .extra-right li
{
	width:142px;
	float:left;
	color:#000;
}
#footer .extra-right a
{
	color:#000;
	font-weight:bold;
	padding-left:5px;
}
#footer .line
{
	width:1000px;
	height:5px;
	background:#1e7bc9;
}
.right
{
	float:right;
	position:relative;
	bottom:25px;
	background:url(../images/button.png)no-repeat;
	width:85px;
	height:25px;
	right:25px;
} 
.right a
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding-left:11px;
	position:relative;
	top:3px;
}
.right a:hover
{
	text-decoration:underline;
}
.scrollbars
{
	width:680px;
	height:828px;
}
.clear
{
	clear:both;
}


