/*Iauaa*/
html {height: 100%;}
body {
	margin:0px;
	padding: 0px;
	background-color: #dadada;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #625646;
	font-size: 100%;
	height: 100%;
}

table, td, div {box-sizing: border-box; -moz-box-sizing: border-box;}

img {border: 0px;}

a {color: #BF6C37;}
a:hover {color: #da9264;}

table  {border-collapse:collapse;}
table td {margin: 0px;padding: 0px;}
/*Iauaa*/

table.box {
	height: 100%;
	width: 100%;
	background-image: url(img/splash.global.background.gif);
	background-position:top;
	background-repeat: repeat-x;
}
	table.box td.boxtd {
		vertical-align: top;
	}
		table.splashcontent {
			height: 604px;
			width: 100%;
		}
			td.menu {font-size: 0px; white-space: nowrap;}
			td.menu a{font-size: 18px; color:#625646; font-weight: bold; font-family:Arial,sans-serif; line-height:38px; padding-left:20px; }

			table.footer_blocks td {
				vertical-align: top;
			}
				td.footer_blocks_text_bik {
					height: 114px;
					background-color: #DFDFDF;
					font-size: 11px;
					text-align: left;
					padding-left: 15px;
					padding-top: 6px;
					line-height: 17px;
				}
				td.footer_blocks_text_vesna {
					height: 97px;
					background-color: #DFDFDF;
					font-size: 11px;
					text-align: left;
					padding-left: 15px;
					padding-top: 6px;
					line-height: 17px;
				}

			div.contact {
				margin-top: 10px;
				background-image: url(img/header.contact.background.gif);
				background-repeat: no-repeat;
				background-position: left top;
				width: 152px;
				height: 26px;
				font-size: 11px;
				font-weight: bold;
			}
				div.contact a {
					display: block;
					margin-left: 17px;
				}

			td.logosrepeat {
				background-image: url(img/splash.replogos.gif);
				background-repeat: repeat-x;
				background-position: top left;
			}
