/* Copyright (c) Sambul Studio | http://www.sambul.com.ua/ */

/* Body */
body {
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	color: rgb(66, 146, 157);
	background: rgb(66, 146, 157);
	border: none;
}

/* Footer */
#footer {
	font-size: 11px;
	color: rgb(102, 51, 51);
	margin-right: 20px;
}
#footer a {
	color: rgb(102, 51, 51);
	text-decoration: none;
}
#footer a:hover {
	color: rgb(0, 0, 0);
}

/* Menu left */
#menu_left {
	margin-top: 60px;
}
#menu_left td {
	text-align: center;
	height: 40px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
#menu_left a {
	text-decoration: none;
}
#menu_left td.menu_left_p {
	background: url("/skins/re/images/menu_p.gif") no-repeat 50% 50%;
}
#menu_left td.menu_left_p a {
	color: rgb(204, 188, 182);
}
#menu_left td.menu_left_a {
	background: url("/skins/re/images/menu_a.gif") no-repeat 50% 50%;
}
#menu_left td.menu_left_a a {
	color: rgb(102, 51, 0);
}

/* Menu right */
#menu_right {
	margin-top: 60px;
}
#menu_right td {
	text-align: center;
	height: 35px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 2px rgb(199, 166, 153) dashed;
}
#menu_right a {
	text-decoration: none;
}
#menu_right td.menu_right_p a {
	color: rgb(102, 51, 0);
}
#menu_right td.menu_right_p a:hover {
	color: rgb(0, 0, 0);
}
#menu_right td.menu_right_a a {
	color: rgb(0, 0, 0);
}

/* Gallery */
#gallery_arrows {
	/*height: 67px;*/
	background: url("/images/gallery_bottom_bg.png") repeat-x 0% 0%;
	/*border: 1px solid rgb(153, 153, 153);*/
	text-align: center;
	color: rgb(255, 0, 0);
	margin: 20px 20px 10px 20px;
}
#gallery_arrows a {
	border: none;
}
#gallery_arrows span {
	margin: auto 10px;
}
#gallery_arrows #arrow_beginning {
	background: url("/images/arrow_beginning_grey.png") no-repeat 50% 50%;
}
#gallery_arrows #arrow_beginning:hover {
	background: url("/images/arrow_beginning_blue.png") no-repeat 50% 50%;
}
#gallery_arrows #arrow_left {
	background: url("/images/arrow_left_grey.png") no-repeat 50% 50%;
}
#gallery_arrows #arrow_left:hover {
	background: url("/images/arrow_left_blue.png") no-repeat 50% 50%;
}
#gallery_arrows #arrow_right {
	background: url("/images/arrow_right_grey.png") no-repeat 50% 50%;
}
#gallery_arrows #arrow_right:hover {
	background: url("/images/arrow_right_blue.png") no-repeat 50% 50%;
}
#gallery_arrows #arrow_end {
	background: url("/images/arrow_end_grey.png") no-repeat 50% 50%;
}
#gallery_arrows #arrow_end:hover {
	background: url("/images/arrow_end_blue.png") no-repeat 50% 50%;
}

/* Map */
#map {
	position: absolute;
	z-index: 2;
	right: 5px;
	top: 185;
}
#map a {
	border: none;
	display: block;
	width: 35px;
	height: 39px;
	background: url("/images/map_1.png") -137px 0px;
}
#map a:hover {
	background: url("/images/map_2.png") -137px 0px;
}
#map a img {
	visibility: hidden;
}
