
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif; 
    font-size: 76%; 
    font-style: normal; 
    font-weight: normal; 
	text-align: center;
	line-height: 1.5em;
	color: #000000;
	/*background-color: #5c5ca1;*/ 
	}

/* ---links --- */

a:link {
	color: #0066ff;
	text-decoration:none;
	}
a:visited {
	color: #0066ff;
	text-decoration:none;
	}
a:hover {
	color: #9999ff;
	text-decoration:underline;
	}


/* ---general --- */

p {
	margin: 1em 0 1em;
	font-size: 1em;
	padding: 0;
	}
h1 {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.2em 0;
	}
h2 {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.1em 0;
	}
h3 {
	margin: 0 0 0.1em 0;
	padding-bottom: 3px;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	}

h4, h5 {
	margin: 0 0 0.1em 0;
	font-family:  Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	}

.italic {
  font-style:italic;
  }
  
.bold {
  font-weight:bold;
  }
  
.bolditalic {
  font-style:italic;
  font-weight:bold;
  }
  
.center {
  text-align: center;
	}
/* --- overall -- */

#wrapper {
	position: relative;
	margin: auto;
	padding: 0;
	text-align: left;
  	width: 100%;
  	/*border: 1px solid #000066;
  	background: #ffffcc;*/
	}
#header {
	float: left;
	width: 760px;
	/*border-bottom: solid 1px #6d6dbf;*/
	
	}


/* navigation */

#nav {
	float: left;
	text-align:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-top: 1px solid #00cc33;
	border-bottom: 1px solid #006600;
	background: #009900;
	}
#nav li {
	float: left;
	margin: 0px;
	padding: 5px;
	list-style: none;
	
	}
#nav a {
	float: left;
	padding: 2px 2px;
	font-size: 1em;
	text-decoration: none;
	color: #ccffff;
	background-color: #009900;
    border-top: 2px solid #00cc33;
    border-left: 2px solid #00cc33;
    border-bottom: 2px solid #006600;
    border-right: 2px solid #006600;
	}
#nav a:hover {
	background-color: #ffffcc;
    color: #009900;
    border-bottom: 2px solid #00cc33;
    border-right: 2px solid #00cc33;
    border-top: 2px solid #006600;
    border-left: 2px solid #006600;
	
	
	
	}
/* highlight current page in nav */
	
body#about a#aboutnav,
body#product a#productnav,
body#home a#homenav,
body#tech a#technav,
body#faq a#faqnav,
body#case a#casenav,
body#contact a#contactnav,
body#pr a#prnav {
color: #006633;
font-weight: bold;
background: #99ff99 ;
    border-bottom: 2px solid #00cc33;
    border-right: 2px solid #00cc33;
    border-top: 2px solid #006600;
    border-left: 2px solid #006600;
}



/* ---title  -- */

#title {
	clear: left;
	padding: 10px 10px 10px 10px;
	/*background: #ffcc00 ;
	border-bottom: 1px solid #ff3300;*/
	

	}

#title h1, h2 {

	color: #000000;
	}


/* --- main content column -- */

#main-body {
	float: left;
	width: 100%;
	text-align:justify;
	}
#content {
	margin: 5px 0;
	padding: 0 15px;
	/*background: #ffffcc;*/
	}
#content	.blockquote {
	font-size: 0.9em;
	color: #000000;
	padding: 5px;
	/*background:#ffff99;
	border: 1px dotted #000000;*/
	
	}

/* lists */

#content ul {
	list-style-type: disc;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}
#content ul li {
	padding: 0 0 4px 15px;
	line-height: 1.3em;
	
	}
#content td {
font-size: 0.8em;
text-align:left;

}
#content table {
width: 100%;


}
/*  righthand column */

#rightcol {
	
	display:none;
	
	}

/* --- footer -- */

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 5px 5px 5px 15px;
	font-size: 0.8em;
	color: #000000;
	/*background: #ff6600;
	border-top: 1px solid #ffcc00;
	border-bottom: 2px solid #ff3300;*/
	}
#footer p {
	margin: 0;
	padding: 25px;
	}
#footer a {
	/*display:none;*/
	}
#form {
text-align:left;


}

/* --- images -- */

.picturexright {
  float: right;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 10px;
  }
  
  .picturexrightxhide {
  display: none;
  }
  
.picturexleft {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  }
.picturexindentxleft {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  }


/* --- bits -- */



.center {
	text-align: center;
	}
a img {
	border: none;
	}
.hide {
	display: none;
	}