body {
	background: #F8F8F8;
	padding-bottom: 70px;
}

.body {
	border-radius: 6px;
	background-color: #FFF;
	border: 1px #999 solid;
	margin-top: 20px;
}

.header {
	border-radius: 6px 6px 0 0;
	background-color: #333;
	padding: 10px;
	margin-bottom: 10px;
}

.copyright {
	background-color: #333;
	text-align: center;
	padding: 5px 0;
	color: #FFF;
	border-top: 1px solid #080808;
}

.categories {
	padding-left: 3px;
}

.categories ul {
	padding-left: 15px;
}

.categories li {
	list-style: none;
}

.page-header {
	margin-top: 10px;
}

input[name="_hp"], .not-visible {
	display: none;
}

.header div {
	height: 65px;
	margin-top: 5px;
}

.header .numbers {
	background: transparent url('/images/numbers.png') no-repeat right center;
}

#map {
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}

.red {
	color: #C2342A;
	font-weight: bold;
	font-size: 16px;
}

.no-resize {
	resize: none;
}

#contact {
	padding-bottom: 40px;
}

.products h5 {
	font-weight: bold;
}

.options {
	margin-bottom: 20px;
}

.image-border {
	border: 1px #999 solid;
	border-radius: 3px;
}