body, ul, li, div, a, img, h1, h2, h3, h4, h5, h6, form, input {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none outside none;
	float: left;
}

body {
	color: #FFF;
	background-color: #1f87f7;
	font-family: Arial;
	text-align: center;
}
#scrollUp {
	bottom: 20px;
	right: 20px;
	background: #555;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 10px 20px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}
#scrollUp:hover {
		background: #000;
}
.headerContainer {
	width: 100%;
    /* min-width: 1024px; */
	background: #101010 linear-gradient(to bottom,#101010 0%,#303030 50%,#101010 100%) no-repeat;
	overflow: hidden;
}

.cateRow {
	width: 1024px; /* 1420px; */
	height: 60px;
    margin: 0px auto;
}

.logo {
	margin: 5px 5px 0px 0px;
	float: left;
}
.logo a {
	width: 215px;
	height: 45px;
	display: block;
	background: url("../images/logo.png");
	background-size: auto 45px;
}

.cateList li {
	margin-top: 15px;
	padding: 10px 12px;
	border-right: solid 1px #EA7500;
}
.cateList li a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	display: block;
}
.cateList li a:hover {
	color: #EA7500;
	text-decoration: underline;
}
.cateList li.selected a {
	color: #EA7500;
}

.search {
	width: 200px;
	margin-top: 18px;
	margin-left: 12px;
	float: left;
}

.bodyContainer {
	width: 100%;
	/* min-width: 1024px; */
    overflow: hidden;
}

.footerRow {
	width: 100%;
	padding: 30px 0px 10px;
	float: left;
}
.footerRow a {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}