* {
    margin: 0;
    padding: 0;
}

html {height: 100%;}

* html body {height: 100%;}

body {
    min-height: 100%;
    position: relative;
}
body {
    font-family: Tahoma, Sans;
    font-size: 12px;
    background: #ffffff url('../img/head_bg.jpg') left top repeat-x;
}
ul {
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
}
a {
    color: #0069ab;
    text-decoration: none;
}
a:hover {
    color: #36b1ff;
}
/* CLASSES */
div.head {
    width: 800px;
    height: 185px;
    margin: auto;
    background: transparent url('../img/head_center_bg.jpg') center top no-repeat;
}
div.logo_txt {
    position: absolute;
    margin-top: 110px;
    margin-left: 185px;
}
div.top_panel {
    position: absolute;
    margin-left: 500px;
    margin-top: 70px;
}
div.top_panel a {
    float: left;
    display: block;
    height: 30px;
    margin: 3px;
    margin-left: 10px;
    padding-top: 2px;
    font-size: 14px;
}
a.about {
    padding-left: 30px;
    background: transparent url('../img/ico/about.jpg') left top no-repeat;
}
a.contact {
    padding-left: 30px;
    background: transparent url('../img/ico/contact.jpg') left top no-repeat;
}
div.top_menu {
    position: absolute;
    margin-left: 180px;
    margin-top: 154px;
}
div.title {
    width: 800px;
    height: 46px;
    margin: auto;
    padding-top: 10px;
    background: transparent url('../img/title_center_bg.jpg') 50px top no-repeat;
}
a.price {
    display: block;
    height: 36px;
    width: 77px;
    padding-left: 35px;
    padding-top: 3px;
    background: transparent url('../img/ico/price.jpg') left top no-repeat;
    font-size: 11px;
}
a.news {
    display: block;
    height: 40px;
    width: 77px;
    padding-left: 35px;
    padding-top: 3px;
    background: transparent url('../img/ico/news.jpg') left top no-repeat;
    font-size: 11px;
}
div.inf_news_item {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    font-size: 11px;
    color: gray;
}
div.inf_news_item span a {
    padding-bottom: 4px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 2px;
    display: block;
    font-size: 10px;
    border-bottom: 1px solid #c8dfed;
}
div.inf_news_item div {
    padding-top: 5px;
    text-align: right;
}
a.catalog {
    display: block;
    height: 40px;
    width: 77px;
    padding-left: 35px;
    padding-top: 3px;
    background: transparent url('../img/ico/catalog.jpg') left top no-repeat;
    font-size: 11px;
}
h1.title_txt {
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 13px;
    color: #0069ab;
}
div.title_txt_line {
    height: 10px;
    background: #ffffff url('../img/title_line.jpg') left top no-repeat;
}
div.body_page {
    width: 800px;
    margin: auto;
    padding-bottom: 210px;
}
div.panel_content {

}
div.foot {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 190px;
    width: 100%;
    background: #ffffff url('../img/foot_bg.jpg') left bottom repeat-x;
}
div.foot_center {
    width: 800px;
    height: 190px;
    margin: auto;
    background: transparent url('../img/foot_center_bg.jpg') center bottom no-repeat;
}
div.bottom_panel {
    position: absolute;
    width: 278px;
    height: 89px;
    bottom: 50px;
    left: 50%;
    margin-left: -300px;
    background: transparent url('../img/bottom_panel.jpg') left top no-repeat;    
}
div.bottom_panel_phone {
	font-size: 16px;
	color: green;
	font-weight: bold;
	padding-left: 45px;
	padding-top: 13px;
	padding-bottom: 10px;
}
div.bottom_panel_address {
	font-size: 10px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 10px;
	color: gray;
}
div.copyright {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -150px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #0069ab;
}
div.develop {
    position: absolute;
    bottom: 25px;
    left: 80%;
    margin-left: -150px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #0069ab;
}
table.table_catalog {
    border-collapse: collapse;
    border-color: silver;
}
table.table_catalog th {
    font-size: 9px;
    font-weight: bold;
}
table.table_catalog td {
    font-size: 9px;
}