/*******************/
/*                 */
/*  Common styles  */
/*                 */
/*******************/

* {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #eeeeee url("/design/img/html_bg.png") repeat-x;
}

body {
    position: relative;
    width: 951px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url("/design/img/body_bg.png") repeat-y;
}

* html body {
    height: 100%;
}

/******************/
/*                */
/*     Header     */
/*                */
/******************/

#header {
    position: relative;
    height: 269px;
    background: #3f83b5 url("/design/img/header_bg.jpg") no-repeat bottom center;
}

#header big {
    position: relative;
    top: 20px;
    padding: 0 0 0 10px;
}

#header big a {
    font-family: Arial, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

#header div.top, div.bottom {
    position: absolute;
    width: 165px;
    height: 30px;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    letter-spacing: -1px;
    line-height: 1.2;
}

#header div.top {
    top: 146px;
    left: 400px;
}

#header div.bottom {
    top: 190px;
    left: 400px;
}

#header address {
    position: absolute;
    top: 155px;
    right: 45px;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    color: white;
    letter-spacing: -1px;
    line-height: 1.5;
}

/******************/
/*                */
/*     Footer     */
/*                */
/******************/

#footer {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: #eeeeee url("/design/img/footer_bg.png") no-repeat;
}

#footer small {
    position: absolute;
    right: 0;
    top: 21px;
    padding: 0 10px 0 0;
    font-size: 8pt;
    font-weight: bold;
    color: #a2a2a2;
}

/******************/
/*                */
/*      Menu      */
/*                */
/******************/

#menu {
    position: absolute;
    top: 50px;
    right: 0;
    width: 940px;
    height: 31px;
    padding: 0 16px 0 0;
}

/*******************/
/*                 */
/*     Content     */
/*                 */
/*******************/

#content {
    width: 100%;
    background: url("/design/img/content_bg.png") no-repeat;
    padding: 0 0 40px 0;
}

#leftcol {
    float: left;
    width: 245px;
    padding: 34px 8px 10px 17px;
}

#rightcol {
    float: right;
    width: 655px;
    padding: 34px 17px 10px 8px;
}

/* Title */

#rightcol h2 {
    padding: 5px 10px 5px 10px;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    color: #104e84;
}

/* Left Catalog List */

#leftcol ul {
    padding: 0 0 31px 0;
    margin: 0;
    list-style: none;
    background: url("/design/img/list_bg.png") repeat-x bottom left;
}

#leftcol ul li {
    position: relative;
    padding: 0;
    margin: 0;
}

#leftcol ul li a {
    display: block;
    width: 100%;
    padding: 9px 0 9px 0;
    margin: 0;
    text-decoration: none;
    background: url("/design/img/list_bg.png") repeat-x bottom left;
}

#leftcol ul li a:hover {
    background: url("/design/img/list_bg_over.png") repeat-x;
}

#leftcol ul li a span.bullet {
    padding: 0 0 0 17px;
    margin: 0 0 0 10px;
    font-weight: bold;
    font-size: 8pt;
    letter-spacing: -1px;
    color: #484848;
    background: url("/design/img/bullet.gif") no-repeat center left;
}

/* Block */

#rightcol div.block {
    position: relative;
    padding: 0 0 0 30px;
    //padding-left: 15px;
    height: 180px;
    background: #104e84 url("/design/img/blue_block.png") no-repeat;
}

#rightcol div.block a {
    display: block;
    float: left;
    margin: 18px 15px 0 15px;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    color: white;
}

#rightcol div.block a img {
    display: block;
    padding: 3px 3px 3px 3px;
    margin: 0;
    border: none;
    background: url("/design/img/section_frame.png") no-repeat;
}

#rightcol a {
    color: #306694;
}

lnk {
color: Gray;
text-decoration: none;
font-size: x-small;
}
a.lnk {
color: Gray;
text-decoration: none;
font-size: x-small;
}
