/*div {
	border: 1px solid #000000;
	}*/

/*  GENERAL  */
body{
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px; 
	margin-right:0px;
	background-image: url(images/bkg.gif);
	background-repeat:repeat-x;
	color:#434343;
}
TD  {  
font-family: Arial, Helvetica, sans-serif;
   font-size: 75%;
   font-style: normal;
   font-weight: normal;
   color: #000000; 
   font-weight: normal;
   line-height: 145%;
}

h1{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:18px;
	color:#990000;
	font-weight:bold;
	margin:5px 0px 10px 0px;
	padding:0px;
	letter-spacing:-1px;
	line-height: 120%;
}

h3{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	color:#0066E0;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px;
	letter-spacing:-1px;
}

/* generated by csscreator.com */ 
html, body{ 
	margin:0px; 
	padding:0px; 
	text-align:center; 
} 

A:link { 
   font-size: 100%; 
	text-decoration: underline;
   color: #21029D;
}

A:active { 
   font-size: 100%; 
   text-decoration:none;
   color: #F99301;
}

A:visited {
   font-size: 100%;  
   text-decoration: underline;
   color: #017AFA;
}

A:hover {
   font-size: 100%; 
   color:#cc0000;
   text-decoration:underline;
   color: #990000;
}

.textbreadcrumb {
font-family: Arial, Helvetica, sans-serif;
   font-size: 90%;
   font-weight: normal;
   color: #333333;
}
.texthighlight {
font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #E68200;
}

a.breadcrumb:link {
font-family: Arial, Helvetica, sans-serif;
   font-size: 90%;
   font-weight: normal;
}
a.breadcrumb:visited {
font-family: Arial, Helvetica, sans-serif;
   font-size: 90%;
    font-weight: normal;
}
a.breadcrumb:hover {
font-family: Arial, Helvetica, sans-serif;
   font-size: 90%;
    font-weight: normal; 
}

form{
	padding:0px;
	margin:0px;
	border:none;
	}
#contactForm, .formDiv{
	background-color:#A8A7AD;
	float:left;
	margin:0px 20px 20px 0px;
	width:250px;
	padding:15px 0px 0px 20px;
	font-size:.95em;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}

#contactForm input, .formDiv input{
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cdcdcd;
	padding:5px;
	color:#E40000;
}

#contactForm input:focus, .formDiv input:focus{
	color:#E40000;

}

#contactForm select, .formDiv select{
	width:190px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cdcdcd;
	padding:3px;
}

#contactForm textarea, .formDiv textarea{
	width:195px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cdcdcd;
    color:#E40000;
	padding:3px;
}

#contactForm .required, .formDiv.required{
	color:#E40000;
}

#contactForm image, .formDiv image{
	width:50px;
}

#contactForm input checkbox, .formDiv input checkbox{
	width:12px;
}

#contactForm input.submit, .formDiv input.submit{
	background-color:#21029D;
	color:#ffffff;
	padding:2px;
	border:1px solid #017AFA;
	margin:4px 0px 5px 0px;
	font-size: 120%
}

#requiredField{
	float:left;
	margin-right:15px;
}

 img.gallery-photo {
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}
 img.gallery-photo2 {
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 3px;
	-moz-border-radius: 2px;
}

UL { list-style-type:square;
	margin-left: 0px;
	padding-left: 1.5em;
	text-indent: 0em;
	font-size: 95%;
 }
LI { padding-bottom: 6px;}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 0em 0; /* set margins as desired */
font: bold 11px Arial, sans-serif; /* set font as desired */
border-bottom: none;/* 1px solid #21029D; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 7px 0px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5, li.tab5, body#tab6, li.tab6 { /* settings for selected tab */
/*border-bottom: 1px solid #fff; set border color to page background color */
/*background-color: #fff;  set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6, li.tab6 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #666; /* set selected tab link color as desired */
/*position: relative; */
/*top: 1px;
/*padding-top: 0px;  must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #21029D; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #21029D; /* set unselected tab background color as desired */
color: #e6e6e6; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;

}

li.tab1
{
padding-bottom: 0px;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #efefef; /* set desired hover color */
color: #21029D;
}

/* end css tabs */

/*
  <td width="121"><a href="../About/index.html" onMouseOver="MM_swapImage('Image1','','../images/nav-about-roll.gif',1)" onMouseOut="MM_swapImgRestore()"> </a></td>
    <td width="108" bgcolor="#21029D"><a href="../About/index.html" onMouseOver="MM_swapImage('Image1','','../images/nav-about-roll.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../images/nav-about.gif" alt="About" name="Image1" width="108" height="23" border="0" id="Image1"></a><a href="index.html" onMouseOver="MM_swapImage('Image2','','../images/nav-products-roll.gif',1)" onMouseOut="MM_swapImgRestore()"></a></td>
    <td width="95" bgcolor="#21029D"><a href="index.html" onMouseOver="MM_swapImage('Image2','','../images/nav-products-roll.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../images/nav-products.gif" alt="Products" name="Image2" width="95" height="23" border="0" id="Image2"></a></td>
    <td width="105" bgcolor="#21029D"><a href="capindex.html" onmouseover="MM_swapImage('Image5', '', '../images/nav-cap_roll.gif',1)" onmouseout="MM_swapImgRestore()"><img src="../images/nav-cap.gif" alt="Capabilities" name="Image5" width="105"  border="0" id="Image5" /></a></td>
    <td width="98" bgcolor="#21029D"><a href="../contact.html" onMouseOver="MM_swapImage('Image4','','../images/nav-contact-roll.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../images/nav-contact.gif" alt="Contact" name="Image4" width="98" height="23" border="0" id="Image4"></a></td>
    */