* {margin:0;padding:0;}
ul {margin-left:15px}/* space for bullets if required*/
p {margin-bottom:.7em;}

body
{
 background : #A9BAC3;
 color: black;
 /* color:#66737B; */
 font-size: x-small;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align:center;
}

* html body
{
 font-size: xx-small;/* for ie5 and 5.5. that are one size out*/
 f\ont-size: x-small;/* for ie 6*/
}

.heading
{	
	height: 20px;
	margin: 5px 0;
	background: #E8E8F8;
	border: 1px solid #D0D1D3;
}

* html .heading
{
	height:26px;
	he\ight:20px;
}

.heading h1
{
	font-weight: bold;
	font-size: 10px;
	padding: 3px 15px 3px 20px;
	border: 1px solid #DDE1E3;
}

h2
{
	font-size: 120%;
	margin: 10px 0 0;
}

.outerFrame
{ 
	margin-left:auto;
	margin-right:auto;
	width: 760px; 
	background: #fff;
	text-align:left;
}

.fullcol
{ 
	clear: both;
	background: #fff;
	width: 734px;
	border: 1px solid #FFF; 
	padding: 4px 12px 20px; 
}

* html .fullcol
{
	width:760px;
	w\idth: 726px;
}

.col_left
{ float: left; width: 222px;}

.col_middle
{float: left; width: 222px; margin:0 33px;}

.col_right
{float: left; width: 221px;}

.news {}
.news li {
	padding:0 0 0 2.1em;
	margin: 0 0 0.5em; 
	list-style: none
}

.news li.tight{
	padding-left: 10px;
	margin: 0px 0px 0px 0px; 
	list-style: none;
}

.news li a {color: #3366CC;}
.news li a:hover{color: #CC6699;}

.news h3 {
	color: black;
	font-size: 10px;
	margin: 0 0 5px;
	padding:2px 0 2px 15px;	
	background: #F3F6FF;
}

.news h4
{
	padding: 15px;
	font-weight: bold;
}

.news p {
color: black;
	padding:0 0 0 15px;	
	margin: 0;
	padding-bottom: 0;
	font-size: 11px;
	line-height: 14px;
}

.news div.reqd
{
	color: red;
	padding:0 0 0 15px;	
	margin: 0;
	padding-bottom: 0;
	font-size: 11px;
	line-height: 14px;
}


.news div.border 
{
	padding: 5px;
	margin: 0;
	margin-bottom: 15px;
	border: 1px solid #EEF0F1;
	display: block;
	background : #F3F6FF;
}

.news div.borderhide 
{
	padding: 5px;
	margin: 0;
	margin-bottom: 15px;
	border: none;
	display: block;
	background : #F3F6FF;
}

#header
{
	margin-left:auto;
 	margin-right:auto;
	height: 91px; 
	width: 758px; 
	background:#3993CD url(images/x-hbkgnd.png) no-repeat top; 
	border: 1px solid #FFFFFF; 
}

* html #header
{/*box model hack*/
	height:105px;
	width:760px;	
	he\ight:75px;	
	w\idth:750px;
}

.inset
{
	padding-left: 10px;
}

.company
{
  margin-left: 10px;
  text-align:left;
  font-size: 10pt;
}

.companynologo
{
  margin-left: 10px;
  text-align:left;
  font-size: 10pt;
  padding-top: 60px;
  font-weight: bold;
}

.logo
{
  float:right;
  text-align:left;
  margin: 10px;
}

.drawing
{
  padding-top: 6px;
  text-align:center;
  margin: 10px;
}

.ccardpictures
{
  padding-top: 0px;
  padding-left: 25px;
  padding-bottom: 10px;
}

.screenshot
{
  padding-top: 0px;
  padding-left: 15px;
  padding-bottom: 15px;
}

/*  ========================================================================  */
/*  Horizontal menu bar located just below the header on each page            */
/*  ========================================================================  */

.menubar
{
	padding: 6px;
	background : #90A0B0;
}

.menuitem
{
  color: #FFFFFF; FONT: 10px Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
}


/*  ========================================================================  */
/*  Contact section displayed at the bottom of each page                      */
/*  ========================================================================  */

.contact
{
  font-size: xx-small;/* for ie5 and 5.5. that are one size out*/
  f\ont-size: x-small;/* for ie 6*/
}

.contactleft
{
  float: left;
}

.contactright
{
  float: right;
}

.contactemail
{
  /* color:#66737B; */
  text-align:left;
  font-size: xx-small;/* for ie5 and 5.5. that are one size out*/
  f\ont-size: x-small;/* for ie 6*/
}

#fineprint
{
  color:#66737B;
  margin: 0px 10px 0px 0px;
  padding-top: 10px;
  text-align: center;
  font-size: xxx-small;/* for ie5 and 5.5. that are one size out*/
  f\ont-size: xx-small;/* for ie 6*/
}

/*  ========================================================================  */
/*  product icon styles                    */
/*  ========================================================================  */

.icon
{
   float:left;
   margin-left: 6px;
   margin-right: 6px;
}

.noborder { border-style: none; }

/*  ========================================================================  */
/*  gallery styles                                                            */
/*  ========================================================================  */

.afterfloat
{
	clear: both;
	padding-top: 6px;
}

div.pic
{
	float: left;
	height: 122px;
	width: 122px;
	margin: 5px 3px;
	padding: 10px;
	background: white;
	border: 1px solid;
}

div.pic img
{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}

div.ls img { height:100; width=120; }


div.pic ul
{
	margin-top: 6px;
}

/*  ========================================================================  */
/*  form styles                                                            */
/*  ========================================================================  */

.row
{
  clear: left;
  padding: 6px 0px 0px 0px;
}

.row span.label
{
  float: left;
  width: 140px;
  text-align: right;
  padding: 0px 0px 0px 0px;
  /* duplicated here for Netscape 4.x bug fix */
  font-family: "Georgia",Helvetica, sans-serif;
  color: black;
  font-size: x-small;/* for ie5 and 5.5. that are one size out*/
  f\ont-size: small;/* for ie 6*/

}

.row span.label2
{
  float: left;
  width: 280px;
  text-align: right;
  padding: 0px 0px 0px 0px;
  /* duplicated here for Netscape 4.x bug fix */
  font-family: "Georgia",Helvetica, sans-serif;
  color: black;
  font-size: x-small;/* for ie5 and 5.5. that are one size out*/
  f\ont-size: small;/* for ie 6*/
}

.row span.formw
{
  padding: 0px 0px 0px 10px;
  text-align: left;
  /* duplicated here for Netscape 4.x bug fix */
  font-family: "Georgia",Helvetica, sans-serif;
  color: black;
  font-size: x-small;/* for ie5 and 5.5. that are one size out*/
  f\ont-size: small;/* for ie 6*/
}

.formi
{
  padding: 10px 0px 10px 30px;
  /* duplicated here for Netscape 4.x bug fix */
  font-family: "Georgia",Helvetica, sans-serif;
  color: black;
  font-size: x-small;/* for ie5 and 5.5. that are one size out*/
  f\ont-size: small;/* for ie 6*/
}

.reqd { color: red; }

