html, body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
	font-family: 'Tahoma', 'Arial', 'Trebuchet MS', 'Myriad Pro';
	font-size: 11px;
	height: 100%;
}
a {
	color: #5d8da8;
	text-decoration: underline;
}
a:active, a:hover {
	color: black;
	text-decoration: underline;
}
table {
	border: none;
}  
td {
	vertical-align: top;
}
h1 {
	color: black;
	font-weight: normal;
	font-size: 18px;
	line-height: 75px;
	padding: 0 0 0 5px;
	margin: 0;
}
p {
	padding: 0;
	margin: 0 0 5px;
}

#main_tb {
	background: url(images/footer.gif) repeat-x left bottom;
}


#header {
	background: #9de3e8 url(images/head.gif) repeat-x left top;
}
#header_tb {
	background: url(images/head.jpg) no-repeat left top;
	height: 160px;
}
#head_right {
	background: url(images/header.gif) no-repeat right top;
}
#logo {
	padding: 20px 0 0 33px;
}
#head_icons {
	padding: 23px 0 0 45px;
}
#head_icons td {
	padding: 0 5px;
}
#head_icons a {
	display: block;
	width: 36px;
	height: 35px;
	background: url(images/head_icons.gif) no-repeat;
	text-decoration: none;
}
#head_icons a:hover {
	background-color: #134a51;
	text-decoration: none;
}
a#hi_home {
	background-position: left top;
}
a#hi_home:hover {
	background-position: left bottom;
}
a#hi_map {
	background-position: center top;
}
a#hi_map:hover {
	background-position: center bottom;
}
a#hi_mail {
	background-position: right top;
}
a#hi_mail:hover {
	background-position: right bottom;
}
#site_tit, #site_desc {
	font-family: 'Arial';
	color: #134a51;
}
#site_tit {
	font-size: 25px;
	width: 240px;
	margin: 18px 0 0 30px;
}
#site_desc {
	margin-left: 40px;
}
#head_phone {
	margin: 50px 90px 0 0;
}
#phone_tit {
	color: #89b0b6;
	font-size: 12px;
	text-align: left;
	padding: 0 0 5px 12px;
	font-weight: bold;
}
#phone_txt {
	color: #2f6269;
	font-size: 50px;
	line-height: 40px;
}
#phone_txt span {
	font-size: 13px;
	font-weight: bold;
	display: block;
	float: left;
	line-height: normal;
	padding-top: 20px;
}
#head_adress {
	text-align: left;
	color: white;
	font-size: 17px;
	padding-top: 15px;
}
#head_adress span {
	color: black;
	font-size: 11px;
	padding-right: 10px;
}

#menu {
	background: url(images/menu_bg.gif) repeat-x left top;
}
#menu table {
	background: url(images/menu_r.gif) no-repeat right top;
}
#menu a {
	display: block;
	color: white;
	font-size: 12px;
	font-family: 'Arial';
	line-height: 48px;
	padding: 5px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	height: 48px;
}
#menu a:hover {
	color: #565656;
	text-decoration: none;
	background: #dadada;
}


#main_cont {
	background: url(images/content_bg.gif) repeat-x left top;
	height: 400px;
}
#cont_div {
	background: url(images/content.jpg) no-repeat left top;
	padding: 300px 75px 20px 75px;
}
#cont_pics {
	background: #7c979a;
	padding: 0 30px;
	margin-right: 8px;
}
#cont_pics td {
	padding: 17px 15px;
	text-align: center;
}
#right {
	background: url(images/right.jpg) no-repeat right top;
	padding-top: 45px;
}
#right_div {
	width: 402px;
	font-size: 17px;
}
#right_div a {
	color: black;
	text-decoration: underline;
}
#right_div a:hover {
	color: black;
	text-decoration: none;
}
#right_current {
	background: #80acb2 url(images/right_div_t.gif) no-repeat right top;
	padding: 15px 10px 10px 20px;
	color: white;
}
#right_current a {
	color: white;
	text-decoration: none;
}
#right_current a:hover {
	color: white;
	text-decoration: underline;
}
#right_other {
	background: url(images/right_div_b.gif) no-repeat right top;
}
#right_other div {
	padding: 25px 10px 15px 20px;
}
#right_other div div {
	padding: 0;
}
.right_small {
	font-size: 12px;
}
#footer {
	height: 90px;
	padding: 0 5px 0 5px;
}
#footer table {
	height: 90px;
}
#footer td {
	vertical-align: middle;
}


#copyrights {
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
}