/* Body */
body			{
	background-image: url(../images/0101.jpg);
	background-attachment: fixed;
}

table.main	{
	background-color: #ffffff;
	color: #474747;
	width: 750px;
	border: 2px ridge #d4d9db;
	padding: 0 0 0 0;
	margin: auto;
}

table.body	{
	background-color: #ffffff;
	width: 100%;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #474747;
	word-spacing: 0.1em;
	padding: 20px 20px 20px 20px;
}

img	{
	border: none;
}

.asterisk	{
	color: red;
	background: #ffffff;
}

/* Header */
td.top		{
	background-image: url(../images/top.gif);
	width: 100%;
	height: 10px;
}

td.titleSurround	{
	height: 80px;
	background-color: #474747;
	color: #ff8c00;
}

table.title		{
	width: 100%;
	height: 80px;
}

td.logo		{
	width: 180px;
	height: 75px;
	background-image: url(../images/logo_full.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-image: url(../images/nav2.gif);
	background-color: #ffffff;
	font-weight: bold;
	color: #ff8c00;
	text-align: center;
	word-spacing: 80px;
	border-bottom: 1px solid #d4d9db;
}

span.currentPage	{
	background-image: url(../images/nav2.gif);
	background-color: #ffffff;
	color: #aaaaaa;
}

/* Images */
table.indexImage	{
	width: 200px;
	height: 161px;
	float: right;
	background-image: url(../images/processor2.jpg);
	background-repeat: no-repeat;
	margin: 10px 0 10px 10px;
}

/* Footer */
table.w3c		{
	width: 750px;
	margin: 10px 0 10px 0;
}

td.w3cLeft		{
	width: 365px;
	text-align: right;
}

td.w3cCenter	{
	width: 20px;
}

td.w3cRight		{
	width: 365px;
	text-align: left;
}

table.copyright	{
	width: 100%;
	height: 23px;
	background-image: url(../images/copyright_bg.gif);
	background-repeat: repeat-x;
	padding: 0 0 0 0;
	border-top: 1px solid #d4d9db;
	margin: auto;
}

td.copyright	{
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #474747;
	word-spacing: 0.1em;
	text-align: center;
}

/* Links */
a.nav			{
	background-image: url(../images/nav2.gif);
}

a 				{
	background-color: #ffffff;
	color: #ff8c00;
	font-weight: bold;
	text-decoration: none;
}

a:hover		{
	background-color: #ffffff;
	color: #800080;
	text-decoration: none;
}

a:active		{
	background-color: #ffffff;
	color: #800080;
	text-decoration: none;
}

/* Services Page */
table.services		{
	width: 100%
}

span.heading		{
	background-color: #ffffff;
	color: #696969;
	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;
}

/* Partners Page */
table.partners		{
	width: 450px;
	margin: auto;
	}

td.partnersLeft	{
	width: 180px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}

td.partnersCenter	{
	width: 90px;
	text-align: center;
}

td.partnersRight	{
	width: 180px;
	text-align: center;
	vertical-align: middle;
}

/* 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				{
	border-color: #d4d9db;
	border-style: solid;
	border-width: 1px;
	text-indent: 5px;
}

span.contactHeading	{
	background-color: #ffffff;
	color: #696969;
	font-weight: bold;
}

.errHilite			{
	border-color: #ff0000;
	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;
}
/* End */