body {
	text-align: center;
	border-top: 10px solid #000;
}
div, span, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Sans-Serif;
}
p, td, th, li, label, input, select, option, blockquote, textarea, address, button {
	font-family: Trebuchet MS, Serif;
}
.slab {
	width: 900px;
	height: 74px;
	margin: 0 auto;
	text-align: left;
}
.logo {
	display: block;
	float: left;
	margin-top: 20px;
}
.logo h1 {
	display: block;
	text-indent: -9999px;
	background: url(../images/per-logo.png) no-repeat;
	width: 255px;
	height: 30px;
}
.navbar {
	display: block;
	float: right;
	margin-top: 20px;
	width: 598px;
	height: 34px;
}
.navbar ul {
	list-style: none;
	display: inline;
}
.navbar ul li {
	list-item-style: none;
	text-indent: -9999px;
	display: inline;
	float: left;
}
.navbar ul li a {
	display: block;
	background: url(../images/navi.png) no-repeat;
}
.navbar ul li#home a {
	width: 57px; height: 34px; 
	background-position: 0px 0px;
}
.navbar ul li#home a:hover {
	background-position: -0px -34px;
}
.navbar ul li#services a {
	width: 83px; height: 34px; 
	background-position: -57px 0px;
}
.navbar ul li#services a:hover {
	background-position: -57px -34px;
}
.navbar ul li#shoptour a {
	width: 94px; height: 34px; 
	background-position: -140px 0px;
}
.navbar ul li#shoptour a:hover {
	background-position: -140px -34px;
}
.navbar ul li#customers a {
	width: 101px; height: 34px; 
	background-position: -234px 0px;
}
.navbar ul li#customers a:hover {
	background-position: -234px -34px;
}
.navbar ul li#askrandy a {
	width: 92px; height: 34px; 
	background-position: -335px 0px;
}
.navbar ul li#askrandy a:hover {
	background-position: -335px -34px;
}
.navbar ul li#perstore a {
	width: 92px; height: 34px; 
	background-position: -427px 0px;
}
.navbar ul li#perstore a:hover {
	background-position: -427px -34px;
}
.navbar ul li#contact a {
	width: 79px; height: 34px; 
	background-position: -519px 0px;
}
.navbar ul li#contact a:hover {
	background-position: -519px -34px;
}
.clear {
	clear: both;
	width: 0;
	height: 0;
}
.footer {
	text-align: center;
	width: 100%;
	height: 95px;
	background: #111111;
	border-top: 1px solid #1f1f1f;
	margin-top: 60px;
}
.ftr_container {
	width: 900px;
	margin: 0 auto;
	padding-top: 35px;
}
.ftr_left {
	float: left;
}
.ftr_right {
	float: right;
}
.footer p {
	font-weight: normal;
	font-style: none;
	font-size: 8pt;
	color: #999;
}
.footer p a {
	color: #999;
	text-decoration: none;
}
.footer p a:hover {
	color: #f00;
	text-decoration: none;
}
a {
	color: #999;
}
a:hover {
	color: #f00;
}
