/* START #page */

#page    { 
 	text-align: left;
	margin: 0 auto;
	width: 1000px;
	background: #FFFFFF;
} 

*   { 
 	margin: 0px;
	padding: 0px;
} 

.templatepopup { 
 	text-align: left;
	padding: 10px;
} 

.templateprint { 
 	background: none;
	text-align: left;
} 

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

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

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

body    { 
 	background: #C0C0C0;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	/*color: #585858;*/
	color: #000000;
} 

img { 
 	border: none;
} 

/* END #page */

/* START logoTop */

.logoTop   { 
 	position: relative;
	width: 359px;
	height: 88px;
	margin: 0 auto;
} 

.logoTop span   { 
 	background: url(img/logo-top.jpg) no-repeat 0 0;
} 

/* END logoTop */

/* START linkPoza */

.linkPoza   { 
 	overflow: hidden;
} 

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

.linkPoza a span    { 
 	display: block;
	width: 100%;
	height: 100%;
	
} 

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

/* END linkPoza */

/* START title */

.title   { 
 	font-weight: normal;
	font-size: 250%;
	padding: 5px 0;
} 

/* END title */

/* START logoBot */

.logoBot   { 
 	position: relative;
	width: 121px;
	height: 60px;
	float: right;
	margin-top: 10px;
} 

.logoBot span   { 
 	background: url(img/logo-bot.jpg) no-repeat 0 0;
} 

/* END logoBot */

/* START meniuTop */

#but2  { 
 	width: 104px;
} 

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

#but2 a:link:hover span, #but2 a:visited:hover span, #but2 span.linkActive span  { 
 	background-position: 0px -42px;
} 

#but3  { 
 	width: 104px;
} 

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

#but3 a:link:hover span, #but3 a:visited:hover span, #but3 span.linkActive span  { 
 	background-position: -104px -42px;
} 

#but4  { 
 	width: 104px;
} 

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

#but4 a:link:hover span, #but4 a:visited:hover span, #but4 span.linkActive span  { 
 	background-position: -208px -42px;
} 

#but5  { 
 	width: 104px;
} 

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

#but5 a:link:hover span, #but5 a:visited:hover span, #but5 span.linkActive span  { 
 	background-position: -312px -42px;
} 

#but6  { 
 	width: 104px;
} 

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

#but6 a:link:hover span, #but6 a:visited:hover span, #but6 span.linkActive span  { 
 	background-position: -416px -42px;
} 

#but7 { 
 	width: 104px;
} 

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

#but7 a:link:hover span, #but7 a:visited:hover span, #but7 span.linkActive span  { 
 	background-position: -520px -42px;
} 

.en .meniuTop ul li span { 
 	background: url(img/menu-en.jpg);
} 

.meniuTop   { 
 	width: 624px;
	height: 42px;
	margin: 0 auto;
	margin-top: 17px;
} 

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

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

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

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

/* END meniuTop */

/* START langs */

.langen   { 
 	background: url(img/en.jpg) no-repeat 100% 50%;
	width: 70px;
} 

.langro   { 
 	background: url(img/ro.jpg) no-repeat 100% 50%;
	width: 70px;
} 

.langs   { 
 	font-size: 85%;
	float: right;
	margin-top: 12px;
} 

.langs a   { 
 	height: 31px;
	line-height: 31px;
	display: block;
	float: left;
} 

.langs a:link, .langs a:visited   { 
 	color: #FFFFFF;
} 

/* END langs */

/* START path */

.path   { 
 	margin-top: 10px;
} 

/* END path */

/* START formularStandard */

.formularStandard div   { 
 	padding: 2px 0;
	width: 100%;
	overflow: hidden;
} 

.formularStandard div input, .formularStandard div textarea, .formularStandard div select   { 
 	border: solid 1px #DDCFBC;
} 

.formularStandard div.Submit input   { 
 	background: #D2C2AE;
	color: #725B45;
	font-weight: bold;
	padding: 3px 10px;
	height: 25px;
	margin-right: 5px;
} 

.formularStandard div.Text input   { 
 	width: 200px;
} 

.formularStandard label   { 
 	display: block;
	float: left;
	width: 100px;
} 

.formularStandard textarea   { 
 	height: 100px;
	width: 250px;
} 

.templatepopup .formularStandard label   { 
 	width: 130px;
} 

/* END formularStandard */

/* START meniuFooter */

.meniuFooter { 
 	margin: 0 auto;
	margin-top: 15px;
} 

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

.meniuFooter a:link, .meniuFooter a:visited   { 
 	color: #9D9D9D;
	text-decoration: none;
} 

/* END meniuFooter */

/* START copyright */

.copyright   { 
 	color: #9D9D9D;
	margin-top: 10px;
} 

/* END copyright */

/* START telefoane */

.telefoane { 
 	height: 92px;
	background: url(img/telefoane.jpg) no-repeat 7px 0;
	margin-top: 10px;
} 

/* END telefoane */

/* START links */

.links { 
 	clear: right;
	float: right;
	margin-top: 158px;
} 

.links a { 
 	display: block;
	float: left;
	font-size: 85%;
	padding-top: 13px;
	margin-left: 10px;
} 

.links a.linkRecomanda { 
 	background: url(img/recomanda.jpg) no-repeat 50% 0;
} 

.links a.linkTiparire { 
 	background: url(img/print.jpg) no-repeat 50% 0;
} 

.links a.sitemap { 
 	background: url(img/sitemap.jpg) no-repeat 50% 0;
} 

.links a:link, .links a:visited { 
 	color: #9FAAAA;
} 

/* END links */

/* START #content */

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

.templateprint #content { 
 	width: auto;
	float: none;
} 

/* END #content */

/* START webvertise */

.webvertise { 
 	float: right;
	font-size: 85%;
	color: #C3C9C9;
	margin-top: 20px;
	margin-right: 10px;
} 

/* END webvertise */

/* START articol */

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

.articol p { 
 	padding: 10px 0;
} 

/* END articol */

/* START contact */

.contact { 
 	
} 

/* END contact */

/* START sitemap */

.sitemap { 
 	margin: 0 10px;
} 

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

/* END sitemap */

/* START flash */

.flash { 
 	position: absolute;
	bottom: 0px;
	left: 0px;
} 

/* END flash */

/* START #header */

#header { 
 	height: 335px;
	background: #3A3A3A url(img/back-header.jpg) repeat-x 0 97px;
	text-align: center;
	position: relative;
} 

/* END #header */

/* START #colWrap */

#colWrap { 
 	width: 100%;
	overflow: hidden;
	background: url(img/back-wrap.jpg) repeat-y 0 0;
	padding-bottom: 10px;
} 

/* END #colWrap */

/* START #colSideL */

#colSideL { 
 	width: 214px;
	float: left;
	position: relative;
} 

/* END #colSideL */

/* START #colWrap1 */

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

/* END #colWrap1 */

/* START #colSideR */

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

/* END #colSideR */

/* START #footer */

#footer { 
 	width: 100%;
	overflow: hidden;
	background: #3A3A3A url(img/3m-logo-mic.jpg) no-repeat 97% 15px;
	border-top: solid 5px #2A2A2A;
	height: 90px;
	text-align: center;
	position: relative;
} 

/* END #footer */

/* START meniuLeft */

.meniuLeft { 
 	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	padding-left: 50px;
} 

.meniuLeft a { 
 	display: block;
	padding-bottom: 5px;
	margin-bottom: 16px;
	padding-top: 7px;
} 

.meniuLeft a:link, .meniuLeft a:visited { 
 	text-decoration: none;
	background: url(img/link-normal.jpg) no-repeat 0 100%;
} 

.meniuLeft a:link:hover, .meniuLeft a:visited:hover { 
 	background: url(img/link-hover.jpg) no-repeat 0 100%;
} 

.meniuLeft li { 
 	list-style: none;
} 

/* END meniuLeft */

/* START news */

.news { 
 	padding: 0 10px;
	margin-top: 20px;
} 

.news .data { 
 	font-weight: bold;
} 

.news .pag1 a:link, .news .pag1 a:visited { 
 	color: #585858;
} 

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

.news h3 { 
 	font-size: 200%;
	font-weight: normal;
	padding-bottom: 10px;
} 

.news li { 
 	list-style: none;
	margin-bottom: 10px;
} 

/* END news */

/* START logouri */

.logouri { 
 	text-align: center;
} 

.logouri li { 
 	list-style: none;
} 

/* END logouri */

/* START newsletter */

.newsletter { 
 	padding: 0 5px;
	margin-top: 20px;
} 

.newsletter .ImageSubmit { 
 	text-align: right;
	padding-right: 5px;
} 

.newsletter .Text { 
 	background: url(img/newsletterbox.jpg) no-repeat 0 0;
	padding: 2px 4px 7px 3px;
	margin-bottom: 10px;
} 

.newsletter .Text input { 
 	border: none;
	background: #DBDBDB;
	width: 185px;
} 

.newsletter h3 { 
 	font-size: 200%;
	font-weight: normal;
	padding-bottom: 10px;
} 

/* END newsletter */

/* START linkuri */

.linkuri { 
 	padding: 10px 5px;
} 

.linkuri .oferta { 
 	width: 92px;
	height: 81px;
	float: left;
	background: url(img/cerere-oferta.jpg);
} 

.linkuri .suport { 
 	width: 91px;
	height: 81px;
	float: right;
	background: url(img/suport-online.jpg);
} 

.linkuri a { 
 	display: block;
} 

/* END linkuri */

/* START categorii */

.categorii { 
 	position: absolute;
	top: 0px;
	left: 5px;
} 

/* END categorii */

/* START galerie */

.galerie img { 
 	border: solid 1px #d6d6d6;
} 

.galerie li { 
 	list-style: none;
	float: left;
	width: 110px;
	height: 85px;
} 

/* END galerie */

/* START navInside */

.navInside .nume { 
 	font-weight: bold;
	font-size: 120%;
} 

.navInside li { 
 	list-style: none;
	padding-bottom: 10px;
} 

/* END navInside */

/* START navigare */

.navigare { 
 	clear: both;
	padding: 5px 0;
	font-size: 120%;
} 

/* END navigare */

/* START trafic */

.trafic { 
 	position: absolute;
	left: 10px;
	top: 10px;
} 

/* END trafic */


