            /***** GLOBAL RESET *****/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
            /***** END OF GLOBAL RESET *****/
body {
    font-size:14px;
    line-height:20px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    }
    

h1, h2, h3, h4, h5 {
    letter-spacing:0.2px;
    font-family:Georgia, serif;
    font-style:italic;
    font-weight:normal;
    margin-bottom:20px;
}

h1 {
    font-size:24px;
    color:#336699;
    line-height:32px;
}

h3 {
    font-size:18px;
    color:#3399cc;
}
    
h5 {
    font-size:16px;
    color:#6699cc;
}    
    
strong {
    color:#777;
}
    
p {
    text-align:left;
    font-size:14px;
    margin-bottom:20px;
}

ol {
    list-style:decimal;
}

a {
    color:#78a614;
}

.logo   {
    position:absolute;
    top:120px;
    right:0;
    width:431px;
    height:126px;
}

.header   {
    position:absolute;
    top:0;
    left:0;
    text-indent:-5000px;
   /* width:505px;*/
    width:450px;
    height:348px;
    background:url("../img/girl.jpg");
    z-index:-1000;
}

#container {
    float:none;
    width:960px;
    margin:0 auto;
}



/*************************** Header ***************************/

#header {
    width:960px;
    height:350px;
    background:url("");
    position:relative;
}


#languages {
    position:absolute;
    right:0;
    top:0px;
    width:183px;
    height:37px;
    background:url(../img/lang_bg.gif) no-repeat #ccff66;
}

.lang {
    display:block;
    padding:6px 0 0 35px;
}
/*************************** Content ***************************/
#content {
    margin-bottom:30px;
}

#content ul {
    list-style:disc;
}

#content ol, #content ul {
    margin-left:0;
    padding-left:36px;
}

#content li {
    margin-bottom:20px;
}

/*************************** Product ***************************/

#product_item {
border-bottom:1px solid #6699cc;
float:left;
margin-bottom:20px;
padding-bottom:10px;
width:960px;
}

#product_item img {
border:0 none;
float:left;
margin-right:12px;
}

#product_item h5 {
    color:#cc3333
}


/*************************** Navigation ***************************/

#navigation {
    margin:0 auto 60px;
    background:url(../img/nav_bg.gif) no-repeat #ccff66;
    width:100%;
    height:43px;
}

#navigation ul{
    font-size:18px;
    padding-top:12px;
    text-align:center;
}

#navigation li {
    display:inline;
    margin-right:5%;
    padding:0 6% 0 0;
    border-right:1px #fff solid;
}

#navigation ul.nav_ru li {margin-right:1%;}

#navigation li a {
    color:#336699;
    
}

#navigation li a:hover {
    color:#0066cc;
    
}

#navigation li.last_item {
    margin-right:0;
    border:0;
    padding-right:0;
}

/*************************** Footer ***************************/
.clear {
    clear:both;
}

#footer {
    clear:both;
    border-top:1px solid #ccc;
    padding-top:10px;
    width:98%;
    margin:30px auto;
    text-align:center;
    color:#aaa;
}

#footer p {
    font-size:12px;
}

#footer li {
    border-left:1px solid #ccc;
    display:inline;
    padding:0 20px;
}

#footer li.first_item {
    border-left:none;
}

#footer li a:hover {
    color:#92c043;
}


/*************************** Cart ***************************/

#cart {
    width:600px;
    margin:0 auto;
}

#cart table {
    width:100%;
    text-align:left;
    margin-bottom:20px;
    border:1px solid #ddd;
    padding:9px 9px 36px;
    background:url("../img/cart_bg.gif") repeat-x top left;
}

#cart th {
    color:#6699cc;
}

#cart tr {
    height:36px;
}

#cart td {
    border-bottom:1px solid #eee;
    vertical-align:bottom;
}

#cart input {
    background:#f6f6f6;
    border:solid 1px #ddd;
    padding:2px 2px;
    text-align:center;
    color:#000;
}

#cart input.my_button, #cart input.to_bestellformular, #form_wrapper button {
    height:36px;
    margin:0 10px 30px 0;
    color:#003366;
    background:url(../img/button_bg.gif) repeat-x #959595;
    border:1px solid #ccc;
    padding:3px 8px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:14px;
}

#cart input.to_bestellformular {
    float:right;
    margin-right:0;
    width:130px;
}

#cart input.my_button {
    float:left;
    width:100px;
}

#chat {
    position: absolute;
    top: 16px;
    left: 0;
}
