body, td, th {
	background-color: #000000;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	margin: 0px 0px 2px 0px;
	pdding: 2px 0px 2px 0px;
}
h2 {
	font-size: 18px;
	margin: 0px 0px 2px 0px;
	pdding: 2px 0px 2px 0px;
	display: inline;
	/* text-decoration:underline; */
}
h3, h4 {
	font-size: 14px;
	margin: 0px 0px 2px 0px;
	pdding: 2px 0px 2px 0px;
	display: inline;
}
img#banner {
	margin-top: 14px;
}
img {
	padding: 0px;
	margin: 0px;
}
span.subHeading {
	font-size: 16px;
	font-weight: bold;
}

/** Centers the entire page **/
#centerContent {
	margin: auto;
	width: 900px;
	border: 0px;
	padding: 0px;
}

/** Controls the Navigation and anchors **/
a:link {
	text-decoration: underline;
	color: #999999;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
div.navigation {
	text-align: center;
	/** text-align: left; */
	padding-left: 0px;
	margin-top: 1px;
	margin-right: 20px;
}
div.navAnchor {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	width: 100%;
	/** border: 1px solid #FF0000; */
	padding-top: 10px;
	border-bottom: 1px solid #333;
}

/** General Settings **/
div.leftPane {
	float: left;
	width: 197px;
}
div.rightPane {
	float: left;
	width: 699px;
	border-left: 1px solid #333;
}
div.contentContainer {
	float: left;
	width: 100%;
}
div.content {
	margin-left: 20px;
	/** margin-left: 10px; */
}
div.picture {
	border: #333 solid 1px;
	float: right;
	width: 335px;
	/** margin: 12px 0px 5px 10px; */
	margin: 12px 0px 15px 20px;
	padding: 5px;
}
div.testimonials {
	text-align: left;
	font-style: italic;
	margin-top: 10px;
	/** border-top: 1px solid #333; */
}
div.header {
	margin: 0px;
	padding: 0px;
}
div.footer {
	text-align: center;
	margin: 26px 0px 5px 0px;
	padding: 10px;
	width: 880px;
	float: left;
	border-top: #333 solid 1px;
}
table.contact {
	border: 0px;
	margin: auto;
	margin-top: 20px;
}

/** SETTINGS FOR INDIVIDUAL PAGES **/

td.storeinfo {
	padding-bottom: 20px;
	padding-right: 5px;
}
.error {
    color: red;
}
.contactform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#E5E5E5;
	background-color: #000000;
	border: 1px inset #666666;
	padding: 2px;
	width: 280px;
}
.contactformErr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color: #FF8F8F;
	border: 1px inset #666666;
	padding: 2px;
	width: 280px;
}
.contactformButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#E5E5E5;
	background-color: #000000;
	border: 1px outset #666666;
	padding: 2px;
	width: 50px;
	height: 23px;
}