/*-- global --*/
body{
    padding:0px;
    margin:10px 0 10px 0;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 13px;
    color:#000;
    }
.div_input {
background: url(/bitrix/templates/work/images/input_long_bg.jpg) 0px 0px no-repeat; ;
}

/*-----------------------------------------------------------------------------*/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #d0d0d0;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #d0d0d0;
 border-bottom: none;
 background: #ccc;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000; }     /*текст*/ 
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background:  #828282;
 border-color: #d0d0d0;
}

ul.tabbernav li.tabberactive a
{
 background-color: #ededed;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #d0d0d0;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
/*---------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------*/



p{
    padding: 10px 30px 10px 0;
    margin: 0;
    }
p strong{
    color: #3D3D3D;
    font-size: 12px;
    }
h1{
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: normal;
    }

.slogan {
color:#424242;
font-size:24px;
font-weight:normal;
line-height:26px;
margin:0;
padding:0 0 5px;
}
h2{
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: normal;
    clear: both;
    }
h2.pad_top{
    margin: 30px 0 0 0;
    }
h2.pad_left{
    margin: 0 0 0 30px;
    }

h3{
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    }

h4{
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    }
#text_input{

    padding: 8px 0 0 0;
    margin: 0;
    font-size: 13px;
    line-height: 14px;
    color: #000;

}


h4.pad{
    margin-left: 40px;
    }
h4.news_name{
font-size:12px;
font-weight: bold;
font-family:Tahoma;
line-height:16px;
}
span{
    color: #E64900;
    }
span.data{
    font-size: 12px;
    font-weight: bold;
    }

form{
    margin: 0px;
    padding: 0px;
    }
inp ut{
    text-align: center;
    height: 18px;
    border: none;
    font-size: 11px;
    line-height: 14px;
    padding: 3px 0 0 0;
    margin: 0;
    }

img{
    border: 0px;
    }


table.registration td{
padding:5px;
}
a{
    text-decoration: underline;
  color: #E64900;
    }
a:hover{
    text-decoration: none;
    }
a img{
border:none;
}
u l{
    margin: 0;
    padding: 0;
    }

u l l i{
    list-style-type: none;
    }

.justify{
    clear:left;
    font-size:0px;
    line-height:0px;
    }
.main{
    margin: 0 auto;
    width: 987px;
    }
.red{
    border: 1px solid red;
    }

/*-- /global --*/

/*-- header --*/
.header{
    background: url(/bitrix/templates/work/images/header_bg.jpg) 0px 0px no-repeat;
    height: 117px;
    }

    .logo{
        padding: 17px 0 0 16px;
        float: left;
        }
        .logo a{
            display: block;
            width: 100px;
            height: 87px;
            }
    .slogon{
        float: left;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        padding: 55px 0 0 20px;
        color: #424242;
        }
        .tabbertab{
            background: #ededed;

            }
    .search{
        float: right;
        width: 220px;
        padding: 10px 0 0 0;
        text-align: center;
        }
        .search a{
            margin: 0 14px 0 0;
            }
        .form_search{
            margin: 12px 0 0 0;
            }

        .search input{
            background: url(/bitrix/templates/work/images/search_bg.gif) 0px 0px no-repeat;
            width: 155px;
            float: left;
            vertical-align: middle;
            text-align: center;
            height: 18px;
            border: none;
            font-size: 11px;
            line-height: 14px;
            padding: 3px 0 0 0;
            margin: 0;
            }
        a.search_link{
            background: url(/bitrix/templates/work/images/search_ico.gif) 0px 2px no-repeat;
            padding: 0 0 0 15px;
            font-weight: bold;
            color: #E74900;
            line-height: 20px;
            }
           input.search_link{
      background:none;
      width:60px;
            background: url(/bitrix/templates/work/images/search_ico.gif) 0px 4px no-repeat;
            padding: 0 0 3px 2px;
      margin-left:3px;
      text-decoration:underline;
            font-weight: bold;
            color: #E74900;
            line-height: 20px;
      cursor:pointer;
            }

        .search_exp{
            height: 20px;
            }

        .search_exp a{
            color: #949494;
            background: url(/bitrix/templates/work/images/marker_search_exp.gif) 0px 6px no-repeat;
            line-height: 20px;
            padding: 0 0 0 7px;
            }

/*-- /header --*/

/*-- tmenu --*/
.tmenu{
    background: url(/bitrix/templates/work/images/tmenu_bg.gif) 0px 0px repeat-x;
    height: 25px;
    border-left:1px solid #000 ;
    padding: 0 0 0 15px;
    }
    .tmenu ul{
        margin: 0;
        padding: 0;
        }
    .tmenu ul li{
    list-style-type:none;
        margin: 0;
        padding: 0;
        float: left;
    background: url(/bitrix/templates/work/images/marker_tmenu.gif) top left no-repeat;
        }
    .tmenu ul li.active{
        background: url(/bitrix/templates/work/images/tmenu_active_bg.gif) 0px 0px repeat-x;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        }
    .tmenu ul li a{
    
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
    display:block;
    float:left;
    padding:0;
        text-decoration: none;
    margin: 0 15px 0 15px;
    * margin: 0 7px 0 7px;
        }
  .tmenu div.act_li{
  background: url(/bitrix/templates/work/images/marker_tmenu_active.gif) top left no-repeat;
  }
    .tmenu ul li a.act{
    
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
    padding:0;
        text-decoration: none;
    margin: 0 15px 0 15px;
    * margin: 0 7px 0 7px;
        }



.tmenu_sub{
    background: url(/bitrix/templates/work/images/tmenu_sub_bg.gif) 0px 0px repeat-x;
    height: 25px;
    padding: 0 0 0 60px;
    }
    .tmenu_sub ul{
        margin:0;
        padding: 0;
        }
        .tmenu_sub ul li{
            margin: 0;
            padding: 0 10px 0 10px;
            float:left;
      list-style-type: none;
            background: url(/bitrix/templates/work/images/tmenu_sub_border.gif) 100% 9px no-repeat;
            }
        .tmenu_sub ul li.last{
            background: none;
      list-style-type: none;
            }

        .tmenu_sub ul li a{
            font-size: 12px;
            line-height: 25px;
            color: #fff;
            text-decoration: none;
            }
        .tmenu_sub ul li a:hover{
            text-decoration: underline;
            }
/*-- /tmenu --*/
/*-- content --*/
.content{
    background: url(/bitrix/templates/work/images/content_bg.gif) 0px 0px repeat-y;
    width: 987px;
    padding: 20px 0 0 0;
    }
    /* main_block */
    .main_block{
        float:left;
        width: 760px;
    padding-bottom:10px;
        }
    .shema{
        margin: 0 0 20px 0;
        }
    .shema_top{
        background: url(/bitrix/templates/work/images/shema_top.gif) 0px 0px no-repeat;
        height: 45px;
        text-align: center;
        font-size: 18px;
        width:484px;
        margin: 0 auto;
        }
    .shema_center{
        width: 704px;
        margin: 0 auto;
        }
    .shema_bot{
        clear:both;
        background: url(/bitrix/templates/work/images/shema_bot.gif) 0px 0px no-repeat;
        height: 9px;
        width: 484px;
        line-height: 0;
        font-size: 0;
        margin: 0 auto;
        }
        .printer{
            float: left;
            width: 223px;
            height: 95px;
            background: url(/bitrix/templates/work/images/printer.jpg) 0px 0px no-repeat;
            margin: 5px 12px 0 5px;
            }
            .printer a, .volue a, .car a{
                display: block;
                width: 223px;
                height: 95px;
                color: #000;
                text-decoration: none;
                }
                .printer a strong, .volue a strong, .car a strong{
                    font-size: 14px;
                    }
                .printer a span, .volue a span, .car a span{
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: bold;
                    }
                .printer_txt{
                    width: 136px;
                    text-align: right;
                    padding: 16px 0 0 0;
                    }
                .printer_txt2{
                    width: 136px;
                    text-align: center;
                    padding: 10px 0 0 0;
                    }
            .printer a:hover{
                background: url(/bitrix/templates/work/images/printer_active.jpg) 0px 0px no-repeat;
                }
        .volue{
            float: left;
            width: 223px;
            height: 95px;
            background: url(/bitrix/templates/work/images/volue.jpg) 0px 0px no-repeat;
            margin: 5px 12px 0 0;
            }
            .volue_txt{
                width: 136px;
                text-align: left;
                padding: 16px 0 0 10px;
                }
                .volue_txt span{
                    padding: 0 0 0 38px;
                    }
            .volue_txt2{
                width: 136px;
                text-align: left;
                padding: 10px 0 0 10px;
                }
                .volue_txt2 small{
                    padding: 0px 0 0 30px;
                    color: #000;
                    font-size: 11px;
                    }
            .volue a:hover{
                background: url(/bitrix/templates/work/images/volue_active.jpg) 0px 0px no-repeat;
                }
        .car{
            float: left;
            width: 223px;
            height: 95px;
            background: url(/bitrix/templates/work/images/car.jpg) 0px 0px no-repeat;
            margin: 5px 0 5px 0;
            }
            .car_txt{
                width: 136px;
                text-align: left;
                padding: 16px 0 0 35px;
                }
                .car_txt span{
                    padding: 0 0 0 18px;
                    }

            .car_txt2{
                width: 136px;
                text-align: left;
                padding: 10px 0 0 20px;
                }

            .car a:hover{
                background: url(/bitrix/templates/work/images/car_active.jpg) 0px 0px no-repeat;
                }

        /* main_content */
        .main_content{
            margin: 0 15px 0 20px;
      font-family:Tahoma, Arial;
      font-size:13px;
      line-height:130%;
            }
            /* lcontent */
            .lcontent{
                float: left;
                width: 55%;
                margin: 0 10px 0 0;
                }
                .lcontent ul{
                    margin: 0;
                    padding: 0;
                    }
                .lcontent ul li{
                    margin: 0 0 2px 0;
                    padding: 0;
          list-style-type: none;
                    }
                .lcontent ul li a{
                    color: #000;
                    }

                .lcontent ul li span{
                    font-weight: bold;
                    }

            .frame_all{
                margin: 0 0 10px 0;
                border: 1px solid #fff;
                }

            .frame{
                width: 94px;
                height: 115px;
                border: 1px solid #A1A1A1;
                float: left;
                margin: 0 15px 0 0;
                }
            .frame_infa{
                float: left;
                width: 260px;
                }
                .frame_infa a, .rcontent a{
                    color: #E64900;
                    }
            /* /lcontent */

            /* rcontent */
            .rcontent{
                float:left;
                width: 40%;
                }
                .rcontent strong{
                    color: #000;
                    }
                a.a_black{
                    color: #000;
                    }

            /* /rcontent */

        /* /main_content */

    /* main_block */
    /* narrow_block */
    .narrow_block{
        margin: 0 10px 0 760px;
    padding-bottom:10px;
        text-align: center;
        }
        .narrow_block input{
            background: url(/bitrix/templates/work/images/input_bg.jpg) 0px 0px no-repeat;
            width: 101px;
            margin: 0 0 10px 0;
            text-align: center;
            height: 18px;
            border: none;
            font-size: 11px;
            line-height: 14px;
            padding: 3px 0 0 0;
            }
    .link{
        margin: 0 0 10px 0;
    height:18px;
        }
        .link a{
      display:block;
      float:left;
            background: url(/bitrix/templates/work/images/enter.gif) 0px 4px no-repeat;
            padding: 0 0 3px 19px;
      margin:1px 0px 0px 40px;
      * margin-left:20px;
            color: #E64900;
      height:14px;
            }
    .link input{
      float:left;
      background:none;
            background: url(/bitrix/templates/work/images/enter.gif) 0px 5px no-repeat;
            padding: 0px 0px 3px 15px;
      margin:0px 0px 0px 15px;
      width:50px;
      cursor:pointer;
      text-decoration:underline;
            color: #E64900;
            }
         a.reg{
      display:block;
      float:left;
      height:14px;
            background: url(/bitrix/templates/work/images/reg.gif) 0px 4px no-repeat;
            color: #000;
            padding: 1px 0 3px 15px;
            margin: 0 0 0 15px;
            }
        .remember{
            color: #797979;
            text-align: left;
            margin:0px;
      padding-left:20px;
            }
            .remember input{
                background: none;
                width: 13px;
                vertical-align: middle;
                margin: 0 5px 0 37px;
                padding: 0;
                }
        .brand{
            margin: 0 0 20px 0;
            }
            .brand a{
                display: block;
                width: 208px;
                height: 46px;
                margin: 0 0 4px 0;
                }

            .patron a{
                background: url(/bitrix/templates/work/images/patron.jpg) 0px 0px no-repeat;
}
            .patron a:hover{
                background: url(/bitrix/templates/work/images/patron_active.jpg) 0px 0px no-repeat;
                }

            .barva a{
                background: url(/bitrix/templates/work/images/barva.jpg) 0px 0px no-repeat;
               
}
            .barva a:hover{
                background: url(/bitrix/templates/work/images/barva_active.jpg) 0px 0px no-repeat;
                }
            .pa a{
                background: url(/bitrix/templates/work/images/pa.jpg) 0px 0px no-repeat;
              
 }
            .pa a:hover{
                background: url(/bitrix/templates/work/images/pa_active.jpg) 0px 0px no-repeat;
                }

    /* /narrow_block */

/*-- info.html  --*/
.breadcrumb{
    float: left;
     }
    .breadcrumb ul{
        margin: 0 0 15px 0;
    padding:0px;
        }
    .breadcrumb ul li{
        display: inline;
        color: #595959;
        margin: 0 5px 0 0;
    list-style-type: none;
        text-align: wrap;
        }
    .breadcrumb ul li a img{
        vertical-align: top;
        margin: 3px 0 0 0;
        }

    .breadcrumb ul li a{
        margin: 0 10px 0 0;
        color: #595959;
        }
.version_print{
    float: right;
  margin-bottom:10px;
    }
    .version_print a{
        background: url(/bitrix/templates/work/images/print_ico.jpg) 0px 0px no-repeat;
        padding: 0 0 0 25px;
        color: #000;
        }

.info{
    border: 1px solid #C7C7C7;
    padding: 1px;
    clear: both;
    margin: 0 0 30px 0;
    }

.tb_info{
    width: 100%;
    }
    .tb_info tr th{
        background: url(/bitrix/templates/work/images/th_bg.gif) 0px 0px repeat-x;
        font-size: 12px;
        line-height: 25px;
        text-align: left;
        padding: 0 0 0 10px;
        }
    .tb_info tr td{
        padding: 0 0 0 0;
        font-size: 12px;
        line-height: 25px;
        border: 1px solid #EDEDED;
        }
    .tb_info tr td a{
        color: #E63600;
        }
    .tb_info tr td.color{
        background: #F4F4F4;
        }
    .frame_white{
        border: 1px solid #fff;
        padding: 0 0 0 15px;
        }

ol.list{
    margin-top: 0;
    margin-bottom: 20px;
    }
    ol.list li{
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
    list-style-type: none;
        margin: 0 0 7px 0;
        }
    ol.list li span{
        color: #000;
        font-weight: normal;
        font-size: 11px;
        line-height: 13px;
        }

ul.list_address{
    margin: 0 0 20px 20px;
    }
    ul.list_address li{
        background: url(/bitrix/templates/work/images/marker_list_address.gif) 0px 4px no-repeat;
        padding: 0 0 2px 15px;
    list-style-type: none;
        }

.contact{
    margin: 0 0 20px 0;
    float: left;
    clear: both;
    width: 100%;
    }
    .contact_inp{
        width: 227px;
        float: left;
        }
    .contact_inp input{
        width: 207px;
        height: 19px;
        border: 1px solid #CFCFCF;
        color: #000;
        margin: 0 0 5px 20px;
        }
     .contact_textarea{
        float: left;
         }
         .contact_text textarea{
            width: 322px;
            height: 221px;
            border: 1px solid #CFCFCF;
            margin: 0 0 5px 20px;
            }
.btn_ok {
    background:url(/bitrix/templates/work/images/btn_ok.gif) 0px 0px no-repeat;
    width: 52px;
    height: 21px;
    text-align: center;
    }
    .btn_ok a{
        display: block;
        width: 52px;
        height: 21px;
        font-size: 11px;
        line-height: 21px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        }
    .btn_ok a:hover{
        background:url(/bitrix/templates/work/images/btn_ok_active.gif) 0px 0px no-repeat;
        width: 52px;
        height: 21px;
        }

/*-- /info.html  --*/

/*-- work.html  --*/
.main_product{
    margin: 10px 0 20px 0;
    }
    .main_product_img img{
        float: left;
        padding: 5px;
        border: 1px solid #939393;
    margin-right:10px;
        text-align: center;
        }
    .main_product_infa{
        margin: 0px;
        }
        p.comment{
            font-style: italic;
            padding: 0 0 20px 0;
            color: #7F7F7F;
            }

.pop_read{
    margin: 10px 0 10px 0;
    clear: both;
    }
  .pop_read a{
  color:#000;
  }
  .pop_read .pop_read_title {
  font-weight:bold;
  font-size:12px;
  }
    .pop_read_img img{
        float: left;
        border: 2px solid #E3E3E3;
        padding: 1px;
    margin-right:10px;
        }
    .pop_read_infa{
  font-size:12px;
  line-height:15px;

        }
.bottom_link{
margin-top:10px;
    }
    .bottom_link a{
       
        color: #000;
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
        }
    .bottom_link a.back_ico{
        background: url(/bitrix/templates/work/images/back_ico.gif) 0px 0px no-repeat;
        padding: 0 0 3px 25px;
        }
    .bottom_link a.list_ico{
        background: url(/bitrix/templates/work/images/list_ico.gif) 0px 0px no-repeat;
        padding: 0 0 3px 25px;
        }
    .bottom_link a.rar_ico{
        background: url(/bitrix/templates/work/images/rar_ico.gif) 0px 0px no-repeat;
        padding: 0 0 3px 25px;
        }

.path{
    margin: 0 0 10px 0;
    }
    .path ul{
        margin: 0;
        padding: 0;
        }
    .path ul li{
        margin: 0;
        padding: 0;
        display: inline;
        color: #595959;
        font-size: 11px;
        line-height: 13px;
    list-style-type: none;
        }
    .path ul li a{
        color: #595959;
        font-size: 11px;
        line-height: 13px;
        text-decoration: none;
        }
    .path ul li a:hover{
        text-decoration: underline;
        }

/*-- /work.html  --*/
.count{
    clear: left;
    }

.narrow_block_sm{
    border-bottom: 1px dotted #000;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    }

    .narrow_block_sm ul{
        margin: 0;
        padding: 0;
        text-align: left;
        }
    .narrow_block_sm ul li{
        margin: 0 0 2px 0;
    list-style-type: none;
        padding: 0;
        }
    .narrow_block_sm ul li a{
        color: #000;
        }
    .narrow_block_sm ul li.color{
        color: #DB4602;
        }
    .narrow_block_sm ul li a.color{
        color: #DB4602;
        }


.narrow_block_infa{
    float: left;
    width: 60%;
    text-align: left;
    }
    .narrow_block_infa p{
        padding: 10px 0 10px 10px;
        font-size: 11px;
        color: #000;
        }
    .narrow_block_infa a{
        padding: 0 0 0 10px;
        color: #DB4601;
        }

.narrow_block_frame{
    margin:0 0 0 140px;
    border: 1px solid #858585;
    width: 68px;
    height: 71px;
    }
.address{
    text-align: left;
    }
    .address a{
        color: #DB4601;
        }

.choose_print{
padding:0px;
margin:0px 0px 10px 0px;
border-bottom: 1px dotted #000;
}
/*  .narrow_block_sm .choose_print_frame{
   width: 94px;
    height: 115px;
  border: 1px solid #858585;
  margin:0px 10px 0px 0px;
  float:left;
  }*/
    .narrow_block_sm .choose_print_infa h4{
    text-align:center;
    line-height:18px;
    }
  .narrow_block_sm .choose_print_infa{
  margin:0px 0px 5px 0px;
  padding:0px;
  text-align:left;
  }
  .narrow_block_sm .choose_print_infa p{
  padding:0px 0px 10px 0px;
  margin:0px;
  }
  .narrow_block_sm .choose_print_infa a{
  padding:0px;
  }
/*-- /content --*/

/*-- footer --*/
.footer{
    background: url(/bitrix/templates/work/images/footer_bg.gif) 0px 0px repeat-x;
    height: 34px;
    padding: 0px 40px 0px 20px;
    }
    .copyrite{
        float: left;
    padding-top:3px;
        }
    .aniart{
        float: right;
    padding-top:3px;
        }
        .aniart a{
            color: #E74100;
            }
        .aniart a:hover{

            }
/*-- /footer --*/
.banner{
margin:10px 0px 10px 0px;
* margin:10px 0px 10px 3px;
text-align:left;

}

div.nfoBlock
{
   border:1px solid #afafaf;
   margin-top: 10px;
   margin-bottom: 10px;
   padding:5px;
   background-color: #efefef;
}

div.nfoBlock span.emph
{
   font-weight: bold;
   color: black;
}

span.starrequired
{
   color: #E64900;
}


pre {text-indent: 30px}

/*-- /table --*/
table#service {margin-bottom:10px;}
table#service tr td{ background:#f0f0f0;}
table#service tr td.narrow {width: 80px;}
table#service tr.topheading td{ background:#434343;}
table#service tr.topheading td p{ color:#fff; font-size:12px; font-weight:bold; text-align:center; margin: 0px; padding: 0px; text-transform: uppercase
;}

table#service p {font-size:11px; margin: 0px; padding: 2px 5px 2px 5px;  }

p.right {text-align:right;}


table#services {margin-bottom:10px;}
table#services tr td{ background:#f0f0f0;}
table#services tr td.narrow {width: 80px;}
table#services tr.topheading td{ background:#737373;}
table#services tr.topheading td p{ color:#fff; font-size:12px; font-weight:bold; text-align:center; margin: 0px; padding: 0px; text-transform: uppercase
;}

table#services p {font-size:11px; margin: 0px; padding: 0px 5px 0px 5px;  }

#adv {color:#e74900;}
a.l {color:#000; text-decoration:underline;}
a:hover.l {color:#e74900; text-decoration:none;}