
/* ******************************************************************** */
/* ************************** LAYOUT GENERAL ************************** */
/* ******************************************************************** */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #b7b199;
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	}

table, td, p {
	font-family: tahoma;
	color: #333333;
	font-size: 11px;
	text-align: left;
	}

form {
	display: inline;
	margin: 0;
	padding: 0;
	}
		
input, select, textarea {
	color: #333333;
	font-size: 11px;
	font-family: tahoma, verdana, helvetica;
	}

a:link, a:visited {
	text-decoration: none;
	color: #ae4200;
	}	
a:hover, a:active {
	text-decoration: underline;
	color: #ae4200;
	}	
		


	
/* HEADER */

	
.header_site_container {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 950px;
	height: 115px;
	background: #ffffff url(../img/logo.gif) top left no-repeat;
	margin-bottom: 3px;
	}
	
	a.logo:link, a.logo:visited {
		position: absolute;			
		left: 0;
		top: 0;
		width: 394px;
		height: 113px;
		font-weight: bold;
		background: transparent;
		text-indent: 400px;
		white-space: nowrap;
		overflow: hidden;
		}
		
		a.logo:hover b, a.logo:active b, a.logo:hover, a.logo:active {
			text-decoration: none;
			color: #cccccc;
			}
			
	.header_menu {
		position: absolute;
		top: 55px;
		left: 473px;
		font-size: 11px;
		}
		
	.top_adresa {
		position: absolute;
		top: 22px;
		right: 22px;	
		font-size: 11px;
		line-height: 16px;
		color: #999999;
		text-align: right;
		}
		

					
/* CONTAINER */

	
.body_site_container {
	position: relative;
	margin: 0 auto;
	width: 920px;
	padding: 15px;
	min-height: 420px;
	_height: 420px;	
	background: #ffffff;
	margin-bottom: 3px;
	text-align: left;
	}

	
/* FOOTER */
	
	.footer {
		position: relative;
		margin: 0 auto;
		width: 900px;
		height: 50px;
		text-align: left;
		font-size: 11px;
		color: #929292;
		padding: 25px;
		background: #ffffff;
		}
		
	.footer_menu {
		position: absolute;
		top: 25px;
		right: 25px;
		font-size: 11px;
		}
			
		
	.entire {
		position: absolute;
		top: 45px;
		left: 25px;
		width: 117px;
		overflow: hidden;
		white-space: nowrap;
		}
		
		.entire a:link, .entire a:visited {
			color: #929292;
			text-decoration: none;
			}
		.entire a:hover, .entire a:active {
			color: #ae4200;
			text-decoration: underline;
			}

	

	#toTop { width:100px;background:#625c46;text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#f1f1f1;text-decoration:none; }
	#toTop:hover {background:#ae4200;color: #f1f1f1;}
	
	
	.clear {clear: both;}	


		



