html, body {
	height:100%;
}
body {
	font-family: Tahoma;
	font-size: 12px;
	color: #6e6e6e;
	background-color:#FFFFFF;
	width:100%;
	min-width:1000px;
	margin: 0 auto;
}

/*    common   */
a img {
	border: none;
}
a {
	text-decoration: underline;
	color: #0079c5;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #525659;	
	font-size:200%;
	font-weight: bold;
	text-transform:uppercase;
	margin: 30px 0px 15px 0px;
}
h2 {
	font-weight: bold;
	font-size:150%;
}
h3 {
	font-weight: bold;
	font-size:120%;
}
p {
	margin: 10px 0px;	
}
strong {
	font-weight: bold;	
}
.clear_float {
	clear:both;
}
.yellow {
	color: #ef9e18;	
}
.blue {
	color: #0079c5;	
}
.tbl_content {
	width:719px;
}
* html .tbl_content{
	width: 700px;
}
.tbl_content td {
	background-color: #efefef;	
	color: #525659;	
	padding: 10px;
	border-bottom: 1px dotted  #6e6e6e;
}
.tbl_content th {
	background-color: #d6d6d6;	
	padding:10px;
	font-weight:bold;
	font-size:120%;
	border-bottom: 1px dotted  #6e6e6e;
}
.tbl_content  .night td {
	background-color: #6e6e6e;	
	color: #fff;
	/*border-top: 1px dotted  #e6e6e6;*/
}
.tbl_content .night1 td {
	background-color: #d1d1d1;	
	/*border-top: 1px dotted  #e6e6e6;*/
}
.tbl_content .day td, .tbl_content .night td, .tbl_content .night1 td {
	font-size:120%;
}
#transfer.tbl_content th {
	text-align: center;
	border-bottom: 1px dotted #fff;
}
#transfer.tbl_content td {
	background-color: #ffffff;
	border-bottom: 1px dotted  #6e6e6e;
	text-align: center;
}
.columns td {
	padding-right: 25px;
}
.content .item {
	padding: 10px 0px;
	border-bottom: 1px dotted #696969;
}
.content ul {
	list-style: url(../i/bullet_ul.gif);
	padding-left: 17px;
}
.author {
	text-align: right;
	font-style:italic;
}

/*    individual  blocks  */
#bg_bottom {
	background:#ffffff url(../i/bg_body.jpg) no-repeat center bottom;
	position: relative;
}
#wrap {
	position: relative;
	min-width:1005px;
	max-width: 1400px;
	width:1005px;
	margin: 0px auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:url(../i/bg_top.jpg) no-repeat top center;
}
#top {
	height:325px;
}
#taxi {
	position: absolute;
	right: 48px;
	top:116px;
	z-index: 5px;
}
#phone {
	float: right;
	position:relative;
	z-index: 10px;
	font: bold 130% Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top:25px;
	text-align:right
}
#phone .yellow, #phone .blue {
	font-size: 250%;
}
#menu {
	float: left;
	height:40px;
	border-top: 1px dotted #0079c5;
	border-bottom: 1px dotted #0079c5;
}
#menu a {
	display: block;
	float: left;
	color: #ffffff;
	border-right: 1px dotted #ffffff;
	background-color:#218acd;
	text-transform:uppercase;
	line-height:40px;
	text-decoration:none;
	padding: 0px 24px;
}
#menu a.active {
	background-color:#ef9e18;	
}
#menu a.site {
	padding: 0px;	
	border-right: none;
	float:left;
}
#column_left {
	float:left;
	width: 265px;
	text-align:left;
}
#menu_left ul.menu li {
	list-style: none;
	height: 67px;
} 
#menu_left ul.menu li a {
	display:table-cell;
	vertical-align: middle;
	height: 67px;
	font-size:115%;
	font-weight: bold;
	color: #0079c5;
} 
#menu_left ul.menu li a.active {
	text-decoration: none;
	color: #ef9e18;	
}
#menu_left .icon {
	position:absolute;
	margin-left: -11px;
	width: 100px;
}
.content {
	margin-left: 286px;
	margin-top:-30px;
	padding: Opx 
}

.footer_blank {
	height:270px;
	clear: both;
}
#footer {
	background: transparent url(../i/bg_footer.gif) no-repeat center top;
	margin-top:-205px;
	position:relative;
	height:205px;
	/*width:100%;*/
}
* hmtl #footer {
	margin-top:0px;
}
#footer_inner {
	position: relative;
	min-width:1005px;
	max-width: 1400px;
	width:1005px;
	margin: 0px auto;
	padding-top:70px;
}
#catalogue {
	position: relative;	
	float: left;
}
#catalogue .item {
	border-bottom: none;
	clear: both;
	margin-bottom: 20px;
}
#catalogue .item_img {
	float:left;
	width: 194px;
	border: 1px solid #c1c1c1;
}
#catalogue .item_descr {
	margin-left: 210px;
}
.guestbook .submitted {
	text-align: right;
} 
.grippie {
	display: none;
}

/* �����   */
input, textarea {
	border:1px solid #cbcccd;
	background-color: #f1f1f1;
	margin: 5px 0px 10px 0px;
	width:400px !important;
}
.form-submit, .button_bg {
	background: #0079c5 url(../i/button_bg.gif) repeat-x top;
	border: 1px solid #0079c5;
	color: #ffffff;
	display: block;
	width: auto;
	padding:6px 10px;
	text-transform:uppercase;
	font-size: bold;
	text-align:center;
	width:170px !important;
	cursor:pointer;
}
#choose select {
	WIDTH: 31%;
	margin-right: 10px;
}




/**/
#popup .webform-client-form input {
	width: 250px !important;
	float: right;
}
#popup .webform-client-form label {
	width: 146px !important;
	//width: 146px !important;
	float: left;
}
#popup .webform-client-form .webform-component-textfield {
	height: 15px;
	clear: both;
	//height: 25px;
}
#popup .webform-client-form .form-item {
	clear: both;
}
#popup .webform-client-form textarea {
	width: 250px !important;
	float: right;
	height: 50px;
}
#popup .webform-client-form .webform-component-textarea {
	height: 60px;
	//height: 75px;
}
#popup .webform-client-form input.form-submit {
	width: 250px !important;
	float: right;
}
#popup .webform-client-form label.error {
	float: left;
}

.h1{
color:#525659;
font-size:200%;
font-weight:bold;
margin:30px 0 15px;
text-transform:uppercase;
display:block;
}
