html {
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	min-width: 1000px;
	position: relative;
	font-family: Arial;
	font-size: 14px;
	color: #595858;
	background: url('page-top-repeat.gif') left top repeat-x;
	line-height: 1.4;
}
#pageBodyContainer {
	background: url('header-right.jpg') right top no-repeat;
	position: relative;
	width: 100%;
}
#pageBody {
	background: url('page-bottom-repeat.gif') left bottom repeat-x;
	position: relative;
	width: 100%;
}
#siteLanguage {
	position: absolute;
	left: 260px;
	top: 5px;
	z-index: 100;
}
.language {
	margin: 0 10px 0 0;
	color: #fff;
}
#languageActive {
	text-decoration: none;
}
A {
	color: #007BA1;
}
a:hover {
	color: #FD3901;
}
a img {
	border: none;
}
.button {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	color: #555;
}
#menuHome {
	display: none;
}
#menuTop {
	display: none;
}
#adSite {
	position: absolute;
	right: 300px;
	top: 5px;
	z-index: 105;
}
#adSite a {
	color: #fff;
}
#adSite a:hover {
	color: #FD3901;
}
#adHeader {
	position: absolute;
	right: 10px;
	top: 160px;
}
#adMenu {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
}
#adPageTop {
	margin: 5px;
	text-align: center;
	clear: left;
}
#adPageBottom {
	margin: 5px;
	text-align: center;
	clear: left;
}
#adFooter {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
/* ********************************************** HEADER ************************ */
#pageHeader {
	height: 223px;
	background: url('header-left.jpg') left top no-repeat;
	position: relative;
	z-index: 99;
}
#siteTitle {
	padding: 0;
	margin: 0;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 33px;
	color: #fff;
	position: absolute;
	top: 60px;
	left: 320px;
}
#siteSubtitle {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #FFEFA9;
	position: absolute;
	top: 105px;
	left: 430px;
}
#siteLogotype {
	position: absolute;
	left: 10px;
	top: 10px;
}
/* ********************************************** SERVICE MENU ************************ */
#pageServiceMenu {
	padding: 0 0 0 260px;
	margin: -14px 0 0 0;
	z-index: 100;
	height: 26px;
	font-size: 17px;
	overflow: hidden;
	position: relative;
}
#pageServiceMenu .menu {
	color: #0276A2;
	font-family: Arial;
	font-size: 13px;
	padding: 0 25px 0 0;
	text-decoration: none;
}
#pageServiceMenu .menuActive {
	font-weight: bold;
}
#pageServiceMenu .menu:hover {
	text-decoration: underline;
}
/* ********************************************** MAIN MENU ************************ */
#pageMenu {
	float: left;
	width: 250px;
	position: relative;
	padding: 25px 0 25px 0;
	margin: 0 0 0 0;
}
#pageMenu .menu {
	font-family: Arial;
	font-size: 13px;
	color: #FD3901;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 12px;
	margin: 0 0 0 20px;
	position: relative;
	background: url('menu-pointer.gif') left 10px no-repeat;
}
#pageMenu .menu:hover {
	color: #8CC42F;
}
#pageMenu .menuActive {
	color: #8CC42F;
}
#pageMenu .submenu {
	margin: 0 0 0 20px;
}
#pageMenu .submenu .menu {
	font-family: Arial;
	font-size: 11px;
	color: #0695D8;
	font-weight: normal;
	padding: 3px 0 3px 0;
	background: none;
}
#pageMenu .submenu .menu:hover {
	text-decoration: underline;
	color: #0695D8;
}
/* ********************************************** PAGE SEARCH ************************ */
#pageSearch  form {
	position: absolute;
	right: 263px;
	top: 160px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#pageSearch .userinput {
	width: 154px;
	height: 17px;
	padding: 2px;
	border: 1px solid #999;
}
#pageSearch .button {
	margin-top: 8px;
}
/* ********************************************** PAGE ************************ */
#pageContent {
	min-height: 450px;
	padding: 5px 25px 25px 0;
	overflow: hidden;
	zoom: 1;
}
#pageTitle {
	font-family: Tahoma;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	margin: 30px 0 20px 0;
	padding: 2px 10px 3px 10px;
	z-index: 100;
	float: left;
	background: #FA6B42;
}
#pageEnteringText {
	margin: 0 0 10px 0;
	clear: left;
}
#pageClosingText {
	margin: 10px 0;
	text-align: center;
	clear: left;
}
.date {
	font-size: 12px;
	color: #8F8F8F;
}
.tableTable {
	border-collapse: collapse;
	empty-cells: show;
	margin-left: 1px;
}
.tableTable TD {
	padding: 5px 13px;
	border: 1px solid #77D1F3;
}
.tableHeader {
	background: #77D1F3;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
}
.content {
	overflow: hidden;
	zoom: 1;
	clear: left;
}
H3.title, H3.contentTitle {
	font-family: Tahoma;
	font-size: 20px;
	color: #00A8E9;
	font-weight: normal;
	margin: 5px 0 2px 0;
	padding: 15px 0 2px 0;
}
.content .image {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.content .text {
	margin: 3px 0;
	padding: 3px 0;
}
.object {
	overflow: hidden;
	zoom: 1;
}
H4.title {
	font-family: Tahoma;
	font-size: 14px;
	color: #71BEE2;
	font-weight: bold;
	margin: 3px 0 1px 0;
	padding: 8px 0 3px 0;
}
.object .note {
	margin: 3px 0;
	padding: 3px 0;
}
.preview {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
/* -------------------------------------------- SEARCHRESULTS --------------- */
.contentSearchResults p.note {
	padding: 0;
	margin: 0 0 0 0;
}
.contentSearchResults span.match {
	font-weight: bold;
}
.contentSearchResults ol {
	margin: 10px 0;
	padding: 0;
}
.contentSearchResults ol li {
	overflow: visible;
	list-style-type: none;
	background: url('search-list-item.gif') left 16px no-repeat;
	margin: 0;
	padding: 10px 0 10px 20px;
}
.contentSearchResults ol li p {
	padding: 0;
	margin: 0 0 0 0;
}
.contentSearchResults ol li h4.title {
	padding: 0;
	margin: 0 0 0 0;
	display: inline;
}
.contentSearchResults span.link {
	padding: 0;
	margin: 0 0 0 0;
}
.contentSearchResults a.link {
	padding: 0;
	margin: 0 0 0 0;
}
/* -------------------------------------------- NEWS --------------- */
.objectNews .title {
	font-size: 14px;
	font-weight: normal;
}
.objectNews .preview {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
/* -------------------------------------------- POLL --------------- */
.contentPoll .button {
	margin-top: 13px;
}
/* -------------------------------------------- GUESTBOOK --------------- */
.contentGuestbook form table {
	margin: 2px 0 7px 1px;
}
.objectMessage .title {
	display: block;
	margin: 10px 0 0 0;
	color: #8D8D8D;
}
.objectMessage .note {
	padding: 0;
	margin: 0 0 0 0;
}
.contentGuestbook .button {
	margin-top: 8px;
}
/* -------------------------------------------- FORUM --------------- */
.contentForum ul.subforum {
	margin: 10px 0 10px 40px;
	padding: 0;
	list-style: none;
}
.contentForum ul.subforum .objectForum li.title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.contentForum form table {
	margin: 7px 0 7px 1px;
}
.contentForum form input.button {
	margin-top: 8px;
}
/* -------------------------------------------- PHOTOALBUM --------------- */
.objectPhotoPreview {
	float: left;
	margin: 10px;
	width: 150px;
}
.objectPhotoPreview .note {
	margin: 0;
	padding: 0;
}
.objectPhotoPreview .preview {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
/* -------------------------------------------- FAQ ------------------ */
.contentFaq .list {
	margin: 7px 0 7px 40px;
	padding: 0;
	list-style: none;
}
.contentFaq .list li {
	margin: 4px 0 4px 0;
	padding: 0 0 0 0;
}
.objectFaq {
	margin: 5px 0 10px 0;
}
.objectFaq .title {
	line-height: 1;
}
/* -------------------------------------------- LINKS --------------- */
.contentLinks .objectLink h4.title {
	font-weight: normal;
	padding: 0;
	margin: 10px 0 2px 0;
}
/* -------------------------------------------- ADVERTIZING --------------- */
.contentAdvertizing {
	margin: 10px 0;
}
/* -------------------------------------------- SUBSCRIBE ---------------- */
.contentSubscribe form table.tableTable {
	margin: 7px 0 7px 1px;
}
/* -------------------------------------------- LOGIN ---------------- */
.contentLogin form table {
	margin: 7px 0 7px 1px;
}
/* -------------------------------------------- SITE REGISTRATION ---------------- */
.contentSitereg form table.tableTable {
	margin: 7px 0 7px 1px;
}
/* -------------------------------------------- PRODUCT LIST --------------- */
.contentProductList p#small {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.contentProductList img.pic {
	border: 1px solid #ccc;
}
.contentProductList ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
.contentProductList ul li {
	margin: 0;
	padding: 0;
}
.contentProductList .blockRight table td{
	border: none;
}
.contentProductList input.button {
	margin-top: 10px;
}
/* -------------------------------------------- PRODUCT ORDER AND REGISTRATION NEW CLIENT----------------- */
.contentOrder form .tableTable {
	margin: 7px 0 7px 1px;
}
.content .contentForm {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 2px 4px;
	margin-top: 8px;
}
/* -------------------------------------------- PRODUCT BASKET ---------------- */
.contentCart .tableTable {
	margin: 7px 0 7px 1px;
}
.contentCart .button {
	margin-top: 6px;
}
/* -------------------------------------------- FEEDBACK --------------- */
.contentFeedback .tableTable {
	margin: 7px 0 7px 1px;
}
.contentFeedback .button {
	margin-top: 4px;
}
/* -------------------------------------------- CONTACTS BRIEF --------------- */
#pageContactsBrief {
	margin: 5px 40px 5px 5px;
	text-align: center;
}
/* ********************************************** PAGE FOOTER ************************ */
#pageFooter {
	clear: both;
	position: relative;
	color: #ffffff;
	background: url('footer-right.jpg') right bottom no-repeat;
	height: 97px;
	font-family: Arial;
	font-size: 11px;
}
#pageFooter a {
	color: #ffffff;
}
#pageFooter a:hover {
	text-decoration: none;
}
#pageCopyrights {
	left: 250px;
	bottom: 29px;
	position: absolute;
	margin: 0;
	padding: 1px 0 1px 0;
}
#pageTechnology {
	left: 250px;
	bottom: 14px;
	position: absolute;
	margin: 0;
	padding: 1px 0 1px 0;
}
#pageCounter {
	position: absolute;
	left: 15px;
	bottom: 12px;
}
#siteLinks {
	display: none;
}
#siteTechnologyLogo {
	display: none;
}
#siteProviderLogo {
	display: none;
}
