HTML, BODY {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
}

H1 {
	font-size: 16px;
	/*color: #3B5576;*/
	color: #4e6791;
	margin: 0px 0px 8px 0px;
}

H2 {
	font-size: 16px;
	color: #666666;
	margin: 0px 0px 5px 0px;
}

H3 {
	font-size: 14px;
	color: #3B5576;
	margin: 0px 0px 5px 0px;
}

HR {
	border: none;
	background-color: #a0a0a0;
	height: 1px;
	text-align: center;
}

IMG {
	border: none;
}

STRONG {
	font-weight: normal;
}

TH {
	text-align: center;
	background-color: #CCCCCC;
}

TD {
	vertical-align: top;
}

FORM {
	margin: 0px;
	padding: 0px;
}

A {
	color: #4B6B94;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.top {
	height: 128px;
	overflow: hidden;
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: -129px;
	position: relative;
	z-index: 10;
}

.contenttable {
	width: 100%;
	height: 100%;
	padding: 129px 0px 80px 0px;
}

.contentzone {
	width: 100%;
	padding: 10px 15px;
	text-align: justify;
}

.contentzone IMG{
	border: 2px solid #4e6791;
}

.contentzone UL LI {
	margin: 4px 0px;
}

.center {
	text-align: center;
}

.bottom_tb {
	width: 100%;
	border-top: 1px solid #C0C0C0;
	margin-top: -80px;
	padding: 5px 2px 0px 2px;
	height: 80px;
	position: relative;
	z-index: 10;
	background-color: #FFFFFF;
}

.left {
	vertical-align: top;
	border-right: 1px solid #C0C0C0;
	width: 200px;
}

.menu {
	font-size: 12px;
	text-align: left;
	padding: 10px 10px 10px 0px;
	width: 200px;
}

.menu DIV {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 1px 0px;
	width: 190px;
}

.menu DIV A, .menu DIV A:link, .menu DIV A:visited {
	display: block;
	border: 1px solid #B4C1D1;
	padding: 2px 3px 3px 10px;
	font-weight: bold;
	background-color: #ECF0F3;
	color: #666666;
}

.menu DIV A:hover {
	color: #538aeb;
}

.mselected, DIV.mselected A, DIV.mselected A:link, DIV.mselected A:visited {
	font-weight: bold;
	background-color: #e3e5ea;
}

.menu_header DIV {
	color: white;
	background: url("/img/menu_header.png") repeat-x top left;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
	width: 180px;
}

A.order {
	font-size: 16px;
	color: red;
}

A:hover.order {
	color: black;
}

.mainmenu {
	width: 606px;
	margin: auto;
}

.mainmenu TD {
	padding: 7px 7px 10px 7px;
}

.button, .button_sel {
	width: 188px;
	height: 94px;
	font-size: 10px;
	cursor: pointer;
}

.button {
	color: gray;
}

.button_sel {
	color: black;
}

.mainmenu H3 {
	padding: 8px 0px 8px 0px;
	font-size: 12px;
	color: black;
	text-align: center;
}

.button_text {
	margin: 7px 0px 7px 7px;
	width: 115px;
	float: left;
}

.price, .price_sel {
	width: 53px;
	height: 52px;
	cursor: pointer;
	float: right;
	position: relative;
	z-index: 5;
	margin: -37px 12px 0px 0px;
}

.price {
	background: url('/img/buttons/price.png');
}

.price_sel {
	background: url('/img/buttons/price_sel.png');
}

.feedback_form {
	width: 100%;
	table-layout: fixed;
}

.feedback_form TD {
	padding: 2px 2px 2px 0px;
}

.errors {
	display: none;
	color: red;
	margin-bottom: 10px;
}

.navigator {
	font-size: 11px;
	color: #4B6B94;
	margin: 5px 0px 10px 0px;
}

.navigator A{
	font-size: 11px;
	text-decoration: underline;
}

.left_info {
	font-size: 11px;
	text-align: justify;
}

.left_info SPAN{
	font-size: 12px;
	color: #4B6B94;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.hrline {
	width: 430px;
	height: 1px;
	background-color: #4B6B94;
	margin: 15px 0px;
}

.contact {
	height: 140px;
}

.contact B {
	font-weight: bold;
	color: #4B6B94;
}
.contact SPAN {
	color: #4B6B94;
}

.foto_contact {
	width: 120px;
	height: 140px;
	background-color: gray;
	border: 1px solid  #4B6B94;
	margin-right: 16px;
	float: left;
}