body {
	margin: 0px;
	background: #000000;
}

tr, rd {
	font-family: Tahoma;
	font-size: 10px;
	color: #788990;
}

.top_bg, .bottom_bg {
	background: #171D23;
	height: 40px;
	text-align: right;
	padding-right: 100px;
	vertical-align: middle;
	color: #459FC5;
}

.top_menu {
	color: #459FC5;
	text-decoration: none;
	padding: 0px 30px 0px 30px;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

.top_menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

.middle {
	width: 100%;
	background: URL('/images/bg.jpg') top center no-repeat;
	vertical-align: bottom;
}

.bg_middle {
	background: URL('/images/bg_middele.png');
	height: 240px;
	padding: 15px;
	color: #788990;
}

.logo {
	position: absolute;
	top: 70px;
	left: 100px;
}

.left_menu {
	display: block;
	background: URL('/images/bg_middele.png');
	margin-left: 5%;
	margin-bottom: 13px;
	padding: 3px 5px;
	text-align: center;
	font-size: 10px;
	width: 150px;
	color: #459FC5;
	text-decoration: none;
}

.left_menu:hover {
	display: block;
	background: URL('/images/bg_middele.png');
	margin-left: 5%;
	margin-bottom: 13px;
	padding: 3px 0px;
	text-align: center;
	font-size: 10px;
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
}

.close_label {
	background: URL('/images/bg_middele.png');
	height: 26px;
	width: 92px;
	margin-top: -15px;
	text-align: center;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

img {
	border: 0px;
}

.title {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

input, select, textarea {
	font-size: 10px;
	background: transparent;
	border: 1px #788990 solid;
	padding: 2px;
	color: #FFFFFF;
	font-family: Tahoma;
}

.button {
	border: 0px;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

.list_category {
	display: block;
	height: 70px;
	width: 110px;
	border: 1px #FFFFFF solid;
	text-decoration: none;
	margin-bottom: 5px;
}

.list_category_over {
	display: block;
	height: 70px;
	width: 110px;
	border: 1px #459FC5 solid;
	text-decoration: none;
	margin-bottom: 5px;
}

.list_category_a {
	color: #788990;
	text-decoration: none;
	font-size: 11px;
}

.list_category_a:hover {
	color: #459FC5;
	text-decoration: none;
	font-size: 11px;
}

.list_photo_over {
	padding-bottom: 5px;
	padding-right: 5px;
}

.list_photo {
	padding-top: 5px;
	padding-left: 5px;
}

.main_page {
	position: absolute;
	top: 14px;
	left: 80px;
}
