body {
background-color: silver;
}

/*div {
	border: medium black;
}
*/

.maindiv {
	z-index: 1;
	position: absolute;
	background-color: white;
	width: 800px;
	height: 800px;
	top: 0px;
	left: 225px;
	border: 1px solid #830404;
	/*overflow: auto;*/
	overflow-x: hidden;
	overflow-y: auto;
}

.toplogo {
	position: absolute;
	top: 0px;
	left: 0 px;
	z-index: 2;
	width: 800px;
	height: 200px;
}

.hmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	z-index: 2;
	top: 160px;
	left: 0px;
	position: absolute;
	font: x-small;
}

.hmenutable {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	background-color: #830404;
	color: white;
}

.locationdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	position: absolute;
	font-weight: bold;
	z-index: 3;
	top: 200px;
	left: 575px;
	width: 200px;
	border: 1px solid #830404;
	background-color: #EFE1CE;
}

.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: absolute;
	top: 350px;
	left: 575px;
	width: 200px;
	z-index: 3;
	border: 1px solid #830404;
	background-color: #EFE1CE;
	font: small;
}

.contactusdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: absolute;
	top: 475px;
	left: 575px;
	width: 200px;
	z-index: 3;
	border: 1px solid #830404;
	background-color: #EFE1CE;
	font: small;
}

.locationtable {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: black;
	font: x-small;
}

.locationtableheader {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: 830404;
}

.sidenavtableheader {
	color: white;
	background-color: 830404;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 100%;
}

.otherservicestablebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font: x-small;
}

.otherservicestable {
	width: 200px;
}

.contactustableheader {
	color: white;
	background-color: #830404;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 100%;
}

.contactustablebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font: x-small;
}

	.mainbodycontent {
	background-color: #EFE1CE;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 3;
	border: 1px solid #830404;
	top: 200px;
	left: 5px;
	width: 525px;
	}
	
	.mainbodytableheader {
		background-color: #830404;
		font-family: Arial, Helvetica, sans-serif;
		font-size: medium;
		color: white;
		width: 100%;
		font-weight: bold;
	}
	
	.mainbodytable {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font: x-small;
}
	
	.headerlinks {
	color: white;
	text-decoration: none;
	}

.customitemselltable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 750px;
	vertical-align: top;
	background-color: white;
	border-color: black;
	border: thin solid;
	border-style: solid;
}
