.container {
	margin: 0 auto;
	width: 1024px;
}

/*header*/

.header {
	position: relative;
	border-bottom: 1px solid #DEDCD9;
	background-color: #c30505;
	box-shadow: 0 1px 3px #E3E3E3;
	z-index: 500;
}

.header .nav ul li {
	position: relative;
	margin-left: 30px;
	float: left;
}

.header .nav ul li:first-child {
	margin-left: 0;
}

.header .nav ul li a {
	display: inline-block;
	height: 16px;
	padding: 13px 0 11px 0;
	border-bottom: 2px solid #c30505;
	line-height: 16px;
	font-size: 14px;
	color: #fff;
}

.header .nav ul li a:hover{
	border-color: #fff;
	text-decoration: none;
}

.icon-new {
    position: absolute;
    top: 4px;
    right: -10px;
}

.header .nav .my-home {
    float: right;
    margin-top: 11px;
    height: 16px;
    padding-left: 20px;
    background: url(../images/header_home.png) no-repeat 0 center;
    line-height: 18px;
    color: #FFFFFF;
}

/*footer*/

.footer {
    margin-top: 40px;
    padding: 15px 0;
    background: #D6D4D0;
}

.footer-menu {
    padding-top: 30px;
}

.footer-nav {
    margin-bottom: 12px;
    color: #999999;
    text-align: center;
}

.footer-nav a {
    color: #993300;
}

.copyright {
    color: #666666;
    font-family: Arial;
    text-align: center;
}

.copyright a:hover {
	color: #993300;
	text-decoration: underline;
}