* {
	font-family: verdana, tahoma, sans-terif;
	font-size: 11px;
}

body {
	text-align: center;
	background: #f4f4f4;
	margin: 10px;
}

table.page {
	width: 948px;
	border-collapse: collapse;
	margin: auto;
	border: 1px solid #000000;
}

table.page td {
	padding: 0;
	vertical-align: top;
}

table.page td.main {
	width: 760px;
	background: #FFFFFF;
}

table.page td.header {
	height: 128px;
	background: url('../gfx/header.jpg');
}

table.page td.header img {
	behavior: url('pngbehavior.htc');
}

table.page td.menu {
	background: url('../gfx/menu.gif');
	height: 22px;
	padding-left: 191px;
}

table.page td.content {
	height: 500px;
}

table.form {
	border-collapse: collapse;
	width: 100%;
}

table.form td {
	padding: 5px 0 5px 0;
}

table.form td.label {
	width: 150px;
}

table.form input {
	width: 300px;
}

table.form textarea {
	width: 300px;
	height: 100px;
}

table.form td.button input {
	width: 120px;
}

table.list {
	border-collapse: collapse;
	color: #FFF;
}

table.list td {
	padding: 0;
}

div.menu {
	height: 23px;
	padding-right: 47px;
	text-align: right;
	font-size: 1px;
}

div.menu img {
	margin-left: 2px;
}

div.search {
	height: 40px;
	text-align: right;
	padding-right: 48px;
}

div.search input {
	border: 1px solid #c5c6c8;
	margin-top: 11px;
}

div.header {
	height: 75px;
}

div.content {
	padding: 30px 48px 20px 48px;
}

div.logo {
	height: 54px;
	background: url('gfx/logo.jpg') no-repeat;
}

div.contact {
	height: 22px;
	color: #b5b6b7;
	padding-right: 47px;
	text-align: right;
}

div.contact img {
	margin-top: 7px;
}

div.contact span {
	padding-right: 6px;
	font-size: 10px;
}

div.error {
	color: firebrick;
	margin-bottom: 1em;
	font-weight: bold;
}

div.message {
	color: green;
	margin-bottom: 1em;
	font-weight: bold;
}

div.button {
	margin-top: 1em;
	text-align: right;
}

h1 {
	text-transform: uppercase;
	margin-bottom: 1em;
	margin-top: 0.6em;
}

h2 {
	margin-bottom: 1em;
	margin-top: 0.6em;
}

img {
	border: 0;
}

a {
	color: #FFF;
}

a.black {
	color: #000;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

form {
	margin: 0;
	padding: 0;
}

div.newprodheader {
	font-size: 12px;
	font-weight: bold;
}

li.first
{
	list-style-type: square;
	text-indent: 13px;
	font-size: 11px;
	font-weight: normal;
}

li.second
{
	text-indent: 26px;
	list-style-type: square;
	font-size: 11px;
	font-weight: normal;
}

.rootmenu
{
	list-style-type: none;
	font-size: 13px;
	font-weight: 600;
}

a.menu
{
	text-decoration: none;
}