﻿	
	/* Page */

body
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Sans-Serif, Verdana;
	cursor: default;
	background-color: #ddd9c3;
}

#wraper
{
}

table
{
	width: 100%;
	font-size: 10pt;
}

#layout
{
	width: 25cm;
}

td
{
	text-align: left;
	vertical-align: top;
}

img
{
	border: 0px;
}

a:link,
a:visited
{
	color: #548dd4;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #e36c0a;
}

	/* Header */

#logo
{
	text-align: center;
	vertical-align: middle;
}

	/* Menu */

#nav
{
	vertical-align: bottom;
	padding: 0px 20px 0px 20px;
	width: 100%;
	height: 50px;
	background: #7b7f82 url("nav-bg.gif") repeat-x center bottom;
}

#nav ul,
#nav li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	font-family: Verdana;
	color: white;
}

#nav li a
{
	display: block;
	padding: 5px 20px;
	color: #9cc1da;
	text-decoration: none;
}

#nav li.active
{
	background: white url("nav-left.gif") no-repeat top left;
}

#nav li.active a
{
	color: #6c6881;
	font-weight: bold;
	background: transparent url("nav-right.gif") no-repeat top right;
}

#nav li a:hover
{
	text-decoration: underline;
}

	/* Panels */

#leftpanel
{
	background: #ddd9c3 url("../css/3tubes.gif") repeat-y center top;
	padding-top: 45px;
	width: 1%;
}

#leftpanel #tips div
{
	margin: 10px;
	padding: 4px;
	border: dashed 1px #b48467;
	text-align: center;
	font-family: "Comic Sans MS", Sans-Serif;
	font-size: 10pt;
}

#rightpanel
{
	padding: 20px;
	width: 1%;
	color: #474749;
}

#rightpanel fieldset
{
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #95a0d0;
	font-size: 10pt;
	cursor: default;
}

#rightpanel legend,
#rightpanel legend a
{
	color: #5f6486;
	background-color: white;
	font-size: 11pt;
}

#rightpanel dl
{
	margin: 0px;
	padding: 0px;
}

#rightpanel dt
{
	margin-top: 4px;
	font-weight: bold;
	text-decoration: none;
}

#rightpanel dd
{
	margin-left: 8px;
}

	/* Content */
	
#body
{
	border-left: solid 1px #b48467;
	border-right: solid 1px #b48467;
	background-color: white;
}

#content
{
	height: 400px;
	padding: 10px;
	width: 100%;
	cursor: auto;
}

#content p,
#content div
{
	text-align: justify;
	font-size: 10pt;
}

#content .title
{
	font-size: 14pt;
	border-bottom: solid 1px silver;
}

#content fieldset
{
	vertical-align: baseline;
	margin-bottom: 40px;
	padding: 10px;
	border: dashed 1px #b48467;
}

#content fieldset legend
{
	padding: 8px;
	border: dashed 1px #b48467;
}

#content fieldset:hover,
#content fieldset:hover legend,
#content fieldset:hover legend a
{
	background-color: #eff7dd;
}

#content .gotop
{
	text-align: right;
}

#content legend,
#content legend a,
#content legend a:hover,
#content legend a:active
{
	color: black;
	background-color: white;
	text-decoration: none;
	font-weight: bold;
}

#content img
{
	margin: 6px;
}

#content img.imgL
{
	float: left;
	vertical-align: text-top;
	margin-right: 6px;
}

#content img.imgR
{
	float: right;
	vertical-align: text-top;
	margin-left: 9px;
}

#products-extra
{
	text-align: center;
	margin-top: 150px;
}

#products-extra p
{
	margin-bottom: 50px;
}

	/* Footer */

#footer
{
	padding: 5px;
	color: #5e5254;
	background-color: #a9a08f;
	border: solid 1px #b48467;
}


#footer p
{
	text-align: center;
}

#footer a
{
	color: #5e5254;
	text-decoration: underline;
}

	/* Misc */

ul li,
ol li
{
	margin: 5px;
}
