/*
	interface.css
	saved from http://www.7vetrov.msk.ru/
	
	Inerface but not content styles.
 */

/* Header */
.header {
	background: url(../gfx/header-backgr.png) no-repeat 0 bottom;
}

.head-logo {
	padding: 24px 42px 24px 59px;
	width: 108px; /* Column width = 209px */

	font-size: 13px;
}

.head-intro {
	padding: 10px 16px 24px 16px; /* 24px 16px 24px 16px; */
	width: 544px; /* width: 544px; Column width = 576px */
	
	font-size: 10px;
	color: #275eb9;
}
.head-text {
	font-size: 10px;
	color: #275eb9;
}

.head-contact {
	padding: 24px 33px 24px 16px;
	width: 160px; /* Column width = 209px */
	text-align: right;
	color: #275eb9;
}

.head-contact b {
	font: 17px normal;
}

.head-cont3 {
	text-align: right;
	color: #1F4E82;
	font-size: 12px;
}

/* Menu */
.menu {
	background: url(../gfx/menu-backgr.png) repeat-y;
}

.menu-top {
	background: url(../gfx/menu-top-01.png) no-repeat 0 top;
	height: 35px;
}

.menu-cnt {
	background: url(../gfx/menu-top-02.png) no-repeat 0 top;
}

.menu-tab-01 {
	padding: 0 16px 0 33px;
	width: 160px; /* Column width = 209px */
}

.menu-tab-02 {
	padding: 0 16px 0 16px;
	width: 160px; /* Column width = 192px */
}

.menu-tab-03 {
	padding: 0 33px 0 24px;
	width: 154px; /* Column width = 209px */
	
	color: #ffffff;
}

.menu a,
.menu a:link,
.menu a:visited,
.menu a:active {
	display: block;
	padding-top: 6px;
	
	color: #333333;
}
	
.menu a:hover,
.menu a:focus {	
	color: #333333;
}

.menu-tab-03 a,
.menu-tab-03 a:link,
.menu-tab-03 a:visited,
.menu-tab-03 a:active {
	display: block;
	padding-top: 6px;
	
	color: #ffffff;
}
	
.menu-tab-03 a:hover,
.menu-tab-03 a:focus {	
	color: #ffffff;
}

.menu-foot {
	background: url(../gfx/menu-foot.png) no-repeat 0 top;
	height: 35px;
}

/* Content */
.content {
	background: url(../gfx/body-backgr.png) repeat-y;
}

.content-top {
	background: url(../gfx/body-top.png) no-repeat 0 top;
}

.cnt-tab-01 {
	padding: 24px 16px 24px 33px;
	width: 401px; /* Column width = 401px */
}

.cnt-tab-02 {
	padding: 24px 16px 24px 16px;
	width: 384px; /* Column width = 384px */}

.cnt-tab-03 {
 padding: 10px 16px 24px 0px;
 width: 209px;  Column width = 209px
 text-align:center;
}

.cnt-tab-04 {
 padding: 24px 16px 24px 33px;
  /* Column width = 593px */
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.cnt-tab-04_2 { width:544px; }

.cnt-tab-05 {
	padding: 24px 16px 24px 16px;

	/*width: 192px;  Column width = 192px */
}

.cnt-tab-05 a,
.cnt-tab-05 a:link,
.cnt-tab-05 a:visited,
.cnt-tab-05 a:active {
	display: block;
	padding-top: 6px;
}

.cnt-tab-05 hr {
	background-color: #333333;
	border: none;
	height: 1px;
	margin-top: 16px;
}

.inturist {
 display:block;
 width:209px;
 padding:5px 15px 0px 30px;
 text-align:left;
}

.banners {
 display:block;
 width:179px;
 padding:24px 15px 24px 15px;
 text-align:center;
}


.banners td {text-align:0;}

/* Footer */
.footer {
	background: url(../gfx/body-foot.png) no-repeat 0 top;
}

.foot-copyright {
	padding: 49px 0 24px 0;
	
	color: #666666 ;
	text-align: center;
}

.body01 {
	font-size: 11px;
	color: #2860BA;
	font-family: Arial,Helvetica,sans-serif;
}