* {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

#wrap-header {
    text-align: center;
}

object#header {
    display: block;
    margin: 0 auto; 
}

#wrap-menu {
    width: 100%;
    height: 34px;
    background: url(/img/bg-menu.png) repeat-x;
    text-align: center;
    font-size: 0;
}

#wrap-menu img {
    margin: 2px 15px auto 15px;
}

#wrap-menu a {
    outline: none;
}

#wrap-rulon {
    padding-top: 20px;
    text-align: center;
}

#wrap-rulon > div {
    display: block;
    margin: 0 auto;
}

#wrap-rulon-top {
    width: 865px;
    height: 57px;
    background: url(/img/rulon-top.png) right no-repeat;
}

#wrap-rulon-bottom {
    width: 865px;
    height: 62px;
    background: url(/img/rulon-bottom.png) right no-repeat;
}

#wrap-rulon-body {
    position: relative;
    width: 865px;    
    background: url(/img/rulon-bg.png) right repeat-y;
    text-align: left;    
}

#content {
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 14px;
    padding: 25px 0 25px 150px; /* 25px - offset from bottom, 150px - menu width */
    margin: 0 75px 0 75px;
    color: #000100;
}

#content h1, #content h2, #content h3 {
    color: #603a17;
}

#content h1 {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#content p {
    margin-bottom: 10px;
}

#wrap-footer {
    width: 750px;
    padding: 50px 0 50px 0;
}

#wrap-footer, #wrap-footer a {
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 10px;
    color: #797979;
}

#footer {
    padding-left: 150px;
}

#copyright {
    float: left;
}

#authors {
    float: right;
}

#phone {
    position: absolute;
    top: -50px;
    left: 11px;
    width: 109px;
    height: 59px;
    background: url(/img/bg-phone.jpg) no-repeat;    
}

#menu {
    position: absolute;
    top: 50px;
    left: 35px;
}

#menu ul {
    list-style: none;
}

#menu li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #f05a2a;
    padding-bottom: 23px;
}

#menu a {
    color: #000100;
    outline: none;
}

#menu a:active {
    color: #f05a2a;
    text-decoration: none;
}

#menu-ref-order {
    /*
    position: relative;
    left: -4px;
    */
}

#indicator {
    position: absolute;
    left: 120px;
    background: url(/img/h1-bullet.png) no-repeat;
    width: 32px;
    height: 28px;
}

#content table {
    width: 550px;
    border-collapse: collapse;
}

#content th {
    font-family: Georgia, 'Times New Roman', Times, serif;    
    font-size: 12px;
    color: #000100;
    vertical-align: text-bottom;
    text-align: center;
    padding-bottom: 30px;
}

#content th.section-header {
    text-align: left;
    font-family: 'Times New Roman', Times, Georgia, serif;    
    font-size: 25px;
    color: #603a17;    
}

#content td {
    font-family: Georgia, 'Times New Roman', Times, serif;    
    font-size: 12px;
    color: #000100;
    vertical-align: top;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

#content td.pimage, #content td.ptext {
    text-align: left;
}

.ptitle {
    font-size: 14px;
    color: #f05a2a;
    padding-top: 15px;    
    padding-bottom: 10px;
}

#content td.pexit, #content td.pprice {
    padding-top: 17px;    
}

#content td.pprice {
    font-size: 14px;
}

#content td.pnumber {
    padding-top: 16px;
}

input.spinedit {
    border: 1px solid #809db9;
    width: 23px;
    height: 18px;
    padding-left: 7px;
    padding-right: 20px;
    background: url(/img/bg-spinedit.png) 100% 0% no-repeat;
    text-align: left;
}

input.spinedit.up, input.spinedit.down, input.spinedit.downp, input.spinedit.upp {
    cursor: pointer;
}

input.spinedit.up {
    background-position: right -18px;
}

input.spinedit.down {
    background-position: right -36px;
}

input.spinedit.downp {
    background-position: right -54px;
}

input.spinedit.upp {
    background-position: right -72px;
}
