html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    text-align: left;
    vertical-align: baseline;
}
a img, :link img, :visited img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol, ul {
    list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
    content: "";
}

body {
    font: 75%/1.4 "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    background: #eee;/*#90949a url(img/page_bgr.png)*/;
}
strong {
    font-weight: bold;
}

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

#container {
    color: #333;
    padding: 0 20px;
    margin: 20px auto;
    width: 720px;
    font-size: 100%;
    background: #fff /*url(img/page_bgr_m.png) repeat-y 0 -3px*/;
}

p {
    margin: 0 0 10px 0;
}
.c {
    clear: both;
}

#topShad {
    width: 760px;
    height: 3px;
    margin: 0 -20px;
    /*background: url(img/page_bgr_t.png) no-repeat 0 0;*/
}
#bottomShad {
    width: 760px;
    height: 3px;
    margin: 0 -20px;
    /*background: url(img/page_bgr_b.png) no-repeat 0 0;*/
}


/* Header */

#header {
    padding-top: 20px;
    margin: 0 -17px 30px;
    float: left;
    display: inline;
    width: 754px;
    border-bottom: 1px solid #ccc;
}
#header h1 {
    float: left;
}
#header h1 a {
    float: left;
    display: inline;
    color: #524d49;
    margin: 10px 20px;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 1.7em;
    text-indent: -1000em;
    height: 41px;
    width: 100px;
    background: url(../images/sdlogomini.png) no-repeat 0 0;
}


#header .icqContacts {
    text-align: right;
    margin-top: 10px;
    padding: 0 12px 5px 20px;
    float: right;
}
.icqContacts strong {
    letter-spacing: -1px;
    margin-left: 6px;
/*    padding-left: 17px;*/
/*    background: url(img/icq_status.png) no-repeat 0 100%;*/
}
.icqContacts strong img {
    vertical-align: middle;
}
/*.icqContacts strong.online {
    background-position: 0 0;
}
.icqContacts strong.offline {
    background-position: 0 -30px;
    color: #999;
}
*/
#navbuy {
    background: #66cc33 /* #5b6892  url(img/nav_bgr.png) repeat-x 0 0 */;
    border-top: 1px solid #66cc33/* #535a8c */;
    border-bottom: 1px solid #66cc33 /*#535a8c*/;
    float: left;
    width: 100%;
}
#navlearn {
    background: #339900 /* #5b6892  url(img/nav_bgr.png) repeat-x 0 0 */;
    border-top: 1px solid #339900 /* #535a8c */;
    border-bottom: 1px solid #339900 /*#535a8c*/;
    float: left;
    width: 100%;
}
#header ul {
    float: right;
}
#header #navbuy li {
    float: left;
    border-left: 1px solid #66cc33 /*#535a8c*/;
}
#header #navlearn li{
    float: left;
    border-left: 1px solid #339900 /*#535a8c*/;
}
#header #navbuy li a {
    padding: 5px 14px;
    color: #fff; /* #d5d7de; */
    text-decoration: none;
    font-weight: bold;
    float: left;
}
#header #navlearn li a {
    padding: 5px 14px;
    color: #fff; /*#d5d7de;*/
    text-decoration: none;
    font-weight: bold;
    float: left;
}
#header #navbuy li a:hover {
    color: #fff;
    background: #339900 /*#707da7*/;
}

#header #navlearn li a:hover {
    color: #fff;
    background: #66cc33 /*#707da7*/;
}

/*.catalogue #header #navbuy li#nCatalogue a, .help #header li#nHelp a, .contacts #header li#nContacts a {
    color: #fff;
    background: #66cc33 /*#5b6892 url(img/nav_bgr.png) repeat-x 0 -50px
}  */
/*.catalogue #header #navlearn li#nCatalogue a, .help #header li#nHelp a, .contacts #header li#nContacts a {
    color: #fff;
    background: #339900 /*#5b6892 url(img/nav_bgr.png) repeat-x 0 -50px;
} */
/* Body */

#body {
    clear: both;
    overflow: hidden;
}
#body .article {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.catalogue #body .article {
    margin-bottom: 40px;
}
#body h2, #body h3 {
    color: #524d49;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 1.9em;
    margin: 0 0 5px 0;
}
#body h3 {
    color: #777;
    padding-top: 10px;
    font-size: 1.3em;
}
#body .desc {
    float: left;
    width: 500px;
}
.catalogue #body .desc {
    margin-bottom: 20px;
}
#body .prices caption {
    font-weight: bold;
    color: #555;
    font-size: 1.2em;
    letter-spacing: 2px;
    background: #eee;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 1px 5px;
}
#body table.prices {
    float: right;
    width: 200px;
}
#body table.prices th {
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
#body table.prices td {
    padding: 5px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

#body .gallery {
    clear: both;
    margin: 0;
}

#body .gallery li {
    float: left;
    display: inline;
    margin-right: 10px;
}
#body .gallery a {
    float: left;
    padding: 2px;
    border: 1px solid #ccc;
}
#body .gallery a:hover {
    border-color: #999;
}
#body .gallery .caption {
    width: 146px;
    padding: 2px 5px;
    background: #eee;
    border-bottom: 1px solid #ccc;
    color: #444;
    clear: left;
}
#body .gallery .caption h3 {
    font-weight: bold;
    color: #555;
    padding: 0;
    font-size: 1em;
    margin: 0;
    letter-spacing: 0;
}
#body .gallery .caption p {
    margin: 0;
    font-size: .95em;
}
#body .gallery a img {
    background: #eee;
    display: block;
    width: 150px;
}

#body #contactDetails {
    float: right;
    width: 200px;
}
#body #contactDetails h3 {
    padding-top: 0;
}

form label {
    display: block;
}
form .button {
    width: auto;
}
form textarea, form input {
    width: 97%;
    padding: 2px;
}
form input {
    width: 94%;
}

.col {
    float: left;
    width: 50%;
}

.help #body ul {
    margin: 10px 0 20px;
    padding-left: 30px;
}
.help #body ul li {
    list-style: disc;
}

