* {
	margin: 0;
	padding: 0;
}
a {
	color: #466
	;
}
a:hover {
	color: #466;
}
body {
	background: #0094D6 url(images/bg.gif) repeat-x;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode", sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode", sans-serif;
}
p, cite, code, ul {
	font-size: 12px;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode", serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode", serif;
	padding-left: 28px;
}
h1, h2, h3 {
	color: #06C;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}
/* structure */
.container {
	background: url(images/topleft.gif) no-repeat;
}
.header {
	height: 92px;
}
/* navigation */
.navigation {
	height: 92px;
	padding-left:300px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS", sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #466;
}
/* main */
.main {
	background: #FFF url(images/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}
/* main left */
.sidenav {
	float: left;
	width: 250px;
}
.sidenav a {
	text-decoration:none;
	color:#C60;
	line-height:180%;
}
.sidenav a:hover {
	text-decoration: underline;
	color:#C60;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url() no-repeat;
}
/* content */
.content {
	float: left;
	margin-right:20px;
	width: 700px;
}
.content p{
	line-height:180%;
}
.pp {
	float: left;
	margin:0 20px 20px 0;
}
.content div {
	float: left;
	margin:6px;
	text-align:center;
}
.content div img {
	padding:6px;
	border:1px solid #ccc;
}
.content div h2 {
	font-size:12px;
	font-weight:normal;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}
/* footer */
.footer {
	background: #0094D6 url(images/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	text-align: center;
	padding-top:20px;
}
.footer p {
	line-height:10px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
table {
	width:100%;
	border:none;
	margin:10px;
}
th {
	padding:5px 10px;
	text-transform:uppercase;
	text-align: right;
	font-weight:normal;
	background:#FBEAFA;
	width:20%;
}
td {
	padding:0 10px;
	background: #E4F3FA;
}
.Product {
	width:96%;
	border:none;
	margin:10px;
	border-collapse:collapse;
	float:left;
}
.Product caption {
	padding-bottom:1em;
}
.Product td, th {
	border:1px solid #ccc;
}
.Product th {
	padding:5px 10px;
	text-transform:uppercase;
	text-align: center;
	font-weight:normal;
	background:#FBEAFA;
	width:20%;
}
.Product td a {
	background:url(images/pdf.jpg) no-repeat;
	display:block;
	width:20px;
	height:20px;
	margin-left:80px;
	height:25px;
	line-height:25px;
}
table tr:hover {
	background:#fff;
}
