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;
	font-family: Arial;
	text-align: center;
	background: url("/style/background.jpg");
}

.headerContainer {
	width: 100%;
	/* min-width: 1024px; */
    background: #F96B0D;
    overflow: hidden;
}

.cateRow {
	width: 1024px; /* 1300px; */
	height: 60px;
    margin: 0px auto;
}

.logo {
	margin: 10px 15px 0px;
	float: left;
}
.logo a {
	width: 255px;
	height: 40px;
	display: block;
	background: url("/style/logo.png");
	background-size: auto 40px;
}

.cateList li {
	margin-top: 14px;
	padding: 10px 12px;
	border-right: solid 1px #CCFF00;
}
.cateList li a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	display: block;
}
.cateList li a:hover {
	color: #CCFF00;
	text-decoration: underline;
}
.cateList li.selected a {
	color: #CCFF00;
}

.bodyContainer {
	width: 100%;
	/* min-width: 1024px; */
    overflow: hidden;
}

.footerRow {
	width: 100%;
	padding: 30px 0px 10px;
	color: #996600;
	float: left;
}
.footerRow a {
	font-size: 14px;
	color: #996600;
	text-decoration: underline;
}