/* CSS Document */

html { height:96%;}
body { height:100%; background: #6f6f70; background-image:url(imgs/bg.png); background-position: center top;  background-attachment: fixed; }
div { padding:0; margin:0;}
form { padding:0; margin:0;}
img { border:0;}

.table { border-collapse:collapse; border:0; padding:0; margin:0;}
*{
    font-size:13px; 
    font-family: Arial, Tahoma, sans-serif;
}

.leftmenu
{
    font-size:14px;
    padding:14px;
    margin-bottom:14px;
    background-color:#f0f0f3;
    border-right:1px solid #acafbc;
    border-bottom:1px solid #acafbc;
}
.topmenu
{
    font-size:14px;
    padding:16px;
    padding-left:28px;
    background-color:#9097a4;
    border-left:1px solid #acafbc;
    width:120px;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
    margin:0px;
    margin-bottom:4px;
}
h1
{
    color: #525966;
    font-size: 26px;
}
h2
{
    color: #adb0bd;
    font-size: 22px;
}
a:link
{
    /*color: #525966;*/
	color: blue;
    text-decoration: none;
    /*font-size:inherit;*/
}
a:visited
{
    /*color: #525966;*/
	color: blue;
    text-decoration: none;
    /*font-size:inherit;*/
}
a:hover
{
    color: #000000;
    text-decoration: underline;
    font-size:inherit;
}
.pathtitle{
    /*font-family: Arial, sans;*/
	font-family: times;
    font-weight: bold;
    font-size:14px;
    /*color:#666699*/
	color: #525966;
}
.divtitle{
    padding-right: 8px;
    text-transform: uppercase;
}
.title{
    font-family: 'Arial Black', Arial, sans;
    font-weight: bold;
    font-size:14 px;
    padding-left:46;
    background-repeat: no-repeat;
    color:#000066;
}
.centerpart{
    background-position:bottom left;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}
.ftitle{background-color: #CFCFE7;  font-weight: bold;  font-size: small;  width: 20%;}

.m_prom { background: url(imgs/m_prom.gif) repeat-y top right; }
.m_hydro { background: url(imgs/m_hydro.gif) repeat-y top right; }
.m_fiting { background: url(imgs/m_fiting.gif) repeat-y top right; }
.m_catalog { background: url(imgs/m_catalog.gif) repeat-y top right; }