@import url('menu.css');
@import url('content.css');
@import url('../javascripts/highslide/highslide.css');

* {
	outline: none;
	margin:0;
	padding:0;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	overflow-y: scroll;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	height: 100%;
	padding: 0;
}

a {
	outline: none;
}

h1 {
	font-size: 16px;
	background: url('../images/h1.png') left center no-repeat;
	padding-left: 45px;
	line-height: 33px;
	margin-left: 10px;
	color: #68b92e;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 14px;
}

h3 {
	margin: 15px 0 0 0;
	font-size: 13px;
}

input[type=text],
input[type=password],
textarea {
	border: #ddd 1px solid;
	padding: 2px;
	width: 500px;
}

input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
	border-color: #aaa;
}

textarea {
	height: 200px;
}

img {
	border: none;
	display: block;
}

th {
	text-align: left;
}

li {
	margin-left: 2em;
}

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

.wrap {
	width: 1002px;
	min-height: 100%;
	margin: 0 auto;
}

.body {
	overflow: auto;
	padding-bottom: 65px;
}

.header {
	height: 240px;
	background: url('../images/background_body_top.png') left top no-repeat;
	margin-bottom: 10px;
}

.ekopolis_logo {
	display: block;
	position: relative;
	left: 775px;
	width: 202px;
	height: 119px;
	background: url('../images/ekopolis_logo.png') left top no-repeat;
}

.button_ads {
	display: block;
	position: relative;
	left: 336px;
	top: 36px;
	width: 135px;
	height: 72px;
	font-size: 11px;
	text-align: center;
	color: #555;
	text-decoration: none;
	padding-top: 8px;
	background: url('../images/button_ads.png') left top no-repeat;
}

.button {
	display: block;
	position: relative;
	top: 11px;
	left: 541px;
	float: left;
	width: 135px;
	height: 25px;
	margin-left: 10px;
	font-size: 10px;
	text-align: center;
	color: #68b92e;
	line-height: 25px;
	text-decoration: none;
	background: url('../images/button.png') left top no-repeat;
}

.button:hover {
	text-decoration: underline;
}

.footer {
	position: relative;
	margin-top: -219px;
	height: 219px;
	clear: both;
	background: url('../images/background_body_bottom.png') left top repeat-x;
	z-index: -1;
}

.bottom {
	height: 219px;
	width: 1002px;
	margin: 0 auto;
	background: url('../images/background_body_bottom_ekopolis.png') right top no-repeat;
}

.bottom a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

.bottom a:hover {
	text-decoration: underline;
}

.bottom .left {
	float: left;
	padding: 190px 0px 15px 15px;
}

.bottom .right {
	float: right;
	padding: 190px 15px 15px 0px;
}
