@charset "utf-8";
 body {
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #434343 url(../img/bg-body.jpg) repeat-x;
	font: 11px Verdana, Geneva, sans-serif;
}
 form {
	margin: 0px;
}
 p {
	margin-top: 0px;
}
.reset {
	clear: both;
	overflow: hidden;
	height: 1px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hand {
	cursor: pointer;
}
img {
	border-style: none;
}
#page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
}
#top {
	background: url(../img/bg-top.gif);
	height: 16px;
}

#header {
	height: 82px;
	background: #FFF url(../img/bg-header.png) repeat-x 0px bottom;
}
#header #logo {
	top: 0px;
	padding-left: 15px;
	padding-top: 10px;
	position: absolute;
}
#header #menuautomelec {
	float: right;
	padding-right: 20px;
}
#header #menuautomelec #language {
	text-align: right;
	margin-bottom: 15px;
}


#banner {
	height: 221px;
	background: url(../img/bg-banner.jpg) no-repeat;
}
#menu{
	height: 29px;
	border-bottom: 1px solid #525252;
	background: url(../img/bg-menu.png) repeat;
	padding-top: 9px;
	padding-left: 4px;
}
#content {
	background: #f2f2f4 url(../img/bg-main.png) repeat-x;
}

#content #mainfull{
	padding: 14px;
}
#content #right-side{
	float: right;
	width: 264px;
	background: #f1f1f3;
	padding: 14px;
}
#content #left-side{
	float: left;
	width: 264px;
	background: #f1f1f3;
	padding: 14px;
}
#content #main {
	float: left;
	padding: 0px;
	width: 637px;
	margin: 14px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	background: #f8f8f9;
	padding: 30px 20px;
}
#footer #menuinfo {
	text-align: right;
	float: right;
}
#footer #note {
	float: left;
}
