
/* Elman Abiyev, E-mail: elman@abiyev.com */

* {
    margin: 0;
    padding: 0;
}
body {
	background-color: #000;
	font-family: Tahoma;
	font-size: 12px;
	color: #fff;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a, a:hover {
	color: #fff;
}
ul {
	padding: 10px 5px 20px 40px;
}
#all {
    width: 100%;
	height: 800px;
}
.langs, .container, .copyrights {
	position: relative;
	width: 875px;
	margin: 0 auto;
}
.langs {
	height: 24px;
	text-align: right;
	padding: 5px 30px 0 0;
}
.langs, .langs a {
	color: #7a7f83;
}
.container {
	border: 1px solid #666;
}
.top {
	width: 100%;
	height: 129px;
	border-bottom: 1px solid #2e3031;
}
.menu_block {
	width: 100%;
	height: 60px;
}

.tbl_001 {
	background-color: #000;
	border-collapse: collapse;
	border: 1px solid #1e2124;
	margin: 0 auto;
}
.tbl_001 th, .tbl_001 td {
	border-bottom: 1px solid #1e2124;
	border-right: 1px solid #1e2124;
	padding-left: 10px;
}
.gallery img {
	border: 1px solid #3e4345;
}
.frm_01 {
	border: 1px solid #fff;
	width: 200px;
	padding-left: 3px;
}

#page {
	width: 100%;
}
#page li {
    list-style: none;
}
#page, #page li {
    float: left;
}
#page a, #page .current {
	float: left;
	width: 25px;
    height: 22px;
	padding-top: 3px;
	font-family: Tahoma;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#page a {
	background-color: #000;
}
#page a:hover {
	background-color: #2D3133;
}
#page .current {

}
#page {

}

#menu {
	width: auto;
	height: 24px;
	padding: 18px 0 18px 40px;
}
#menu table, .top, #main_menu, #main .main_content, .brd_0 {
	border-collapse: collapse;
}
#menu .item {
	padding: 0 10px;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .item , #menu .item a {
	color: #ceebeb;
	font-weight: bold;
}
#menu .separate {
	width: 1px;
	background: url('img/menu_separate.jpg') 0% 80% no-repeat;
}

#main_menu .line {
	width: 1px;
	background-color: #2d3133;
}
#main_menu .item {
	width: 218px;
	height: 49px;
	background: url('img/menu_bg.jpg') repeat-x;
	text-align: center;
}
#main_menu img {
	border: 0;
}


#main {
	background-color: #2d3133;
}
.main_content {
	width: 835px;
	margin: 0 auto;
}
.artline {
	border-top: 1px solid #3e4345;
	background-color: #1e2124;
	padding-left: 13px;
}
.txt_0 {
	color: #fff;
	background-color: #000;
	padding: 10px;
}
.form_1 {
	background-color: #313a3f;
	color: #f6f1ce;
	font-size: 12px;
	padding: 5px 10px;
}
.form_1 {
	border-bottom: 4px solid #181a1b;
}
.form_3 {
	background-color: #1e2124;
	padding: 10px;
	color: #ebebeb;
	font-size: 12px;
}



.bottom {
	width: 100%;
	height: 243px;
	background: url('img/bottom_image.jpg') no-repeat;
}
.copyrights {
	height: 60px;
	color: #fff;
	text-align: center;
	padding-top: 15px;
}
