body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #FFF;
}

a img {
	border: 0;
}

a.category:link, a.category:visited, a.category:active, a.category:hover {
	display: inline;
	float: left;
	min-width: 52px;
	width: auto !important;
	width: 55px;
	margin: 0;
	padding: 4px 8px 3px 8px;
	font-size: 11px;
	line-height: 11px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	background: #000;

}

a.category:hover {
	background: none;
}

#store #linkStore { background: none; }
#storework #linkStore { background: none; }
#news #linkNews { background: none; }
#about #linkAbout { background: none; }
#contact #linkContact { background: none; }

#nav {
	display: inline;
	float: left;
	width: 827px;
	margin: 65px 40px 40px 40px;
	padding: 0;
}

#logo {
	display: inline;
	float: left;
	width: 234px;
}

#logo img {
	display: block;
}

#navigation {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}

#navLinks {
	display: inline;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.navLink {
	display: inline;
	float: left;
	margin: 0 0 0 22px;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
}

.hr {
	display: inline;
	float: left;
	clear: both;
	width: 827px;
	height: 3px;
	margin: 0 40px 0 40px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background-image: url('/inc/img/dash.png');
}

.hr hr {
	display: none;
}

