button.punch {
    background: none repeat scroll 0 0 #4162A8;
    border-color: #38538C #1F2D4D #151E33;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 10px 1px #5C8BEE inset, 0 1px 0 #1D2C4D, 0 6px 0 #1F3053, 0 8px 4px 1px #111111;
    color: #FFFFFF;
    font: bold 20px/1 "helvetica neue",helvetica,arial,sans-serif;
    margin-bottom: 10px;
    padding: 10px 0 12px;
    text-align: center;
    text-shadow: 0 -1px 1px #1E2D4D;
    width: 150px;
}

.pozaarticol {
	box-shadow: 9px 15px 16px #634E2F;
	float:right;
	margin:30px;
}

.umbra {
  box-shadow: 9px 15px 16px #634E2F;
  margin-top: 50px;
  display: block;
}

body {
	text-align: center; 
	margin: 0px;
	font:14px calibri,"trebuchet ms",arial,sans-serif;
	/*background-image:url('stripes.jpg');*/
	
	background-color: white;/*#383838;*/
}


.currencytable {
	`border:1px solid black;
	width:50%;
}
.currencytable td {
	border:1px solid gray;
}

h2 {
	color:black;
}


h3 {
	color:black;
}

h4 {
	color:black;
}

#textparole li {
	color:black;
}



/*body A:link {text-decoration: none;color:red;}*/

body A:visited {text-decoration: none;color:black;}
/*body a:hover {text-decoration:underline;};*/

#navi a:visited {text-decoration: none;color:white;}

.articol {
	text-align: left;
	padding: 20px;
}

.art_titlu {
	font-family:Calibri,Verdana;
	font-size: 20px;
}

.art_continut {
	color:#333333;
	font-family:Calibri,Verdana;
	font-size:13px;
	line-height:20px;
	text-align: left;
	padding: 30px;
}

.art_bullets {
	width: 30%;
	border-color:#666666;
	border-left:medium dotted #666666;
	border-width:medium;
	color:#333333;
	font-family:Calibri,Verdana;
	font-size:18px;
	line-height:30px;
	float: right;
	padding: 30px;
}


#boxverde {
	border:5px solid #ffffff;
	
	background:-moz-linear-gradient(top,  #b4d661,  #e1efc0);
	/*background-color:#323232;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#b4d661), to(#e1efc0));
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4d661', endColorstr='#e1efc0');*/

	
	border:0px solid red;
	
	height: 20px;
	overflow: hidden;
	padding: 10px;
	clear:both;
	
	/*
	background-color:#3A6308;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A6308', endColorstr='#323232');
	*/
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b4d661', endColorstr='#e1efc0'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b4d661', endColorstr='#e1efc0')"; /* IE8 */

	
	
}

#boxverde p {
	color:#333333;
	font-weight: bold;
	font-family:trebuchet ms;
	font-size:17px;
	line-height:140%;
	margin-top:10px;
	padding-top:0;
	text-align:center;
}


.butongri{
	border:0px solid #87a6dd;
	
	background:-moz-linear-gradient(top,  #323232,  #7d7d7d);
	background-color:#323232;
	background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#7d7d7d));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#7d7d7d');
	height: 50px;
}
.butongri2{
	height: 50px;
	border:0px solid #87a6dd;
	
	background:-moz-linear-gradient(top,  #7d7d7d,  #323232);
	background-color:#323232;
	background: -webkit-gradient(linear, left top, left bottom, from(#7d7d7d), to(#323232));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7d7d', endColorstr='#323232');
	
}




.butonblue{
	border:0px solid #87a6dd;
	background:-moz-linear-gradient(top,  #87a6dd,  #ffffff);
	background-color:#87a6dd;
	background: -webkit-gradient(linear, left top, left bottom, from(#87a6dd), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87a6dd', endColorstr='#ffffff');
}

.butonblue2 {
	border:0px solid #87a6dd;
	background:-moz-linear-gradient(top,  #ffffff,  #87a6dd);
	background-color:#87a6dd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#87a6dd));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#87a6dd');
}
.butonrosu {
	border:0px solid #d63c34;
	background:-moz-linear-gradient(top,  #d63c34,  #ffffff);
	background-color:#d63c34;
	background: -webkit-gradient(linear, left top, left bottom, from(#d63c34), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d63c34', endColorstr='#ffffff');
}
.butonrosu2 {
	border:0px solid #d63c34;
	background:-moz-linear-gradient(top,  #ffffff,  #d63c34);
	background-color:#d63c34;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d63c34));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d63c34');
}

.butongalben {
	border:0px solid #f3e666;
	background:-moz-linear-gradient(top,  #f3e666,  #ffffff);
	background-color:#f3e666;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3e666), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3e666', endColorstr='#ffffff');
}
.butongalben2 {
	border:0px solid #f3e666;
	background:-moz-linear-gradient(top,  #ffffff,  #f3e666);
	background-color:#f3e666;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3e666));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3e666');
}

.butonverde {
	border:0px solid #8bb932;
	background:-moz-linear-gradient(top,  #8bb932,  #ffffff);
	background-color:#8bb932;
	background: -webkit-gradient(linear, left top, left bottom, from(#8bb932), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bb932', endColorstr='#ffffff');
}
.butonverde2 {
	border:0px solid #8bb932;
	background:-moz-linear-gradient(top,  #ffffff,  #8bb932);
	background-color:#8bb932;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#8bb932));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#8bb932');
}

.butonlila {
	border:0px solid #ddcddc;
	background:-moz-linear-gradient(top,  #ddcddc,  #ffffff);
	background-color:#ddcddc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddcddc), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddcddc', endColorstr='#ffffff');
}

.butonlila2 {
	border:0px solid #ddcddc;
	background:-moz-linear-gradient(top,  #ffffff,  #ddcddc);
	background-color:#ddcddc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddcddc));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ddcddc');
}

.butonorange {
	border:1px solid #f6bc51;
	background:-moz-linear-gradient(top,  #f6bc51,  #ffffff);
	background-color:#f6bc51;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6bc51), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6bc51', endColorstr='#ffffff');
	border:0px solid #f6bc51;
}
.butonorange2 {
	border:1px solid #f6bc51;
	background:-moz-linear-gradient(top,  #ffffff,  #f6bc51);
	background-color:#f6bc51;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6bc51));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6bc51');
	border:0px solid #f6bc51;
}

.butonroz{
	border:0px solid #ffaec9;
	background:-moz-linear-gradient(top,  #ffaec9,  #ffffff);
	background-color:#ffaec9;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffaec9), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaec9', endColorstr='#ffffff');
}

.butonroz2 {
	border:0px solid #87a6dd;
	background:-moz-linear-gradient(top,  #ffffff,  #ffaec9);
	background-color:#ffaec9;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffaec9));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffaec9');
}


#footer {
	-moz-box-shadow: 3px 3px 4px #000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000',direction='120',strength='5');


	/*-moz-border-radius: 10px;
	border-radius: 10px;
	*/
	background-color:#ffaec9;

	background:-moz-linear-gradient(top,  #ffaec9,  #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffaec9), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaec9', endColorstr='#ffffff');



	
	padding:7px;
	clear:both;

	width:100%;
}

#boxumbrit {
	-moz-box-shadow: 3px 3px 4px #000;
	-moz-border-radius: 10px;
	background-color:#ffffcc;
	//background:-moz-linear-gradient(top,  #ffaec9,  #fff);
	
	border-radius: 10px;
	padding:25px;
	clear:both;

}


#tabelcos {
	border:1px solid black;
	width: 100%;
	border:1px solid #87a6dd;
	background:-moz-linear-gradient(bottom,  #87a6dd,  #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#87a6dd), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87a6dd', endColorstr='#ffffff');

	-moz-border-radius: 10px;
	padding: 10px;
}

#tabelcos td {
	text-align: right;
}

.tabelcostdtitlu {
	text-align: left;
	color: white;
}


#butoncos{
	-moz-border-radius: 10px;
	border:1px solid #8bb932;
	background:-moz-linear-gradient(bottom,  #8bb932,  #fff);
	width: 160px;
	padding:8px;
	font-size:15px;
	float: right;
	height: 17px;
	text-align:center;
	cursor: hand;
}
#butoncos2{
	position: relative;
	left: -10px;
	-moz-border-radius: 10px;
	border:1px solid #8bb932;
	background:-moz-linear-gradient(bottom,  #8bb932,  #fff);
	width: 160px;
	padding:8px;
	font-size:15px;
	float: right;
	height: 17px;
	text-align:center;
	
}
#tabelcost  {
	padding: 5px;
	/*background:-moz-linear-gradient(top,  #87a6dd,  #fff);*/
	border:1px solid blue;
	
}



#titluprodus {
	font:16px "trebuchet ms",arial,sans-serif;
	color:#87a6dd;
	font-weight: bold;
}	


.c {
	width: 900px;
	height: auto;
	background-color: transparent;
	margin: 0 auto;
	text-align:left;
	overflow: hidden;
}
/* meniu */


#central li {
 /*padding-left:10px;*/
 margin-left:20px;
 margin-top:10px;
 border:0px solid red;
 list-style: disc outside none;
 background-color:white;
}

#central {
	border: 8px solid #336699;
	border-left:0px;
	border-right:0px;
	text-align:left;
	background-color: white;
	padding:30px;
}

#navigation{
	width:100%;
	height:35px;
	
/*	background-color:#ffaec9; */
	padding:0px;
	margin: 0px;
	border:0px;
	font-size: 14px;
	overflow: hidden;
	
	
	background:-moz-linear-gradient(top,  #323232,  #7d7d7d);
	background-color:#323232;
	background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#7d7d7d));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#7d7d7d');
	
	border-right:1px solid #f6bc51;
	/*border:1px solid lightblue;
	border-bottom:8px solid black;*/
	
	/*
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
	
}

#navigation ul {
	margin: 0px;
	padding-left:0px;
	
	background:-moz-linear-gradient(top,  #323232,  #7d7d7d);
	background-color:#323232;
	background: -webkit-gradient(linear, left top, left bottom, from(#7d7d7d), to(#7d7d7d));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#ffffff');

}

#navigation ul li{
	float:left;
	list-style: none;
	display: inline;
	margin: 0px;

	padding-top: 10px;
	padding-left: 25px;
	padding-right: 28px;
	height:100%;
	color: white;
	
}

#navigation li a{
	color:#000; 
	text-decoration:none;
	font-family: verdana;
	height:100%;
	color: white;
}

#navigation li a:hover{
	color:#000; 
	text-decoration:none;
}

#divminicos {
	background:-moz-linear-gradient(top,  #f3e666,  #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3e666), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3e666', endColorstr='#ffffff');
		
	
	
	-moz-box-shadow: 3px 3px 4px #000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000',direction='120',strength='5');


	-moz-border-radius: 10px;border-radius: 10px;
	
	
	color:green;
	padding:10px;
	background-color: #f3e666;
	font:bold 15px "trebuchet ms",arial,sans-serif;
	width:130px;
	float:right;
	text-align:right;
	border:0px solid black;

}


.coloanapret {
	text-align:center;
	padding:5px;
	border:1px solid black;
}

.titluitem {
	font-size:16px;
	color: green;
	font-weight: bold;	
	text-align: left;
}

.descitem {
	text-align: left;
	font-size:14px;
	line-height: 150%;

}
.pozaitem {
	border:0px solid gray;
	height:225px;
	width:300px;
	float:right;
	margin-left:10px;
	
}

h1 {
	font-size:300%;
	font-familiy:trebuchet;
	margin:0px;
}

h2 {
	margin:5px;
	font-style:italic;
}

.lart {
	padding: 10px;
}

.dmeniu li {
	line-height:80%;
	
}
.dmeniu {

	width:100px;
	background-color:#a0c159;
	color:white;
	margin-top:25px;
	padding:15px;
	padding-top:0px;
	border:1px solid green;
	-moz-border-radius: 10px;border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000',direction='120',strength='5');
	
}
.cubadauga {
		border:1px solid green;
		background-color: #C7423D;
		color: white;
		margin-top: 15px;
		padding-left:1px;
		padding-right:1px;
}


.cubprodus {
	margin: 3px;
	text-align: center;
	width: 100px;
	height: 170px;
	border:1px solid gray;
	padding: 3px;
	overflow: hidden;
	float:left;
	padding-top:5px;

}

.coloanafiltre {
	width: 200px;
	border:1px solid red;
	float: right;
	height: 500px;
}

.pas {
	margin-top:10px;
	width:100px;
	height: 40px;
	background-color: #EBD331;
	padding: 10px;
	-moz-border-radius: 10px;border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000',direction='120',strength='5');
	font-size:20px;
	overflow:hidden;
	text-align:center;
	font-weight: bold;
	font-family: tahoma;
	float:left;
}

.pastitlu {
	margin-left:140px;
	font-size: 15px;
	font-weight:bold;
	font-style: italic;
	border:0px solid red;
	padding:0px;
}
.pasnext {
	margin-top:10px;
	width:150px;
	height: 50px;
	background-color: #DAEBB3;
	padding: 10px;
	-moz-border-radius: 10px;border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000',direction='120',strength='5');
	font-size:16px;
	overflow:hidden;
	text-align:center;
	font-weight: bold;
	font-family: tahoma;
	cursor: hand;
	cursor: pointer;
}

.pasnext2 {
	margin-top:10px;
	width:125px;
	height: 30px;
	background-color: #DAEBB3;

	-moz-border-radius: 10px;border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000',direction='120',strength='5');
	font-size:12px;
	overflow:hidden;
	text-align:center;
	font-weight: bold;
	font-family: tahoma;
	cursor: hand;
	cursor: pointer;
}

#oferta li {
	font-size: 17px;

}

.scrisoferta {
	color:#294F22;
	font-weight: bold;
	font-size: 15px;
}

.clasanormala {
	text-decoration: none;
}

.clasasubliniata {
	text-decoration: underline;
}

.divoferta {
	padding:20px;
	border:0px solid red;
	float:right;
	cursor: hand;
	cursor: pointer;
}

.textservicii {
	color: black;
	font-size: 13px;

}
.texttitluservicii {
	color: black;
	font-size: 20px;
	font-weight: bold;
}

.pretservicii {
	
	text-align: center;
	font-size: 23px;
	
}
.cubmpsel {
	/*
	background:-moz-linear-gradient(top,  #396207,  #7ec13e);
	background: -webkit-gradient(linear, left top, left bottom, from(#396207), to(#7ec13e));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#396207', endColorstr='#7ec13e');
	*/
	color:white;
	background-color: #7ec13e;
	height:35px;
	
	float:left;
	padding:0px;
	padding-left: 5px;
	text-align:center;	
}
.cubmp {
	/*
	background:-moz-linear-gradient(top,  #396207,  #7ec13e);
	background: -webkit-gradient(linear, left top, left bottom, from(#396207), to(#7ec13e));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#396207', endColorstr='#7ec13e');
	*/
	color:white;
	background-color: #396207;
	height:35px;
	
	float:left;
	border:1px solid red;
	padding:0px;
	padding-left: 5px;
	text-align:center;
}

.tmeniu td {
	text-align: center;
	border-bottom:1px solid lightblue;
}


#tmeniusel {
	/*background-image: url('aa.png');*/
	
	/*background-color: #7EC13E;*/
	color: white;
	border-bottom:1px solid #7EC13E;
	/*border-bottom: 6px solid #7EC13E;*/
	padding:0px;
	margin:0px;
	height:40px;
	background-color:#217C7E;
	
	
	
	
}

.tmeniu a {
	text-decoration: none;
	color:white;
}


.tmeniudiv {
	
	
	/*
	-moz-border-radius-topleft:   10px;       
     -moz-border-radius-topleft:   10px 10px ;
    -webkit-border-top-left-radius: 10px 10px;
	border-top-left-radius: 10px 10px; 
	
	-moz-border-radius-topright:   10px;  
     -moz-border-radius-topright:   10px 10px ;
    -webkit-border-top-right-radius: 10px 10px; 
	border-top-right-radius: 10px 10px; 
	*/
	
	

}

.tmeniu {
  height:100%;
  width:100%;
  border:0px solid brown;
  /*margin-top:4px;*/
  color:white;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

#navi{
	text-align:left;
	width:100%;
	height:50px;
	
/*	background-color:#ffaec9; */
	padding:0px;
	margin: 0px;
	/*border:0px;*/
	
	font-size: 14px;
	overflow: hidden;
	
	
	background:-moz-linear-gradient(top,  #315801,  #3E680B);
	background-color:#315801;
	background: -webkit-gradient(linear, left top, left bottom, from(#315801), to(#3E680B));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#315801', endColorstr='#3E680B');
	
	/*border-right:1px solid #f6bc51;*/
	
	border:0px;
	/*border-bottom:1px solid lightblue;*/
	/*
	border-bottom:8px solid black;*/
	
	/*-moz-border-radius: 10px;
	border-radius: 10px;
	*/

	/*
	-moz-border-radius-topleft:   10px;       
     -moz-border-radius-topleft:   10px 10px ;
    -webkit-border-top-left-radius: 10px 10px;
	border-top-left-radius: 10px 10px; 
	
	-moz-border-radius-topright:   10px;       
     -moz-border-radius-topright:   10px 10px ;
    -webkit-border-top-right-radius: 10px 10px;
	border-top-right-radius: 10px 10px; */
	
}

.divfooter {
	clear: both;
	text-align:center;
	padding-top:5px;
	height: 250px;
	border:0px solid #87a6dd;
	color: white;
	
	/*#217C7E*/
	
	
	background:-moz-linear-gradient(top,  #217C7E,  #323232);
	background-color:#3A6308;
	background: -webkit-gradient(linear, left top, left bottom, from(#3A6308), to(#323232));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A6308', endColorstr='#323232');

	
	-moz-border-radius-bottomleft:   10px;       /* round corner, fallback for Firefox 1-3.0 */
     -moz-border-radius-bottomleft:   10px 10px ;  /* elliptical border, Firefox 3.5-3.6 */
    -webkit-border-bottom-left-radius: 10px 10px;  /* Safari, Chrome (before WebKit version 532.5) */
	border-bottom-left-radius: 10px 10px; /*css3 ff4 */
	
	-moz-border-radius-bottomright:   10px;       /* round corner, fallback for Firefox 1-3.0 */
     -moz-border-radius-bottomright:   10px 10px ;  /* elliptical border, Firefox 3.5-3.6 */
    -webkit-border-bottom-right-radius: 10px 10px;  /* Safari, Chrome (before WebKit version 532.5) */
	border-bottom-right-radius: 10px 10px; /*css3 ff4 */	

}


#tfooter li {
	background-color: transparent;
	
}

#tfooter {
	font-size:14px;
	color:white;
	margin-left:30px;
	width:100%;
}

#tfooter td {
	text-align: left;

}

#tfooter a:visited {
	color: white;
	background-color: transparent;
}

.linksfooter li {
	background-color: transparent;
	color: white;

}

.linksfooter {
	color:white;	
	text-decoration: none;
	background-color: transparent;
}