 /* DIVURI */

#page { 
 	margin: 0 auto;
	text-align: left;
	width: 910px;
	position: relative;
} 

* { 
 	margin: 0;
	padding: 0;
} 

a { 
 	cursor: hand;
	cursor/**/: /**/pointer;
} 

a:link, a:visited { 
 	color: #669103;
	text-decoration: underline;
} 

a:link:hover, a:visited:hover { 
 	text-decoration: none;
}

a.self {
 	cursor: text;
}

a.self:link, a.self:visited, a.self:link:hover, a.self:visited:hover {
	text-decoration: none;
}

body { 
	text-align: center;
	font-size: 10px;
	font-family: Arial;
	color: #3e3e3e;
} 


#body {
	background: url(img/back.jpg) repeat-x 0 100%;
}

.templateprint {
	background: #ffffff;
	color: #000000;
	text-align: left;
	padding: 10px;
}


img { 
 	border: none;
} 

#header {
	position: relative;
	height: 239px;
	background: url(img/menu-back.jpg) repeat-x 0 100%;
}

#colWrap {
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
}

#colWrap1 {
	width: 733px;
	float: left;
}

#colSideL {
	width: 175px;
	float: left;
}

#colSideR {
	width: 170px;
	float: right;
}

#content {
	width: 552px;
	float: right;
}

#footer {
	clear: both;
	height: 135px;
	padding-left: 250px;
}

/* END DIVURI */

/* CLASE */

.logoTop { 
 	overflow: hidden;
	width: 198px;
	height: 94px;
	position: absolute;
	top: 45px;
	left: 0px;
} 

.logoTop a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.logoTop span {
 	display: block;
	width: 100%;
	height: 100%;
	background: url(img/logo-top.jpg) no-repeat 0 0;	
} 

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



.logoBot { 
 	overflow: hidden;
	width: 160px;
	height: 72px;
	float: right;
	margin-top: 40px;
} 

.logoBot a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.logoBot span {
 	display: block;
	width: 100%;
	height: 100%;
	background: url(img/logo-bot.jpg) no-repeat 0 0;	
} 

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



.title {
	color: #d94801;
	font-size: 240%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

h2 {
	font-size: 150%;
}


#but3 {
 	width: 142px;
}

#but3 a:link span, #but3 a:visited span {
 	background-position: 0px 0;
}

#but3 a:link:hover span, #but3 a:visited:hover span, #but3 a.self:link span, #but3 a.self:visited span {
 	background-position: 0px -45px;
} 

#but4 {
 	width: 119px;
} 

#but4 a:link span, #but4 a:visited span {
 	background-position: -142px 0;
} 

#but4 a:link:hover span, #but4 a:visited:hover span, #but4 a.self:link span, #but4 a.self:visited span {
 	background-position: -142px -45px;
}

#but5 {
 	width: 176px;
}

#but5 a:link span, #but5 a:visited span {
 	background-position: -261px 0;
}

#but5 a:link:hover span, #but5 a:visited:hover span, #but5 a.self:link span, #but5 a.self:visited span {
 	background-position: -261px -45px;
}

#but2 {
 	width: 113px;
} 

#but2 a:link span, #but2 a:visited span {
 	background-position: -437px 0;
} 

#but2 a:link:hover span, #but2 a:visited:hover span, #but2 a.self:link span, #but2 a.self:visited span {
 	background-position: -437px -45px;
}

.meniuTop { 
 	width: 550px;
	height: 45px;
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 0px;
} 

.meniuTop ul {
 	list-style: none;
	list-style-image: none;
} 

.meniuTop ul li {
 	float: left;
	height: 45px;
	overflow: hidden;
} 

.meniuTop ul li a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.meniuTop ul li span {
 	display: block;
	background: url(img/menu.jpg);
	width: 100%;
	height: 100%;
}



.meniuFooter {
	padding-top: 50px;
}

.meniuFooter a {
	padding-right: 10px;
}

.meniuFooter a:link, .meniuFooter a:visited {
	color: #ffffff;
}



.copyright {
	padding-top: 5px;
	color: #ffffff;
}

.copyright a:link, .copyright a:visited {
	color: #ffffff;
}



.articol {
	margin-bottom: 20px;
}

.articol li {
	margin-left: 20px;
}

.articol p, .contact p {
	padding-bottom: 10px;
}



.path {
	font-size: 110%;
	padding-top: 6px;
	padding-bottom: 6px;
}



.formularStandard {
	clear: both;
	padding-top: 10px;
}

.formularStandard .Text input, .formularStandard .Password input {
	border: solid 1px #a5acb2;
	height: 18px;
}

.formularStandard .err label {
	font-size: 110%;
	color: red;
	font-weight: bold;
}

.formularStandard .Textarea textarea {
	border: solid 1px #a5acb2;
	width: 250px;
	height: 100px;
}

.formularStandard .Submit input {
	background: #ff9c00;
	padding: 2px 5px;
	color: #FFFFFF;
}

.formularStandard label {
	display: block;
	float: left;
	width: 100px;
	line-height: 20px;
	padding-left: 5px;
}

.formularStandard .odd, .formularStandard .even {
	padding: 2px 0;
}

.formularStandard .odd {
	background: #eeeeee;
}

.formularStandard .even {
	background: #f7f6f6;
}

.formularStandard .erori {
	padding: 10px 0;
	color: red;
	font-size: 120%;
}



.meniuLeft {
	padding-bottom: 398px;
	margin-bottom: 10px;
	background: url(img/ursulet.jpg) no-repeat 0 100%;
}

.meniuLeft .in {
	background: #99b401 url(img/meniu-top.jpg) no-repeat 0 0;
	padding-top: 10px;
}

.meniuLeft ul {
	padding-bottom: 25px;
	background: url(img/meniu-bot.jpg) no-repeat 0 100%;
	width: 100%;
	overflow: hidden;
}

.meniuLeft li {
	list-style: none;
	font-size: 13px;
	font-weight: bold;
}

.meniuLeft a {
	line-height: 36px;
	display: block;
	padding-left: 30px;
	background: url(img/bullet1.jpg) no-repeat 10px 12px;
}

.meniuLeft a:link, .meniuLeft a:visited {
	color: #ffffff;
	text-decoration: none;
}

.meniuLeft a:link:hover, .meniuLeft a:visited:hover, .meniuLeft a.self:link, .meniuLeft a.self:visited {
}


.meniuLeft li li {
	font-size: 12px;
	font-weight: normal;
}

.meniuLeft li ul {
	padding-bottom: 0px;
	background: #99b401;
}

.meniuLeft li li a {
	line-height: 22px;
	border-top: solid 1px #8ea700;
	border-bottom: solid 1px #adc334;
	padding-left: 40px;
}

.meniuLeft li li a:link, .meniuLeft li li a:visited {
	background: #a3bc1b url(img/bullet3.jpg) no-repeat 30px 9px;
	color: #ffffff;
}

.meniuLeft li li a:link:hover, .meniuLeft li li a:visited:hover, .meniuLeft li li a.self:link, .meniuLeft li li a.self:visited {
	background: #ccda80 url(img/bullet4.jpg) no-repeat 30px 9px;
	color: #5a6322;
}




.navInside li {
	margin-left: 20px;
}



.news {
	margin-top: 10px;
}

.news li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(img/punct.png) repeat-x 0 100%;
}

.news li.last {
	background: #FFFFFF;
}

.news .data {
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 5px;
	color: #FF0000;
}

.news .pag1 a:link, .pag1 a:visited {
	text-decoration: none;
}



.sitemap li {
	margin-left: 20px;
}





.galerie li {
	list-style: none;
	float: left;
	width: 110px;
	height: 110px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	text-align: center;
}

.galerie li img {
	margin: 5px auto;
}





.flash {
	position: absolute;
	right: 0px;
	top: 0px;
}



.telefoane {
	position: absolute;
	bottom: 0px;
	left: 560px;
}


.links {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 151px;
	height: 45px;
	background: url(img/links.jpg) no-repeat 0 0;
}

.links .in {
	padding-top: 20px;
	padding-left: 10px;
}

.links a {
	padding: 0 14px;
}





.navProd li {
	list-style: none;
	width: 32%;
	float: left;
	background: url(img/punct1.jpg) repeat-y 100% 0;
	margin-right: 6px;
	margin-bottom: 6px;
	height: 288px;
}

.navProd .in {
	background: url(img/punct2.jpg) repeat-x 0 100%;
	height: 100%;

}

.navProd .nume {
	font-weight: bold;
	height: 40px;
	font-family: Verdana;
	font-size: 130%;
}

.navProd .nume a:link, .navProd .nume a:visited {
	color: #2c2c2c;
	text-decoration: none;
}

.navProd .img1 {
	text-align: center;
	height: 121px;
	overflow: hidden;
}

.navProd .img1 img {
	margin: 0 auto;
}

.navProd .desc {
	height: 60px;
}

.navProd .pret {
	font-weight: bold;
	font-size: 150%;
	color: #eb5504;
	font-family: Verdana;
	width: 46%;
	float: left;
	line-height: 30px;
	height: 30px;
	background: url(img/punct1.jpg) repeat-y 100% 0;
}

.navProd .pret span {
	font-size: 120%;
}

.navProd .right {
	float: right;
	width: 49%;
}

.navProd .right a {
	display: block;
	margin-bottom: 3px;
}






.navProdMic {
	background: #ffeca0 url(img/promo-top.jpg) no-repeat 0 0;
	padding-top: 10px;
}

.navProdMic h3 {
	height: 30px;
	font-size: 140%;
	padding-left: 13px;
}

.navProdMic ul {
	padding: 0 13px;
	background: url(img/promo-bot.jpg) no-repeat 0 100%;
	padding-bottom: 10px;
}

.navProdMic li {
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(img/punct2.jpg) repeat-x 0 100%;
}

.navProdMic li.last {
	background: #ffeca0;
	padding-bottom: 0px;
}

.navProdMic .img1 {
	background: #ffffff;
	border: solid 1px #d94801;
	width: 141px;
	overflow: hidden;
}

.navProdMic .nume {
	font-weight: bold;
	padding-top: 5px;
	font-family: Verdana;
	text-align: center;
	font-size: 110%;
}

.navProdMic .nume a:link, .navProdMic .nume a:visited {
	color: #2c2c2c;
	text-decoration: none;
}

.navProdMic .pret {
	font-weight: bold;
	font-size: 110%;
	color: #eb5504;
	font-family: Verdana;
	padding: 10px 0;
	text-align: center;
}

.navProdMic .pret span {
	font-size: 120%;
}

.navProdMic .pret span.vechi {
	text-decoration: line-through;
}

.navProdMic .right {
	text-align: center;
}





.prod li {
	list-style: none;
}

.prod .img1 {
	width: 200px;
	float: left;
}

.prod .right {
	float: right;
	width: 330px;
}

.prod .pret {
	font-weight: bold;
	font-size: 150%;
	color: #eb5504;
	font-family: Verdana;
	width: 46%;
	padding: 10px 0;
}

.prod .pret span {
	font-size: 120%;
}




.copii {
	position: absolute;
	bottom: 83px;
	right: 0px;
}




.copii2 {
	position: absolute;
	left: 0px;
	bottom: 50px;
}




#produs {
	width: 400px;
	overflow: hidden;
}





.linkuri {
	margin-bottom: 100px;
}