/* Body */
body			{
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
}

table.main	{
	background-color: #000000;
	color: #474747;
	width: 750px;
	border: 2px ridge #d4d9db;
	padding: 0 0 0 0;
	margin: auto;
}

table.body	{
	background-color: #000000;
	width: 100%;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #F4EFE4;
	word-spacing: 0.1em;
	padding: 20px 20px 20px 20px;
}

table.bodyHome	{
	padding: 0 0 0 0;
}

img	{
	border: none;
}

.asterisk	{
	color: red;
	background: #ffffff;
}

/* Header */
td.top		{
	background-image: url(../images/top.gif);
	width: 100%;
	height: 10px;
}

td.titleSurround	{
	height: 100px;
	background-color: #E7DFC9;
	color: #ff8c00;
}

table.title		{
	width: 100%;
	height: 100px;
}

td.logo		{
	width: 410px;
	height: 100px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

td.logoSpacer	{
	width: 10px;
}

td.companyName	{
	background-image: url(../images/logo_new.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

td.phoneNumber	{
	background-image: url(../images/logo_phone.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* Navigation */
td.nav	{
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 16px;
	background-color: #E7DFC9;
	font-weight: bold;
	color: #ff8c00;
	text-align: center;
	word-spacing: 35px;
	border-bottom: 1px solid #d4d9db;
}

span.navSpacer	{
	color: #e5d3b7;
}

span.currentPage	{
	background-color: #E7DFC9;
	color: #808080;
}

/* Images */
table.indexImage	{
	width: 750px;
	height: 496px;
	clear: both;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
}

table.awardsImage	{
	width: 650px;
	height: 468px;
	clear: both;
	background-image: url(../images/awards.jpg);
	background-repeat: no-repeat;
}

table.makerImage	{
	width: 225px;
	height: 350px;
	background-image: url(../images/ken.jpg);
	background-repeat: no-repeat;
	float: left;
}
/* Footer */
table.copyright	{
	width: 100%;
	xheight: 23px;
	background-color:	#E7DFC9;
	background-repeat: repeat-x;
	padding: 4px 0 4px 0;
	border-top: 1px solid #d4d9db;
	margin: auto;
}

td.copyright	{
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #2F2761;
	word-spacing: 0.1em;
	text-align: center;
}

/* Links */
a.nav			{
	background-image: url(../images/nav2.gif);
	background-color: #E7DFC9;
}

a 				{
	color: #9e222c;
	font-weight: bold;
	text-decoration: none;
}

a:hover		{
	color: #9e222c;
	text-decoration: underline;
}

a:active		{
	color: #9e222c;
	text-decoration: none;
}

a.nav:hover	{
	color: #2f2761;
	text-decoration: none;
}

a.nav:active	{
	color: #2f2761;
}
/* Services Page */
table.services		{
	width: 100%
}

span.heading		{
	color: #E7DFC9;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

span.description	{
	display: block;
	margin: 5px 0 30px 40px;
}

span.lastDescription	{
	display: block;
	margin: 5px 0 0 40px;
}

/* Contact Page and Form Validation */
table.contact		{
	width: 450px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;	
}

.contactLeftCol		{
	width: 250px;
	text-align: left;
}

.contactRightCol		{
	width: 175px;
	text-align: left;
}

.contactAlignLeft	{
	text-align: left;
}

.contactAlignCenter	{
	text-align: center;
}

.forms				{
	background-color: #F4EFE4;
	border-color: #d4d9db;
	border-style: solid;
	border-width: 1px;
	text-indent: 5px;
}

span.contactHeading	{
	color: #F4EFE4;
	font-weight: bold;
}

.errHilite			{
	background-color: #ffffcc;
	border-color:	#ffffcc;
	border-style: solid;
	border-width: 1px;
	text-indent: 2px;
}

table.contactThanks	{
	width: 100%;	
}

.CharacterCount	{
	background-color: #ffffff;
	border-color: #d4d9db;
	border-style: solid;
	border-width: 1px;
	text-indent: 5px;
	color: #ff0000;
	font-weight: bold;
}

/* IP Page */
.ip	{
	text-align: center;
}

.left {
	margin: 0 10px 0 0;
	float: left;
}

.right	{
	margin: 0 0 0 10px;
	float: right;
}

.makerText	{
	display: block;
	margin: 10px 0 0 0;
}

.awardsText	{
	word-spacing: 50px;
}

.bodySpacer	{
	color: #000000;
}

span.photoLabel	{
	font-size: 12px;
}

img.photos		{
	xborder: 1px ridge #F4EFE4;
}
/* End */