/*------ General -----*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	color:#000000;
	background-color:#CCFFFF;
	background-image: url(glabkgnd.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

td {
	padding-left: 15px;
	vertical-align: top;
}

h1 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: left;
}

h2 {
	margin-bottom: 10px;
	margin-top: 15px;
	clear: left;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link {
	color:#339999;
}

a:visited {
	color:#999999;
}

a:hover {
	color:#406666;
}

hr {
	border: none;
	height: 10px;	
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(aglarule.gif);
	background-position: center;
	background-repeat: no-repeat;
}

ul {
	list-style-type: none;
	list-style-position: inside;
	overflow: auto;
}

li {
	margin-left: 20px;
	margin-bottom: 5px;
	padding-left: 35px;
	background-image: url(aglabul1.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

li li{
	margin-left: 20px;
	margin-bottom: 0px;
	padding-left: 25px;
	background-image: url(aglabul2.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}


/* DELETED li {	margin-left: 45px; margin-bottom: 5px; padding-left: 15px;}*/

span {
	font-weight: bold;
}

/*------ Navigation -----*/

#nav {
	vertical-align: top;
	width: 145px;
	margin-left: 0px;
	padding: 0px;
}

#navlist li {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	background-image: none;
	overflow: hidden;
}

#navlist li a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#navlist li a:hover {
	background-position: right top;
}

#data {
	font-size: 12px;
	text-align: center;
	font-style: italic;
}

#emil {
	width: 130px;
	height: 25px;
}

#pgp {
	font-size: 10px;
}


/*------ News & Main Section -----*/

/*DELETED #news {font-size: 16px;}*/

#news .newslist {
	font-size: 20px;
	font-weight: bold;
}

#news h1 {
	margin-bottom: 30px;
}

#news h2 {
	margin-top: 40px;
}

/*------ Products -----*/

#products table {
	width: 100%;
	border: none;
	text-align: center;
}

#products .maintr tr {
	width: 100%;
	color: #FFFFFF;
}

#products .maintr td {
	height: 25px;
	background-color: #339999;
	font-weight: bold;
}

#products .maintr a {
	color: #FFFFFF;
}

#products .maintr td:hover {
	background-color: #339999;
	background-image: url(none);
}

#products td:hover {
	background-image: url(glabkgnd_table.jpg);

}

#products td {
	border: none;
	width: 20%;
	font-size: 14px;
}

#products a {
	color: #339999;
	text-decoration: none;
}

#products span {
	font-style: italic;
}


/*------ Prod -----*/

#prod img {
	border: none;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}
#prod    .mid   {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#prod table {
	width: 80%;
}
#prod th {
	text-align: left;
	padding-left: 10px;
	width: 25%;
}

/*
#prod tr:hover {
	background-color: #CCFFFF;
}
*/

#prod .odd {
	background-image: url(glabkgnd_table.jpg);
}

