* {
	font-family: Calibri, Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	background: #e5e5e7;
}

.page {
	width: auto;
	max-width: 960px;
	background-color: #fff;
	margin: 20px auto 20px auto;
	border: 1px solid #496077;
	border-radius: 5px;
	padding-bottom: 0px;
}

.page .header {
	position: relative;
	background-color: #000;
	height: 136px;
	color: #fff;
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.page .header #hdrleft {
	float: left;
}

.page .header #hdrright {
	display: inline-block;
	width: auto;
	max-width: 619px;
	margin:	20px auto auto auto;
}

.page .header #hdrleft img {
	width: 341px;
	height: auto;
	border-top-left-radius: 3px;
	border: 0px;
}

.page .header #hdrright #location {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	width: auto;
	max-width: 619px;
	text-align: center;
}

.page .header #hdrright #nav {
	position: relative;
	font-weight: bold;
	font-size: 26px;
	color: #bbb;
	bottom: 0px;
	width: 100%;
	max-width: 619px;
	text-align: center;
	margin-top: 30px;
}

.page .header #hdrright #nav a {
	text-decoration: none;
	color: #bbb;
}

.page .header #hdrright #nav a:hover {
	color: #eee;
}

.page .main {
	clear: both;
	margin: 20px;
	min-height: 175px;
	width: auto;
}

.page .main a {
	text-decoration: none;
	color: #686868;
}

.page .main a:hover {
	color: #aaa;
}

.page .main #body {
	width: auto;
}

.page .main #body img#shop {
	float: left;
	margin-right: 10px;
}

.page .main #body p#title {
	font-weight: bold;
	font-size: large;
	text-align: center;
}

.page .main #body p#homedesc {
	margin-top: 10px;
	font-size: large;
}

.page .main #body img#mainfooter {
	display: block;
	clear: both;
	margin: 20px auto;
}

.page .main #body img#contactimg {
	float: left;
	margin: auto auto 20px auto;
}

.page .main #body p#contactdesc {
	display: block;
	margin: auto;
	padding-top: 50px;
	width: auto;
	text-align: center;
	font-size: large;
}

.page .main #body p#contactdesc span#contacttitle {
	font-weight: bold;
}

.page .main #body img#capparts {
	display: block;
	max-width: 860px;
	margin: auto;
}

.page .main #body p#capdesc {
	display: block;
	margin: 15px auto;
	text-align: center;
	font-size: large;
}

.page .main #body div.equipment {
	clear: both;
	display: block;
	margin: auto;
	max-width: 665px;
}

.page .main #body div.equipment img.equipimg {
	float: left;
	margin: auto auto 20px auto;
	max-width: 435px;
}

.page .main #body div.equipment p.equipdesc {
	display: inline-block;
	width: 200px;
	padding-top: 100px;
	margin: auto auto auto 30px;
	text-align: center;
	font-size: large;
}

.page .main #body div.equipment p.equipdesc span.equiptitle {
	font-weight: bold;
}

.page .main #body div.equipment p#otherequip {
	clear: both;
	text-align: center;
	margin: auto;
	font-size: large;
}

.page .footer {
	clear: both;
	position: relative;
	background-color: #000;
	padding: 5px;
	height: auto;
	color: #fff;
	text-align: center;
}

.page .footer p#copyright {
	font-style: italic;
}