html,body,ul,ol,li,p,td,h1,h2,h3,h4,h5,h6,form,fieldset,a,img{margin:0;padding:0;border:0}
a img{border:none;cursor:pointer;text-decoration:none}

html, body  
    {
    height:100%;
    hyphens: auto;
    }
body 
    {
    background:#fff url(/img/main_bg.gif) top left repeat-x;
    font-family: 'Cuprum', sans-serif;
    font-size: 16px;
    font-weight: 400;
    }
#wrap 
    {
    min-height:100%;
    width:959px;
    margin:auto;
    position:relative;
    }
* html #wrap {height:100%} 

/* RESET FLOW */
#inner-wrap:after 
    {
    content:" ";
    display:block;
    clear:both;
    }

#header
    {
    position: relative;
    height: 249px;
    background: url(/img/head_bg.png) top left no-repeat;
    text-align: center;
    }
	#lang_bar
    	{
	    background: #e3e3e3;
    	position: absolute;
	    right: 0;
    	top: 0;
	    padding: 3px 10px;
    	}
		#lang_bar div
	    	{
	    	float: left;
		    margin: 5px;
    		}

	#header #logo
		{
		position: absolute;
		top: 0px;
		left: 10px;
		}	
    #header #home
		{
		position: absolute;
		top: 3px;
		left: 3px;
        opacity: 0.3;
        z-index: 9999;
        transition: all 0.5s ease;
		}	
        #header #home:hover
    	   	{
            opacity: 1;
            }
	#header #site_header
		{
		position: absolute;
		top: 20px;
		left: 250px;
		font-weight: bold;
        font-size: 24px;
		}	
	#header #addr
		{
		position: absolute;
		top: 10px;
		right: 10px;
        text-align: right;
        font-size: 14px;
		}	

#inner-wrap 
    {
    padding-bottom:86px;
    }


/* Top menu */
#tm
	{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 67px;
	}
	#tm ul
		{
		list-style: none;
        font-size: 24px;
        text-transform: uppercase;
		}
		#tm ul li
			{
			padding: 20px 0px 13px 40px;
			display: inline;
			}
    	#tm ul li.a, #tm ul li:hover
			{
            background: url(/img/tm_a.png) center bottom no-repeat;
            }
		#tm ul li a
			{
            padding: 25px 40px 0px 0;
            display: inline-block;
            border-right: 1px #fff solid;
			color: #fff;
            text-decoration: none;
			}
    	#tm ul li:last-child a
            {
            border: 0 none;
            }

/* Left menu */
#left 
    {
    float:left;
    width:272px;
    padding-bottom: 15px;
    }
#left h2
    {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    background: url(/img/lm_h2_bg.png);
    padding: 10px 0 28px 0;
    margin: 0;
    }
	
    #left ul
		{
        background: #d3e5ee;
		margin: 0;
		list-style: none;
        text-transform: uppercase;
		}
    #left > ul
		{
        border-radius: 0 0 20px 20px;
        padding-bottom: 20px;
		}

    #left ul li a
		{
        text-decoration: none;
        }

    /* Level 1 */
    #left > ul > li
        {
        padding-left: 40px;
        background: url(/img/lm_1_bg.png) left 6px no-repeat;
        padding-top: 5px;
        }
        #left > ul > li > a
	       	{
            display: block;
    	   	color: #000;
            border-bottom: 1px #fff solid;
            padding-bottom: 5px;
	      	}
        #left > ul > li.a > a
            {
            color: #FC5555;
            }
        #left > ul > li:last-child > a
            {
            border: 0 none;
            }

    /* Level 2 */
    #left > ul > li > ul
        {
        margin: 5px 0 20px 0;
        }
    #left > ul > li > ul > li
        {
        padding-left: 20px;
        margin: 5px 0;
        }
    #left > ul > li > ul > li.a, #left > ul > li > ul > li:hover
		{
        background: url(/img/lm_2_bg.png) left 1px no-repeat;
        }
    #left > ul > li > ul > li > a
           {
	   	   color: #757575;
    	   }      
    #left > ul > li > ul > li.a > a, #left > ul > li > ul > li > a:hover
        {
        color: #000;
        }

/* /Left menu */

.wrap_news
    {
    position: relative;
    z-index: 9999;
    margin: 10px 0 0 0;
    border: 2px #e5e5e5 solid;
    border-radius: 20px;
    padding: 5px 5px 20px 5px;
    background: #fff;
    }
    .wrap_news h3
        {
        text-align: center;
        font-weight: normal;
        margin-bottom: 20px;

        }
    .wrap_news .pageit_item
        {
        border-bottom: 1px #ffaf59 solid;
        margin: 0 20px;
        padding: 10px 0;
        }
    .wrap_news .pageit_item:last-child
        {
        border: 0 none;
        }
    .wrap_news .pageit_item .title
        {
        margin-left: -17px;
        padding-left: 17px;
        background: url(/img/lm_2_bg.png) left 3px no-repeat;
        font-size: 18px;
        }
    .wrap_news .pageit_item .text
        {
        font-size: 13px;
        }
    .wrap_news .pageit_item .more
        {
        color: #ff6000;
        display: inline-block;
        width: 100%;
        text-align: right;
        }
        .wrap_news .pageit_item .more:hover
            {
            color: #F80C0C;
            }


#left .flag
    {
    position: relative;
    margin-top: -20px;
    padding: 30px 0 10px 0;
    border: 2px #e5e5e5 solid;
    border-radius: 0 0 20px 20px;
    background: #a4b7c7;
    text-align: center;
    }


#main 
    {
    background: url(/img/content_bg.gif) top left repeat-x;
    position:relative;
    margin-left:272px;
    } 
	#main #content
    	{
    	padding: 10px 0px 20px 50px;
    	}
	#main #content h1, #main #content p
    	{
    	margin-bottom: 10px;
    	}

    #main #content h1, #main #content h2
        {
        text-align: center;
        color: #fff;
        font-weight: 400;
        padding: 3px 0 20px 0;
        text-transform: uppercase;
        font-size: 30px;
        }
    #main #content h1
        {
        background: url(/img/h1_bg.png) top center no-repeat;
        }
    #main #content h2
        {
        background: url(/img/h2_bg.png) top center no-repeat;
        }
    #main #content h3
        {
        text-align: center;
        color: #ff3300;
        font-weight: 400;
        padding: 0 0 10px 0;
        text-transform: uppercase;
        font-size: 20px;
        }
    #main #content ul
		{
		margin: 0 0 10px 35px;
		}

.crumbreads
    {
    padding: 0 0 10px 0;
    text-transform: uppercase;
    }
    .crumbreads a
        {
        color: #00488B;
        text-decoration: none;
        }
    .crumbreads a:hover, .crumbreads a:last-child
        {
        color: #FF6C00;
        }


/* Категории для главной */ 
.main_category
    {
    margin-bottom: 30px;
    }
    .main_category .empty_img
        {
        width: 180px;
        height: 180px;    
        }
    .main_category .item
        {
        position: relative;
        width: 275px;
        height: 250px;
        margin: 0 0 20px 35px;
        
        display: inline-block;
        vertical-align: top;
        border: 2px #cecece solid;
        border-radius: 20px;
        text-align: center;
        }
    .main_category .item .mask
        {
        z-index: 10;
        position: absolute;
        top: -2px;
        left: -2px;
        width: 279px;
        height: 200px;
        background: url(/img/mask.png) top left repeat-x;
        }
    .main_category .item .inner_wrap
        {
        position: relative;
        z-index: 9999;
        }
    
    .main_category .item h4
        {
        font-size: 20px;
        color: #fe3405;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        margin: 10px 0 10px 0;
        }

/* Блок популярные товары на сайте */ 
.popular_shop_items
    {
    }
    .popular_shop_items.category_wrap .item
        {
        background: url(/img/pr_list_item_bg_1.gif) bottom right no-repeat;
        }
    .popular_shop_items.category_wrap .item:nth-child(2n)
        {
        background: url(/img/pr_list_item_bg_2.gif) bottom right no-repeat;
        }
    .popular_shop_items.category_wrap .item:nth-child(3n)
            {
            background: url(/img/pr_list_item_bg_6.gif) bottom right no-repeat;
            }
    .popular_shop_items.category_wrap .item:nth-child(4n)
            {
            background: none;
            }


.about_block
    {
    margin: 20px 0 0 0;
    width: 959px;
    float: left;
    font-size: 13px;
    }
    .about_block h2
        {
        background: url(/img/about_h2.png) top center no-repeat;
        text-align: center;
        color: #000;
        font-weight: 400;
        padding: 35px 0 15px 0;
        text-transform: uppercase;
        font-size: 30px;
        }
    .about_block .text
        {
        padding: 20px 40px;
        }
    .inline_addr
        {
        font-weight: normal;
        color: #58778e;
        }

#footer 
    {
    position:absolute;
    bottom:0;
    height:86px;
    width:100%;

    background: url(/img/footer_bg.png) top left no-repeat;
    text-align:center;
    } 
    #footer .bm
        {
        width: 100%;
        position: absolute;
        bottom: 24px;
        text-align: center;
        font-size: 14px;
        }
        #footer .bm ul li
            {
            list-style: none;
            display: inline-block;
            padding: 0 27px 10px 27px;
            }
        #footer .bm ul li.a
            {
            background: url(/img/bm_a.png) bottom center no-repeat;
            }
            #footer .bm ul li a
                {
                color: #000;
                text-decoration: none;
                }

    
    #footer .copy
        {
        width: 100%;
        position: absolute;
        bottom: 2px;
        color: #888;
        font-size: 14px;
        }
        #footer .copy a
            {
            color: #888;
            text-decoration: none;
            }
            #footer .copy a:hover
                {
                text-decoration: underline;
                }

.debugger
	{
	margin: 20px auto;
	width: 300px;
	padding: 10px;
	font-size: 10px;
	outline: #00a31b dashed 1px;
	}
	.debugger b
		{
		font-size: 14px;
		}
