body {
/*	background-color:rgb(232,232,232); */
background-color:rgb(255,255,255);
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px;
}

h1,h2,h3{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
/*	color:#330099;  */
	color:rgb(000,015,117);
	padding:0px;
	margin:0px;

}

h1 {
	font-weight: normal;
	font-size: 20px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

p, ul, li, table, dt, dd, span.type{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
/*	color:#746C78;*/
	color:rgb(097,105,105);
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	position:absolute; 
	top:80px; 
	left:0px; 
	height:20px; 
	width:100%; 
	font-weight: bold;
	text-align:center; 
	padding-top:2px;
/*	background-color:rgb(255,255,255); */
	background-color:rgb(232,232,232); 
    border-top-width:0px;
  	border-top-style:solid;
  	border-color:rgb(173,173,173);
    border-bottom-width:0px;
  	border-bottom-style:solid;
	z-index:4; 
}

#pos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	position:absolute; 
	top:100px; 
	left:0px; 
	height:20px; 
	width:100%; 
/*	font-weight: bold; */
	text-align: left; 
	padding-top: 2px;
	background-color: rgb(255,255,255); 
/*	background-color:rgb(232,232,232); */
    border-top-width: 0px;
  	border-top-style:solid;
  	border-color:rgb(173,173,173);
    border-bottom-width:0px;
  	border-bottom-style:solid;
}



.nav_menu { 
/*
	position:absolute; 
	top :0px; 
	left:0px; 
	width:133px; 
	height:100%;
	z-index:2;
	font-weight: bold;
	background-color:rgb(232,232,232); 
	border-right-width:2px;
  	border-right-style:solid;
	border-right-color:rgb(173,173,173);
*/
	position:absolute; 
	top:20px; 
	left:0px; 
	background-color:rgb(232,232,232); 
	border:solid 2px; 
	border-color:rgb(173,173,173); 
	visibility:hidden;
	z-index:2;
	font-weight: bold;
	min-width:133px;
	text-align:left;

}

.downloads { 

	position:fixed; 
	top:120px; 
	left:20px; 
	background-color:rgb(232,232,232); 
	border:solid 2px; 
	border-color:rgb(173,173,173); 
	visibility:hidden;
	z-index:2;
	font-weight: bold;
	width:500px; 



}


.nav_2nd {
	font-weight: bold;
	padding-left:8px;
	padding-right:8px;
	margin-top:8px;
	margin-bottom:8px;
	
}

span.products {
	font-size:60%;
	vertical-align:top;
}

span.nav {
	padding-left:8px; 
	padding-right:8px;
}

p.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	/*color:rgb(212,217,219);*/
	color:rgb(097,105,105);
	text-align:left;
	line-height:100%;
	
}

img{
	vertical-align:middle; 
	border:0px;
}


table {
	border:0;
	width:350px; 
}

table.download {
	border:0;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:rgb(000,000,000);
	text-align:left;
	width:100%;
}

th {
	height:36px;
	background-color:rgb(097,105,105);
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:rgb(255,255,255);
}


a:link, a:visited { 
	color:rgb(000,015,117);
	text-decoration:none; 
}

a:hover, a:active, a:focus { 
/*	color:#6633FF; */
	color:rgb(114,129,231);
	text-decoration:none; 
}

input, select, option, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:rgb(000,015,117);
/*	border-width:2px;
	border-color:rgb(000,015,117); */
	background-color:rgb(232,232,232);
	border-width:1px;
	
}

input.submit {
	color:rgb(000,015,117);
	border-width:0px;
	background-color:rgb(255,255,255);

}

input:link, input:visited { 
	color:rgb(000,015,117);
	text-decoration:none; 
}

input:hover, input:active, input:focus { 
/*	color:#6633FF; */
	color:rgb(114,129,231);
	text-decoration:none; 
}


/*Only for debug */
/*
div {
	background:white; 
	border:solid 2px red;
}
*/
/*Debug End*/

#nav_1st { 
	position:absolute; 
	top :0px; 
	left:0px; 
	width:100%; 
	height:100px; 
	z-index:3; 
	background-color:rgb(173,173,173); 
	background-image:url(img/nav_background.gif);
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	background-position:50% 0px;
	vertical-align:bottom;
	text-align:center;
	
}


#main { 
	position:absolute; 
	top :0px; 
	left:50%; 
	height:100%; 
	width:40%;
	z-index:0; 
/*	background-color:rgb(232,232,232);*/
	background-color:rgb(255,255,255);
/*	border:solid 2px red; */
}


#headline { 
	position:absolute; 
	top :130px; 
	left:-250px; 
	text-align:left;
	z-index:0;
}


#image { 
	position:absolute; 
	top :170px; 
	left:-250px; 
	width:350px; 
/*	background-color:rgb(255,255,255);*/
	z-index:4; 
}

#text { 
	position:absolute; 
	top :170px; 
	left:155px;  
/*	width:350px;  */
	width: 80%;
	text-align:left;
	z-index:5; 
/*	border:solid 2px green; */

}
