#container{
    font-family: 'Arial';
    font-size: 13px;
    width: 960px;
    margin: 0 auto;
    border: 1px solid #999;
    background: #f7f9f4;
    
    border-radius: 5px ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    
    box-shadow: 0 0 8px 0.1px #999;
    -webkit-box-shadow: 0 0 8px 0.1px #999;
    -moz-box-shadow: 0 0 8px 0.1px #999;
    -o-box-shadow: 0 0 8px 0.1px #999;
    -khtml-box-shadow: 0 0 8px 0.1px #999;
    
    position: relative;
    top:15px;
    behavior: url("/js/PIE.htc");
}

#content{
    margin: 5px;
    width: 950px;
    background-color:#f7f9f4;
    overflow: auto;
}

/* header */

#header{
    width: 960px;
    height: 252px;
    background-color: #fff;
    
    border-radius: 5px 5px 0px 0px ;
    -webkit-border-radius: 5px 5px 0px 0px ;
    -moz-border-radius: 5px 5px 0px 0px;
    
    position: relative;
    z-index:3000;
    behavior: url("/js/PIE.htc");
}


#img_header{
    margin-bottom:5px;
    border: 1px solid #999;
    
    border-radius: 5px 5px 0px 0px ;
    -webkit-border-radius: 5px 5px 0px 0px ;
    -moz-border-radius: 5px 5px 0px 0px;
    
    box-shadow: 0 0 5px 0.1px #666;
    -webkit-box-shadow: 0 0 5px 0.1px #666;
    -moz-box-shadow: 0 0 5px 0.1px #666;
    -o-box-shadow: 0 0 5px 0.1px #666;
    -khtml-box-shadow: 0 0 5px 0.1px #666;
    
    position: relative;
    behavior: url("/js/PIE.htc");
}

/*footer*/
#footer{
    width: 960px;
    height: 132px;
    margin-top:10px;
    
    box-shadow: 0 0 5px 0.1px #666;
    -webkit-box-shadow: 0 0 5px 0.1px #666;
    -moz-box-shadow: 0 0 5px 0.1px #666;
    -o-box-shadow: 0 0 5px 0.1px #666;
    -khtml-box-shadow: 0 0 5px 0.1px #666;
}
#footer_contact{
    background-image: url('../images/footer2.png'); 
    width: 958px; 
    height: 110px;
    color:#fff;
    padding: 10px 0;  
    border: 1px solid #333;
    border-radius:  0 0 2px 2px; 
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    
    box-shadow: 0 0 5px 0.7px #D6D6D6;
    -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
    
    position: relative;
    behavior: url('/js/PIE.htc');
}

.footer_address{
    width: 430px; 
    float:left; 
    margin: 0 24px;
    font-size:15px;
}

.footer_detail{
    font-size: 13px;
    width: 205px; 
    float:left; 
    margin: 0 5px;
}

#footer_separator{
  width:1px; 
  height:110px; 
  float: left; 
  background-image: url('../images/footer_separator.png');  
}

#copy{
    width: 350px;
    font-size: 10px;
    text-align: right;
    margin: 5px 0;
    float:right;
}

/*top menu*/
#menu{
    width: 960px;
    height: 30px;
    background: url('../images/nav3.png') repeat-x;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;

}

#menu ul
{
    padding: 0 0 0  10px;
    height: 30px;
}

#menu li
{ 
    margin: 0;
    padding: 0;
    list-style: none;
    font: 14px Arial;
    float: left;
}

#menu li a
{ 
    display: block;
    padding: 6px 20px;
    color: #DAD7CD;
    text-align: center;
    text-decoration: none;
}

#menu li a:hover
{ 
    background: url('../images/nav6.png') repeat-x;
}


.menu_div
{ 
    position:absolute;
    z-index: 30000;
    visibility: hidden;
    border: 1px solid #38424c;
    
    border-radius: 0px 5px 5px 5px ;
    -webkit-border-radius: 0px 5px 5px 5px ;
    -moz-border-radius: 0px 5px 5px 5px ;

    behavior: url("/js/PIE.htc");
} 
     
.menu_div a
{ 
    padding: 5px 10px;
    color: #DAD7CD;
    background: url('../images/nav5.png') repeat-x;
    font: 12px Arial;
    text-align: left;
    width: 155px;
    text-decoration: none;
} 

.menu_div a:hover
{
    background: url('../images/nav6.png') repeat-x;
}

#lang{
    position:absolute;
    top:10px;
    left: 0;
}

#lang img{
    float:left; 
    margin-left: 10px;
}


/*homepage*/
#ticker{
    width: 960px; 
    margin-top:15px;
}
#ads{
    margin: 15px 20px 10px;
    width: 910px;
    min-height: 210px;
    background: #fff;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 0 0 5px 0.7px #666;
    -webkit-box-shadow: 0 0 5px 0.7px #666;
    -moz-box-shadow: 0 0 5px 0.7px #666;
    -o-box-shadow: 0 0 5px 0.7px #666;
    -khtml-box-shadow: 0 0 5px 0.7px #666;
    
    position: relative;
    behavior: url("/js/PIE.htc");
}

#big_image{
    width: 908px;
    /*height: 208px;*/
    border: 1px solid #999;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 0 0 5px 0.7px #666;
    -webkit-box-shadow: 0 0 5px 0.7px #666;
    -moz-box-shadow: 0 0 5px 0.7px #666;
    -o-box-shadow: 0 0 5px 0.7px #666;
    -khtml-box-shadow: 0 0 5px 0.7px #666;
    
    position: relative;
    behavior: url("/js/PIE.htc");
}

#small_image{
    float:left;
    margin:15px;
    border: 1px solid #999;
    height: 180px;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 0 0 1px 0.7px #666;
    -webkit-box-shadow: 0 0 1px 0.7px #666;
    -moz-box-shadow: 0 0 1px 0.7px #666;
    -o-box-shadow: 0 0 1px 0.7px #666;
    -khtml-box-shadow: 0 0 1px 0.7px #666;
    
    position: relative;
    behavior: url("/js/PIE.htc");
}

#text{
    padding:15px;
}

#conent_home{
    margin: 5px;
    width: 950px;
    background-color:#f7f9f4;
    overflow: auto;
}

#home_gallery{
    float: left;
    min-height: 120px;
    width: 940px;
    margin: 6px 10px;
    background: #fff;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 0 0 5px 0.7px #D6D6D6;
    -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
    
    position: relative;
    behavior: url('/js/PIE.htc');
}

#gallery_line{
    text-align: left; 
    width: 939px;
    height: 33px;
    color: #000;
    margin: 10px 0;
    font-size: 20px; 
    background-image: url('../images/line.png');
}

#gallery_title{
    background-color: #fff;
    padding: 5px 35px;
}

#slides {
    height: 180px;
    width: 939px;
    margin: 0 auto;
    text-align: center;
}

.slides_container {
    width: 100%; 
    height: 100%;
}

.gallery_image{
    float:left;
    margin-bottom: 5px;
    
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
    position: relative;
    behavior: url('/js/PIE.htc');
}

.item {
    display: block; 
    width: 145px; 
    height: 150px; 
    margin: 10px 21px; 
    float:left; 
    color:#000; 
    font-size: 12px;
}


.section{
    float: left;
    height: 220px;
    width: 460px;
    margin: 6px 10px;
    background: #fff;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 0 0 5px 0.7px #D6D6D6;
    -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
    
    position: relative;
    behavior: url('/js/PIE.htc');
}

.section_line{
    text-align: left; 
    width: 460px; 
    height: 32px;
    color: #000;
    margin: 10px 0;
    font-size: 20px;
    background-image: url('../images/line.png');
}

.section_title{
    background-color: #fff; 
    padding: 5px 35px;
}

.section_img{
    float:left;
    margin: 10px;
    
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
    position: relative;
    behavior: url('/js/PIE.htc');
}

.section_text{
    text-align: left;
    margin: 10px;
}


/*left menu*/

#left_menu{
    background: none repeat scroll 0 0 #F7F9F4;
    float: left;
    margin: 10px 5px 15px;
    min-height: 335px;
    width: 180px;
    

}

#left_menu ul
{
    margin: 0 auto;
    padding: 0;
    min-height: 200px;
}

#left_menu li
{ 
    list-style: none;
    font-size: 14px;
    padding: 6px 0;
    width: 180px;
}

.left_menu_a
{ 
    color: #DAD7CD;
    display: block;
    font-size:12px;
    padding: 6px 10px;
    text-decoration: none;
    background: url('../images/nav3.png') repeat-x;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 0 0 5px 0.7px #D6D6D6;
    -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
    
    position: relative;
    behavior: url("/js/PIE.htc");
}



#left_menu li a:hover
{ 
    font-weight: bold;
    background: url('../images/nav6.png') repeat-x;
}


#left_menu_select
{ 
    color: #fff;
    font-weight: bold;
    display: block;
    font-size:12px;
    padding: 6px 10px;
    text-decoration: none;
    background: url('../images/nav5.png') repeat-x;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
     box-shadow: 0 0 5px 0.7px #D6D6D6;
    -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
    
    position: relative;
    behavior: url('/js/PIE.htc');
}


/*location*/

.location{
    float:left;
    width: 260px;
    background: #fff;
    color: #030e45;
    padding: 10px;
    margin: 0 45px;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 0 0 5px 0.7px #D6D6D6;
    -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
    
    position: relative;
    behavior: url('/js/PIE.htc');
    
}

#map{
    margin: 20px 45px;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 0 0 5px 0.7px #D6D6D6;
    -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
    
    position: relative;
    behavior: url('/js/PIE.htc');
}

.location p{
    margin: 10px;
}

/* partners page*/

.partner{
    float: left;
    margin: 15px;
    width: 280px;
    text-align: center;
}
.partner a:hover{
    color: #697bcd;
}

/* contact */
#contact {
    float:left;
    margin: 30px 170px;
    color: #303237;
    width: 600px;
}

#contact td{
    vertical-align: text-top;
}

#conditii{
    text-align: justify; 
    font-size: 12px; 
    margin: -20px 40px 0 30px;
}

#campuri{
    font-size: 12px; 
    margin-top: 10px;
}


.field {
    width: 175px;
    height: 20px;
    margin-bottom: 10px;
    padding: 5px;
    color: black;
    border: 1px #e4e4e4 solid;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 0 0 5px 0.7px #D6D6D6;
    -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
        
    position: relative;
    behavior: url('/js/PIE.htc');
}

.textarea {
    width: 547px;
    height: 190px;
    padding: 5px;
    color: black;
    border: 1px solid #e4e4e4;
    margin: 15px 0 20px 0;
    overflow: auto;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 0 0 5px 0.7px #D6D6D6;
    -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
    
    position: relative;
    behavior: url('/js/PIE.htc');
}

#button {
    float:right;
    width: 100px;
    height: 30px;
    margin: 30px 45px;
    border: 0 none;
	cursor: pointer;
    
    background: url('../images/nav3.png');
    color: #fff;
    text-shadow: 0.1em 0.1em 0.03em #fff;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 0 0 5px 0.7px #D6D6D6;
    -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
    
    position: relative;
    behavior: url('/js/PIE.htc');
}

/* construction page*/
#image_flash{
    text-align: center;
    margin: 20px 0;
}

#flash{
    vertical-align: middle;
}

/*errors*/
.error_list {
    display: none;
}


/* products */
#products{
    width: 760px; 
    float:left;
}

.products_info{
   float:left; 
   width:232px; 
   min-height:220px;
   background: #fff;
   margin: 15px 10px;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
    
   box-shadow: 0 0 5px 0.7px #D6D6D6;
   -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
   -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
   -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
   -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
    
   position: relative;
   behavior: url('/js/PIE.htc');
}

.products_title{
    background: url('../images/nav6.png') repeat-x; 
    width:232px; 
    height:20px; 
    float: left; 
    padding: 5px 0;
    
    border-radius: 2px 2px 0 0;
   -webkit-border-radius:2px 2px 0 0;
   -moz-border-radius: 2px 2px 0 0;
   
   position: relative;
   behavior: url('/js/PIE.htc');
}

.products_title p{
    font-size: 14px;
    color:#fff;
    font-weight: bolder;
    text-align:center;
}

.products_img{
    border: 1px solid #1e2a5a;
    margin:15px 15px 0 15px;
}

.product_img{
    border: 1px solid #1e2a5a;
    margin:15px 15px 0 15px;
    float:left;
}

.product_desc{
    width: 478px; 
    float:left; 
    margin:15px;
}

.products_price{
    font: bold 12px Tahoma,Verdana;
    color:#1e2a5a;
    font-weight: bolder;
    text-align:center;
    margin: 10px 0;
}

.product_price{
    font: bold 12px Tahoma,Verdana;
    color:#1e2a5a;
    font-weight: bolder;
    margin:20px 0; 
    text-align:left;
}

.products_price_dicount{
    font: bold 12px Tahoma,Verdana;
    color:#1e2a5a;
    font-weight: bolder;
    text-align:center;
    margin:5px 0;
}

.products_price_d1{
    text-decoration: line-through;
}

.products_price_d2{
    color:red;
}

.products_price_d3{
   text-decoration: line-through;
   margin-right: 10px;
}

#products_details{
    font-size: 16px; 
    font-weight: bold; 
    margin:10px 0;
}

#products_details_a{
    color:#1E2A5A;
}

#products_details{
    font-size: 16px; 
    font-weight: bold; 
    margin:10px 0;
}

#products_details_a{
    color:#1E2A5A;
}

#left_menu_products{
    background: none repeat scroll 0 0 #F7F9F4;
    float: left;
    margin: 10px 5px 15px;
    width: 180px;
    

}

.left_menu_products_h3
{ 
    list-style: none;
    font-size: 14px;
    padding: 6px 0;
    width: 180px;
}

.left_menu_products_a
{ 
    color: #DAD7CD;
    display: block;
    font-size:12px;
    padding: 6px 10px;
    text-decoration: none;
    background: url('../images/nav3.png') repeat-x;
    
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    box-shadow: 0 0 5px 0.7px #D6D6D6;
    -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
    -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
    
    position: relative;
    behavior: url("/js/PIE.htc");
}



.left_menu_products_li a:hover
{ 
    font-weight: bold;
    background: url('../images/nav6.png') repeat-x;
}

.subcategory
{
    margin: 10px auto;
    padding: 0 20px;
}

.subcategory_li
{
    margin: 10px 0;
    list-style-type: circle;
    list-style-position: inside;
}

.subcategory_li2{
    margin-left: 20px;
}

.subcategory_a
{
   color: #1E2A5A;
   font-weight:bold;
   
}

.subcategory_a2
{
    font-size:11px;
}
.subcategory a:hover
{
   color: #5e6a74;
   background: none;
}

#basket{
    width: 735px; 
    height: 30px;
    margin: 0 10px;
}

#basket_img{
    margin-right: 5px;
    float:right;
}

#basket_products{
    padding: 10px 0; 
    float:right;
    color: #1E2A5A;
    font-style: italic;
}

#basket_line{
    background: url('../images/line2.png') repeat-x;
    color: #000000;
    font-size: 20px;
    height: 10px;
    margin: 0 10px;
    text-align: left;
    width: 740px;
}

a.button {
    float:right;
    display: block;
    margin: 15px 10px 15px 0;
    padding: 4px 15px;
    color: #fff;
    font: normal 13px Verdana, Arial, Helvetica, Sans-serif;
    
    border: 0 none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: url('../images/nav3.png');
    
    box-shadow: 0 2px 4px #444;
    -webkit-user-select: none;
    -webkit-box-shadow: 0 2px 4px #444;
    -moz-box-shadow: 0 2px 4px #444;
    -o-box-shadow: 0 2px 4px #444;
    -khtml-box-shadow: 0 2px 4px #444;
    
    position: relative;
    behavior: url("/js/PIE.htc");
}

a.button:active {
    top: 1px;
    left: 1px;
    box-shadow: inset 0 2px 4px #444;
    -webkit-box-shadow: inset 0 2px 4px #444;
    -moz-box-shadow: inset 0 2px 4px #444;
    -o-box-shadow: inset 0 2px 4px #444;
    -khtml-box-shadow: inset 0 2px 4px #444;
}
/*sales*/
.projects{
    margin: 20px 0;
    float: left; 
    width: 740px;
}

.content_projects{
    width: 660px; 
    margin: 0 40px; 
    float:left;
}
.project{
    float:left;
    text-align:center;
    color: #086F7E;
    font-size: 16px;
    width: 220px;
}

.project_table{
    float:left;
    text-align:center;
    color: #086F7E;
    font-size: 16px;
    width: 700px;
	margin: 20px;
}

.tooltip {
    display:none;
	background:url(../images/tooltip/black_arrow.png);
	height:85px;
	padding:20px;
	width:170px;
	font-size:11px;
	color:#fff;
}

.project_name{
    background-color: #fff; 
    padding: 3px 20px;
    font-size: 16px;
}

.project_line{
    text-align: left; 
    width: 740px; 
    height: 28px;
    color: #000;
    margin: 10px 0;
    font-size: 20px;
    background-image: url('../images/line1.png');
}

.content_project{
    width: 700px;
    float:left;
    margin: 0 20px;
}

.first_image{
    margin: 15px 25px;
}

.project_image{
    margin: 15px 25px; 
    float:left;   
    box-shadow: 0 0 5px 0.7px #666;
    -webkit-box-shadow: 0 0 5px 0.7px #666;
    -moz-box-shadow: 0 0 5px 0.7px #666;
    -o-box-shadow: 0 0 5px 0.7px #666;
    -khtml-box-shadow: 0 0 5px 0.7px #666;
}

.details_project{
    float:left; 
    width: 355px; 
    padding: 15px 0; 
    font-size: 15px;
}

.details_project table{
    width: 100%
}

.line1{
    background: #EBEBE1;
}

.line2{
   background: #c3c9d9;
}

.fields{
    padding: 6px; 
    font-weight: bold; 
    color: #030e45;
}

.detail{
    padding: 6px;
}

.details{
    text-align: center;
    padding: 6px; 
    font-weight: bold; 
    color: #030e45;
}

/* news page*/

.new{
    width: 800px; 
    margin: 5px auto; 
    min-height:275px; 
    padding: 15px 0px;
    
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    box-shadow: 0 0 8px 0.1px #999;
    -webkit-box-shadow: 0 0 8px 0.1px #999;
    -moz-box-shadow: 0 0 8px 0.1px #999;
    -o-box-shadow: 0 0 8px 0.1px #999;
    -khtml-box-shadow: 0 0 8px 0.1px #999;
    position: relative;
    behavior: url('/js/PIE.htc');
}

.new_title{
    font-size:14px; 
    font-weight: bold;
    text-align: center;
}

.new_img{
    float:left; 
    margin:0 10px; 
    border: 2px solid  #1E2A5A;
}

.new_line{
    background: url('../images/line2.png') repeat-x scroll 0 0 transparent; 
    width:516px; 
    height:5px; 
    float:left;
}

.new_content{
    text-align: justify; 
    margin: 20px 10px;
}


/* all pages*/

#information{
   float:left;
   background: #fff;
   margin: 15px 10px;
   width: 740px;
   min-height: 330px;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
    
   box-shadow: 0 0 5px 0.7px #D6D6D6;
   -webkit-box-shadow: 0 0 5px 0.7px #D6D6D6;
   -moz-box-shadow: 0 0 5px 0.7px #D6D6D6;
   -o-box-shadow: 0 0 5px 0.7px #D6D6D6;
   -khtml-box-shadow: 0 0 5px 0.7px #D6D6D6;
    
   position: relative;
   behavior: url('/js/PIE.htc');
}


#information_title{
    background-color: #fff; 
    padding: 5px 35px;
}

#information_line{
    text-align: left; 
    width: 740px; 
    height: 32px;
    color: #000;
    margin: 10px 0;
    font-size: 20px;
    background-image: url('../images/line.png');
}

#information_img{
    float: right;
    margin: 0 10px 20px;
    
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
    position: relative;
    behavior: url("http://www.inversolar.com/web/css/PIE.php");
}

.information_p{
    margin: 10px 20px 0 10px;
    text-align: justify;
}

.information_p_simple{
    margin: 10px 10px 0;
    text-align: justify;
}

.pdf{
    margin: 15px; 
    color: #2075F3; 
    font-weight: bold;
}

.pdf:hover{
    color: #030e45;
}