/*** Techteam International Ltd CSS ***/

body, html{
		font-family: verdana, georgia, arial;
		font-size: 90%;
		margin:0.5em;
		text-align:center;
		background-color:#fff;}
		
h1,h2,h3,h4,h5,h6{margin:0.3em;}

p{text-align:justify;}

.divlogo{
	position: absolute;
	height: 115px;
	top: 10px;
	left: 5px;}
div.red{
	height: 100px;
	z-index: 2;
	top: 132px;
	background-image: url('../img/bkred.jpg');
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;}
div.btn{
	height: 20px;
	z-index: 3; 
	top: 132px;
	background-image: url('../img/btnbk.jpg');
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;}
.divsize{
	position: relative;
	width: 750px;}
div.bodyouter{
	border: 2px solid #555;
	height: 1140px;
	z-index: 0;
	left: 8px;
	top: 8px;
	background-color: #555;
	text-align:justify;}
div.bodyinner{
	top: -1145px;
	border: 2px solid #444;
	height: 1140px;
	z-index: 1;
	left: 0px;
	background-color: #FFF;
	text-align:justify;}
div.body{
	height: 884px;
	z-index: 4; 
	top: 132px;
	text-align:center;}
div.txt{
	position: absolute;
	height: 640px;
	width: 500px;
	left: 180px;}
div.smallred{
	position: absolute;
	height: 20px;
	width: 590px;
	left: -20px;
	background-image: url('../img/bkred.jpg');
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;}
div.mnu{
	position: absolute;
	height: 884px;
	width: 160px;
	left: 0px;
	background-image: url('../img/mnubk.jpg');}

/*********************************************************************** 
TOP Navigation
***********************************************************************/
ul.topNav {
		list-style-type: none;
		height: 16px;
		text-align: right;
		margin: 0em;
		padding: 0.1em;}
		
ul.topNav li {
		font: bold 10pt verdana, tahoma, arial, sans-serif;
		color: #333;
		display: inline;
		padding: 0.1em;}
		
ul.topNav li a.ul:link, ul.topNav li a.ul:visited {
		color: #333;
		padding: 0.2em;
		margin: 0.1em;}

ul.topNav li a.ul:hover {color: #f00;}

/*********************************************************************** 
TOP Sub-Navigation
***********************************************************************/
ul.subNav {
		list-style-type: none;
		height: 16px;
		text-align: left;
		margin: 0em;
		padding: 0.1em;}
		
ul.subNav li {
		font: bold 10pt verdana, tahoma, arial, sans-serif;
		color: #fff;
		display: inline;
		padding: 0.1em;}
		
ul.subNav li a.ul:link, ul.subNav li a.ul:visited {
		color: #fff;
		padding: 0.2em;
		margin: 0.1em;}

ul.subNav li a.ul:hover	{color: #000;}

/********* Left Nav Menu **************/
#menu a.mnu, #menu a.mnu:visited {
  text-decoration:none;
  text-align:center;
  background-color:#777; 
  color:#fff;
  display:block; 
  padding:0.2em;
  margin:0.5em 0;
  border:2px solid #444;
  border-right:5px solid #444;
  font-size: 8pt;
  font-weight:bold;}
  
a.mnu:hover {
		color: #f00;
		border: 2px solid #333;
		background-color: #666;}

#menu a.mnu:hover {
  border-right:5px solid #f00;
  color:#000;}

/* Link style if it was selected state - reverse of above */
#menu a.sel, #menu a.sel:visited {
  text-decoration:none;
  text-align:center;
  background-color:#777; 
  color:#000;
  display:block; 
  padding:0.2em;
  margin:0.5em 0;
  border:2px solid #444;
  border-right:5px solid #f00;
  font-size: 8pt;
  font-weight:bold;}
  
a.sel:hover {
		color: #000;
		border: 2px solid #333;
		background-color: #666;}

#menu a.sel:hover {
  border-right:5px solid #000;
  color:#000;}

/****************************************************/
img	{border: 0;}
		
a:link {
		font-size:10pt;
		color: blue;}
		
a:link, a:hover, a:visited	{text-decoration: none;}

a:hover	{color: #f00;/*border: 1px solid #fff;*/}
		
table.prodlist {
	width:580px;
	text-align:left;
	font-size:90%;}
	
ul {text-align:left;}

.rt {text-align:right;}

.centr {text-align:center;}

p.sign	{
		font-family:arial;
		font-size: 95%;
		font-weight: bold;
		text-align: center;	}
p.small {font-size: 75%;}