@import "forms.css";
@import "tables.css";

html{
}
body{
	background:#fff url(../images/background1.jpg) no-repeat center 0px fixed;
	text-align:center;
}
.back0{
	background:#fff url(../images/background0.png) no-repeat center 0px fixed;
}
.back1{
	background:#fff url(../images/background1.jpg) no-repeat center 0px fixed;
}
.back2{
	background:#fff url(../images/background2.jpg) no-repeat center 0px fixed;
}
.back3{
	background:#fff url(../images/background3.jpg) no-repeat center 0px fixed;
}

html, body, div, span, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Arial;
	font-size:12px;
	color:#584940;
}
a img, :link img, :visited img {
	border: 0;
}
a{
	color:#0876c4;
}
a:hover{
	color:#c8051c;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#main{
	width:993px;
	margin:0 auto;
	text-align:left;
	background: url(../images/whitebackground.png) repeat-y;
	/*_height:1%;*/
	/*height:auto;*/
	/*overflow:auto;*/
}
.pageheader{
	background: url(../images/headerbg.png) top center no-repeat;
	height:103px;
	position:relative;
	z-index:99;
}

.pageheader_en{
	background: url(../images/headerbg_en.png) top center no-repeat;
	height:103px;
	position:relative;
	z-index:99;
}

.logo{
	width:293px;
	height:90px;
	float:left;	
	margin-left:30px;
}
.lang{
	width:30px;
	float:left;	
	padding-top:36px;
}
.lang a{
	display:block;
	font-size:10px;
	padding-top:2px;
	color:#c8051c;
}
.lang span{
	display:block;
	font-size:10px;
	padding-top:2px;
	color:#584940;
}
.topmenucontainer{
	margin-top:30px;
	float:right;
	padding-right:35px;
	z-index:99;
}
.pagefooter{
	padding:3px 15px 5px 15px;
	overflow:hidden;
	clear:both;
	height:auto;
}
.mainbanner{
	width:700px;
	height:300px;
	margin-bottom:10px;
}

.mainproducts{
	width:700px;
	height:300px;
	z-index:5;
}

.mainproducts .header{
	overflow:hidden;
	background: #c8051c;
	height:26px;
}

.mainproducts .title{
	background: #c8051c;
	font-weight:bold;
	color:#fff;
	height:21px;
	width:200px;
	padding:5px 0 0 10px;
	float:left;
}

.mainproducts .pages{
	font-weight:bold;
	color:#fff;
	height:21px;

	padding:3px 5px 0 10px;
	float:right;
	text-align:right;
}
.mainproducts .pages a{
	color:#fff;
	border:1px solid #ff97a6;
	background:#da142b;
	padding:1px 4px;
	text-decoration:none;
	margin-left:4px;
	height:15px;
	display:block;
	float:left;
}
.mainproducts .pages a:hover{
	color:#fff;
	border:1px solid #ff97a6;
	padding:1px 4px;
	text-decoration:none;
	margin-left:4px;
	background:#b80f27;
}
.mainproducts .pages a.activeSlide, .mainproducts .pages a.activeSlide:hover{
	color:#fff;
	border:1px solid #ff97a6;
	padding:1px 4px;
	text-decoration:none;
	margin-left:4px;
	background:#b80f27;
}

.pages a:focus { outline: none; }

.tovarbanner{
	padding-bottom:10px;
	z-index:5;
}

.leftnews{
	width:247px;
}

.leftnews .header{
	background: #c8051c;
	overflow: hidden;
	height:26px;
	width:247px;
	background: url(../images/bgnn.gif);
}

.leftnews .title{
	height:26px;
	width:112px;
	cursor: pointer;
	float:left;      
}

.leftnews .title span{
	font-weight:bold;
	color:#fff;
	cursor: pointer;
	padding:5px 0 0 30px;
	float:left;
}

.leftnews .title_r{
	height:26px;
	position:absolute;
	cursor: pointer;
	margin: 0 0 0 80px;
	float:left;

}

.leftnews .title_r span{
	font-weight:bold;
	color:#fff;
	cursor: pointer;
	padding:5px 30px 0;
	float:right;

}


.leftnews .archive{
	float:right;
	font-weight:bold;
	color:red;
	padding:5px 10px 0 10px;	
	height:21px;
	width:60px;
	text-align:right;
}

.leftnews .archive a{
	color:red;
}

.leftnews ul{
	margin:10px 0 10px 0;
	padding:0px;
	list-style: none;
}

.leftnews ul li{
	margin:10px 0 10px 0;
	height:100%;
	padding:0px;
	overflow:hidden;
	clear:left;
}

.leftnews ul li a{
	display:block;
	width:185px;
	float:right;
}

.leftnews em{
	display:block;
	font-size:10px;
	width:50px;
	font-style: normal;
	background:#ffb700;
	color:#fff;
	padding:1px;
	text-align:center;
	margin-bottom:5px;
	float:left;
	left:10px;
	margin-right:5px;
}

.pagefooter{
	margin-top:5px;
	clear:both;
}
.pagefooter .content {
		border-top:4px solid #c8051c;
		overflow:hidden;
		padding:20px 10px 5px 10px;
		clear:both;
}
.pagefooter form{
	padding:0;margin:0;
	vertical-align: middle;
	height:24px;
}
.pagefooter input.text {
	background: url(../images/inputbg.gif) no-repeat;
	border:none;
	width:167px;
	height:24px;
	margin:0;padding:0;
	float:left;
	margin-right:5px;
	padding:3px 5px 0 5px;
}
.pagefooter p{
	margin:0;
	padding:0 0 3px 0;
}
.pagefooter .column1 {

	float:left;
	width:260px;
	background: url(../images/footerdiv.gif) right center no-repeat;
	padding-right:0px;
	margin-right:15px;
	height:45px;
}
.pagefooter .column2 {
	float:left;
	width:220px;
	background: url(../images/footerdiv.gif) right center no-repeat;
	padding-right:10px;
	margin-right:15px;
	height:45px;
	line-height:18px;	
}
.pagefooter .column3 {
	float:left;
	width:170px;
	background: url(../images/footerdiv.gif) right center no-repeat;
	padding-right:10px;
	margin-right:10px;
	height:45px;
	line-height:18px;	
}
.pagefooter .column4 {
	float:left;
/*	width:170px;*/
/*	background: url(../images/webart.gif) left center no-repeat;*/
/*	background: url(../images/amdev.jpg) left center no-repeat;*/
/*	background: url(../images/icons/icon-youtube.jpg) left center no-repeat;*/
/*	padding-left:55px;*/
	height:45px;
	line-height:18px;	
}
.footer{
	width:993px;
	margin:0 auto;
	background: url(../images/bgfooter.png) bottom center no-repeat;
	height:18px;
}

.readtext .active{
	color:#e30133;
}
.readtext .disabled{
	color:#ccc;
}



.mainpage,.seconpage{
	overflow:hidden;
}
.rightcolumn{
	width:246px;
	float:right;
	margin:0 18px 0 0;
	overflow:hidden;
}
.maincolumn{
	width:700px;
	float:left;
	margin-left:17px;
	clear:left;
}
.rightbanner{
	margin-bottom:10px;
}

.readtext{
	font-size:14px;
	line-height: 18px;
	padding:0 10px 0 10px;
	overflow:hidden;
}
h1,h2,h3,h4,h5,h6{
	color:#e30133;
}
h1{
	font-size:18px;
	border-bottom:1px solid #DFDFDF;
	padding:0 0 10px 0;
	margin:0 0 20px 0 0;
}
.breadcrumbs{
	font-size:11px;
	color:#999;
	margin-bottom:30px;
}
.mainframe{
	overflow:hidden;
}
.pagetop{
	text-align:right;
	font-weight:normal;
	margin-bottom:10px;
	border-top:1px solid #DFDFDF;
	padding-top:10px;
	margin-top:10px;
	_height:1%;
	overflow:hidden;	
}
.pagetop .top{
	color:#e30133;
	float:right;
	width:250px;
}
.pagetop .add{
	float:left;
	width:250px;
	text-align:left;
}
blockquote{
	padding:20px 20px 20px 30px;
	font-size:12px;
	background:#FFF5D2;
	color:#cc0127;
}


#vote-container{
	background:#F2F2F2;
	margin-bottom:10px;
}
#vote-container .title{
	font-weight:bold;
	color:#fff;
	height:21px;
	padding:5px 0 0 10px;
	float:left;
}

#vote-container  h3{
	margin:10px 15px 15px 10px;
	font-size:14px;
}

#vote-container .header{
	background: #c8051c;
	height:26px;
	width:247px;
}

#vote-container ul{
	list-style: none;
	margin:0px 15px 0px 5px;
	padding:0px;
}
#vote-container ul li{
	list-style: none;
	margin:0px;
	padding:0px;
	margin-left:0px;
}

#vote-container .buttondiv{
	text-align:center;
	padding:10px;
	padding-bottom:0px;
}

input#vote-button{
	background: url(../images/btn_arch.gif) no-repeat;
	font-size:11px;
	border:none;
	width:69px;
	height:21px;
	margin:0px 0px 15px 0px;
	padding:0px;
	
}

ul.checkboxsetfield {
    list-style: none;
    padding-left: 0;
}


#vote-result ul{
	list-style: none;
	margin:0px 15px 0px 10px;
	padding:0px;
}
#vote-result ul li{
	list-style: none;
	margin:0px;
	padding-bottom:5px;
	margin-left:0px;
	_height:1%;
	overflow:hidden;
}
#vote-result ul li b{
	display:block;
	float:right;
}
#vote-result ul li em{
	display:block;
	float:left;
	width:150px;
	font-style: normal;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.readtext .left {
	text-align: left;
}
.readtext .center {
	text-align: center;
}
.readtext .right {
	text-align: right;
}
.readtext h1{
	font-size:16px;
}
.readtext h2{
	font-size:15px;
}
.readtext h3{
	font-size:14px;
}
.readtext h4{
	font-size:14px;
}
.readtext h5{
	font-size:14px;
}
.readtext h6{
	font-size:14px;
}

.readtext ul{
	font-size:14px;
	line-height:18px;
}

  /* IMAGES 
-------------------------------------------- */
.readtext img {
	border: none;
}
	.readtext div.image.right{
		float: right;
		margin-left: 10px;
		margin-bottom:10px;		
	}
	

	
	.readtext div.image.left{
		float: left;
		margin-right:10px;
		margin-bottom:10px;			
	}
	.readtext div.image.leftAlone{
		float: left;
		margin-right: 100%;
	}
	.readtext div.image.center{
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.readtext .LeftpageImage {
		margin-right:10px;
		margin-bottom:10px;
	}	
	.readtext .RightpageImage {
		margin-left:10px;
		margin-bottom:10px;
	}	
	
.readtext p.MsoNormal, .readtext p.MsoBodyText {
	margin: 0;
}

/* LINKS 
-------------------------------------------- */

.readtext a { 


}
	.readtext a:hover { 

	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.readtext a[href$=".pdf"],
	.readtext a[href$=".PDF"],
	.readtext a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.readtext a[href$=".doc"],
	.readtext a[href$=".DOC"],
	.readtext a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.readtext a[href$=".xls"],
	.readtext a[href$=".XLS"],
	.readtext a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.readtext a[href$=".gz"],
	.readtext a[href$=".GZ"],
	.readtext a[href$=".gzip"],
	.readtext a[href$=".GZIP"],
	.readtext a[href$=".zip"],
	.readtext a[href$=".ZIP"],
	.readtext a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.readtext a[href$=".exe"],
	.readtext a[href$=".EXE"],
	.readtext a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}