/*
DMSBG.COM
v:1.0
*/

/*
@font-face { font-family: "Days"; src: url('incl/Days.otf'); } 
@font-face { font-family: "HattoriHanzo Light"; src: url('incl/HattoriHanzo_Light.otf'); font-style:  normal; } 
@font-face { font-family: "HattoriHanzo Light"; src: url('incl/HattoriHanzo_Light.otf'); font-style:  italic; } 
@font-face {
    font-family: 'HattoriHanzo Light';   
    font-weight: normal; font-style: normal;
    src: url('incl/HattoriHanzo_Light.eot'); 
    src: url('incl/HattoriHanzo_Light.eot?#iefix') format('embedded-opentype'),
         url('incl/HattoriHanzo_Light.otf') format('opentype'); 
    }

@font-face {
    font-family: 'HattoriHanzo Light';   
    font-weight: normal; font-style: italic;
    src: url('incl/HattoriHanzo-LightItalic.eot'); 
    src: url('incl/HattoriHanzo-LightItalic.eot?#iefix') format('embedded-opentype'), 
         url('incl/HattoriHanzo-LightItalic.otf') format('opentype'); 
    }

*/


@font-face {
    font-family: 'Days';   
    font-weight: normal; font-style: normal;
    src: url('incl/Days.eot'); /* IE9 Compat Modes */
    src: url('incl/Days.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('incl/Days.otf') format('opentype'); /* Legacy iOS */
}

@font-face {
    font-family: 'Myriad Pro';   
    font-weight: normal; font-style: normal;
    src: url('incl/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('incl/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('incl/MyriadPro-Regular.otf') format('opentype'); /* Legacy iOS */
    }
@font-face {
    font-family: 'Myriad Pro';
    font-weight: bold; font-style: normal;
    src: url('incl/MyriadPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('incl/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('incl/MyriadPro-Bold.otf') format('opentype'); /* Legacy iOS */
    }
@font-face {
    font-family: 'Myriad Pro';
    font-weight: normal; font-style: italic;
    src: url('incl/MyriadPro-It.eot'); /* IE9 Compat Modes */
    src: url('incl/MyriadPro-It.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('incl/MyriadPro-It.otf') format('opentype'); /* Legacy iOS */
    }

body{
    background: #cccccc;
    margin: 0;
    padding: 0;
}

h1, h2{ 
	font-weight: normal; 
}

a img {border: none;}

.top{
    width: 914px;
    height: 171px;
    display: block;
    background: url(images/top_bckg.png);
    padding: 32px 43px 0 43px;
}

.top .left_group{
    width: 339px;
    height: 144px;
    display: block;
    float: left;
    text-align: left;
}

.h_search{
    width: 183px;
    height: 19px;
    display: block;
    background: url(images/top_search_bckg.png);
    border: none;
    padding: 5px;
    margin-top: 8px;
    color: #b2b2b2;
}

.top .right_group{
    width: 339px;
    height: 144px;
    display: block;
    float: right;
    text-align: justify;
    font-family: 'Myriad Pro';
    font-size: 20px;
    font-weight: bold;
    color: #D65007;
}

.menu_container{
    width: 914px;
    padding: 0 43px;
    background: url(images/mid_bckg.png) repeat-y;
}

.menu{
    width: 958px;
    height: 41px;
    background: #FFD7A8;
    /*margin-left: -22px;*/
    display: block;
}

.menu a{
    font-family: "Myriad Pro", Arial;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    height: 33px;
    display: block;
    color: #333333;
    float:left;
    padding: 7px 0px 0 0px;
    border-top: 1px solid #fff;
	text-align: center;
}

.menu a.first{
    padding-left:21px;
}

.menu a.last{
    padding-right:20px;
}

.menu a:hover,
.menu a.sel{
    color: #333333;
    background: #FFC478;
    text-shadow: #fff 1px 1px;
    border-top: 3px solid #D65009;
    margin-top: -2px;
    
}


.submenu_container{
    width: 914px;
    padding: 0 43px;
    background: url(images/mid_bckg.png) repeat-y;
}

.submenu{
    width: 958px;
    height: 40px;
    background: #ffc478;
    /*margin-left: -22px;*/
    display: block;
}

.submenu a{
    font-family: "Myriad Pro", Arial;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    height: 33px;
    display: block;
    color: #333333;
    float:left;
    padding: 7px 19px 0 19px;
    position: relative;
}

.submenu a.first{
    padding-left:22px;
}

.submenu a.last{
    padding-right:21px;
}

.submenu a:hover,
.submenu a.sel{
    color: #333333;
    background: #fff;
    border-top: 3px solid #D65009;
    margin-top: -3px;
    
}

.smenu_l_sel{
    position: absolute;
    bottom: 0px;
    left: -3px;
    width: 3px;
    height: 3px;
    background: url(images/smenu_l_crv.png);
    display: block;
}

.smenu_r_sel{
    position: absolute;
    bottom: 0px;
    right: -3px;
    width: 3px;
    height: 3px;
    background: url(images/smenu_r_crv.png);
    display: block;
}











.container{
    width: 914px;
    padding: 0 43px;
    background: url(images/mid_bckg.png) repeat-y;
    display: block;
}

h1{
    color: #b84506;
    margin: 0px;
    min-height: 50px;
    border-bottom: 1px solid #ffc478;
    font-family: "Days";
    font-size: 32px;
    text-align: left;
    padding: 15px 0px 0px 0;
    margin-bottom: 20px;    
}

h2{
    color: #d65006;
    margin: 0px;
    height: 30px;
    border-bottom: 1px dashed #ffc478;
    font-family: "Days";
    font-size: 20px;
    text-align: left;
    padding: 15px 0px 0px 0;
    margin-bottom: 20px;    
}

.h1_text{
    margin: 12px 7px;
    width: 900px;
    text-align: left;
    font-family: "Myriad Pro", Arial;
    font-weight: normal;
    /*font-style: italic;*/
    font-size: 14px;
    color: #333333;
}

.qa_q_item{
    height: 53px;
    border-bottom: 1px dashed #ffc478;
    padding: 15px 0;
    font-family: "Myriad Pro", Arial;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
}

.qa_q_item img{
    margin-right: 15px;
    
}

.qa_q_item span{
    width: 750px;
    float: left;
    display:block;
    line-height: 0.95em;
    margin-top: 4px;
}

.qa_q_item .open{
    float:right;
    width: 77px;
    height: 51px;
    display: block;
    cursor: pointer;
    background: url('images/qa_open.png') no-repeat;
    margin-right: 11px;
    margin-top: 4px;
}

.qa_a_item{
    min-height: 53px;
    border-bottom: 1px dashed #ffc478;
    padding: 15px 0;
    font-family: "Myriad Pro", Arial;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    display:none;
}

.qa_a_item .qa_cont{
    width: 914px;
    display: block;
    background: #ffdcb6;
}

.qa_a_item .qa_cont img{
    margin-right: 15px;
    margin-top:-4px;
    
}

.qa_a_item .qa_cont span{
    width: 750px;
    float: left;
    display:block;
    line-height: 0.95em;
}

.qa_a_item .qa_cont .qa_answ{
    font-family: "Myriad Pro", Arial;
    font-weight: normal;
    /*font-style: italic;*/
    font-size: 14px;
    color: #b84506;
    width: 886px;
    display: block;
    background: #ffdcb6;
    padding: 0 14px;
    line-height: 1.3em; 
}

.qa_a_item .qa_cont .close{
    float:right;
    width: 82px;
    height: 51px;
    display: block;
    cursor: pointer;
    background: url('images/qa_close.png') no-repeat;
    margin-right: 11px;
}

a.news_item,
a.news_item:visited{
    min-height: 120px;
    border-bottom: 1px dashed #ffc478;
    padding: 18px 0;
    font-family: "Myriad Pro", Arial;
    display:block;
    text-align: left;
    text-decoration: none;
    background: url('images/news_list_more.png') right no-repeat;
    color: #333333;
}
    
a.news_item:hover{
    background: url('images/news_list_hmore.png') right no-repeat;
    color:#ba4507;
}
    
.news_item div.img{
    width: 96px;
    height: 96px;
    padding: 8px;
    background: url('images/news_item_bckg.png') no-repeat;
    display:block;
    float: left;
}

.news_item span.title{
    font-size: 24px;
    font-weight: bold;
    width: 820px;
    display: block;
    line-height: 0.95em;
}

.news_item span.date{
    font-size: 18px;
    font-weight: normal;
    width: 820px;
    display: block;
    color: #d65006;
    /*font-style: italic;*/
    margin: 10px 0;
}

.news_item span.anonce{
    font-size: 13px;
    font-weight: normal;
    width: 820px;
    display: block;
}
   
.pagination{
    display:block;
    float: right;
}

.pagination .pagination_active{
    font-family: "Myriad Pro", Arial;
    font-weight: bold;
    font-size: 22px;
    color: #ff9a14;
    float:left;
    text-decoration: none;
    margin: 0 5px;
}

.pagination .pagination_inactive{
    font-family: "Myriad Pro", Arial;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    float:left;
    text-decoration: none;
    margin: 0 5px;
    width: 29px;
    height: 27px;
    display: block;
    background: url(images/pagination_ap.png) no-repeat;
    text-align: center;
}

.news_back{
    width: 90px;
    height: 29px;
    display: block;
    background: url(images/news_back.png) no-repeat;
    float:right;
}

div.nd_img{
    width: 189px;
    height: 189px;
    padding: 8px;
    background: url('images/news_det_pic_border.png') no-repeat;
    display:block;
}

.nd_title{
    font-family: "Days";
    font-size: 32px;
    font-weight: normal;
    color: #333333;
    line-height: 0.9em;
}

.nd_date{
    font-family: "Myriad Pro", Arial;
    font-size: 24px;
    font-weight: bold;
    color: #d65006;
    /*font-style: italic;*/
}

.nd_text{
    font-family: "Myriad Pro", Arial;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.more_news_item div.img{
    width: 96px;
    height: 96px;
    padding: 8px;
    background: url('images/news_item_bckg.png') no-repeat;
    display:block;
    float: left;
}

a.more_news_item,
a.more_news_item:visited{
    text-decoration: none;
}

a.more_news_item:hover{
    text-decoration: underline;
    color: #333333;
}

.more_news_item span.title{
    color: #333333;
    display: block;
    font-family: "Myriad Pro",Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 0.95em;
    text-decoration: inherit;
}

.more_news_item span.date{
    color: #D65006;
    display: block;
    font-family: "Myriad Pro",Arial;
    font-size: 13px;
    /*font-style: italic;*/
    font-weight: normal;
    text-decoration: none;
}

.partners_item{
    width: 250px;
    height: 183px;
    display: block;
    text-decoration: none;
    background: url('images/partners_item.png') no-repeat;
    font-family: "Myriad Pro", Arial;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 0.95em;
}

.partners_item img{
    border: none;
}


a.reports_item,
a.reports_item:visited{
    min-height: 120px;
    border-bottom: 1px dashed #ffc478;
    padding: 18px 0;
    font-family: "Myriad Pro", Arial;
    display:block;
    text-align: left;
    text-decoration: none;
    background: url('images/reports_dwn.png') right no-repeat;
    color: #333333;
}
    
a.reports_item:hover{
    background: url('images/reports_dwno.png') right no-repeat;
    color:#ba4507;
}
    
.reports_item div.img{
    width: 96px;
    height: 96px;
    padding: 8px;
    background: url('images/news_item_bckg.png') no-repeat;
    display:block;
    float: left;
}

.reports_item span.title{
    font-size: 24px;
    font-weight: bold;
    width: 820px;
    display: block;
    line-height: 0.95em;
}

.reports_item span.date{
    font-size: 18px;
    font-weight: normal;
    width: 820px;
    display: block;
    color: #d65006;
    /*font-style: italic;*/
    margin: 10px 0;
}

.reports_item span.anonce{
    font-size: 13px;
    font-weight: normal;
    width: 820px;
    display: block;
    /*font-style: italic;*/
}
   
.ank_q_item{
    border-bottom: 1px dashed #ffc478;
    padding: 15px 0;
    font-family: "Myriad Pro", Arial;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    display: block;    
}

.ank_q_item img{
    margin-right: 15px;
    
}

.ank_q_item span{
    width: 750px;
    float: left;
    display:block;
    line-height: 0.95em;
    margin-top: 4px;
}

.ank_q_item .open{
    float:right;
    width: 77px;
    height: 51px;
    display: block;
    cursor: pointer;
    background: url('images/qa_open.png') no-repeat;
    margin-right: 11px;
    margin-top: 4px;
}

.ank_bar{
    height: 15px;
    display: block;
    background: #b94506;
    float: left;
}

.ank_submit{
    width: 129px;
    height: 23px;
    display: block;
    background: url('images/ank_submit.png') no-repeat;
    border:none;
    margin: 15px 0;
}

a.ca_list:visited,
.r_no,
a.ca_list{
    font-family: "Myriad Pro", Arial;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #333333;
    text-decoration: none;
}

a.ca_list:hover{
    text-decoration:underline;
}

a.ca_link{
    width: 100px;
    height: 51px;
    display: block;
    float: left;
}

.ca_drugi{
    background: url('images/ca_drugi.png') no-repeat;
}

.ca_hora{
    background: url('images/ca_hora.png') no-repeat;
}

.ca_npo{
    background: url('images/ca_npo.png') no-repeat;
}

.cd_code{
    width: 300px;
    height: 47px;
    display: block;
    background: url('images/c_code_bskg.png') no-repeat;
    font-family: "Days";
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    float:left;
    text-shadow: #000 1px 1px;
    padding-top: 20px;
}

.cd_site{
    clear: both;
    float:left;
    font-family: "Myriad Pro", Arial;
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    text-align: left;
}

.cd_site a,
.cd_site a:visited,
.cd_site a:hover{
    color: #333333;
}

.cp_code{
    width: 300px;
    height: 47px;
    display: block;
    background: url('images/cp_code_bskg.png') no-repeat;
    font-family: "Days";
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    float:left;
    text-shadow: #000 1px 1px;
    padding-top: 20px;
}

#contact_form{
    font-family: "Myriad Pro", Arial;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

#contact_form input{
    font-family: "Myriad Pro", Arial;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    width: 346px;
    height: 27px;
    display: block;
    background: url('images/input_text_bckg.png') no-repeat;
    border: none;
    padding: 1px;
    margin-bottom: 24px;
}

#contact_form textarea{
    font-family: "Myriad Pro", Arial;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    width: 346px;
    height: 100px;
    min-width: 346px;
    min-height: 100px;
    max-width: 346px;
    max-height: 100px;
    display: block;
    background: url('images/input_textarea_bckg.png') no-repeat;
    border: none;
    padding: 1px;
    margin-bottom: 24px;
}

#contact_form a.submit{
    width: 119px;
    height: 28px;
    display: block;
    background: url('images/input_send_btn.png') no-repeat;
    border: none;
    padding: 1px;
    float: right;
    cursor: pointer;
    margin-right: 75px;
    margin-bottom: 24px;
}

.mp_pics{
    /*margin-left:-25px;     */
}

table.mp_pics td{
    cursor: pointer;
}

table.mp_pics .title{
    width: 268px;
    padding: 0 15px;
    height: 100px;
    display: block;
    background: #ffd7a7;
    text-align: center;
    font-family: "Days";
    font-size: 24px;
    font-weight: normal;
    color: #d65006;
    
}

table.mp_pics .text{
    width: 268px;
    padding: 0 15px;
    height: 76px;
    display: block;
    background: #ffd7a7;
    text-align: left;
    font-family: "Arial";
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    overflow: hidden;
}

.mp_news_top{
    margin-left: -12px;  *
}

.mp_all_news{
    position:absolute;
    margin-left: 750px;
    margin-top: 5px;
    font-family: "Arial";
    font-size: 15px;
    font-weight: normal;
    color: #d65008;
    text-decoration: none;
}

.mp_news_table{
    width: 938px;
    background: #ffe9d5;
    border: 1px solid #ff9b15;
    border-bottom: none;
    border-top:none;
    /*margin-left: -12px;*/
}

.mp_news_table td{
    font-family: "Myriad Pro", Arial;
    font-weight: bold;
    font-size: 13px;
    color: #333333;
    border-right: 1px solid #ffc478;
}

.mp_news_table td.last{
    border-right: none;
}



.mp_news_table td a{
    text-decoration: none;
    color: #333333;
}

.mp_news_table td a:hover{
    text-decoration:underline;
}
.mp_news_table a:hover .date{
    text-decoration: none;
}

.mp_news_table td a .date{
    font-family: "Myriad Pro", Arial;
    font-weight: normal;
    /*font-style: italic;*/
    font-size: 13px;
    color: #d65006;
    text-decoration: none;
}




.mp_partners .all{
    width: 105px;
    height: 51px;
    display: block;
    background: url('images/mp_see_all_partners.png') no-repeat;
}

.mp_partners td{
    font-family: "Myriad Pro", Arial;
    font-weight: bold;
    font-size: 13px;
    color: #333333;
    border-right: 1px solid #ffc478;
}

.mp_partners td.last{
    border-right: none;
}

.mp_partners td a,
.mp_partners td a:hover,
.mp_partners td a:visited{
    font-family: "Myriad Pro", Arial;
    font-weight: normal;
    /*font-style: italic;*/
    font-size: 13px;
    color: #d65006;
    text-decoration: none;
}

.mp_partners td a:hover{
    text-decoration: underline;
}







.bottom{
    width: 940px;
    height: 101px;
    display: block;
    background: url(images/bottom_bckg.png);
    padding: 0px 30px 0 30px;
}

.bottom .left_group{
    width: 220px;
    padding-top: 20px;
    float:left;
    font-family: Arial;
    color: #fff;
}

.bottom .right_group{
    padding: 10px 12px 0 0;
    float:right;
    text-align: right;
}

.bottom .right_group .adv{
    width: 462px;
    height: 60px;
    margin: 0px 92px 0 0;
    text-align: center;
    float: right;
}

.bottom .right_group a{
    float: right;
}

.error {background: #FBE3E4; color: #8A1F11; border: 1px solid #FBC2C4; padding:3px; margin-bottom:10px; width:346px;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border: 1px solid #FFD324; padding:3px; margin-bottom:10px; width:346px;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border: 1px solid #C6D880; padding:3px; margin-bottom:10px; width:346px;}
.success a {color: #264409;}

.p_subtitle{
    color: #D65006;
    font-size: 24px;
    font-weight: bold;
    font-family: "Myriad Pro",Arial;
}

