* html #page {
	height: 100%;
}

html, body {
	height: 100%;
}

body, form, div, p, img, table, table td {
	padding: 0px;
	margin: 0px;
	font-size: 0.96em;
	border: none;
	background: none;
	border-collapse: collapse;
}

body {
	color: #333;
	font-family: Tahoma, sans-serif;
	background: #fff url(../images/dot.gif) 125px 0 repeat-y;
}

#page {
	min-height: 100%;
	margin: 0 0 -116px 0;
}

#footer_cleaner {
	height: 116px;
	clear: both;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #333;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 155%;
	font-weight: normal;
	color: #000;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
h2 {
	font-size: 19px;
	font-weight: normal;
	color: #000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px 0px 12px 7px;
	font-family: Tahoma, Arial, sans-serif;
}
h4 {
	font-size: 15px;
	font-weight: normal;
	color: #333;
	padding: 0px;
	line-height: 19px;
}

ul li {
	color: #333;
}

ul ul.without-disc {
	list-style-type: none;
}

input.text {
	background: #fff;
	border: 1px solid #666666;
	font-size: 0.96em;
	color: #333;
	height: 21px;
	padding: 1px 0px 0px 2px;
}
textarea {
	background: #fff;
	border: 1px solid #666666;
	font-size: 0.96em;
	color: #333;
	font-family: Tahoma, sans-serif;
}
div.clear {
	height: 0px;
	font-size: 1px;
	clear: both;
}
#breadcrumbs {
	width: 100%;
	height: 21px;
	background: #3b5269;
}
#breadcrumbs div {
	padding: 1px 0px 0px 163px;
	font-family: Tahoma, sans-serif;
	font-size: 80%;
	color: #fff;
}
#breadcrumbs div img {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
#breadcrumbs div a:link, #breadcrumbs div a:visited, #breadcrumbs div a:hover {
	color: #fff;
}
#breadcrumbs div span {
	color: #99cccc;
}


#header {
	width: 100%;
	height: 112px;
	background: #667781 url(../images/header/bg.jpg) 0 0 no-repeat;
}
#header div {
	padding: 28px 0px 0px 0px;
}
#footer {
	width: 100%;
	height: 115px;
}
#footer div.content {
	margin: 0px 46px 0px 146px;
	padding: 15px 0px 0px 19px;
	background: url(../images/footer-border.gif) 0 0 repeat-x;
}
#footer div.content div {
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #666666;
	line-height: 120%;
}
#footer div.navigation div {
	font-family: Tahoma, sans-serif;
	font-size: 80%;
	color: #666;
	padding: 41px 0px 0px 12px;
}
img.copyright {
	position: relative;
	left: -1px;
	top: -3px;
	width: 17px;
	height: 17px;
	border: none;
}



div.container {
	width: 100%;
	float: right;
	margin-left: -131px;
}
div.content {
	margin: 0px 100px 0px 162px;
	padding-top: 15px;
}
div.navigation {
	width: 131px;
	float: right;
}
div.navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.navigation ul li {
	background: #3b5269;
	margin: 11px 0px 0px 0px;
	padding: 2px 0px 3px 11px;
}
div.navigation a:link, div.navigation a:visited, div.navigation a:hover {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	display: block;
}
div.navigation ul li.current {
	background: #ffbf3d;
}
div.navigation ul li.current a:link, div.navigation ul li.current a:visited, div.navigation ul li.current a:hover {
	color: #000;
}

div.contacts {
	width: 50%;
	float: left;
}
div.babych {
	width: 30%;
	float: left;
	padding-top: 11px;
}