body {
	background-color: #fff;
	color: #565656;
	font-family: "Lucida Grande", "Trebuchet MS", arial, sans-serif;
	font-size: 80%;
}

a {
	color: #c4161c;
	text-decoration: none;
}
a:hover {
	color: #c96165;
}

.clearit {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

h1 {
	color: #c4161c;
	font-family: "Gotham Book", "Lucida Grande", "Trebuchet MS", arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 15px 0 10px 0;
}

#sitelogo {
	font-size: 0.1em;
	text-indent: -9999px;
	height: 32px;
	background-position: top left;
	background-repeat: no-repeat;
}

p.more_link {
	font-size: 0.8em;
	padding-right: 7px;
	text-align: right;
	background: transparent url(/static/images/ico-arrow.png) center right no-repeat;
}


#all {
	padding: 20px 0 0 0;
	background: transparent url(/static/images/bg-header.png) top left repeat-x;
}

#header {
	width: 942px;
	height: 104px;
	margin: 0 auto;
}

	#header #cnlocal {
		background: transparent url(/static/images/logo-cnLocal.png) center center no-repeat;
		text-indent: -9999px;
		display: block;
		width: 127px;
		height: 41px;
		text-decoration: none;
		font-size: 0.1em;
		float: right;
	}

	#header #sitelogo {
		margin-top: 20px;
	}

/* Nav */
#nav {
	clear: both;
	width: 942px;
	height: 44px;
	margin: 30px auto 0 auto;
	background: transparent url(/static/images/bg-navBar.png) top left no-repeat;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: block;
	float: left;
	height: 44px;
}
#nav li a {
	display: block;
	height: 44px;
	text-indent: -9999px;
	font-size: 0.1em;
}

#nav li#nav_home a { width: 113px; }
#nav li#nav_home a:hover { background: transparent url(/static/images/bg-navBar.png) 0 -44px no-repeat; }
#nav li#nav_dealers a { width: 120px; }
#nav li#nav_dealers a:hover { background: transparent url(/static/images/bg-navBar.png) -113px -44px no-repeat; }
#nav li#nav_aboutUs a { width: 125px; }
#nav li#nav_aboutUs a:hover { background: transparent url(/static/images/bg-navBar.png) -233px -44px no-repeat; }


#content {
	width: 942px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
}

/* Footer */
#footer-wrapper {
	clear: both;
	padding-top: 20px;
}
#footer {
	width: 942px;
	height: 91px;
	margin: 0 auto;
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #ccc;
	padding-top: 15px;
}
#footer .footer-categories {
	list-style: none;
}
#footer .footer-categories li {
	float: left;
	width: 130px;
}
#footer .footer-categories .footer-category dl dt {
	font-size: 1em;
	margin: 0 0 6px 0;
	color: #c4161c;
}
#footer .footer-categories .footer-category dl dd {
	margin: 0 0 2px 8px;
}
#footer .footer-categories .footer-category dl dd a {
	font-size: 0.75em;
	text-decoration: none;
	color: #565656;
}
#footer .footer-categories .footer-category dl dd a:hover {
	color: #898989;
}


#footer-logo {
	float: right;
	width: 152px;
	height: 36px;
	background: transparent url(/static/images/logo-cn.png) center center no-repeat;
}
#footer-logo a {
	text-indent: -9999px;
	display: block;
	width: 152px;
	height: 36px;
	text-decoration: none;
	font-size: 0.1em;
	float: left;
}
#cn_footer #copyright {
	float: right;
	clear: right;
	padding-top: 4px;
	color: #515151;
	text-align: right;
	font-size: 0.7em;
}

