* 
{
  padding: 0px;
  margin: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	color: #555555;
	background: #ffffff url(images/bg.jpg);
	background-repeat: repeat-x;
}

h1 {
	margin: 0;
	font-size: 20px;
	text-align: left;
	letter-spacing: normal;
	font-weight: normal;
	color: #830808;
	padding-top: 20px;
	padding-bottom: 10px;
}

h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #304484;
}

h3 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #304484;
}

a {
	color: #000;
	font-weight: bold;
}

a:hover {
	color: #830808;
}

ul {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}

li{
	padding-bottom: 5px;
}


/* Navigation */

#navbar {
	width: 850px;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #b7b7b7;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 850px;
	height: 41px;
	float: left;
}
	
#nav li {
	margin: 0;
	float: left;
	letter-spacing: normal;
}
	
#nav a {
	display: block;
  float: left;
  color: #304484;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
  text-align: center;
	width: 140px;
	margin-top: 1px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-right: 1px solid #b7b7b7;
}

#nav a:hover {
  color: #830808;
	font-weight: bold;
	background-image: url(images/navdownbg.jpg);
	background-repeat: repeat-x;
}

#nav li.current {
  color: #830808;
	font-weight: bold;
	background-image: url(images/navdownbg.jpg);
	background-repeat: repeat-x;
}


/* Content */

#main {
	margin: 0 auto;
	width: 850px;
}

#content1 {
	margin: 0 auto;
	padding: 20px 30px 0px 25px;
	text-align: justify;
}

#left
{
  width: 247px;
	background-color: #ffffff;
	/*background-image: url(images/vertstripe.gif);*/
	background-repeat: repeat-y;
}

#hpright
{
	padding: 10px;
}

#leftNav
{
  width: 247px;
}

#leftNav td
{
  width: 247px;
}

#leftNav a 
{
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	text-decoration: none;
	display: block;
  padding-left: 60px;
}
	
#leftNav a:hover 
{
	/*background-color: #ffffff;
	border-color: #080880;*/
	color: #7a0026;
}

#company td a 
{
	font: 16px Verdana, Arial, Helvetica, sans-serif;
  color: #4756c6;
	text-align: left;
	letter-spacing: 1px;
	line-height: 22px;
	text-decoration: underline;
	display: block;
	border: 1px solid #ffffff;
}
	
#company td a:hover 
{
	border-color: #942a16;
	color: #942a16;
	text-decoration: none;
}

#contact {
	background-color: #d3dee9;
	border-left: 1px solid #5b544c;
	border-right: 1px solid #5b544c;
	border-bottom: 1px solid #5b544c;
}

#contact td {
	padding-left: 20px;
}

#clients {
}


#clients td {
	color: #333333;
	text-align: left;
}

td.prodright {
	padding-right: 10px;
}

td.prodleft {
	padding-left: 10px;
}

li.productsright {
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
	text-align: right;
}

li.productsleft {
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
}

.prodtitle {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #304484;
}

.subtext {
	font-size: 13px;
	text-align: left;
	letter-spacing: normal;
	font-style: italic;
	color: #942a16;
}

.disclaimer {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	font-style: italic;
	font-weight:bold;
	line-height:normal;
}

.blue15 {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #304484;
}

.req {
	color: #990000;
}


/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
}

#footerText {
	font:12px Arial, Helvetica, sans-serif;
	color:#304484;
	font-style: italic;
	font-weight: normal;
}

#footerText a {
	color: #304484;
	text-decoration: underline;
}

#footerText a:hover {
	color: #830808;
	text-decoration: underline;
}

.bottom {
	width: 100%;
	color: #304484;
	size: 2px;
}

