/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font: 12px/135% arial,helvetica,clean,sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #ababab;
    color: #000;
}

img {
    border: 0;
}

label {
    font-size:12px;
}

h1 {
    font-size:20px;
    line-height:1.2em;
    font-weight:bold;
    margin-bottom:10px;
}

h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

hr {
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
    height: 1px;
}

form p {
    margin-bottom: 1em;
}

form dl {
    clear: both;
}

form dt {
    float: left;
    clear: both;
    width: 115px;
    margin-right: 10px;
}

form dd {
    
}

form dt, form dd {
    margin-bottom: 1em;
}

input[type=submit] {
    border: 1px solid #404040;
    background: #7b0020;
    padding: 2px 5px;
    color: #fff;
    margin: 5px 0;
}

input[type=text] {
    width: 200px;
}

.error {
    color: #cc0000;
}


.clear-both {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    float: none !important;
}

#page_cnt {
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: auto;
    background: #ebebeb;
}

#head {
    width: 100%;
    height: 180px;
    background: #fff;
    border-bottom: 3px solid #a4a4a4;
}

#logo {
    width: 196px;
    float: left;
}

#logo h1 {
    display: block;
    margin: 0;
    padding: 0 0 16px 0;
    height: 136px;
    width: 196px;
    background: url(/img/common/pmmi_head_logo.png) no-repeat left center;
}

#logo h1 a {
    display: block;
    height: 136px;
    width: 196px;
    overflow: hidden;
    text-indent: 200px;
    white-space: nowrap;
}

#logo .head_lang_select {
    width: 166px;
    background: #7b0020;
    height: 22px;
    color: #fff;
    padding: 6px 0 0 30px;
}

#logo .head_lang_select ul {
    list-style-type: none;
}

#logo .head_lang_select a {
    text-decoration: none;
    color: #fff;
}

#logo .head_lang_select a:hover {
    text-decoration: underline;
}

#logo .head_lang_select li {
    display: inline;
    padding: 0 5px;
    border-left: 1px solid #bd4951;
    border-right: 1px solid #8d132d;
}

#logo .head_lang_select li.last {
    padding-right: 0;
    border-right: none;
}

#logo .head_lang_select li.first {
    padding-left: 0;
    border-left: none;
}

#actual {
}

#columns {
    overflow: hidden;
}

#menu,
#content {
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    float: left;
}

#menu {
    width: 196px;
}

#menu h2 {
    padding: 5px 10px 5px 30px;
    background: #d9d9d9;
    color: #666;
    margin: 15px 0;
    clear: both;
    font-weight: normal;
    font-size: 12px;
}

#content {
    width: 784px;
    background: #fff;
}

#content.textured {
    background-image: url(/img/furniture/content_texture.jpg);
    background-repeat: repeat-y;
}

#pestmegye_supp {
    padding-left: 30px;
    padding-bottom: 15px;
}

#pestmegye_supp p {
    margin-top: 10px;
}

#pestmegye_supp a {
    color: #7b0020;
    text-decoration: none;
}

#pestmegye_supp a span {
    text-decoration: none;
    color: #333;
}

#footer {
    border-top: 3px solid #a4a4a4;
    background: #333;
    color: #a3a3a3;
    font-size: 11px;
}

#footer strong {
    color: #666;
    font-weight: normal;
}

#footer a {
    text-decoration: none;
}

#footer .contacts a {
    color: #666;
}

#footer a:hover {
    color: #7b0020;
    background: #bd7f8f;
}

#footer ul {
    list-style-type: none;
    line-height: 1.85em;
}

#footer ul li,
#footer ul li a {
    color: #666;
}

#footer ul ul li,
#footer ul ul li a {
    color: #a3a3a3;
}

#footer .contacts {
    text-align: right;
}

#footer hr {
    clear: both;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #373737;
    height: 0px;
    margin: 0;
}

#footer div.row {
    clear: both;
    width: 980px;
}

#footer div.col1,
#footer div.col2,
#footer div.col3,
#footer div.col4,
#footer div.col5 {
    float: left;
    padding: 22px 20px 23px 30px;
}

#footer div.col1 {
    width: 146px;
}

#footer div.col2 {
    width: 342px;
}

#footer div.col3 {
    width: 538px;
}

#footer div.col4 {
    width: 734px;
}

#footer div.col5 {
    width: 930px;
}

#detail_column {
    display: block;
    float: right;
    clear: right;
    width: 172px;
    margin: 10px 22px 10px 10px;
}