@charset "utf-8";

/*
*	DOCUMENT
*/

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

html {
	/*overflow: auto;*/
	overflow: scroll;
	overflow-x: auto;
	
}
html, body {
	height: 100%;
}
html {
	font-size: 100,1%;
}
body {
	font-family: Arial, Verdana, Sans-serif;

	font-size: 12px;
	/*color: #5c382e;*/
	color: #000;
	background-color: #522f29;
	min-width: 900px;
	
	
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

/*
*	FOOTER ON BOTTOM
*/


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -98px; 
	/*background-image: url('/gif/zaparketom/top_shadow.gif');
	background-repeat: repeat-x;
	background-position: 0px 24px;*/
}

.footer {
	clear: both;
	height: 98px;
	background-image: url('/gif/zaparketom/footer_bg.jpg');
	background-position:center center;
	color: #e5d9c8;
	background-color: #d2c2b2;
}
.push {
	height: 98px;
	clear: both;
}

.header {
	height: 24px;
	background-image: url('/gif/zaparketom/top_rect_bg.gif');
	color: #e5d9c8;
	overflow: hidden;
}


.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}

/*
*	COMMON STYLES
*/
table { border-collapse: collapse; border-spacing: 0; }
p, a {
	
	/*color: #5c382e;*/
	color: #000;
}
p {
	margin-bottom: 0.4em;
}

a img {
	border: none;
}

ul li {
	list-style-type: none;
}
ol li {
	margin-left: 20px;
}


.left {
	float: left;
}
.right {
	float: right;
}

h1, h2, h3 {
	color: #8F6134;
	color: #58332A;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 1.0em;
}

h1 a, h2 a, h3 a {color: #8F6134; }
.textarea h1 {
	margin-bottom: 0.6em;
	font-weight: normal;
}
