/*Clean*/
html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, caption, thead, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe {
	padding: 0;
	margin: 0;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html {
	height: 100%;
}
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	color: #000;
	text-align: center;
	position: relative;
}
li {
	behavior: url("../js/csshover.htc");
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
}
div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #dc6c07;
	text-decoration: none;
}
:focus {
	outline: none;
}
ul {
	list-style-type: none;
}
/*Local*/
body {
	background: url(../img/bgr.gif);
	text-align: center;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 900px;
}
/* -----------------Header----------------- */
#header {
	height: 100px;
	position: relative;
}
.ic {
	position: absolute;
	top: 0;
	float: right;
	right: 0;
	padding: 0;
	margin: 0;
}
.ic a {
	display: block;
	line-height: 27px;
	padding-left: 43px;
}
.ic li {
	float: left;
	margin-left: 11px;
	display: inline;
	width: 152px;
	height: 27px;
}
.ic li.ic-3 {
	width: 124px;
}
.ic-1 {
	background: url(../img/ic-1.png) no-repeat;
}
.ic-1 a {
	color: #c60;
}
.ic-2 {
	background: url(../img/ic-2.png) no-repeat;
}
.ic-2 a {
	color: #c00;
}
.ic-3 {
	background: url(../img/ic-3.png) no-repeat;
}
.ic-3 a {
	color: #333;
}
#logo {
	float: left;
	margin-top: 28px;
}
.tel {
	float: right;
	text-align: right;
	padding-top: 38px;
	color: #ffffff;
}
.tel p {
	color: #dde5ed;
	font-size: 22px;
	padding-bottom: 8px;
}
.tel p span {
	color: #dc6c07;
}
.tel a {
	color: #dc6c07;
}
/* -------------------Topmenu--------------- */
#menu {
	float: left;
	z-index: 1000;
	position: absolute;
	top: 110px;
}
#menu ul li {
	padding: 0 6px;
	margin: 0 4px;
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	height: 34px;
	line-height: 30px;
	z-index: 950;
	background: #ed1c24;
}
* html #menu ul li {
	padding: 0 10px;
	margin: 0;
}
#menu ul li span {
	position: absolute;
	top: 0;
	display: none;
	width: 4px;
	height: 34px;
	background: url(../img/item.png) no-repeat;
}
#menu ul li span.l {
	background-position: 0 0;
	left: -4px;
}
#menu ul li span.r {
	background-position: -4px 0;
	right: -4px;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
}
#menu ul li:hover {
	cursor: pointer;
	background: url(../img/item.png) repeat-x 0 -34px;
}
#menu ul li:hover span {
	display: block;
}
* html #menu ul li:hover span {
	display: none;
}
#menu ul li:hover a {
	text-decoration: none;
	color: #ed1c24;
}
#menu ul li ul {
	position: absolute;
	top: 34px;
	left: -4px;
	display: none;
	z-index: 900;
	width: 271px;
}
* html #menu ul li ul {
	left: 0;
}
#menu ul li ul li {
	width: 271px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	background-color: #DDE5ED;
	line-height: normal;
	height: auto;
	font-size: 12px;
	border-top: 1px solid #fff;
	z-index: 850;
}
#menu ul li ul li.item_bot {
	background: url(../img/item_bot.png) no-repeat 0 0;
	height: 4px;
	border-top: none;
}
#menu ul li ul li.first {
	border-top: none;
}
#menu ul li ul li:hover {
	background-image: none;
	background-color: #DDE5ED;
}
#menu ul li ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 4px 10px;
	z-index: 800;
}
#menu ul li:hover ul li a {
	color: #000;
}
#menu ul li:hover ul {
	display: block;
}
#menu ul li ul li a:hover {
	color: #fff;
	background-color: #ff9600;
}
/* --------------------Banners----------------- */
#banners {
	width: 900px;
	height: 439px;
	position: relative;
	clear: both;
	z-index: 700;
	background-color: #384048;
}
#inner #banners {
	height: 264px;
}
#banners img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 750;
}
#banners span {
	position: absolute;
	display: block;
	z-index: 740;
}
#banners span.l, #banners span.r {
	width: 5px;
	height: 430px;
	top: 3px;
}
#inner #banners span.l, #inner #banners span.r {
	height: 260px;
}
#banners span.l {
	left: -5px;
	background: url(../img/png-left.png) repeat-y 0 0;
}
#banners span.r {
	right: -5px;
	background: url(../img/png-right.png) repeat-y 0 0;
}
#banners span.t {
	width: 894px;
	height: 5px;
	top: -5px;
	left: 3px;
	background: url(../img/png-top.png) repeat-x 0 0;
}
#banners span.lt, #banners span.rt {
	width: 8px;
	height: 8px;
	top: -5px;
}
#banners span.lt {
	background: url(../img/png-lt.png) no-repeat 0 0;
	left: -5px;
}
#banners span.rt {
	background: url(../img/png-rt.png) no-repeat 0 0;
	right: -5px;
}
#controls {
	position: absolute;
	z-index: 20;
	display: none;
	width: 100%;
}
#gleft, #gright {
	display: block;
	width: 47px;
	height: 427px;
	position: absolute;
	top: 0;
	background-color: #fff;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
/* IE 5.5+*/
	opacity: 0.5;
/* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
#inner #gleft, #inner #gright {
	height: 264px;
}
#gleft {
	left: 0;
}
#gright {
	right: 0;
}
#str-l, #str-r {
	position: absolute;
	top: 195px;
	width: 34px;
	height: 41px;
	display: block;
}
#inner #str-l, #inner #str-r {
	top: 110px;
}
#str-l {
	left: 5px;
}
#str-r {
	right: 5px;
}
/* ----------------------------------Blocks: Serv-------------------------- */
#content {
	width: 448px;
	margin-left: 20px;
	float: left;
	display: inline;
	padding-top: 14px;
}
#content2 {
	width: 850px;
	margin-left: 20px;
	float: left;
	display: inline;
	padding-top: 14px;
}
.bgr2 {
	background: url(../img/bgr2.gif);
}
#serv {
	float: left;
	padding: 15px 0;
	width: 100%;
}
#serv a {
	color: #000;
}
#serv a:hover {
	color: #ed1c24;
}
h1 {
	font-size: 22px;
	color: #384048;
}
#serv h1 {
	padding: 0 15px 12px 15px;
}
#serv table {
	margin-left: 15px;
}
#serv table td {
	padding-right: 15px;
	padding-bottom: 2px;
}
/*-------------------------------- Blocks: Gallery -------------------------*/
.gal #content {
	width: 850px;
}
#gal_dir {
	padding-top: 20px;
}
#gal_dir li img {
	width: 250px;
}
#gal_dir li {
	background: none;
	float: left;
	padding-right: 30px;
	height: 250px;
}
#gal ul {
	padding-top: 30px;
}
#gal ul li {
	float: left;
	padding: 0 30px 0 0;
	height: 250px;
}
/* ----------------------------------Blocks: Text-------------------------- */
#text {
	padding-top: 15px;
	margin-top: 10px;
	color: #384048;
	float: left;
}
#inner #text {
	color: #384048;
	margin-top: 0;
}
#text p {
	padding: 0 0 12px 0;
	line-height: 1.4em;
}
/*#inner #text p {
	padding: 0 30px 12px 50px;
}
*/
#text ul {
	padding: 0 0 12px 0;
}
#text ul li {
	background: url(../img/bull.gif) no-repeat 11px 6px;
	padding: 0 0 5px 20px;
}
#rightmenu ul {
	padding: 0 0 12px 0;
}
#rightmenu ul li {
	background: url(../img/bull.gif) no-repeat 11px 6px;
	padding: 0 0 5px 20px;
}
#text ol {
	padding: 0 0 0 25px;
}
/*#inner #text ul {
	padding: 0 30px 12px 60px;
}
*/
#text table {
	margin: 0 0 12px 0;
}
/*#inner #text table {
	margin: 0 30px 12px 50px;
}
*/
#text h1 {
	font-size: 28px;
	/*     color: #fff;
*/
	padding: 0 0 12px 0px;
	color: #384048;
}
/*#inner #text h1 {
	color: #384048;
	padding: 0 30px 12px 50px;
}
*/
.B_crumbBox {
	padding: 10px 20px 0 20px;
	display: block;
	clear: both;
}
.B_crumbBox a {
	color: #000;
}
.B_crumbBox a:hover {
	color: #ed1c24;
}
/* ----------------------------------Blocks: News-------------------------- */
#extra {
	width: 398px;
	float: right;
	display: inline;
	margin-right: 20px;
	padding-top: 14px;
}
/*#inner #extra {
	width: 406px;
}
*/
.news {
	float: right;
	padding: 15px 0;
	margin-bottom: 10px;
	color: #fff;
	width: 100%;
}
.news p, .news h1 {
	padding: 0 15px 12px 15px;
}
.news span.date {
	color: #fff;
	font-weight: bold;
	background-color: #FF8C25;
	padding: 2px 4px;
}
.news a {
	color: #000;
}
.news a:hover {
	color: #ed1c24;
}
.right {
	text-align: right;
}
/* ----------------------------------Blocks: Rez-------------------------- */
#rez {
	padding: 15px 0 28px 0;
	float: left;
	width: 100%;
}
#rez h1 {
	padding: 0 15px 12px 15px;
}
#rez ul {
	padding-left: 15px;
	float: left;
}
#rez ul li {
	float: left;
	padding-right: 10px;
}
.right {
	float: right;
	text-align: right;
	padding-right: 30px;
	display: inline;
}
/* ----------------------------------Footer-------------------------- */
#footer {
	margin-top: 7px;
	background-color: #384048;
	width: 100%;
	float: left;
	color: #fff;
}
#inner #footer {
	margin-top: 0;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ed1c24;
}
#fmenu {
	padding: 18px 20px;
}
#fmenu li {
	float: left;
	padding-right: 20px;
}
#footer .tel {
	float: left;
	text-align: left;
	padding: 23px 18px;
}
#footer .tel p {
	font-size: 18px;
}
#copy {
	padding: 30px 18px 0 0;
	float: right;
	text-align: right;
}
.mt {
	margin-bottom: 10px;
}
/* ---------------------------------Inner Page-------------------------------- */
#wrapper {
	float: left;
	background-color: #fff;
	width: 100%;
	padding-bottom: 20px;
}
/*.price {
	margin-right: 40px;
	padding-bottom: 12px;
	font-weight: bold;
}
.price h1 {
	padding: 10px;
}
.price p {
	padding: 0 12px 12px 12px;
}
*/
.news table {
	margin: 0 12px 12px 12px;
}
.news table td {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0;
}
.news table td strong {
	color: #ff8c25;
}
.news table tr {
	border-bottom: 1px solid #fff;
}
.news table tr.last {
	border-bottom: none;
}
#text2 {
	float: right;
	padding: 30px 0;
}
#text2 p {
	padding: 0 30px 10px 0;
}
#text2 ul {
	padding: 0 30px 10px 10px;
}
#text2 table {
	margin: 0 30px 10px 0;
}
/*---------------------- Back Form -----------------*/
#feedbackform input, #feedbackform select {
	margin: 5px 0 10px 0;
}
#text #feedbackform table {
	margin: 0;
}
#feedbackform select#marka, #feedbackform select#model {
	width: 150px;
}
#feedbackform input[type="text"] {
	width: 300px;
}
.access {
	color: green;
	font-weight: bold;
}
/* Правило для Internet Explorer */
#feedbackform input {
	width: expression(this.type=='text' ? '300px': '');
}
#feedbackform input[type="submit"] {
	padding: 2px 10px;
}
/* Правило для Internet Explorer */
#feedbackform input {
	padding: expression(this.type=='submit' ? '2px 10px': '');
}
#feedbackform .hh {
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
}
#feedbackform textarea {
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
	vertical-align: top;
}
.error {
	color: red;
}
#feedbackform label.error {
	color: red;
	font-size: 10px;
	padding-left: 5px;
}
#feedbackform input.error, #feedbackform textarea.error, #feedbackform select.error {
	border: 1px solid red;
}
#feedbackform input.veri {
	width: 150px;
}
#feedbackform input#hui {
	width: 150px;
	margin: 5px 0 10px 5px;
}
#feedbackform input.d-i {
	width: 80px;
}
#feedbackform img, #feedbackform textarea {
	margin-top: 5px;
}
#feedbackform input.mrg, #feedbackform select.mrg {
	margin: 5px 0 10px 5px;
}
#edit_form{
	width: 390px;
	padding-bottom: 30px;
	float:left;
}
#edit_form label {
	text-align: right;
	float: left;
	width: 135px;
	margin-right: 4px;
	line-height: 26px;
}
#edit_form label.error {
	text-align: left;
	float: none;
	width: 300px;
	margin: 0;
	line-height: 26px;
	position:absolute;
	left:400px;
	top:0;
}
#edit_form input {
	width: 239px;
}
#edit_form input.checkbox, #edit_form input.radio {
	width: auto;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
#edit_form input#hranitca {
	margin-left: 135px;
}
#edit_form select {
	width: 251px;
}
#edit_form textarea {
	width: 241px;
	height: 124px;
}
#edit_form input, #edit_form select, #edit_form textarea {
	padding: 3px 4px;
	float: left;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#edit_form input.dateapp {
	width: 92px;
	margin-right: 5px;
}
.ui-datepicker-trigger {
	cursor: pointer;
}
#edit_form .datepic_link {
	float: left;
	width: 26px;
	height: 26px;
	background: #818285 url(../img/app/cal.gif) center center no-repeat;
	margin: 0 20px 0 3px;
}
#edit_form input.time {
	width: 74px;
	float: right;
}
#edit_form p {
	padding-bottom: 12px;
	float:left;
	position:relative;
}
#edit_form #select_date_block p {
	float:none;
	padding-bottom:5px;
}
#edit_form a.cancel {
	float: left;
}
#edit_form button.submit {
	float: right;
}
#select_date_block {
	padding-left: 135px;
}
.clear {
	clear:both;
	float:none;
	font-size:0;
	line-height:0;
}
a.red_button, button.red_button, input.red_button {
	background: url(../img/app/red_button.gif) 0 0 repeat-x;
}
button.green_button {
	background: url(../img/app/green_button.gif) 0 0 repeat-x;
}
a.red_button {
text-decoration:none;
}
a.red_button, button.red_button, button.green_button, input.red_button {
	color: #fff;
	text-align: center;
	line-height: 30px;
	height:30px;
	border: 2px solid #fff;
	display: block;
	text-shadow: 0 -1px 1px #999;
}
button.red_button, button.green_button {
	line-height:normal;
}
button.red_button, button.green_button, input.red_button {
	font-size: 14px;
	cursor: pointer;
	text-shadow: 0 -1px 1px #999;
	line-height:normal;
}

button.submit, button.cancel, a.cancel {
	padding: 0 46px;
	
}
.overlay {
	position: fixed;
	display: none;
	background: transparent url(../img/app/trans.png);
	width: 100%;
	height: 100%;
	z-index: 1999;
}
.overlay_block {
	background-color: #818285;
	width: 320px;
	height: 190px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -160px;
	margin-top: -95px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}
.overlay_close {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 16px;
	height: 16px;
	display: block;
	background: url(../img/app/close.png) 0 0 no-repeat;
	text-decoration: none;
}
.ov_logo {
	padding: 18px 0 0 80px;
}
.login_form {
	padding-top: 10px;
}
.login_form label {
	text-align: right;
	margin-right: 10px;
	line-height: 26px;
	display: block;
}
.login_form input.field {
	width: 194px;
	padding: 3px 4px;
	float: left;
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #d0d0d0;
	border: none;
	margin: 4px 0;
}
.login_form img {
	margin: 10px 0;
}
.login_form input.red_button {
	padding: 0 38px;
	font-size: 12px;
	margin-top: 8px;
}
fieldset {
	border:none;
	padding:0;
	margin:0;
}
.overlay_block a.logout {
	margin:30px 0 0 96px;
	width: 124px;
}
.part {
float:none;
clear:both;
}
