html,body {height: 100%;}
body{
	margin:0;
	padding:0;
	background:#ffffff url(bg_body_2.png) repeat-x;	
	text-align:center;
	font-family: Trebuchet MS;
}
img{
	border:none;
	}
h1 a{
  color:#ffffff;
  text-decoration:none;
}
h1 a:hover{
  color:#ffffff;
  text-decoration:underline;
}	
.all{
  width:980px;
  height: 100%;
  margin:auto;
  text-align:left;
}
.header{
  width:980px;
  height:88px;
}
  .logo{
    float:left;
    width:270px;
    height:88px;
    margin-left: 20px;
    background:url('images/logo.png');
    color:white;
  }
  .logo h2{
    font-size:15px;
    font-weight:normal;
    margin-top:43px;
    margin-left:60px;
  }
  .menu{
      float:right;
      width:600px;
    	border:none;          
    	border:0px;
    	margin:0px;
    	margin-top:10px;
    	margin-right:30px;
    	padding:0px;
    	font: 19px "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    	font-size:14px;
    	font-weight:bold;
    	}
    .menu ul{
    	background:none;
    	height:35px;
    	list-style:none;
    	margin:0;
    	padding:0;
    	background:url("images/seperator.gif") bottom left no-repeat;
    	}
    	.menu li{
    		float:left;
    		padding:0px;
    		}
    	.menu li a{
    		background:url("images/seperator.gif") bottom right no-repeat;
    		color:#ffffff;
    		display:block;
    		font-weight:normal;
    		line-height:35px;
    		margin:0px;
    		padding:0px 14px;
    		text-align:center;
    		text-decoration:none;
    		}
    		.menu li a:hover, .menu ul li:hover a{
    			background: #7f0100 url("images/hover.gif") top center no-repeat;
    			color:#FFFFFF;
    			text-decoration:none;
    			}
    	.menu li ul{
    		background:#700000;
    		display:none;
    		height:auto;
    		padding:0px;
    		margin:0px;
    		border:0px;    		
    		position:absolute;
    		width:180px;
    		z-index:200;
    		/*top:1em;
    		/*left:0;*/
    		}
    	.menu li:hover ul{
    		display:block;
    		
    		}
    	.menu li li {
    		background:url('images/sub_sep.gif') bottom left no-repeat;
    		border-top:1px solid #7f0100;
    		display:block;
    		float:none;
    		margin:0px;
    		padding:0px;
    		width:180px;
    		}
    	.menu li:hover li a{
    		background:none;
    		}
    	.menu li ul a{
    		display:block;
    		height:35px;
    		font-size:12px;
    		font-style:normal;
    		margin:0px;
    		padding:0px 10px 0px 15px;
    		text-align:left;
    		}
    		.menu li ul a:hover, .menu li ul li:hover a{
    			background:#7f0100 url('images/hover_sub.gif') center left no-repeat;
    			border:0px;
    			color:#ffffff;
    			text-decoration:none;
    			}
    	.menu p{
    		clear:left;
    		}
.main{
  width:980px;
  height: auto;
  background:url('images/main_back.png');
}
  .informare{
    width:600px;
    overflow:hidden;
    height:auto;
    float:left;
    margin-left:30px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;    
    font-size:13px;
    text-align:justify;
    background:#ffffff;  
  }
  .informare table{
  	/*width:600px;*/
}
  .informare h1{
      margin:0px;
      padding:0px;
      font-size:22px;
      color: #700000;
    }
  .informare h2{
      margin:0px;
      padding:0px;
      font-size:18px;
      text-indent:30px;      
    }
  .informare h3{
    margin-left:30px;
    font-size:22px;
    color:#700000;
    margin-top:0px;
    margin-bottom:5px;
    text-decoration:underline;
  }
  .informare p{
    text-indent:30px;
    line-height:16px;
    margin:0px;
    margin-bottom:3px;
    margin-top:5px;
  }
  .informare ul{
    margin:0px;
    list-style-type:square;
  }
  .informare img{
    padding:4px;
    border:1px solid #dddddd;
    background:#f3f3f3;
  }
  .informare a{
      font-size:14px;
      font-weight:bold;
      text-decoration:none;
      color:#4f5b79;
  }
  .informare a:hover{
    font-size:14px;
      font-weight:bold;
      text-decoration:underline;
      color:#333333;  
  }
  .verde, .galben, .rosu, #errors{
    float:left;
    width: 932px;
    height:auto;
    border:1px solid green;
    background:rgb(0,240,127);
    color:rgb(78,78,78);
    margin-left:22px;
    margin-top:5px;
    margin-bottom:5px;
    text-align:center;
    color:green;
    font-size:16px;
    line-height:24px;
  }
  #errors{
    display:none;
    border:1px solid yellow;
    background:rgb(255,255,153);
  }
  .galben{
    border:1px solid yellow;
    background:rgb(255,255,153);
    color:rgb(78,78,78);
  }
  .rosu{
    border:1px solid red;
    background:rgb(255,128,0);
    color:rgb(78,78,78);
  }
  .info{                  
    float:left;
    width: 932px;
    height:185px;
    margin-left:22px;
    margin-top:10px;
    background:url('images/info.png');
    color: #4f5b79;
  }
  .info p{
    margin:2px; font-size:12px; line-height:13px;
  }
  .info h1{  
    margin:0px; font-size:16px; color:#fff; margin-bottom:5px; margin-left:2px; text-align:center; margin-bottom:10px;
  }  
  .steps{                  
    float:left;
    width: 932px;
    height:128px;
    margin-left:22px;
    margin-top:10px;
    background:url('images/steps.png');
    color: #4f5b79;
  } 
  .stepsinfo p{
    margin:0px;
  }
    .step{
      font-size:14px;
      font-weight:bold;
      text-decoration:none;
      color:#4f5b79;            
    }
    .step:hover{
      font-size:14px;
      font-weight:bold;
      text-decoration:underline;
      color:#333333;      
    }
    .signin input[type=text], .informare input[type=text]{
      margin:0px;
      width:138px;      
      padding:3px;
      border:1px solid #cccccc;
      font-size:13px;
    }
    .signin input[type=password], .informare input[type=password]{
      margin:0px;
      width:138px;      
      padding:3px;
      border:1px solid #cccccc;
      font-size:13px;
    }
    .signin input[type=submit], .informare input[type=submit]{
      margin:0px;
      width:90px;      
      padding:2px;
      border:1px solid #666666;
      background:url('images/search-middle.png');
      color:#ffffff;
      font-size:13px;
    }
    .signin a{
      color:#333333;
      text-decoration:underline;
    }
    .signin a:hover{
      color:#666666;
      text-decoration:none;
    }
  .usermenu{                  
    float:left;
    width: 932px;
    height:72px;
    margin-left:22px;
    margin-top:-15px;
    background:url('images/usermenu.png');
    clear:both;
  } 
     .usermenu p{
      font-size:13px;
      margin:0px;
      padding:0px;
      margin-top:10px;
      margin-left:20px;
     }
     .usermenu a{
        color:#700000;        
     }
     .usermenu a:hover{
        color:#700000;
        text-decoration:none;        
     } 
  .search{
    float:left;
    width: 932px;
    height:79px;
    margin-left:22px;
    margin-bottom:20px;
  } 
    .search-top{
      float:left;
      width: 932px;
      height: 23px;
      background:url('images/search-top.png');
    }
    .search-middle{
      float:left;
      width: 930px;
      /*height: 49px;*/
      border-left:1px solid #b5b1a1;
      border-right:1px solid #b5b1a1;
      background:url('images/search-middle.png');
      font-size:12px;
      color:#ffffff;
    }
      .search-middle table{
        margin:0px;
        padding:0px;      
        margin-left:10px;  
      }
    .search-bottom{
      float:left;
      width: 933px;
      height: 7px;
      background:url('images/search-bottom.png');
    }
    .search input{
      width:130px;
      height:20px;
      padding:3px;
      border:1px solid #666666;
    }
    .search input[type=submit]{
      width:117px;
      height:30px;
      border:0px;
      background:url('images/back_submit.png');
      padding:3px;
      cursor:pointer;
    }
    .search select{
      width:175px;
      height:28px;
      padding:3px;
      border:1px solid #666666;
    }
  .columncontainer{
    float:left;
    width:200px;
    height: auto;
    margin-left:10px;
    margin-top:10px;
    overflow:hidden;
  }  
  .column{
    float:left;
    width:200px;
    height: auto;
  	owerflow:hidden;    
  }
    .column h2{
      margin:0px;
      padding:0px;
      font-size:18px;
      color: #700000;
      text-align:center;
    }
    .box-image{
      margin-top:5px;
      padding-top:5px;
      font-size:13px;
      border-top:1px solid #700000;
    }
    .column ul{
      list-style-image: url('images/windows.png');
      margin:0px;
      padding:0px;
      padding-left:30px;
      white-space:nowrap;
    }    
    .column li{            
      cursor: pointer;
      font-size:13px;
      padding:5px;
      margin-bottom:5px;
    }
    .column li:hover{
      background:#dddddd;
    }
    .column li a{            
      color:#333333;
      text-decoration:none;
      line-height:20px;
      font-size:13px;            
    }
    .column li a:hover{        
    }
    li.valabila:hover {

    }
    li.acceptata:hover {
      background:#eff1b6;
    }
    
    li.expirata{
      color:#999999;
    }
    li.expirata a{
      color:#999999;
    }
    .rightcolumn{
    float:left;
    /*width:205px;*/
    height: auto;
    background:#ffffff;
    padding:10px;
    /*margin-left:10px;*/
  }
   
    .rightcolumn h2{
      margin:0px;
      padding:0px;
      font-size:18px;
      color: #700000;
      margin-left:5px;      
    }    
    
    .rightcolumn ul{
      list-style-image: url('images/windows.png');
      margin:0px;
      padding:0px;
      padding-left:30px;
      white-space:nowrap;
    }    
    .rightcolumn li{            
      cursor: pointer;
      font-size:13px;
      padding:5px;
      margin-bottom:5px;
    }
   
    .rightcolumn li:hover{
      background:#dddddd;
    }
    .rightcolumn li a{            
      color:#333333;
      text-decoration:none;
      line-height:20px;
      font-size:13px;            
    }
    .rightcolumn li a:hover{        
    }
   
    
    .navigation{
      width:200px;
      height:22px;
      margin-left:28px;
    }
      .navigation ul{
        padding:0;
        margin:0;
        color:#fff;      
        white-space:nowrap;
        list-style-type:none;
        text-align:center;
      }
      .navigation li{
        display:inline;                  
      }
      .navigation li a{
        float:left;  
        background:#ffffff;    
        color:#700000;
        text-decoration:none;
        line-height:18px;
        padding:0px 4px 0px 4px;
        height:18px; 
        border:1px solid #700000;
        margin:1px;           
      }
      .navigation li a:hover, .navigation li a.activ{
        background:#700000;        
        color:#ffffff;
        line-height:18px;
      }
    
  .column-register{
    float:left;
    width:230px;
    height:auto;
    margin-left:20px;
    font-size:13px;
  }
    .column-register h1{
      margin:0px;
      padding:0px;
      font-size:18px;
      color: #700000;
    }
    .column-register ul{
      list-style:none;      
      margin:0px;
      margin-bottom:20px;
      padding:0px;
      
    }
    .column-register li{  
      background:url('images/check.png') no-repeat 0px 3px;
      padding-left:22px;           
      font-size:13px; 
      line-height:24px;      
    }
    .column-register li a{  
      text-decoration: none;
      color:#700000;      
    }
    .column-register li a:hover{  
      text-decoration: underline;
      color:#700000;      
    }
    .user{
      height:150px;
      margin-top:5px;
      padding-top:10px;      
      border-top:1px solid #700000;
    }
.footer{
  width:980px;
  height:105px;
  font-family: Trebuchet MS;
  margin-bottom:40px;
}
  .footer-content{
    float:left;
    width: 933px;
    height:70px;
    margin-top:15px;
    margin-left:22px;    
    margin-bottom:6px;
  }
  .footer-left{
    float:left;
    width: 6px;
    height:70px;    
    background:url('images/footer-left.png');
  }
  .footer-middle{
    float:left;
    width: 921px;
    height:70px;    
    background:url('images/footer-middle.png');
  }
  .footer-right{
    float:left;
    width: 6px;
    height:70px;    
    background:url('images/footer-right.png');
  }
  .footer-menu{
    float:left;
    width: 933px;
    height:14px;
    margin-left:22px;  
    text-align:left; 
    color: #666666;
    font-size:12px;         
  }
  .footer-box{
    float:left;
    width:300px;
    height:70px;
    margin-left:7px;
  }
  .footer h1,.footer h2{
    margin:0px;
    margin-top:10px;    
    color:#ffffff;
    font-size:18px;
  }
  .footer h2 a{
  color:#ffffff;
  text-decoration:none;
}
  .footer h2 a:hover{
  color:#ffffff;
  text-decoration:underline;
}	
  
  .footer p{
    margin:0px;
    color:#ffffff;
    font-size:13px;
  }
  .footer-menu a{
    color:#666666;
    text-decoration:none;
  }
  .footer-menu a:hover{
    color:#333333;
    text-decoration:underline;
  }
  
  
  .language{
    float:right;
    width: 600px;
    height:30px;
    margin-right:30px;
    margin-top:10px;
    padding-top:0px;  
    text-align:center; 
    color: white;
    font-size:12px; 
    border:0px solid #ffffff;
    background:url('images/header_banner.png');
  }
  .language h1{
    font-size:15px; 
    font-weight:normal;
    margin:0px;
    color:#4e5a78; 
    text-decoration:none;
    line-height:30px;
  }
  .language a:hover{
    color:#aaaaaa;
    text-decoration:underline;
  }
  

  /* register */
  
  .register{
    height:500px;
    margin-left:100px;
    padding-top:20px;
  }
  .register h1{
    font-size:20px;
    color:#700000;
    margin:0px;
  }
  .register td{
    font-size:13px;
  }
  
  /* add offer */
  .addoffer{
     width:680px;
    height:auto;
    float:left;
    padding-left:20px;    
    font-size:13px;
    text-align:justify; 
  }
  .addoffer h1{
    margin:0px;
      padding:0px;
      font-size:22px;
      color: #700000;
  }
  
  .addoffer input[type=text]{
    width:250px;
    border:1px solid #700000;
    padding:3px;
  }
  .addoffer input[type=submit]{
    width:120px;
    border:1px solid #700000;
    padding:3px;
  }
  .addoffer input[type=radio]{
    width:30px;
    border:0px solid #700000;
    padding:3px;
  }
  .addoffer select{
    width:260px;
    border:1px solid #700000;
    padding:3px;
  }

  .addoffer p{
    text-indent:30px;
  }
  
  .addoffer textarea{
    width:250px;
    height:100px;
    border:1px solid #700000;
    padding:3px;
    font-family: Trebuchet MS;
    font-size:12px;
  }
  
  
  .addpj input[type=text], .addpj input[type=password]{
    width:230px;
    border:1px solid #700000;
    padding:3px;
  }
  .addpj input[type=submit],.addpj input[type=button]{
    width:120px;
    border:1px solid #700000;
    padding:3px;
  }
  .addpj input[type=radio]{
    width:30px;
    border:1px solid #700000;
    padding:3px;
  }
  .addpj select{
    width:238px;
    border:1px solid #700000;
    padding:3px;
  }
  .addpj textarea{
    width:230px;
    height:80px;
    border:1px solid #700000;
    padding:3px;
  }
  
  .row0{
    background:#f3f3f3;
  }
  .row1{
    background:#e9e9e9;
  }
  
  .numar_oferte{
    float:right; 
    font-size:12px;
    line-height:20px;
  }
  
  .error_span{
    font-size:11px;
    color:red;
    margin:0px;
    margin-bottom:5px;
    text-indent:0px;        
  }
  
  #tooltip{
    width:266px;
    height:46px;
    background:url('images/black_arrow.png');
    position:absolute;
    padding:17px;
    padding-top:29px;
    font-size:12px;
    color:#ffffff;
    line-height:14px;
    text-align:justify;
  }

.basic  {
	width: 100%;
	font-size:14px;
}
.basic div {
	background-color: #ffffff;
	font-size:12px;
}

.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #ffffff;
}
.basic a:hover {
	background-color: #eeeeee;
}
.basic a.selected {
	color: black;
	background-color: #dddddd;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin-tango .jcarousel-container {
    border: 0px solid #346F97;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 800px;
    padding: 0px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  800px;
    height: 50px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 200px;
    height: 50px;
    background:#ffffff;
    overflow:hidden;
    text-align:center;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right:0px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.ads_link{  
    float:left;                
    width: 932px;
    height:8px;
}


.simple_table{
	width:100%;
}

.simple_table th{
	font-size:16px;
	background-color:#DDDDDD;
	padding:2px;
}

.simple_table td{
	border-bottom:1px solid #700000;
	padding:2px 0px 2px 0px;
}

.simple_table td.nr{
	padding-right:5px;
	text-align:right;
}

.prod_top{
	padding:3px 0px 3px 15px;
}

.prod_top a{
 color: #FFFFFF;
}



#top_menu{
	overflow:hidden;
	color:black;
	width:929px;
	height:190px;
	margin:0px 0px 0px 21px;
	padding:5px 0px 0px 0px;
	background-color:transparent;
	background-image:url('/images/bg_heder.png');
	background-repeat:no-repeat;
	
}
#top_menu a{
	color:black;
	text-decoration:none;
}

#top_menu .menus{
	float:left;
	width:462px;
}

#top_menu .menus .menu_item{
	float:left;
	width:200px;
	padding:0px 0px 0px 30px;
	border-right:1px dashed #CCCCCC;
}


#top_menu .menus .menu_item h3, #top_menu h3{
	font-size:18px;
	font-weight:bold;
	margin:0px;padding:0px;
	margin:0px 0px 0px 0px;
	color:#700000;
}

#top_menu .menus .menu_item ul{
	border:0px;border:0px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 20px;
	line-height:17px;
}

#top_menu .menus .menu_item ul li{
	border:0px;border:0px;
	padding:0px;
	list-style-image: url("images/windows_mini.png");
}

#top_menu .menus .menu_item a{
	font-size:13px;
}


#search_container{
	float:left;
	width:201px;
	padding:0px 0px 0px 30px;
	border-right:1px dashed #CCCCCC;
	border-left:1px dashed #CCCCCC;
}
 

#search_container .select{
	width:170px;
	display:block;
	margin-top:10px;
	border:1px solid #700000;
}

#search_container .submit,#login_container .submit	{
	display:block;
	margin:0px auto;
	background: url("images/button_bg.png") repeat scroll 0 0 transparent;
	color: #700000;
	border:0px;
    font-size: 13px;
    margin: 10px 0px 0px 40px;
    padding: 2px;
    width: 90px;
    height:24px;
    line-height:24px;
    float:left;
}

#autentificare{
	background: url("images/search-middle.png") repeat scroll 0 0 transparent;
    border: 1px solid #666666;
    color: #FFFFFF;
    font-size: 13px;
    margin: 0;
    padding: 2px;
    width: 90px;
}

#cere_oferta_pret{
	text-decoration:none;
	display:block;
	background-color:red;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	margin:5px 0px 5px 10px;
	line-height:28px;
	padding:10px;
	background: url("images/cere_oferta_bg.png") repeat scroll 0 0 transparent;
    border: 0px;
    color: #FFFFFF;
    height:58px;
    width:190px;
}

#login_container{
	display:block;
	float:left;
	width:231px;
	font-size:13px;	
}

#banners{
	width:279px;
	margin-right:31px;
}


.text_container .header, .text_container .content, .text_container .footer{
	width:645px;
	padding:0px;
	margin:0px;
}
.text_container .header{
	height:5px;
	background-image:url('/images/center_top.png');
}
.text_container .content{
	background-image:url('/images/center_middle.png');
	overflow:hidden;
}
.text_container .footer{
	background-image:url('/images/center_bottom.png');
	height:5px;
}

.text_containerg .header, .text_containerg .content, .text_containerg .footer{
	width:645px;
	padding:0px;
	margin:0px;
}
.text_containerg .header{
	height:5px;
	background-image:url('/images/top_g.png');
}
.text_containerg .content{
	background-image:url('/images/middle_g.png');
	overflow:hidden;
}
.text_containerg .footer{
	background-image:url('/images/bottom_g.png');
	height:7px;
}


#banners .header, #banners .content, #banners .footer{
	width:279px;
	padding:0px;
	margin:0px;
}
#banners .header{
	height:5px;
	background-image:url('/images/right_top.png');
}
#banners .content{
	background-image:url('/images/right_middle.png');
	overflow:hidden;
}
#banners .footer{
	background-image:url('/images/right_bottom.png');
	height:6px;
}

#banners .left{
	border-right:1px dashed #c8c8c8;
	border-bottom:1px dashed #c8c8c8;
	padding:3px;
	padding-bottom:7px;
	background: url("images/banner_right.png") no-repeat 0% 0% transparent;
}
#banners .right{
	padding:3px;
	border-bottom:1px dashed #c8c8c8;
	padding-bottom:7px;
	background: url("images/banner_right.png") no-repeat 0% 0% transparent;
}
#banners .last{
	border-bottom:0px;
	padding-bottom:4px;
}

#banners ul{
	margin:0px;padding:0px;
	width:273px;
	display:block;
	margin:0px auto;
	overflow:hidden;
}
#banners ul li{
	float:left;
	list-style-type:none;
	width:131px;
	height:132px;
	display:block;
	border-bottom: 1px dashed #c8c8c8;
	background-image:url('/images/banner_right.png');
	background-repeat:no-repeat;
	overflow:hidden;
}
#banners ul li img{
	margin:4px 0px 0px 4px;
}
#banners ul li.right {float:right;padding:0px 0px 3px 0px;width:133px;margin-left:2px;overflow:hidden;}
#banners ul li.left {float:left;border-right:1px dashed #c8c8c8;margin:0px 0px 3px 0px;padding:0px 3px 3px 0px;overflow:hidden;}
#banners ul li.last{
	border-bottom:0px;
	padding-bottom:0px;
}

#first_page_texts{
	float:left;
	width:641px;
	overflow:hidden;
	border:0px;
	margin-left:21px;
	margin-top:5px;
}
#first_page_texts .info{
	margin:0px;
	width:641px;
	background: url("images/info2.png") repeat scroll 0 0 transparent;
	height:233px;
	owerflow:hidden;
	background-repeat:no-repeat;
}

	
#top_banners{
	padding:0px;
	width: 930px;
	clear:both;
	margin: 8px 0px 0px 21px;
	overflow:hidden;
}

#top_banners li{
	margin:0px;
	padding:3px 0px 0px 3px;
	list-style-type:none;
	display:block;
	float:left;
	margin-right:5px;
	background-image:url('/images/top_banner.png');
	background-repeat:no-repeat;
	width:179px;
	height:98px;
}
#top_banners li.last{
	margin:0px 0px 0px 0px;
}


#adauga_cerere{
	color: #ffffff;
    font-size: 14px;
    display:block;
    width:690px;
    margin-left:10px;
    text-decoration:none;
    font-weight:bold;
	background-image:url('/images/arrow_down.png');
	background-repeat:no-repeat;
	background-position:85% center;
}

#formular_inreg, #inreg_prod {
	width:600px;
}
#formular_inreg input[type=text],#formular_inreg input[type=password],#inreg_prod input[type=text],#inreg_prod input[type=password]{
	width:200px;
}
#formular_inreg select, #inreg_prod select{
	width:208px;
}

.text_container .content h1{
	font-size:16px;
	margin:0px 4px 0px 10px;
	padding:0px;
}

/**/
