body {
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.menu-main-item {
    background-color: #C1C1C1;
}

.menu-sub-item {
    padding: 10px 0px 5px 0px;
    background-color: #DEDEDC;
}

.link-menu-main-item {
    font: bold 14px Verdana;
    text-decoration: none;
    color: #666666;
}

.link-menu-main-item:hover {
    font: bold 14px Verdana;
    text-decoration: none;
    color: #000000;
}

.link-menu-sub-item {
    font: bold 12px Verdana;
    text-decoration: none;
    color: #777777;
}

.link-menu-sub-item:hover {
    font: bold 12px Verdana;
    text-decoration: none;
    color: #222222;
}
.text-normal {
    font: normal 12px Verdana;
    text-decoration: none;
    color: #000;
}

div#part_top {
    position: relative;
    width: 900px;
    height: 75px;
    background: url("../images/top_separator.gif") bottom left no-repeat;
}

div#part_menu {
    float: left;
    position: relative;
    margin: 25px 30px 30px 10px;
    padding: 0px 0px 0px 0px;
    width: 226px;
    background-color: #DEDEDC;
}

div#part_content {
    float: left;
    position: relative;
    margin: 25px 30px 30px 10px;
    padding: 0px 0px 0px 0px;
    width: 580px;
    text-align: left;
    font: normal 13px Verdana;
}

div#part_contacts {
	background-image: url("../images/back_contacts.gif");
    float: left;
    position: relative;
    margin: 25px 30px 30px 10px;
    padding: 0px 0px 0px 0px;
    width: 430px;
    height: 322px;
    text-align: left;
    font: normal 12px Verdana;
}

div#part_content_address {
	position: absolute;
	top: 10px;
	left: 75px;
}

div#part_content_mobile {
	position: absolute;
	top: 65px;
	left: 75px;
}

div#part_content_home {
	position: absolute;
	top: 120px;
	left: 75px;
}

div#part_content_fax {
	position: absolute;
	top: 175px;
	left: 75px;
}

div#part_content_email {
	position: absolute;
	top: 230px;
	left: 75px;
}

div#part_content_email_2 {
	position: absolute;
	top: 285px;
	left: 75px;
}

img#image_logo {
    margin: 0px 45px 0px 10px;
}

img#image_contacts_1 {
    margin-left: 400px;
    margin-bottom: 10px;
}
img#image_contacts_2 {
    margin-left: 25px;
    margin-bottom: 10px;
}
