

/* css file: gt.css */

/* css file: gt.css */

/* =============== reset */
body, h1, h2, h3, h4, h5, h6, div, p, form, fieldset, dl, dt, dd { margin: 0; padding: 0; }
a { text-decoration: none; }
fieldset, img { border: none; }
/* =============== */

body
{
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
    color: #2b4457;
    background-color: #fff;
    line-height: 1.2em;
    background-color: #e3e4e3;
}

a
{
    color: #982930;
}

a:hover
{

    color: #d7000f;
}

.content
{
    width: 850px;
    margin: 0 auto;
}

/* **************************************************************************** topnavBar */

#topnavBarRg
{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 35px;
    background-color: #e6eaed;
}

#topnavBar
{
    background: #fff url(css_images/topnav_line_div.png) 0 0 repeat-x;
}

#topnavBar .content
{
    position: relative;
    background: #fff url(css_images/topnav_line.png) 0 0 repeat-x;
    padding-top: 6px;
    height: 40px;
}

#topNav
{
    position: absolute;
    right: 0;
    background: #e0e5e9 url(css_images/topnav_brd.png) 0 0 no-repeat;
    margin: 0;
    padding: 5px 0 0 80px;
    height: 24px;
}

#topNav li
{
    float: left;
    list-style: none;
}

#topNav li a
{
    color: #2b4457;
    background-position: 15px;
    background-repeat: no-repeat;
    display: block;
    padding: 0 15px 0 35px;
}

#topNav li a:hover
{
    text-decoration: underline;
}

.topNavContact
{
    background-image: url(css_images/topnav_contact.png);
}

.topNavMail
{
    background-image: url(css_images/topnav_mail.png);
    border-left: 1px solid #aebbc5;
    border-right: 1px solid #aebbc5;
}

.topNavMap
{
    background-image: url(css_images/topnav_map.png);
}

/* **************************************************************************** topBar */

#topBar
{
    background-color: #fff;
}

#topBar .content
{
    height: 40px;
}

.logo
{
    position: relative;
    top: -30px;
    left: 30px;
}
.logo span, .logo a:hover span {
    position: relative;
    top: -4px;
    color: #9d9f9e;
}
.logo strong, .logo a:hover strong {
    color: #476982;
}

/* **************************************************************************** menuBar */

#menuBar
{
    background: #668195 url(css_images/menu_grad_tp_div.png) 0 0 repeat-x;
}

#menuBar .content
{
    background: #40617a url(css_images/menu_grad_tp.png) 0 0 repeat-x;
    text-align: right;
    padding: 0 15px;
    width: 820px;
    position: relative;
    font-size: 11px;
    letter-spacing: 0.02em;
}

#menuBar .content ul, #menuBar .content li 
{
    margin: 0;
    padding: 0;
}

#menuBar .content li
{
    list-style: none;
}

/* ******************************************************** menu */

#menu
{
    margin-right: 150px !important;
    height: 3.3em;
    background: transparent url(css_images/menu_sep.png) 0 no-repeat;
}

#menu li
{
    float: left;
    position: relative;
    left: 1px;
}

#menu li.selected
{
    background: #4a6981 url(css_images/menu_grad_tp_sel.png) 0 0 repeat-x;
}

#menu li a
{
    color: #d8dee3;
    font-weight: bold;
    padding: 1em;
    display: block;
    background: transparent url(css_images/menu_sep.png) 100% no-repeat;
}

#menu li a:hover
{
    color: #fff;
    text-decoration: none;
}

/* ******************************************************** language menu */

#langMenu
{
    position: absolute;
    right: 0;
    top: 0.5em;
    margin-right: 15px !important;
    width: 160px;

}

#langMenu li
{
    float: right;
}

#langMenu li a
{
    color: #9eaebb;
    padding: 0.5em 0;
    display: block;
}

#langMenu li a img
{
    vertical-align: middle;
    margin-left: 3px;
}

#langMenu li a:hover
{
    text-decoration: underline;
}

.langEN
{
    border-left: 1px solid #364c5e;
    padding-left: 1em !important;
    margin-right: 1em;
}

.langRU
{
    border-left: 1px solid #364c5e;
    padding-left: 1em !important;
}

.langPL
{
    margin-right: 1em;
}

/* **************************************************************************** bodyBar */

#bodyBar
{
    background-color: #fff;
}

#bodyBar .content
{
    padding: 0.2em 0;
    position: relative;
    line-height: 17px;
}

h1
{
    font-size: 130%;
}

h2
{
    font-size: 120%;
}

.headerDot
{
    margin: 0.5em 0;
    padding-left: 10px;
    background: transparent url(css_images/dot.png) 0 no-repeat;
}

.more
{
    text-align: right;
    margin-top: 0.2em;
}

.submit
{
    background: #fff url(css_images/search_btn_bg.png) 0 100% repeat-x;
    width: 60px !important;
    margin-right: 0 !important;
    height: 18px !important;
    padding-bottom: 3px;
    font-size: 100%;
    border: 1px solid #466881;
}

/* ******************************************************** left column */

#leftCol
{
    float: left;
    width: 375px;
    margin-right: 5px;
}

/* ******************************************************** search box */


#searchBox
{
    border-bottom: 1px solid #dde3e7;
    padding: 5px;
    width: 365px;
    background: #eef1f3 url(css_images/search_bg.gif) 0 0 repeat;
    min-height: 90px;
    max-height: 90px;
    position: relative;
}

#searchBox ul
{
    margin: 0 10px;
    padding: 0;
}

#searchBox li
{
    list-style: none;
    float: left;
    margin: 0 2px 0 0;
}

#searchBox li a
{
    display: block;
    padding: 2px 10px;
    background-color: #e0e2e4;
    color: #2b4457;
}

#searchBox li a:hover
{
    background-color: #f7f8f9;
}

#searchBox .selected
{
    background-color: #f7f8f9;
}

#searchBox fieldset
{
    background-color: #f7f8f9;
    text-align: center;
    margin: 0 10px;
    padding: 10px 0;
}

#searchBox input, #searchBox select
{
    vertical-align: middle;
    font-family: Arial, Verdana;
    color: #273b4b;
    font-size: 100%;
    width: 250px;
    border: 1px solid #466881;
    height: 14px;
}

#searchBox select
{
    height: 16px;
    width: 252px;
}

.searchSubmit
{
    background: #fff url(css_images/search_btn_bg.png) 0 100% repeat-x;
    width: 60px !important;
   /* border-width: 0;*/
    margin-right: 0 !important;
    height: 18px !important;
    padding-bottom: 3px;
}

/* ******************************************************** news box */

#newsBox
{
    min-height: 142px;
    border-bottom: 1px solid #dde3e7;
    padding: 5px;
    background-color: #eef1f3;
    position: relative;
}

.news
{
    background-color: #f7f8f9;
    margin: 5px 10px 20px;
    padding: 5px 10px;
    text-align: justify;
}

.news strong
{
    display: block;
    margin: 0 0 5px;
}

#newsBox .more
{
    position: absolute;
    bottom: 0;
    width: 370px;
}

#newsBox .more span
{
    position: absolute;
    left: 10px;
    color: #a3aeb5;
}

#newsBox .more a
{
    background: #fff url(css_images/more_round_news.png) 0 0 no-repeat;
    padding: 2px 10px 2px 20px;
}

/* ******************************************************** products box */

#productsBox
{
    background-color: #f7f8f9;
    padding: 5px 10px;
    padding-bottom: 0;
    text-align: justify;
}

#productsBox h2
{
    margin-left: -5px;
}

#productsBox img
{
    background-color: #fff;
    border: 1px solid #d1d7db;
    float: left;
    padding: 5px;
    margin: 0 10px 10px 5px;
}

#productsBox strong
{
    display: block;
    margin: 10px 0 5px;
}

#productsBox .more
{
    clear: left;
    width: 370px;
}

#productsBox .more a
{
    background: #fff url(css_images/more_round_products.png) 0 0 no-repeat;
    padding: 2px 10px 2px 20px;
}


/* ******************************************************** right column */

#rightCol
{
    width: 470px;
    float: left;
}

/* ******************************************************** flashes */

#flashes
{
    float: right;
    border-bottom: 1px solid #dde3e7;
}

#flashes div
{
    width: 150px;
    height: 253px;
    float: left;
}

.flashMiddle
{
    margin: 0 10px;
}

/* ******************************************************** brands */

#brands
{
    clear: both;
    padding-top: 0.4em;
}

#brands table
{
    padding: 0;
    margin: 5px 0;
    width: 100%;
}

#brands td
{
    width: 134px;
    padding: 0 8px;
    text-align: justify;
}

.brandsMiddle
{
    border-left: 1px solid #d9dfe4;
    border-right: 1px solid #d9dfe4;
}

#brands td img
{
    display: block;
    margin: 0 auto 0.5em;
}

/* **************************************************************************** footerBar */

#footerBar
{
    clear: both;
    background: #e3e4e3 url(css_images/footer_line_div.png) 0 0 repeat-x;
}

#footerBar .content
{
    background: transparent url(css_images/footer_line.png) 0 0 repeat-x;
    color: #919191;
    padding: 8px 15px 1em;
    width: 820px;
    font-size: 10px;
    position: relative;
}

#footerBar a
{
    color: #919191;
    font-weight: bold;
}

#footerBar a:hover
{
    text-decoration: underline;
}

#footerBar span
{
    background-color: #466881;
    color: #93a7b5;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 3px;
    right: 30px;
    padding: 0.5em 1em;
}

/* 
####################################################  
########### subsite
####################################################  
*/

/* **************************************************************************** right column */

.sub
{
    border-bottom: 1px solid #dde3e7;
}

.sub div
{
    height: 100px !important;
}

#bodySub
{
    background-color: #f7f8f9;
}

/* ******************************************************** left column subsite */

#leftColSub
{
    float: left;
    width: 230px;
}

.leftMenu, .leftMenu ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.leftMenu li
{
    background: #ced2d6 url(css_images/leftmenu_bg.png) 0 100% repeat-x;
}

.leftMenu li a
{
    border: 1px solid #d2d6d9;
    border-right-color: #b3bac0;
    border-bottom-color: #b3bac0;
    display: block;
    padding: 0.3em 20px;
    color: #2b4457;
    background: transparent url(css_images/dot_small.png) 10px no-repeat;
    width: 188px;
}

.leftMenu li a:hover
{
    color: #7994a9 !important;
}

.leftMenu li.selected
{
    background-color: #688498;
    background-image: url(css_images/leftmenu_bg_sel.png);
}

.leftMenu li.selected > a
{
    color: #fff !important;
}

.leftMenu li ul li a
{
    color: #2b4457 !important;
    border-width: 0;
    padding-left: 30px;
    width: 180px;
    background: #dcdfe1 url(css_images/submenu_pnt_dark.gif) 20px no-repeat;
}

.leftMenu li ul li.selected
{
    background: #839cad url(css_images/submenu_bg_sel.png) 0 100% repeat-x;
}

.leftMenu li ul li.selected a
{
    background-image: url(css_images/submenu_pnt_light.gif);
    background-color: transparent;
}


/* ******************************************************** right column subsite */

#rightColSub
{
    float: left;
    width: 580px;
    padding: 20px;
    background-color: #f7f8f9;
    min-height: 300px;
}

.rightColSubLarge
{
    width: 810px !important;
}

#rightColSub .headerDot
{
    margin: -0.5em 0 1em;
    padding-left: 10px;
    background: transparent url(css_images/dot.png) 0 no-repeat;
}

.pageNav
{
    text-align: right;
    margin: 10px 5px;
}

.pageNav a, .pageNav span
{
    margin: 0 2px;
	 font-weight: bold;
	 padding: 2px 5px 2px 5px;
	 border: 1px solid #D1D7DB;
}

.pageNav a
{
    background: #FFF;
}

.pageNav span
{
    font-weight: bold;
    color: #FFF;
	 background: #7995A5;
}

#bodyFoot
{
    border-top: 1px solid #d3d8da;
    background: #fff url(css_images/bottom_bg.gif) 0 0 repeat;
    padding-bottom: 2em;
}

#bodyFoot ul
{
    margin: 0.5em 1em 0;
    padding: 0;
}

#bodyFoot ul li
{
    float: left;
    list-style: none;
    text-align: center;
    margin-right: 3em;
}

.contBg
{
    background: #f7f8f9 url(css_images/cont_bg.png) 0 0 repeat-y;
}

.searchTabs
{
    margin-bottom: 15px;
}

.searchTabs ul
{
    padding: 0;
    margin: 5px;
}

.searchTabs div
{
    border-bottom: 1px solid #d1d7db;
}

.searchTabs ul li
{
    list-style-type: none;
    float: left;
    margin: 0 2px;
    border: 1px solid #d1d7db;
    border-bottom-width: 0;
    background-color: #e0e2e4;
    position: relative;
    top: 3px;
    height: 18px;
}

.searchTabs .selected
{
    background-color: #f7f8f9;
    top: 1px;
    height: 20px !important;
}

.searchTabs a
{
    color: #2b4457;
    display: block;
    padding: 2px 8px;
    height: 16px;
}

.searchTabs a:hover
{
    background-color: #f7f8f9;
}

/* css file CONTACTS: contact.css */

.wid1 {
   width: 180px;
}

.wid2 {
   width: 120px;
}

.wid3 {
   width: 180px;
}

.wid4 {
   width: 60px;
}

/**/
.mapka
{
   float: left;
}

.td_photo {
   width: 130px;
}

.img_photo {
   float: left;
}

/* list */
#list_default_table {
   width: 550px;
	margin: 8px 0 12px 0;
}

#list_default_adress {
   vertical-align: top;
}

#list_default_contact {
   vertical-align: top;
   padding-left: 30px;
}

#list_h1_contact_list {
   font-size: 12px;
}

.list_table {
   margin: 8px 0 8px 0;
}

.list_td_photo {
   width: 140px;
	text-align: center;
	padding-bottom: 5px;
}

.list_td_detales {
   vertical-align: top;
}

.list_td_detales td {
   font-size: 11px;
}

.list_detales_div {
   width: 400px;
	background: #FFF;
   border: 1px solid #D1D7DB;
	padding: 7px 5px 7px 5px;
}

.h1_section_name {
   color: #FFF;
	font-size: 12px;
	line-height: 20px;
   margin: 5px 0 5px 0px;
	padding-left: 10px;
	background: #7F95A5;
	border-bottom: #40617A 1px solid;
}

.list_more_div {
   text-align: right;
	padding-right: 10px; 
}

.list_field_name {
   padding: 1px 2px 1px 2px;
}

.list_field_value {
	font-weight: bold;
	padding: 1px 2px 1px 2px;
}

/* contact */
#contact_table {
   width: 550px;
	margin-bottom: 20px;
}

#contact_table h3 {
   margin: 3px 0 3px 0;
   font-size: 12px;
}

#contact_table td {
   vertical-align: top;
}

.contLabel {
   font-size: 11px;
   padding: 1px 2px 1px 4px; 
}

.contField {
   font-weight: bold;
   font-size: 11px;
   padding: 1px 2px 1px 3px;
}

.contact_td_left {
   vertical-align: top;
}

.contact_td_right {
   vertical-align: top;
   padding-left: 30px;
}

#contact_table_form td {
   font-size: 11px;
   padding: 1px 5px 1px 4px;
	vertical-align: top;
}

#contact_table_form input {
   font-size: 11px;
	border: 1px solid #7F95A5; 
	width: 220px;
}

#contact_table_form textarea {
   font-size: 11px;
	border: 1px solid #7F95A5; 
	width: 300px;
	height: 120px;
	font-family: Arial, Verdana, sans-serif;
}

.contact_submit_div {
   text-align: right;
	margin-top: 5px;
	margin-right: 180px;
}

.mail_error {
   color: #EA2429;
}

#mail_message {
   background: #FFF;
   padding: 7px;
   margin-bottom: 20px;
   text-align: center;
   font-weight: bold;
}

/* css file SITEMAP: sitemap.css */

.sitemap
{
    padding: 1px;
    margin: 0;
    border-left: 1px solid #2b4457;
    background-color: #fff;
    font-weight: normal;
    list-style-type: none;
}

.sitemap li
{
    margin-left: 30px;
    padding: 1px 1px 1px 10px;
    background: transparent url(css_images/submenu_pnt_dark.gif) 0 8px no-repeat;
}

.sitemap li a
{
    color: #2b4457;
}

.sitemap li a:hover
{
    color: #d7000f;
}
