html{ width:100%; height: 100%; }

body {
        font: 100% Arial, Helvetica, sans-serif;
        color: #000;
        background: #FFF;
/*    line-height: 1.25em;*/
    width: 100%;
    height: 100%;
    text-align:center;
}

h1, h2, h3, h4, h5, h6{
margin:0;
padding:0;
        color: #000;
        font-size: 0.925em;
        line-height: 1.125em;
        font-weight: bold;
        text-transform: uppercase;
}

/* WRAPPER */

#wrapper{
        width: 724px;
        margin: 0 auto;
        padding: 0px 28px 28px 28px;
    text-align:left;
        height: 100%;
}

/* -------------- HEAD */

#head{
        height: 156px;
}

h1#logo{
  height: 136px; /* Нулевая высота блока */
  width: 100%;
  overflow: hidden; /* Скрывает область */
  background: url('../imgs/neftegazinjiniring-logo.gif') no-repeat; /* Фоновый рисунок для замены текста */
  text-indent: -1000em;
}

/* ------------------------- MENU */

div.menu{ text-align:center; }

#menu{
        height: 50px;
        width: 400px;
        margin: 0 auto;
        display: block;
}

#menu li{
        display: inline;
        float: left;
        line-height: 14px;
        font-size: 10px;
        text-transform: uppercase;
}

#menu li a{
        text-decoration: none;
        color: #79808C;
        display: block;
        text-align: center;
        padding: 0px 5px; 
}

#menu li a:hover{
        color: #2CA5E8;
}

#menu li b{
        padding: 0px 5px; 
        font-weight: normal;
        color: #2CA5E8;
}

/* ---------------- CONTENT */

#content{
        width: 100%;
        background: #FFF url('../imgs/vr-line.gif') no-repeat bottom center;
        display: table;
        
        font-size: 12px;
        padding-bottom: 86px;
}

/* ----------------- TITLE */
#title{
        width: 342px;
        height: 132px;
        background: url('../imgs/title-bg.gif') no-repeat top center;
        text-align:center;
        display: table;
        color: #4E5A67;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
        float: left;
}

#title #mainpage{

	height: 20px;

/*
	border: 1px solid red;
	position: absolute;
	margin-left: 130px;
*/
	margin: 0 auto;
    margin-top: 14px;
	width: 80px;
	left: 290px;
	cursor: pointer;
}

#title .mini{ 
        margin-top: 48px;
        line-height: 1.5em;
}
#title .big{
        margin-top: 6px;
        line-height: 2.5em;
}


#title_right{
        float: right;
        width: 340px;
}

/* ----------------- COL 1 */

#col1{
        width: 342px;
        float: left;
        margin-right: 40px;
}

#col2{
        width: 320px;
        float: right;
        margin-left: -320px;
        padding-left: 12px;
}

/* ------------------- FOOT */

#foot{
        color: #79808C;
        height: 83px;
        font-size: 0.55em;
        line-height: 1.25em;
        text-transform: uppercase;
        clear: both;
        padding-left: 140px;

}

#foot div.etc{
        height: 83px;
        display: block;
        width: 170px;
        text-align: right;
        padding-right: 60px;

        color: #79808C;

        background: url('../imgs/foot-catalogue-bg.gif') no-repeat top right;
        text-decoration: none;
        float: left;
        margin-right: 8px;
}

#foot a.catalogue{
        height: 83px;
        display: block;
        width: 170px;
        text-align: right;
        padding-right: 60px;

        color: #79808C;

        background: url('../imgs/foot-catalogue-bg.gif') no-repeat top right;
        text-decoration: none;
        float: left;
        margin-right: 8px;
}

#foot a{
	color: #79808C;
	text-decoration:none;
}
#foot a:hover{
        color: #2CA5E8;
}

#foot address{
        font-style: normal;
        float: left;
        width: 300px;
}

/* ---------------- ADDON */

img.left{
        float: left;
        margin: 0.5em 0.5em 0 0;
}

img.padright{
        margin-right: 20px;     
}

hr{
        border: none;
        padding:0;
        margin: 10px 6px;
        background: url('../imgs/hr-line.gif') repeat-x left bottom;
        width: 36px;
        clear: both;
        height: 8px;

}

#content a{
        color: #FF4800;
        text-decoration: none;
        border-bottom: 1px dotted #FF4800;
}
#content a:hover{
        color: #FF4800;
        text-decoration: none;
        border: none;
}

.cb{ clear: both; }

div.prod{
        display: block;
        clear: both;
        margin-bottom: 34px;
}

#content a.link{
		color: #79808C;
        line-height: 22px;
        background: url('../imgs/a-dot.gif') no-repeat left center;
        padding-left: 12px;
        text-decoration: none;
        border-bottom: 1px dotted #848B01;
}

#content a.link:hover{
        border: none;
        color: #2CA5E8;
}



#content h4{
	margin-top: 24px;
}


