body {
	margin: 0 0 10px 0;
	background: #141414 url('/img/bg.jpg') repeat-x top;
}

a img {
	border: 0px;	
}

form {
	margin: 0px;
}

div.main-inner {
	width: 917px; 
	margin: 0px auto 0 auto; 
	position: relative;
}	

#logo {
	position: absolute; 
	top: 0px; 
	left: 6px; 
	z-index: 2;
}

#top {
	height: 81px; 
	position: relative;
}	

#main-menu {
	position: absolute; 
	top: 22px; 
	left: 152px; 
	width: 765px; 
	height: 59px; 
	padding-top: 15px;
}

#main-menu table tr td {
	height: 30px;
}	

#main-menu table tr td a {
	display: block; 
	padding: 3px;
	text-align: center;
	font: 14px Tahoma;
	color: #474747;
	text-decoration: none;
	border-bottom: 3px solid transparent;
}	

#main-menu table tr td a:hover {
	border-bottom: 3px solid #ed1c24;
}	


#main-menu table tr td a.selected {
	border-bottom: 3px solid transparent;
	background: #ed1c24;
	color: #fff;
}

#main-menu table tr td a.selected:hover {
}

.rel {
	position: relative;
	height: 354px;
}

#top-info {
	position: absolute; 
	z-index: 1; 
	left: 0px; 
	top: 15px; 
	text-align: right; 
	width: auto; 
	width: 882px;
}

#body {
	background: #fff;
}

#body .content {
	font: 14px Tahoma; 
	color: #474747;
	padding: 10px;
}

#body .content table.list {
	font: 12px Tahoma;
	border-collapse: collapse;
	border: 1px solid #474747;
}

#body .content table.list td {
	border: 1px solid #474747;
	padding: 3px;
}	

#body .content a {
	color: #0b4da2;
	text-decoration: none;
}	

#body .content a:hover {
	text-decoration: underline;
}	


#body .content .title_r, #body .content .title_g {
	font: bold 18px Tahoma;
}	

#body .content .title_r {
	color: #ed1c24;
}	

#body .content .title_g {
	color: #474747;
}	


#place_feedback {
	position: relative; 
	height: 295px;
}	

#feedback {
	position: absolute; 
	z-index: 4; 
	width: auto; 
	top: -50px; 
	left: 0px; 
	padding: 15px;
}

#feedback table td {
	font: 14px Tahoma; 
	color: #fff;
}	

#feedback table td input[type=text] {
	font: 14px Tahoma; 
	width: 100%;
}	

#feedback table td input[type=submit], .red_but {
	padding: 2px 10px 2px 10px; 
	font: 14px Tahoma; 
	color: #fff; 
	background: #ed1c24; 
	border: 0px;
}

#feedback table td input[disabled] {
	background: #c0c0c0;
}	

.phone {
	font: bold 24px Tahoma; 
	color: #fff;
	width: 250px;
}

div.info_with_border {
	border-left: 5px solid #fff; 
	padding-left: 10px; 
	font: bold 18px Tahoma; 
	color: #fff; 
	width: 200px;
}	

div.title_with_border {
	border-left: 5px solid #ed1c24; 
	padding-left: 10px; 
	font: bold 18px Tahoma; 
	color: #ed1c24; 
	width: auto;
}	

.copyright {
	font: 12px Tahoma; 
	color: #ffffff; 
	padding: 4px;
}

.copyright a {
	font: 12px Tahoma; 
	color: #ffffff;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

#err {
	position: absolute; 
	z-index: 1000; 
	padding: 3px 5px 3px 5px; 
	color: white;
	font: bold 12px Tahoma;
	background: #ed1c24;
	max-width: 300px;
}

.err_text {
	background: #F47863;
	font: bold 11px Tahoma;
	color: white;
}

#lbl_background_div {
	background: #000;
	opacity: 0.3; 
	-moz-opacity: 30%; 
	filter:alpha(opacity=30); 
	position: absolute;
	z-index: 9999;
}

#lbl_message {
	border: 2px solid #fff;
	z-index: 10000;
	position: absolute;
	font: bold 14px Tahoma;
	color: #fff;
	padding: 50px;
	background: #0B4DA2;
	text-align: center;
}


