html, body {
    margin: 0;
    padding: 0;
    font: 13px "Tahoma", "Verdana", "Trebuchet MS";
    color: #433e3e;
    text-align: left;
    background: #d8e8fd url(/gfx/bg_body.jpg) repeat-y top center;
}

div#container {
    width: 100%;
    float: left;
    background: #fff url(/gfx/bg_container.jpg) repeat-x 0 0;
}
div#content {
    width: 810px;
    margin: 0 auto;
}
div#top {
    width: 810px;
    height: 161px;
    float: left;
}
div#content-data {
    width: 810px;
    min-height: 181px;
    float: left;
    background: transparent url(/gfx/bg_content_data.jpg) no-repeat 0 0;
    position: relative;
}
div#gallery {
    width: 386px;
    height: 251px;
    position: absolute;
    top: -93px;
    right: 86px;
    text-align: center;
    font-size: 11px;
    color: #0e1aaf;
}
div#gallery-images {
    width: 386px;
    height: 223px;
    margin-bottom: 6px;
}
div#menu {
    float: left;
    margin-top: 8px;
}
div#data {
    width: 741px;
    padding: 10px 35px 15px 34px;
    float: left;
    background: transparent url(/gfx/bg_data.jpg) repeat-y 0 0;
}
div#footer {
    clear: both;
    width: 100%;
    height: 91px;
    float: left;
    background: transparent url(/gfx/bg_footer.gif) repeat-x 0 0;
}
div.footer {
    width: 810px;
    height: 88px;
    margin: 0 auto;
    position: relative;
}
div.footer-inside {
    position: absolute;
    top: -3px;
    left: 0;
    font: 11px "Georgia";
    color: #0e1aaf;
    width: 760px;
    height: 84px;
    padding: 10px 25px 0 25px;
    background: transparent url(/gfx/bg_footer_inside.gif) repeat-x top center;
}

/*table*/
table.prices {
    width: 741px;
    float: left;
    margin: -15px 0 30px 0;
}
table.prices th {
    height: 30px;
    padding: 4px;
    vertical-align: middle;
}
table.prices td {
    height: 30px;
    padding: 4px 15px;
    vertical-align: middle;
}
table.prices tr.even td { background-color: #EEF5FD; }
table.prices tr.odd td { background-color: #FBFCFF; }

/*headings*/
h1 {
    font: 24px "Georgia";
    color: #0e1aaf;
    padding-bottom: 4px;
    background: transparent url(/gfx/bg_h1.gif) no-repeat bottom center;
}
h2 {
    font: 20px "Georgia";
    color: #0e1aaf;
    padding-bottom: 4px;
    background: transparent url(/gfx/bg_h1.gif) no-repeat bottom center;
}
h2.error { color: #af0e0e; }

/*links*/
div#gallery a.link,
div#gallery a.prev,
div#gallery a.next {
    color: #0e1aaf;
    font: 11px "Georgia";
    text-decoration: none;
    margin: 0 4px;
}
div#gallery a.prev {
    padding-left: 14px;
    background: transparent url(/gfx/prev.gif) no-repeat center left;
}
div#gallery a.next {
    padding-right: 14px;
    background: transparent url(/gfx/next.gif) no-repeat center right;
}
div#gallery a.link.current { color: #352929; }
div#menu a {
    font: 16px "Georgia";
    color: #525252;
    text-decoration: none;
    font-weight: bold;
    clear: both;
    float: left;
    margin: 0 0 3px 58px;
    padding: 0 0 0 14px;
    background: transparent url(/gfx/bg_link.gif) no-repeat 0 6px;
}
div#menu a.pinned { color: #af0e0e; }
div#menu a.pinned:hover,
div#menu a.pinned.current { color: #af0e0e; }
div#menu a:hover,
div#menu a.current {
    color: #0e1aaf;
    background-position: 0 -23px;
    padding: 0 0 0 24px;
}
a {
    color: #0e1aaf;
    text-decoration: none;
}
div#footer a:hover { text-decoration: underline; }

/*pager*/
div.pager {
    float: left;
    width: 460px;
    height: 31px;
    padding: 10px 10px 9px 10px;
    margin: 10px;
    background: transparent url(/gfx/pager/bg_pager.gif) no-repeat 0 0;
}
div.pager a,
div.pager span {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    padding: 9px 0 0 0;
    margin: 0 4px;
    text-align: center;
    font: 12px "Georgia", "Verdana", "Trebuchet MS";
    color: #00619d;
    text-decoration: none;
    background: transparent url(/gfx/pager/bg_page.gif) no-repeat top center;
}
div.pager span {
    color: #fbfbfb;
    background: transparent url(/gfx/pager/bg_page.gif) no-repeat 0 -62px;
}
div.pager a.prev,
div.pager a.next {
    width: 81px;
    height: 31px;
    padding: 0;
    margin: 0;
}
div.pager a.next { width: 105px; }
div.pager a:hover { background: transparent url(/gfx/pager/bg_page.gif) no-repeat 0 -31px; }

/*images*/
img { border: 0; }
img.images {
    border: 1px solid #0e1aaf;
    padding: 1px;
    margin: 0 0 5px 5px;
}
img.gallery {
    border: 1px solid #0e1aaf;
    padding: 1px;
    margin: 10px 10px 10px 13px;
}

/*span*/
span.copyright { color: #979797; }

/*paragraph*/
p {
    margin: 0 0 15px 0;
    line-height: 18px;
}

/*list*/
ul {
    padding: 0;
    margin: 0 0 0 15px;
    list-style-type: none;
}
ul li {
    padding: 0 0 0 12px;
    margin: 5px 0;
    background: transparent url(/gfx/ulli.gif) no-repeat 0 6px;
}

/*form*/
form label {
    display: block;
    width: 80px;
    padding-left: 5px;
    margin: 3px 0 0 0;
    float: left;
    color: #000;
}
form label.width {
    width: 105px;
    margin-left: 30px;
}
div.input {
    width: 213px;
    height: 21px;
    padding: 3px 0 0 5px;
    margin-bottom: 4px;
    float: left;
    background: transparent url(/gfx/bg_input.gif) no-repeat 0 0;
}
input {
    width: 208px;
    border: 0;
    background-color: transparent;
}
div.textarea {
    width: 333px;
    height: 110px;
    padding: 3px 0 0 5px;
    margin-bottom: 4px;
    float: left;
    background: transparent url(/gfx/bg_textarea.gif) no-repeat 0 0;
}
textarea {
    width: 323px;
    height: 102px;
    border: 0;
    overflow: auto;
    background-color: transparent;
}
div.big {
    width: 576px;
    background: transparent url(/gfx/bg_textarea_big.gif) no-repeat 0 0;
}
div.big textarea { width: 566px; }
input#submit {
    color: #0e1aaf;
    font: 18px "Georgia";
    float: right;
    margin: 10px 0;
    cursor: pointer;
    outline: none;
}

/*other*/
a { outline: none; }
label { cursor: pointer; }
fieldset { border: none; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }

.pl20 { padding-left: 20px; }
