@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	text-align: center;
	background: #ddd;
	color: #000;
}
div {
	text-align: left;
	margin: 0px;
	padding: 0px;
	position: static;
}
h1 {
	font-size: 45px;
	font-weight: 600;
	margin: 0px;
	padding: 35px 15px 0px 0px;
	float: right;
}
h2 {
	font-size: 27px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 0px;
}
address {
	line-height: 140%;
	font-style: normal;
	margin: 0px;
	padding: 15px 0px 0px;
}
img {
	border-style: none;
}
ul {
	margin: 0px;
	padding: 15px 0px 0px 30px;
}
li {
	line-height: 120%;
	list-style: disc;
}
p {
	text-align: justify;
	margin: 0px;
	padding: 15px 0px 0px;
	line-height: 140%;
}
a, a:Hover {
	color: #c00;
	font-weight: bold;
	text-decoration: underline;
}
a:Hover {
	color: #000;
}
#mysqlErr {
	font-weight: 600;
	color: #c00;
	padding: 20px;
	width: 75%;
	background: #fff;
	margin: 50px auto 0px;
	border: 1px solid #000;
	text-align: center;
}
#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -17.2em;
	float: left;
}
#mother {
	font: 16px "Times New Roman", Times, serif;
	margin: 0px auto;
	position: relative;
	text-align: left;
	height: 537px;
	width: 882px;
	clear: left;
}
#main {
	background: #bdbdbd url(/images/bg-main.jpg) no-repeat;
	border: 1px solid #666;
}
#mainIn {
	height: 515px;
	width: 880px;
}
.header {
	height: 125px;
	width: 880px;
}
.header span {
	display: block;
	height: 125px;
	width: 190px;
	float: left;
}
#headerHome {
	background: url(/images/bg-header-home.jpg) no-repeat right top;
}
#header {
	background: url(/images/bg-header.jpg) no-repeat right top;
}
#content {
	padding: 10px 25px;
	background: url(/images/bg-content.png) no-repeat;
}
#contentIn {
	width: 830px;
}
#footer {
	font-size: 11px;
	color: #333;
	text-align: center;
	padding: 7px 0px 0px;
	line-height: 100%;
}
#footer a, #footer a:Hover {
	color: #333;
	font-weight: normal;
}
#footer a:Hover {
	color: #c00;
}
/* Home */
#menu {
	padding: 0px;
	float: right;
	margin: 15px 0px 0px;
}
#menu li {
	display: inline;
	line-height: normal;
	list-style: none;
}
#menu li a, #menu li a:Hover {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 5px 0px 0px;
	width: 241px;
	background: url(/images/bg-menu.png);
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: right;
}
#menu li a:Hover {
	color: #000;
}
#menu li a span {
	padding: 0px 10px 0px 0px;
}
#photos {
	width: 240px;
	margin: 0px 35px 0px 0px;
	float: left;
}
#pages {
	float: left;
	width: 555px;
}
#pages p, #pages h2, #pages address {
	text-align: right;
}
#pages ul {
	text-align: right;
}
.textOnly {
	padding: 0px 0px 0px 285px;
}
.textOnly p {
	text-align: right;
}
#phone {
	position: absolute;
	padding: 20px 0px 0px;
}
#ScrollerBox {
  overflow: hidden;
  width: 240px;
  height: 283px;
  position: absolute;
  top: 186px;
}
.ScrollerContent {
  position: absolute;
}
.ScrollerContent .image, .ScrollerContent .imageHigh {
	background: #fff;
	height: 179px;
	width: 238px;
	border: 1px solid #000;
	margin: 0px 0px 10px;
	display: block;
}
.ScrollerContent .imageHigh {
	height: 317px;
}
.ScrollerContent .image img, .ScrollerContent .imageHigh img {
	margin: 1px;
}
.ScrollerContent .end {
	margin: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
	width: 240px;
	height: 25px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
	width: 240px;
	height: 25px;
  top: 480px;
}
.cleaner {
	font-size: 1px;
	clear: both;
	height: 1px;
}
#logo {
	display: block;
	float: right;
	height: 183px;
	width: 300px;
	margin: 180px 20px 0px 0px;
}
/* Contacts */
#contactsLeft {
	float: right;
	padding: 0px 25px 0px 0px;
}
#contactsRight {
	float: right;
}

