/* CSS Document */
body {
	font-family:Arial;
	font-size:11px;
	margin:0px auto;
	padding:0px;
	background:url(head_repeater.jpg) repeat-x #eaf2f5;	
}
#head {
	background:url(up_repeat.jpg) center top repeat-x; 
	height:205px;
	width:800px;
	margin:0 auto;	
	
}
#logo img{
	cursor:pointer;
	margin:0 0 0px 3px;	
}
#menu {
	margin:0px 45px 0 0;
}
#menu ul{	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	display:inline;	
}
#menu li{
	display:inline;	
	float:right;
	margin:88px 3px 0px 0;
}
#menu a.za_nas {
	border:none;
	margin:0 0 0 0px;
	/*background:url(about_us.jpg) no-repeat;*./
	display:block;
	width:108px;
	height:108px; 
}
#menu a:hover.za_nas {
	border:none;
	margin:0 0 0 0px;
	/*background:url(about_us_over.jpg) no-repeat;*/
	display:block;
	width:108px;
	height:108px;
}
#menu a.products {
	border:none;
	margin:0 0 0 0px;
	/*background:url(products.jpg) no-repeat;*/
	display:block;
	width:130px;
	height:108px;
}

#menu a:hover.products {
	border:none;
	margin:0 0 0 0px;
	/*background:url(products_over.jpg) no-repeat;*/
	display:block;
	width:130px;
	height:108px;
}

#menu a.contacts {
	border:none;
	margin:0 0 0 0px;
	/*background:url(contacts.jpg) no-repeat;*/
	display:block;
	width:130px;
	height:108px;

}
#menu a:hover.contacts {
	border:none;
	margin:0 0 0 0px;
	/*background:url(contacts_over.jpg) no-repeat;*/
	display:block;
	width:130px;
	height:108px;
}

#menu a.about_us {
	border:none;
	margin:0 0 0 0px;
	background:url(about_us_engl.jpg) no-repeat;
	display:block;
	width:108px;
	height:108px; 
}
#menu a:hover.about_us {
	border:none;
	margin:0 0 0 0px;
	background:url(about_us_over_engl.jpg) no-repeat;
	display:block;
	width:108px;
	height:108px;
}
#menu a.products_engl {
	border:none;
	margin:0 0 0 0px;
	background:url(products_engl.jpg) no-repeat;
	display:block;
	width:130px;
	height:108px;
}

#menu a:hover.products_engl {
	border:none;
	margin:0 0 0 0px;
	background:url(products_over_engl.jpg) no-repeat;
	display:block;
	width:130px;
	height:108px;
}

#menu a.contacts_engl {
	border:none;
	margin:0 0 0 0px;
	background:url(contacts_engl.jpg) no-repeat;
	display:block;
	width:130px;
	height:108px;

}
#menu a:hover.contacts_engl {
	border:none;
	margin:0 0 0 0px;
	background:url(contacts_over_engl.jpg) no-repeat;
	display:block;
	width:130px;
	height:108px;
}
#content {
	background:url(content_repeater.jpg) repeat-y;	
	margin:0 auto;
	width:846px;
	min-height:805px;
}
/**html #content {
	height:455px;
}*/

/*#content p{
	text-indent:20px;
}*/
#title {
	background:url(title.jpg) center top no-repeat;
	height:38px;
	margin:0 auto;
	color:#3dacd2;
	font-size:19px;
	font-weight:bold;
	text-indent:67px;
	
}
#title table{
	text-indent:60px;
	margin:10px 0 0 0;
}
#title a {
	text-decoration:none;
	color:#3dacd2;
	font-size:12px;
	font-weight:bold;
	display:inline;
}
#title a:hover {
	color:#778088;
}

#leftside_content{
	width:611px;
	float:left;
	color:#5e6670;
}
#leftside_content h2{
	color:#373f47;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	text-indent:70px;
	padding:10px 0 0 0;
}
#text_img {
	margin: 0 57px 0px 65px;
}
#leftside_content img {
	float:left;
	margin:0 8px 8px 0;
}
#leftside_content p{
	color:#5e6670;
	font-size:12px;
	padding:0 10px 0 0;
}
#rightside_content {
	width:235px;
	float:right;	
}
#rightside_content img {
	padding:0 0 7px 0;
}
#footer {
	color:#42a2c2;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	text-indent:40px;
	background:url(footer.jpg) 0px top no-repeat;
	width:846px;
	height:40px;
	margin:auto;
	position:relative;
	padding:10px 0;
}
#footer img {
	border:none;
}
#createdby{
	position:absolute;
	right:35px;
	top:7px;
}