﻿body 
{
    margin: 0px; 
    padding: 0px;
    font-size: 11px;
    font-family: Verdana;
    color: #f1f1f1;
    background-color: #252525;
    background-image: url("../Imgs/body_bg.png");
    background-repeat: repeat-x;
    background-position: 0px 101px;
} 
form 
{
    padding: 0px;
    margin: 0px;
}
#top01 
{ 
    min-width: 960px;
    height: 136px;
    background-image: url("../Imgs/top01_bg.png");
    background-repeat: repeat-x; 
    margin-top: -35px;
}
#menu_wrapper 
{
    width: 958px;
    height: 49px;
    background-image: url("../Imgs/menu_wrapper.png");
    background-position: 1px bottom;
    background-repeat: no-repeat;
    margin: auto;
    padding-top: 86px;
    overflow: hidden;
}
#menu_wrapper_links 
{
    padding: 6px 0px 0px 6px;
    overflow: hidden;
}
#menu_wrapper_links div.link_separator
{
    width: 2px;
    height: 43px;
    background-image: url("../Imgs/menu_link_separator.png");
    background-repeat: repeat-x;
    float: left;
}
#menu_wrapper_links a 
{
    font-size: 10px;
    line-height: 46px;
    display: block;
    float: left;
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
    text-decoration: none;
    color: #f1f1f1;
    font-weight: bold;
    height: 43px;
}
#menu_wrapper_links a.menu_button01 
{
    width: 101px;
    background-image: url("../Imgs/menu_button1.png"); 
}
#menu_wrapper_links a.menu_button02 
{
    padding: 0px 20px;  
    background-image: url("../Imgs/menu_button2.png");
}
#menu_wrapper_links a.menu_button01:hover,
#menu_wrapper_links a.menu_button02:hover, 
#menu_wrapper_links a.selected 
{
    background-position: center bottom;
}
#banner_area 
{
    width: 960px;
    height: 175px;
    background-image: url("../Imgs/banner_bg.png");
    background-position: center center; 
    background-repeat: no-repeat;
    margin: auto;
}
#banner_area.despre_noi 
{
    background-image: url("../Imgs/banner_bg.png");
} 
#banner_area.servicii 
{
    background-image: url("../Imgs/banner_bg_servicii.png");
} 
#banner_area.portofoliu 
{
    background-image: url("../Imgs/banner_bg_portofoliu.png");
} 
#banner_area.contact 
{
    background-image: url("../Imgs/banner_bg_contact.png");
} 
#banner_area.comercializare
{
    background-image: url("../Imgs/banner_bg_comercializare.png");
} 
#content_area 
{ 
    background-color: #464646; 
    background-image: url("../Imgs/content_area_bg.png");
    background-position: top;
    background-repeat: repeat-x;
    min-width: 960px;
}

#submenu_area_wrapper
{
    float: left;
    padding: 3px 20px;
}
#submenu_area_wrapper a
{
    text-decoration: none;
    color: #f1f1f1;
    padding: 0px 10px;
}
#submenu_area_wrapper a.selected,
#submenu_area_wrapper a:hover 
{
    text-decoration: underline;
}

#language_area 
{
    width: 958px;
    height: 25px;
    background-image: url("../Imgs/language_area_bg.png");
    background-position: 1px center;
    margin: auto;
}
#language_link_wrapper 
{
    float: right;
    padding: 3px 20px;
    color: #cbcbcb;
}
#language_link_wrapper a 
{
    text-decoration: none;
    color: #cbcbcb;
}
#language_link_wrapper a:hover, 
#language_link_wrapper a.current 
{
    color: #f1f1f1;
    text-decoration: underline;
}  

#text_content 
{
    width: 958px;
    margin: auto;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 50px;
    padding-left: 3px;
}
#gallery_wrapper 
{
    width: 203px;
    overflow: hidden;
    float: left;
    padding-top: 1px;
}
#gallery_top 
{
    width: 203px;
    background-image: url("../Imgs/gallery_top.png");
    height: 46px;
    line-height: 50px;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}
#gallery_content 
{
    overflow: hidden;
    background-image: url("../Imgs/gallery_bg.png");
    background-repeat: repeat-y;
    padding: 5px 6px;
    width: 191px;
}
#gallery_content a
{
    text-decoration: none;
}
#gallery_content img
{
    border: 0px none;
    padding: 1px 0px 0px 0px;
    margin: 0px; 
    cursor: pointer;
}
#gallery_content img.left 
{
    float: left;
}
#gallery_content img.right 
{
    float: right;
}
#gallery_bottom
{
    width: 203px;
    background-image: url("../Imgs/gallery_bottom.png");
    height: 39px;
}

#page_content_wrapper 
{
    width: 749px;
    overflow: auto;
    overflow: hidden;
    float: right;
}
#page_content_wrapper.big_content
{
    width: 960px; 
}
#page_content_top 
{
    width: 749px;
    height: 47px;
    background-image: url("../Imgs/page_content_top.png");
    overflow: hidden;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
}
#page_content_wrapper.big_content #page_content_top 
{
    width: 960px;
    background-image: url("../Imgs/page_content_top_big.png");
}
#page_content_bg
{ 
    overflow: hidden;
    background-image: url("../Imgs/page_content_bg.png");
    background-repeat: repeat-y;
    padding: 10px 15px;
}
#page_content_wrapper.big_content #page_content_bg 
{ 
    background-image: url("../Imgs/page_content_bg_big.png");
}
#page_content_bottom 
{
    width: 749px;
    height: 7px;
    background-image: url("../Imgs/page_content_bottom.png"); 
}
#page_content_wrapper.big_content #page_content_bottom 
{
    width: 960px;
    background-image: url("../Imgs/page_content_bottom_big.png"); 
}

#page_content_footer 
{
    width: 748px;
    height: 38px;
    background-image: url("../Imgs/page_content_footer.png"); 
    float: right;
    padding-right: 1px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
}
#page_content_footer.big_content 
{
    width: 960px;
    background-image: url("../Imgs/page_content_footer_big.png");
}
#page_content_footer_copyright 
{
    text-align: left;
    float: left;
    width: 108px; 
    height: 30px;
    padding-top: 7px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
} 
#page_content_footer_sigla  
{
    float: right;
    width: 108px;
    height: 30px;
    padding-top: 4px;
    padding-right: 10px;
}
a.sigla 
{
    display: block;
    height: 30px;
    width: 108px;
    background-image: url("../Imgs/ts_sigla.png"); 
    background-position: top;
    padding: 0px; 
    margin: 0px;
} 
div.sigla_hover
{
    display: block;
    height: 30px;
    width: 108px; 
    background-image: url("../Imgs/ts_sigla.png"); 
    background-position: bottom;
    padding: 0px;  
    margin: 0px;
} 
#page_content_footer a.link_footer 
{
    font-size: 10px ! important;
    padding: 0 5px;    
    font-weight: bold;
    text-decoration: none;
    color: #f1f1f1;
    text-decoration: none;
} 
#page_content_footer a.link_footer:hover,
#page_content_footer a.link_footer_selected
{
    font-size: 10px ! important;
    padding: 0 5px;
    font-weight: bold;
    text-decoration: none;
    color: #f1f1f1;
    text-decoration: underline;
}

#footer 
{
    min-width: 960px;
    background-image: url("../Imgs/footer_bg.png");
    min-height: 50px;
    background-repeat: repeat-x;
}
#footer_text_wrapper 
{
    width: 900px;
    text-align: center;
    color: #f1f1f1;
    padding: 20px;
    margin: auto;
    font-size: 9px;
}
#footer_text_wrapper a
{
    color: #f1f1f1;
    text-decoration: underline;
}
#footer_text_wrapper a:hover
{
    text-decoration: none;
}

#atestari_box_wrapper 
{
    width: 386px;
    overflow: hidden;    
    float: right;
    margin: 10px 0px 10px 10px;
    background-image: url("../Imgs/atestari_box_bg.png");
    background-repeat: repeat-y;
}
#atestari_box_top 
{     
    height: 30px; 
    line-height: 30px;
    background-image: url("../Imgs/atestari_box_top.png"); 
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
}
#atestari_box_content
{     
    padding: 0px 10px;
    text-align: center;
}
#atestari_box_content a
{
    text-decoration: none; 
}
#atestari_box_content img
{
    padding: 5px;
    border: none;
    width: 75px;
}
#atestari_box_bottom 
{     
    height: 9px; 
    background-image: url("../Imgs/atestari_box_bottom.png"); 
    text-align: center; 
}


ul.submenu {
  border: 1px solid #999; 
  background-color: #448299;
  display: none;
  position: absolute;
  z-index: 9;
  padding: 0px 0px 0px 0px;
  margin: 0px;  
}
 
ul.submenu li {
  display: block;
  float: none; 
  background-color: #448299;
  width: 100%;
} 
 
ul.submenu li a 
{ 
    height: 20px ! important;
    line-height: 20px ! important; 
    display: block;
    padding: 2px; 
}
 
ul.submenu li a:hover  
{  
    color: #00b7fe ! important; 
} 
  

.link_meniu 
{
    overflow: hidden;
    float: left;
    padding: 0px;
}
h3 
{
    font-size: 13px;
}