
/*
 * ----------------------------------------------------
 * 1C-Bitrix
 * ----------------------------------------------------
 * by Limarc /Alexander Lobashev/
 * (c) 2007-2008 by Limarc, Lim-on Media
 * Web: http://www.lobashev.org
 *      http://www.limon-media.org
 * ----------------------------------------------------
 * Index: style_reset.css
 * ----------------------------------------------------
 *

 //  CSS Information:
     ------
     Colors:
         light orange: FF8000
          dark orange: D96C00
           dark beige: 4D4D40
            med beige: 80806B
          light beige: E5E5D8
          darker teal: 268080
            dark teal: 3DCCCC
           light teal: B3FFFF

 */

 /* `Default standart elements`
 ----------------------------------------------- */
 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, sub, sup, tt, var,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td
 {
         margin: 0px;
         padding: 0px;
         border: 0px;
         font-weight: inherit;
         font-style: inherit;
         font-size: 100%;
         font-family: inherit;
         vertical-align: baseline;
 }

 body
 {
         line-height: 1px;
 }

 table
 {
         border-collapse: separate;
         border-spacing: 0px;
 }

 caption, th, td
 {
         text-align: left;
         font-weight: normal;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after
 {
         content: "";
 }

 blockquote, q
 {
         quotes: "" "";
 }
 
 a img
 {
         border: none;
 }
