/* GENERAL */

body {
	line-height: 18px;
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 10.5pt;
	color: #666666;
	background-color: #F0F0F0;
}

h3 {
	font-weight: bold;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

img.phone {
	vertical-align: middle;
}

dt {
	font-size: 11pt;
	font-weight: bold;
}


/* HEADER */

#header {
	width: 778px;
	height: 150px;
	margin: 2px auto 0px auto;
	text-align: right; 
	background: url(images/header.jpg) no-repeat;
}


/* SLOGAN */

#slogan {
	width: 778px;
	height: 30px;
 	margin: 5px auto 0px auto;
	text-align : center;
	font-size: 17.8px;
	background-color: #001559;
	color: red;
	font-family: Arial, sans-serif;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
}

#slogan .titl{
	padding: 6px 0px 0px 0px;
}


/* MAIN MENU */

#menu {
	width: 778px;
	height: 67px;
 	margin: 5px auto 0px auto;
	position : relative;
	background: url(images/belka1.jpg) no-repeat;
}

#menu ul {
	margin: 0px ;
	padding: 0px 0px 0px 18px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display : block;
	position : absolute;
	padding : 24px 0px 30px 0px;
	margin : 0px;
	border : none;
	width : 127px;
	height : 0px;
	text-align : center;
	line-height : 0.2ex;
	background: url(images/button.gif) no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#menu #o1 a {
	left : 25px;
	top : 5px;
}

#menu #o2 a {
	left : 175px;
	top : 5px;
}

#menu #o3 a {
	left : 325px;
	top : 5px;
}

#menu #o4 a {
	left : 475px;
	top : 5px;
}

#menu #o5 a {
	left : 625px;
	top : 5px;
}

#menu a:hover {
	background: url(images/button_act.gif) no-repeat;
}

#menu .active {
	background: url(images/button_act.gif) no-repeat;
}


/* CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}

#column1 {
	float: right;
	width: 534px;
	padding: 0px 8px 0px 8px;
	background-color: #FFFFFF;
	border: 1px solid black;
}

#column1 #titl {
	height: 50px;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px -6px 0px -6px;
	padding: 15px 0px 0px 12px;
	background: url(images/belka2.jpg) no-repeat;
}

#column1 .txt {
	padding: 5px 12px 20px 12px;
	float: left;
}

#column2 {
	float: left;
	width: 196px;
	background-color: #001559;
	border-style: solid;
	border-width: 1px;
	color: #b8d9ff;
	font-size: 12px;
	padding: 0px 10px 0px 10px; 
}

#column2 .slog {
	height: 25px;
	font-size: 14pt;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}

#column2 .tele {
	font-size: 19.8pt;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding: 15px 0px 10px 5px;
}

#advert {
	float: left;
	width: 196px;
	background-color: #001559;
	border-style: solid;
	border-width: 1px;
	color: #b8d9ff;
	font-size: 12px;
	padding: 0px 10px 0px 10px; 
}

#column3 {
	float: left;
	width: 196px;
	background-color: #001559;
	border-style: solid;
	border-width: 1px;
	color: #b8d9ff;
	font-size: 12px;
	padding: 0px 10px 0px 10px; 
}

#column3 .slog {
	height: 25px;
	font-size: 14pt;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}

/* PHOTOS */

div.img {
	margin: 2px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	

div.img img {
	display: inline;
	margin: 3px;
	border: 1px solid #EEEEEE;
}

div.img a:hover img {
	border: 1px solid #0000ff;
}


/* FOOTER */

#footer {
	width: 778px;
	clear: both;
	margin: 0px auto;
	height: 50px;
	background: url(images/footer.gif);
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}