
body, div, span, p, h1, h2, h3, h4, h5, h6, 
ul, ol, li, a, table, th, tr, td, img {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	background: #EFEFEF;
	text-align: center;
}

#wrapper {
	width: 760px;
	text-align: left;
	margin: 10px auto 0px auto;
	border: 1px solid #DADADA;
	background: #FFFFFF;
}

#wrapper.earth {
	background: #FFFFFF url(/img/earth.gif) no-repeat;
	min-height: 375px;
}

#wrapper.products {
	background: #FFFFFF url(/img/first_page_products.png) no-repeat;
	min-height: 460px;
}

#wrapper:after { /* [1] */
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

p, h1, h2, h3 {
	margin-bottom: 10px;
}

p, th, td {
	font-size: 11px;
	line-height: 17px;
}

h1 {
	font-size: 19px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
	letter-spacing: 1px;
}

table, th, td {
	border: 1px solid #CACACA;
}

table {
	width: 100%;
	margin: 15px 0px;
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	padding: 2px;
}

th, td.matrix {
	text-align: center;
	vertical-align: middle;
}

a {
	color: #0C2576;
}

a:hover {
	color: #B70005;
}

#logo {
	float: left;
	display: inline; /* [2] */
	margin: 14px 10px 7px 20px;
}

#lang {
	float: right;
	display: inline; /* [2] */
	margin: 6px 12px;
	font-size: 10px;
	color: #686868;
}

#lang a {
	color: #686868;
	text-decoration: none;
	margin: 2px;
}

#lang a:hover {
	color: #C40000;
	text-decoration: underline;
}

#topnav {
	clear: both;
	width: 760px;
	height: 17px;
	background: #0C2576;
}

#topnav ul {
	margin-left: 280px
}

#topnav li {
	float: left;
	display: block;
	line-height: 13px;
}

#topnav a {
	display: block;
	width: 120px;
	padding: 2px 0px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px solid #FFFFFF;
	margin-right: -1px;
	background: #0C2576;
}

#topnav a:hover {
	background: #0D3692;
}

#topnav a:active, #topnav a.active {
	background: #B70005;
}

#subnav {
	float: left;
	display: inline; /* [2] */
	margin: 10px 0px 10px 6px;
	width: 238px;
	border-top: 1px dotted #CACACA;
	padding-top: 7px;
}

#subnav ul {
	list-style-type: none;
}

#subnav li {
	float: left;
	width: 100%;
	padding-bottom: 7px;
	border-bottom: 1px dotted #CACACA;
	margin-bottom: 7px;
}

#subnav ul ul li {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#subnav h4 {
	color: #292929;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 4px 6px;
}

#subnav a {
	display: block;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 2px 0px 2px 15px;
	border: 1px solid #FFFFFF;
	background: url(/img/subnav_off.gif) no-repeat;
	width: 220px;
}

#subnav a:hover {
	border: 1px solid #CACACA;
}

#subnav a.active {
	background: url(/img/subnav_on.gif) no-repeat;
}

#content {
	margin: 10px 10px 10px 256px;
}

#content ul {
	margin-bottom: 10px;
}

#content li {
	font-size: 11px;
	line-height: 17px;
	margin: 3px 0px 3px 13px;
}

#content ul.download {
	list-style-type: none;
}

#content ul.download li {
	margin: 3px 0px;
}

#content ul.download img {
	margin: 0px 1px -1px 0px;
}

#content img.preview {
	float: right;
	margin: 0px 0px 3px 9px;
}

#content div.separator {
	height: 0px;
	border-top: 1px solid #CACACA;
	margin: 15px 0px 12px 0px;
}

#footer {
	clear: both;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	color: #989898;
	margin: 5px;
}

#footer a {
	color: #989898;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.xhtml {
	float: right;
}

/* 

[1] http://www.positioniseverything.net/easyclearing.html
[2] http://www.positioniseverything.net/explorer/doubled-margin.html

*/