@charset "windows-1251";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	font: 76% Georgia, "Times New Roman", Times, serif;
	color: #333;
}
a {
	color: #448e43;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}



#framecontentTop, #framecontentBottom{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 910px;
	height: 100px; /*Height of top frame div*/
	overflow: hidden;
	color: #448e43;
	padding: 5px 15px;
	background: #fff url(media/head.gif) no-repeat;
	margin-left: -455px;
}
#framecontentTop img {
	float: left;
	border-style: none;
	margin-right: 15px;
}
#maincontent h1  {
	font-size: 140%;
}
#maincontent  h2 {
	font-size: 120%;
}




#framecontentBottom{
	top: auto;
	bottom: 0px;
	height: 90px;
	color: #333;
	background: #fff url(media/foot.gif) no-repeat;
	padding: 0px;
}
#adres {
	margin: 10px 50px 10px 10px;
	float: right;
	color: #000;
}


#maincontent{
	position: fixed;
	top: 100px; /*Set top value to HeightOfTopFrameDiv*/
	left: 50%;
	bottom: 90px; /*Set bottom value to HeightOfBottomFrameDiv*/
	overflow: auto;
	background: #fff;
	width: 900px;
	margin-left: -450px;
}
#leftcool {
	float: left;
	width: 140px;
	padding: 10px;
}
#leftcool ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftcool ul li {
	font-size: 14px;
}

#leftcool a {
	color: #448E43;
	text-decoration: none;
}
#leftcool a:hover {
	color: #FFCD36;
	text-decoration: none;
}


#innertube{
	margin: 0px 0px 0px 200px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	width: 650px;
	padding: 10px 10px 10px 20px;
	border-left: 1px solid #CCC;
}
#menu {
	height: 40px;
	width: 90%;
	margin: 0px;
	text-align: center;
}
#copy {
	text-align: center;
	width: 100%;
	padding: 5px;
}
#copy p {
	font-size: 80%;
	float: left;
	color: #CCC;
}
.slogan  {
	float: left;
	font-size: 140%;
	font-weight: normal;
	padding-top: 10px;
}
.img_left {
	padding: 5px;
	float: left;
}
.img_right {
	padding: 5px;
	float: right;
}
.textsmall {
	font-size: 90%;
}

.act2 {
	background-image: url(media/action_bg1.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 160px;
	color: #333;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
}
.act1 {
	background-image: url(media/action_bg1.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 160px;
	float: right;
	color: #333;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
}
.act3 {
	background-image: url(media/action_bg1.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 160px;
	float: left;
	color: #333;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
}

.action {
	padding: 5px;
	width: 154px;
	color: #000;
	background-image: url(media/action.gif);
	background-repeat: repeat-y;
}
.action_top {
	background-image: url(media/action_top.gif);
	background-repeat: no-repeat;
	width: 154px;
	height: 25px;
}
.action_bot {
	background-image: url(media/action_bot.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 154px;
}
.red {
	color: #C30;
}










* html body{ /*IE6 hack*/
	padding: 100px 0px 90px 0px;
}
* html #maincontent { /*IE6 hack*/
	height: 100%;
	position: absolute;
	padding-bottom: 200px;
}
