body
{
    margin: 0;
    padding: 0;
    font-size: 75%;
    color: #222;
    font-family: Arial, Tahoma, sans-serif;
    background: #ff8a00 url(../img/pageBg.jpg) top center no-repeat;
    text-align: center;
    line-height: 1.4em;
}

a img
{
    border: none;
}

a.mainPage
{
    width: 320px;
    height: 70px;
    background: url(../img/empty.gif) top left;
    display: block;
    position: absolute;
    top: 15px;
    left: 40px;
}

#page
{
    position: relative;
    z-index: 51;
    width: 960px;
    padding: 5px 0;
    margin: 0px auto;
    margin-top: 300px;
    /*min-height: 300px;*/
    background: #fff url(../img/sheetBg.jpg) top left no-repeat;
}

#content
{
    width: 650px;
    float: right;
    text-align: left;
    padding-right: 10px;
}

#sidebar
{
    width: 240px;
    margin-top: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    float: left;
    text-align: left;
}

#menu
{
    position: absolute;
    z-index: 50;
    top: 0;
    left: 50%;
    margin-left: -485px;
    width: 970px;
    height: 60px;
    /*background: url(../img/manuBg.jpg) top left no-repeat;*/
}

#footer
{
    width: 920px;
    font-size: 12px;
    padding: 10px 20px;
    height: 50px;
    margin: 0px auto;
    text-align: left;
    background: url(../img/footerBg.jpg) top left no-repeat;
}

/* ============================= ELEMENTS ================================== */

#content h1, #content h2
{
    font-size: 18px;
    margin: 1em 0;
    font-weight: normal;
    color: #dc0401;
    padding-bottom: 5px;
    border-bottom: 2px solid #eee;
}

#content a
{
    color: #dc0401;  
    text-decoration: none;
}

#content a.decored
{
    background: url(../img/arrowRed.gif) center right no-repeat;
    padding-right: 10px;
}

#content a.decored:hover
{
    text-decoration: underline;
    background: url(../img/arrowBlack.gif) center right no-repeat;
}

#content .date
{
    margin: 0;
    padding: 0;
    margin-top: -10px;
    color: #999;
    font-size: 11px;
}

#content a.lefted img
{
    float: left;
    margin: 10px 20px 20px 0;
    padding: 3px;
    border: 1px solid #ccc;
}

#content a.lefted:hover img   
{
    border: 1px solid #999; 
}

#sidebar h1, #sidebar h2
{
    color: #6fb600;
    font-size: 18px;
    margin: 1em 0;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 2px solid #eee;
}

#content h1 a
{
    background: url(../img/userPath_arrow.gif) center right no-repeat;
    padding-right: 18px;
    margin-right: 10px;
}

#content h1 i
{
    font-style: normal;
    color: #000;
}

#content a.foto
{
    padding: 5px;
    text-align: center;
    font-size: 10px;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    color: #222;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
    background: #fff;
}

#content a.foto:hover
{
    border: 1px solid #d50000;
    color: #d50000;
}

#sidebar p.address
{
    background: url(../img/mapka.png) top right no-repeat;
    padding: 0 0 10px 0;
}

#sidebar .promo
{
    width: 260px;
    margin-top: 70px;
    height: 163px;
    background: url(../img/promoBg.png) top left no-repeat;
}

#sidebar a
{
    color: #6faf00;
    text-decoration: none;
}

#sidebar a:hover
{
    text-decoration: underline;
}

/* ============================= STRUCTURES ================================ */

#menu ul
{
    margin: 0;
    margin-left: 20px;
    padding: 0;
    list-style: none;
}

#menu ul.navigation
{
    padding-top: 258px;
    padding-left: 275px;
}

#menu ul li
{
    margin: 0;
    padding: 0 1px;
    background: url(../img/menuSeparator.jpg) top right no-repeat;
    float: left;
}

#menu ul li.last
{
    background: none;
}

#menu li a
{
    text-decoration: none;
    display: block;
    height: 23px;
    padding: 10px 25px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

* html #menu li a
{
    width: 1px;
    white-space: nowrap;
}   

#menu li a:hover
{
    text-decoration: underline;
}

#menu li a.active
{
    background: url(../img/menuActive_bg.jpg) top left repeat-x;
}

#menu ul.fast
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 20px;
    list-style: none;
}

#menu ul.fast li
{
    margin: 7px 5px;
    padding: 0;
    background: none;
}

#menu ul.fast a
{
    width: 21px;
    height: 21px;
    display: block;
}

#menu ul.fast a.home
{
    background: url(../img/fastPanel.jpg) 0px 0px no-repeat;
}

#menu ul.fast a.home:hover
{
    background: url(../img/fastPanel.jpg) 0px -21px no-repeat;
}

#menu ul.fast a.mail
{
    background: url(../img/fastPanel.jpg) -21px 0px no-repeat;
}

#menu ul.fast a.mail:hover
{
    background: url(../img/fastPanel.jpg) -21px -21px no-repeat;
}

#menu ul.fast a.sitemap
{
    background: url(../img/fastPanel.jpg) -42px 0px no-repeat;
}

#menu ul.fast a.sitemap:hover
{
    background: url(../img/fastPanel.jpg) -42px -21px no-repeat;
}

#sidebar ul
{
    margin: 0;
    padding: 10px 0;
    padding-top: 0;
    margin-top: -10px;
    list-style: none;

}

#sidebar ul li
{
    background: url(../img/arrowGrey.gif) top left no-repeat;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
}

#sidebar ul li a
{
    color: #222;
    font-weight: bold;
    display: block;
    padding: 5px 0;
    padding-left: 5px;
}

#sidebar ul li.active
{
    background: #f4f4f4 url(../img/arrowGreen.gif) top left no-repeat; 
}
#sidebar ul ul
{
	border: none;
	margin: 0px 0 5px 0;
}

#sidebar ul ul li
{
	background: url(../img/subDecor.gif) top left no-repeat;
	border-bottom: none;
	padding: 2px 0;
	padding-left: 15px;
}

#sidebar ul ul a
{
	font-size: 11px;
	font-weight: normal;
	line-height: 1em;
	padding: 2px 0;
	color: #777 !important;
}

#sidebar ul ul a:hover
{
	text-decoration: none !important;
	color: #6fb600 !important;
}

#sidebar ul li.active a
{
    color: #000;
}

* html #sidebar ul li a
{
    width: 100%;
}

#sidebar ul li a:hover
{
    color: #62a000;
    text-decoration: underline;
}

#footer p
{
    color: #fff;
    margin: 0;
    padding: 0;    
}

#footer p a
{
    color: #fcff00;
}

#footer p a:hover
{
    text-decoration: none;
}

#footer p b
{
    margin-right: 10px;
}

.spacer
{
    clear: both;
}

#flash
{
    position: absolute;
    width: 410px;
    height: 210px;
    top: 20px;
    right: 13px;
}

a.categoryLink img
{
    float: left;
    margin: 10px 20px 10px 0;
}

a.categoryLink b
{
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
}

a.categoryLink b i
{
    font-style: normal;
    color: #000;
}

a span.categoryInfo
{
    color: #444;
}

table.productTechData
{
    border-collapse: collapse;
    margin-bottom: 50px;
}

table.productTechData th
{
    background: #dc0401;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #fff;
    vertical-align: top;
}

table.productTechData td
{
    border: 1px solid #ddd;
    padding: 3px 10px;
    text-align: center;
}

table.productTechData tr.darker td 
{
    background: #f4f4f4;
}

table.smaller
{
    font-size: 11px;
}

table.smaller th, table.smaller td
{
    padding-left: 5px;
    padding-right: 5px;
}

img.productPhoto
{
    float: left;
    margin-right: 50px;
    margin-top: 20px;
}

.line
{
    background: #eee;
    height: 1px;
    width: 100%;
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

span.clean
{
    padding: 3px 0;
    padding-left: 20px;
}

span.phone
{
    background: url(../img/icon_phone.gif) center left no-repeat;
}

span.fax
{
    background: url(../img/icon_fax.gif) center left no-repeat;
}

span.mail
{
    background: url(../img/icon_mail.gif) center left no-repeat;
}

.red
{
    color: #dc0401;
}


a.productLink:hover
{
	text-decoration: underline !important;
}

/* ===== form ======= */

form
{
    margin: 0;
    padding: 0;
}

input.light, textarea.light
{
    border: 1px solid #ccc;
    width: 200px;
    font-family: Arial;
    font-size: 11px;
    margin-top: -1px;
    background: #f8f8f8;
    padding: 2px 3px;
}

input.light:focus, textarea.light:focus
{
    background: #fff;
    border: 1px solid #84bb00;
} 

input.light
{
    margin-bottom: 5px;
}

input.green
{
    font-size: 12px;
    font-family: Arial;
    margin-top: 10px;
    font-weight: bold;
    border: none;
    padding: 2px 10px;
    color: #fff;
    background: #84bb00;
}

textarea.light
{
    height: 50px;
}

label
{
    font-size: 11px;
    color: #222;
}

p.pdf
{
	background: url(../img/pdf_icon.jpg) center left no-repeat;
	padding: 7px 0;
	padding-left: 40px;
}

p.pdf a:hover
{
	text-decoration: underline !important;
}
