/* reset
----------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11px;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: verdana,sans-serif; }
.submit, .button { cursor/**/: /**/pointer; font-family: verdana,sans-serif; }
select { font-size: 100%; font-family: verdana,sans-serif; }
select > option { padding: 0 5px 0 3px; }

.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.cf:after,
#header:after, #wrap:after, #wrap2:after, #wrap3:after, #wrap4:after, #content:after, #footer:after
{ content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }



/* custom
----------*/

a:link, a:visited {
	color: #b2161b;
}
a:visited {
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: verdana,sans-serif;
	background: #FFFFFF;
}
#body {
	width: 100%;
	background: #f3dfc8 url(../imagesv2/body-t.jpg) repeat-x 50% 0;
	padding: 0 0 10px;
}
#page {
	width: 1010px;
	margin: 0 auto;
	font-size: 1.1em;
	color: #333333;
}

#header {
	padding: 0 10px;
}
	#logo {
		float: left;
		padding: 0;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 287px;
			height: 115px;
			text-indent: -1000em;
			background: url(../imagesv2/logo-1.png) no-repeat 0 0;
		}
	#langs {
		float: right;
		height: 31px;
		margin: 0 0 0 10px;
	}
		#langs p {
			float: left;
			line-height: 30px;
			color: #FFFFFF;
			margin: 0 10px 0 0;
		}
		#langs ul {
			float: left;
			height: 15px;
			width: 84px;
			margin: 8px 0 0;
		}
			#langs li {
				float: left;
				height: 11px;
				width: 62px;
				padding: 2px 20px 2px 2px;
				background: #FFFFFF url(../images/langs-r.gif) no-repeat 99% 50%;
				position: relative;
			}
				#langs a:link, #langs a:visited {
					display: block;
					padding: 0 0 0 20px;
					height: 11px;
					line-height: 11px;
					color: #002e53;
					text-decoration: none;
					background-repeat: no-repeat;
					background-position: 0 50%;
				}
				#langs a.ro:link, #langs a.ro:visited {
					background-image: url(../images/lang-ro.png);
				}
				#langs a.en:link, #langs a.en:visited {
					background-image: url(../images/lang-en.png);
				}
				#langs a.fr:link, #langs a.fr:visited {
					background-image: url(../images/lang-fr.png);
				}
				#langs a.de:link, #langs a.de:visited {
					background-image: url(../images/lang-de.png);
				}
				#langs a.it:link, #langs a.it:visited {
					background-image: url(../images/lang-it.png);
				}

				#langs li ul {
					position: absolute;
					left: -1000em;
					top: 7px;
					width: 84px;
					height: auto;
					overflow: hidden;
					background: #FFFFFF;
				}
				#langs li:hover ul {
					left: 0;
				}
					#langs li li {
						width: 80px;
						padding: 2px;
						background: none;
					}
						#langs li li a:link:hover, #langs li li a:visited:hover {
							text-decoration: underline;
						}
	#contact1 {
		color:#473434;
		float:right;
		padding:30px 5px 0 0;
		text-align:right;
		width:600px;
	}
	#menu2 {
		float: right;
		height: 31px;
	}
		#menu2 ul {
		}
			#menu2 li {
				float: left;
				margin: 0 1px 0 0;
			}
				#menu2 a:link, #menu2 a:visited {
					float: left;
					display: block;
					height: 31px;
					line-height: 30px;
					color: #372e2e;
					text-decoration: none;
					padding: 0 15px;
				}
				#menu2 a:link:hover, #menu2 a:visited:hover,
				#menu2 .active a:link, #menu2 .active a:visited {
					background: #f1dfcd;


					border-width: 0 1px 1px;
					color: #372e2e;
					padding: 0 15px;
				}


#wrapT {
	height: 18px;
	overflow: hidden;
	background: url(../images/page-t.png) no-repeat 0 0;
}
#wrapB {
	height: 18px;
	overflow: hidden;
	background: url(../images/page-b.png) no-repeat 0 0;
	margin: 0 0 5px;
}
#wrap {
	padding: 0 10px;
	background: url(../images/page-bg.png) repeat-y 0 0;
	position: relative;
}
	#wrap2 {
		background: #FFFFFF url(../images/side1-bg.gif) repeat-y 273px 0;
	}
	#wrap2-tur {
		background: #FFFFFF url(../images/side1-bg.gif) repeat-y 13px 0;
	}
	#wrap3 {
		background: #FFFFFF url(../images/side1-bg.gif) repeat-y 13px 0;
	}
	#content {
		float: right;
		width: 694px;
		background: url(../images/wrap-t.gif) repeat-x 0 0;
		padding: 0 9px 0 14px;
	}
	#content-tur {
		float: right;
		width: 894px;
		//background: url(../images/wrap-t.gif) repeat-x 0 0;
		padding: 20px 9px 0 14px;
	}
	#content-tur a:link {
	color: #551012;
	text-decoration: none!important;
    }
    #content-tur a:visited {
    	color: #551012;
    	text-decoration: none!important;
    }
    #content-tur a:hover {
    	color: #B11016;
    	text-decoration: none!important;
    }
    #content-tur a:active {
    	color: #551012;
    	text-decoration: none!important;
    }
    #content-tur a {
    	font-family: verdana,sans-serif;
    }


	#side1 {
		float: left;
		width: 273px;
		overflow: hidden;
	}

	#wrap3 {
		width: 100%;
		overflow: hidden;
		background: url(../imagesv2/side2-bg.gif) repeat-y 100% 0;
		border-top: solid 1px #dcd3c8;
		position: relative;
	}
	#wrap4 {
		width: 100%;
		overflow: hidden;
		border-top: 1px solid #DCD3C8;
		position: relative;
	}
		#content2 {
			float: left;
			width: 485px;
			padding: 10px 0;
			font-size: 11px;
		}
		#content3 {
			float:left;
			font-size:11px;
			margin:0 0 0 10px;
			padding:10px 0;
			width:670px;
		}
		#side2 {
			float: right;
			width: 157px;
			padding: 15px 20px 40px;
		}


#content p {
	line-height: 1.25;
	margin: 0 0 1em;
}
#content ul,
#content ol {
	list-style: disc;
	margin: 0 0 1em 2em;
}
#content ol {
	list-style: decimal;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #535353;
	margin: 0 0 0 10px;
}
#content h3 {
	font-size: 109.09%;
	font-weight: bold;
	color: #B2161B;
	margin: 0 0 .5em;
}
#content2 h3 {
	font-size: 100%;
	padding: 0 0 .5em;
	border-bottom: solid 1px #c3d8ed;
	margin: 2em 0 1.1em;
}
#content3 h3 {
	font-size: 100%;
	padding: 0 0 .5em;
	border-bottom: solid 1px #c3d8ed;
	margin: 2em 0 1.1em;
}

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

/* MENIUL PRINCIPAL */

	/* in ro */
	#menu_ro {
		width: 974px;
		height: 41px;
		margin: 0 auto;
		border-bottom: solid 8px #FFFFFF;
		background: url(../imagesv2/menu-bg.png) no-repeat 0 0;
		font-family: verdana,sans-serif;
		text-transform:uppercase;
		font-size: 13px;
	}
		#menu_ro ul {
			padding: 0 0 0 1px;
			line-height: 41px;
		}
			#menu_ro li {
				margin: 0 1px 0 0;
				padding:0 15px;
			}
				#menu_ro li a:link, #menu_ro li a:visited {
					font-size: 13px;
					float: left;
					display: block;
					color: #FFFFFF;
					text-align: center;
					text-decoration: none;
					background:url("../imagesv2/line.png") no-repeat scroll right center transparent;
					padding:0 20px 0 7px;
				}
				#menu_ro li a.last:link, #menu_ro li a.last:visited {
					background:none repeat scroll 0 0 transparent;
					color:#FFFFFF;
					display:block;
					float:left;
					font-size:13px;
					padding:0 20px 0 7px;
					text-align:center;
					text-decoration:none;
				}
				#menu_ro li a:link:hover, #menu_ro li a:visited:hover {
					color: #c8b5a4;
				}
				#menu_ro li.active a:link, #menu_ro li.active a:visited {
					background: url(../images/menu-active.png) repeat-x 0 0;
				}
				
	/* in en */			
	#menu_en {
		width: 974px;
		height: 41px;
		margin: 0 auto;
		border-bottom: solid 8px #FFFFFF;
		background: url(../imagesv2/menu-bg.png) no-repeat 0 0;
		font-family: verdana,sans-serif;
		text-transform:uppercase;
		font-size: 11px;
	}
		#menu_en ul {
			padding: 0 0 0 1px;
			line-height: 41px;
		}
			#menu_en li {
				margin: 0 1px 0 0;
				padding:0 15px;
			}
				#menu_en li a:link, #menu_en li a:visited {
					font-size: 11px;
					float: left;
					display: block;
					color: #FFFFFF;
					text-align: center;
					text-decoration: none;
					background:url("../imagesv2/line.png") no-repeat scroll right center transparent;
					padding:0 17px 0 6px;
				}
				#menu_en li a.last:link, #menu_en li a.last:visited {
					background:none repeat scroll 0 0 transparent;
					color:#FFFFFF;
					display:block;
					float:left;
					font-size:11px;
					padding:0 15px 0 6px;
					text-align:center;
					text-decoration:none;
				}
				#menu_en li a:link:hover, #menu_en li a:visited:hover {
					color: #c8b5a4;
				}
				#menu_en li.active a:link, #menu_en li.active a:visited {
					background: url(../images/menu-active.png) repeat-x 0 0;
				}
				
	/* in fr */			
	#menu_fr {
		width: 974px;
		height: 41px;
		margin: 0 auto;
		border-bottom: solid 8px #FFFFFF;
		background: url(../imagesv2/menu-bg.png) no-repeat 0 0;
		font-family: verdana,sans-serif;
		text-transform:uppercase;
		font-size: 11px;
	}
		#menu_fr ul {
			padding: 0 0 0 1px;
			line-height: 41px;
		}
			#menu_fr li {
				margin: 0 1px 0 0;
				padding:0 15px;
			}
				#menu_fr li a:link, #menu_fr li a:visited {
					font-size: 11px;
					float: left;
					display: block;
					color: #FFFFFF;
					text-align: center;
					text-decoration: none;
					background:url("../imagesv2/line.png") no-repeat scroll right center transparent;
					padding:0 17px 0 6px;
				}
				#menu_fr li a.last:link, #menu_fr li a.last:visited {
					background:none repeat scroll 0 0 transparent;
					color:#FFFFFF;
					display:block;
					float:left;
					font-size:11px;
					padding:0 15px 0 6px;
					text-align:center;
					text-decoration:none;
				}
				#menu_fr li a:link:hover, #menu_fr li a:visited:hover {
					color: #c8b5a4;
				}
				#menu_fr li.active a:link, #menu_fr li.active a:visited {
					background: url(../images/menu-active.png) repeat-x 0 0;
				}
				
	/* in de */			
	#menu_de {
		width: 974px;
		height: 41px;
		margin: 0 auto;
		border-bottom: solid 8px #FFFFFF;
		background: url(../imagesv2/menu-bg.png) no-repeat 0 0;
		font-family: verdana,sans-serif;
		text-transform:uppercase;
		font-size: 11px;
	}
		#menu_de ul {
			padding: 0 0 0 1px;
			line-height: 41px;
		}
			#menu_de li {
				margin: 0 1px 0 0;
				padding:0 15px;
			}
				#menu_de li a:link, #menu_de li a:visited {
					font-size: 11px;
					float: left;
					display: block;
					color: #FFFFFF;
					text-align: center;
					text-decoration: none;
					background:url("../imagesv2/line.png") no-repeat scroll right center transparent;
					padding:0 17px 0 6px;
				}
				#menu_de li a.last:link, #menu_de li a.last:visited {
					background:none repeat scroll 0 0 transparent;
					color:#FFFFFF;
					display:block;
					float:left;
					font-size:11px;
					padding:0 15px 0 6px;
					text-align:center;
					text-decoration:none;
				}
				#menu_de li a:link:hover, #menu_de li a:visited:hover {
					color: #c8b5a4;
				}
				#menu_de li.active a:link, #menu_de li.active a:visited {
					background: url(../images/menu-active.png) repeat-x 0 0;
				}
				
				
	/* in it */			
	#menu_it {
		width: 974px;
		height: 41px;
		margin: 0 auto;
		border-bottom: solid 8px #FFFFFF;
		background: url(../imagesv2/menu-bg.png) no-repeat 0 0;
		font-family: verdana,sans-serif;
		text-transform:uppercase;
		font-size: 11px;
	}
		#menu_it ul {
			padding: 0 0 0 1px;
			line-height: 41px;
		}
			#menu_it li {
				margin: 0 1px 0 0;
				padding:0 15px;
			}
				#menu_it li a:link, #menu_it li a:visited {
					font-size: 11px;
					float: left;
					display: block;
					color: #FFFFFF;
					text-align: center;
					text-decoration: none;
					background:url("../imagesv2/line.png") no-repeat scroll right center transparent;
					padding:0 17px 0 6px;
				}
				#menu_it li a.last:link, #menu_it li a.last:visited {
					background:none repeat scroll 0 0 transparent;
					color:#FFFFFF;
					display:block;
					float:left;
					font-size:11px;
					padding:0 15px 0 6px;
					text-align:center;
					text-decoration:none;
				}
				#menu_it li a:link:hover, #menu_it li a:visited:hover {
					color: #c8b5a4;
				}
				#menu_it li.active a:link, #menu_it li.active a:visited {
					background: url(../images/menu-active.png) repeat-x 0 0;
				}

/* END MENIUL PRINCIPAL */
				
				
				
#boxes {
	width: 989px;
	overflow: hidden;
	margin: 0 auto;
}
	#boxes .box2 {
		float: left;
		width: 303px;
		height: 101px;
		overflow: hidden;
		padding: 0 10px 0 15px;
		background: url(../imagesv2/box2-bg.png) no-repeat 0 0;
	}
		#boxes h3 {
			font-family: verdana,sans-serif;
			font-size: 145.45%;
			font-weight: bold;
			color: #b2161b;
			text-transform: uppercase;
			line-height: 1.2;
			padding: 0 0 .3em;
			margin: 0 0 .5em;
		}
			#boxes h3 a {
				color:#B2161B;
				font-family:verdana,sans-serif;
				font-size:16px;
				font-weight:bold;
				line-height:1.2;
			}
			#boxes h3 span {
				display: block;
				font-size: 68.75%;
				color: #535353;
				text-transform: none;
				line-height: 1;
				margin: -.2em 0 0;
			}
	#newsletter {
	}
		#newsletter form {
			width: 100%;
			overflow: hidden;
			padding: .3em 0 0;
			margin: 0 0 14px;
		}
			#newsletter input.text {
				float: left;
				width: 113px;
				height: 16px;
				padding: 3px 8px;
				color: #474d52;
				background: url(../images/input-1.png) no-repeat 0 0;
				border: none;
			}
			#newsletter input.submit {
				float: left;
				width: 76px;
				height: 22px;
				color: #03111d;
				font-weight: bold;
				text-transform: uppercase;
				background: url(../images/btn-2.png) no-repeat 0 0;
				border: none;
				margin: 0 5px 0 0;
			}
			#newsletter input.button {
				float: left;
				width: 90px;
				height: 22px;
				color: #99b1c8;
				padding: 0 0 0 5px;
				background: url(../images/bullet-4.gif) no-repeat 0 10px;
				border: none;
			}
			#newsletter input.button2 {
				float: left;
				width: 110px;
				height: 22px;
				color: #99b1c8;
				padding: 0 0 0 5px;
				background: url(../images/bullet-4.gif) no-repeat 0 10px;
				border: none;
			}
	#gallery {
	}
		#gallery h3 {
			padding: 0;
			border-bottom: none;
			margin: 0 0 .4em;
		}
			#gallery h3 a {
				color:#B2161B;
				font-family:verdana,sans-serif;
				font-size:16px;
				font-weight:bold;
				line-height:1.2;
			}
		#gallery ul {
			float: left;
			margin: 0 10px 9px 0;
		}
			#gallery li {
				float: left;
				margin: 0 5px 0 0;
			}
				#gallery li a:link, #gallery li a:visited {
					float: left;
					display: block;
					border: solid 2px #FFFFFF;
				}
					#gallery li a:link img, #gallery li a:visited img {
						float: left;
					}
		#gallery .all {
			float: left;
			margin: 5px 0 0;
		}
			#gallery .all a:link, #gallery .all a:visited {
				float: left;
				display: block;
				text-indent: -1000em;
				width: 27px;
				height: 35px;
				background: url(../images/arrow-r.png) no-repeat 0 0;
			}
		#gallery .more2 {
			clear: both;
		}
	#contact2 {
	}
		#contact2 p {
			color: #000;
			margin: 0 0 .5em;
		}


#footer {
	text-align: center;
	font-size: 1.1em;
	padding: 0 0 1em;
	color: #474d52;
}
	#footer p.links {
		background: #fee2c4;
		padding: .9em 0;
		margin: 1px 0 1em;
	}
		#footer p.links a:link, #footer p.links a:visited {
			color: #957e64;
			padding: 0 12px 0 14px;
			background: url(../images/footer-sep.gif) no-repeat 0 50%;
		}
		#footer p.links a.first:link, #footer p.links a.first:visited {
			background: none;
		}
		#footer p.links a.active:link, #footer p.links a.active:visited {
			font-weight: bold;
			color: #b2161b;
		}
	#footer p.copyright {
		padding: 67px 0 0;
		background: url(../imagesv2/logo-2.png) no-repeat 50% 0;
		margin: 0 0 .2em;
	}
	#footer p.links2 {
	}
		#footer p.links2 a:link, #footer p.links2 a:visited {
			color: #474d52;
		}
		#footer p.links2 span {
			color: #b5b8ba;
		}
		#footer p a.by:link, #footer p a.by:visited {
			font-weight: bold;
			color: #7d1416;
		}


/* page-1
----------*/

.box1 {
	margin: 0 0 10px;
}
	.box1 h3 {
		font-family: verdana,sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #293846;
		text-transform: uppercase;
		line-height: 1.2;
		height: 67px;
		padding: 3px 5px 0 15px;
		background: url(../imagesv2/blm.png) repeat-x 0 0;
		margin: 0px;
	}
		.box1 h3 span {
			display: block;
			font-family: verdana,sans-serif;
			font-size: 61.11%;
			font-weight: normal;
			color: #808d9a;
			text-transform: lowercase;
			line-height: 1.5;
		}
		.box1 h3 em {
			display: block;
			font-size: 61.11%;
			font-weight: normal;
			font-style: normal;
			text-transform: none;
		}

.tabs1 {
	margin: 0px;
}
	.tabs1 .tabs {
		font-family: verdana,sans-serif;
		font-size: 109.09%;
		text-transform: uppercase;
		height: 28px;
		padding: 6px 0 0 21px;
		background: #efe7e0 url(../images/bullet-1.gif) no-repeat 9px 55%;
	}
		.tabs1 .tabs li {
			float: left;
			margin: 0 3px 0 0;
		}
			#page .tabs1 .tabs a:link, #page .tabs1 .tabs a:visited {
				float: left;
				display: block;
				height: 28px;
				line-height: 28px;
				text-decoration: none;
				color: #2f3d48;
			}
				.tabs1 .tabs a:link span, .tabs1 .tabs a:visited span {
					float: left;
					display: block;
					padding: 0 12px;
				}
			.tabs1 .tabs a:link:hover, .tabs1 .tabs a:visited:hover,
			.tabs1 .tabs .active a:link, .tabs1 .tabs .active a:visited {
				background: #faf5f1 url(../imagesv2/tab1-r.gif) no-repeat 100% 0;
			}
				.tabs1 .tabs a:link:hover span, .tabs1 .tabs a:visited:hover span,
				.tabs1 .tabs .active a:link span, .tabs1 .tabs .active a:visited span {
					background: url(../imagesv2/tab1-l.gif) no-repeat 0 0;
				}
	.tabs1 .tab {
		line-height: 1.45;
		padding: 10px 20px 10px;
		background: url(../imagesv2/box1-bg.png) repeat-x 0 0;
	}
	.tabs1 .tabmore {
		line-height: 1.45;
		padding: 20px 20px 10px;
	}
		.tabs1 .tabmore .more {
			border-top: solid 1px #dcd3c8;
			padding: 20px 0 0;
			margin: 20px 0 0;
		}

.more {
	width: 100%;
	overflow: hidden;
}
	.more a:link, .more a:visited {
		float: left;
		display: block;
		padding: 0 0 0 14px;
		background: url(../imagesv2/bullet-2.gif) no-repeat 0 50%;
		text-decoration: none;
	}

.more2 {
	width: 100%;
	overflow: hidden;
}
	.more2 a:link, .more2 a:visited {
		float: left;
		display: block;
		color: #b2161b;
		padding: 0 0 0 14px;
		background: url(../imagesv2/bullet-3.gif) no-repeat 0 50%;
		text-decoration: underline;
	}
	.more2 a:link:hover, .more2 a:visited:hover {
		text-decoration: none;
	}


.btn1 {
}
	#page .btn1 a:link, #page .btn1 a:visited {
		float: left;
		display: block;
		color: #000000;
		width: 41px;
		height: 18px;
		line-height: 18px;
		padding: 0 0 0 10px;
		text-align: center;
		text-transform: lowercase;
		text-decoration: none;
		background: url(../images/btn-1.png) no-repeat 0 0;
	}


#contentTop {
	padding: 10px 0 0 14px;
	height: 57px;
	width: 694px;
	background: url(../imagesv2/content-t.png) no-repeat 0 0;
	margin: 0 0 0 -14px;
}
	#contentTop .btn1 {
		float: left;
		height: 47px;
		padding: 0 15px 0 0;
		border-right: solid 1px #dcd3c8;
		margin: 0 10px 0 0;
	}
		#contentTop .btn1 a:link, #contentTop .btn1 a:visited {
			margin-top: 14px;
		}
	#contentTop h2 {
		__font-weight: normal;
		margin: .4em 0 0;
	}
	#contentTop .sub {
		color: #b2161b;
	}

#contentTopNews {
	padding: 10px 0 0 14px;
	height: 57px;
	width: 694px;
	background: url(../imagesv2/content-t.png) no-repeat 0 0;
	margin: 0 0 0 -14px;
}
	#contentTopNews .btn1 {
		float: left;
		height: 47px;
		padding: 0 15px 0 0;
		border-right: solid 1px #dcd3c8;
		margin: 0 10px 0 0;
	}
		#contentTopNews .btn1 a:link, #contentTopNews .btn1 a:visited {
			margin-top: 14px;
		}
	#contentTopNews h2 {
		font-weight: normal;
		margin: .7em 0 0;
	}
	#contentTopNews .sub {
		color: #b2161b;
	}

.tab h2 {
	font-weight: normal;
	padding: 10px 0 10px 0;
	font-weight: bold;
}

#header1 {
	width: 708px;
	overflow: hidden;
	margin: 0 0 10px -14px;
}

#wrap .list1 {
	list-style: none;
	margin: 0;
}
	.list1 li {
		margin: 0 0 1em;
	}
		.list1 li a:link, .list1 li a:visited {
			padding: 0 0 0 15px;
			background: url(../imagesv2/bullet-2.gif) no-repeat 0 .4em;
		}

#page #top1 {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 177px;
	margin: 0;
}

#page #top2 {
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 100px;
	margin: 0;
}



/* home
----------*/

#slideshow {
	width: 708px;
	height: 518px;
	overflow: hidden;
	margin: 0 0 0 -14px;
	position: relative;
	font-family: verdana,sans-serif;
}
	#slideshow .slider {
		position: relative;
		z-index: 1;
	}
		#slideshow ul {
			width: 708px;
			height: 518px;
			overflow: hidden;
		}
			#slideshow li {
				float: left;
				width: 708px;
				height: 518px;
				overflow: hidden;
				position: relative;
			}
				#slideshow .img {
					position: relative;
					z-index: 1;
				}
				#slideshow .bar {
					position: absolute;
					left: 0;
					bottom: 0;
					z-index: 5;
					padding: 10px 15px;
					width: 678px;
					overflow: hidden;
					background: url(../imagesv2/bar1-bg.png) repeat 0 0;
					border-top : 1px solid #000;
				}
					#slideshow .bar .caption {
						float: left;
						color: #fff;
						line-height: 15px;
						margin: 0;
					}
					#slideshow .bar .other {
						float: right;
						height: 30px;
						line-height: 30px;
						font-size: 109.09%;
						padding: 0 0 0 15px;
						border-left: solid 1px #a8a8af;
						margin: 0;
					}
						#slideshow .bar .other a:link, #slideshow .bar .other a:visited {
							float: right;
							display: block;
							line-height: 30px;
							padding: 0 20px 0 0;
							text-decoration: none;
							text-transform: uppercase;
							background: url(../imagesv2/arrow-r2.png) no-repeat 100% 50%;
							color	: #fff;
						}
	#slideshow .nav {
	}
		#slideshow .nav a:link, #slideshow .nav a:visited {
			position: absolute;
			z-index: 10;
			top: 200px;
			width: 25px;
			height: 42px;
			text-indent: -1000em;
		}
		#slideshow .nav a.inactive:link, #slideshow .nav a.inactive:visited {
			opacity: 0.2;
			-moz-opacity: 0.2;
			-webkit-opacity: 0.2;
			-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
		}
		#slideshow .nav a.prev:link, #slideshow .nav a.prev:visited {
			left: 0;
			background: url(../images/btn-prev.gif) no-repeat 0 0;
		}
		#slideshow .nav a.next:link, #slideshow .nav a.next:visited {
			right: 0;
			background: url(../images/btn-next.gif) no-repeat 0 0;
		}

		.rowRez { margin : 10px 0; border-bottom : 1px dashed #ccc; }


/* Multimedia */

div.navContent {
	height:26px;
	margin:0 0 10px;
}
	div.content_content ul.navSectiuni {
		display:block;
		height:12px;
		margin:0 0 4px 2px;
	}
	div.navContent h1 {
		background:none repeat scroll 0 0 #F5F5F5;
		border:1px solid #F5F5F5;
		display:block;
		float:left;
		font-size:14px;
		height:24px;
		line-height:24px;
		margin:0 10px 0 0;
		text-align:center;
		width:100px;
	}
		div.navContent h1 a {
			color:#205076;
			font-size:12px;
			background:none repeat scroll 0 0 #F5F5F5;
			display:block;
			height:24px;
			width:100px;
		}
			div.navContent h1 a:hover {
				color:#A53531;
				font-size:12px;
				background:none repeat scroll 0 0 #F5F5F5;
				display:block;
				height:24px;
				width:100px;
			}
			div.navContent h1.curent {
				color:#A53531;
				font-size:12px;
				background:none repeat scroll 0 0 #F5F5F5;
				display:block;
				height:24px;
				width:100px;
			}
div.panel755, div.panel300, div.panel470 {
	margin:0 0 20px;
	___overflow:hidden;
	position:relative;
	width:645px;
}
div.panelGalben300 div.header, div.headerRosu div.header {
	____background:url("../images/bkg_panel_header.png") no-repeat scroll 0 0 transparent;
	background:none no-repeat scroll 0 0 #BEB9A8;
	height:34px;
	margin:0;
	position:relative;
}
	div.headerRosu div.header span.colt_stanga_sus img {
		left:0;
		top:0;
	}
	div.headerRosu div.header span.colt_dreapta_sus img {
		left:635px;
		top:0;
	}
div.panelGalben300 div.header img, div.headerRosu div.header img {
	left:45px;
	position:absolute;
	top:-6px;
}
div.headerRosu div.header h2, div.headerRosu div.header h2 a {
	color:#FFFFFF;
	font-family:trebuchet,arial;
	font-size:14px;
	line-height:14px;
	margin:0 0 0 10px;
	padding:10px 0 0 7px;
}
div.headerRosu div.boxGalerie {
	padding:0 10px;
}
div.panel300 div.boxArticolSimplu, div.panel470 div.boxArticolSimplu {
	margin:0;
}
div.panelGalben300 div.content, div.headerRosu div.content {
	border-left:1px solid #bcbba7;
	border-right:1px solid #bcbba7;
}
div.boxArticolSimplu {
	font-size:12px;
}
div.boxArticolSimplu {
	font-size:11px;
	margin:0 0 15px;
	padding:0 10px 1px;
	position:relative;
}
div.contentArticol {
	line-height:16px;
}
div.headerRosu div.boxGalerie h1 {
	margin:0 0 15px;
}
div.panelGalben300 div.content h1, div.headerRosu div.content h1 {
	color:#4E4D48;
	font-size:14px;
	font-weight:bold;
	line-height:1px;
	padding:0px 0 0 5px;
}
div.panel470 div.boxArticolSimplu img {
	border-color:#D5D5D5;
}
div.contentArticol ol, div.contentArticol ul {
	list-style:none outside none;
}
div.headerRosu div.contentBottom {
	background:url("../images/carousel/panelBottom.jpg") no-repeat scroll 0 top transparent;
	height:10px;
	position:relative;
}
	div.headerRosu div.contentBottom span.colt_stanga_jos img {
		left:0;
		top:0;
	}
	div.headerRosu div.contentBottom span.colt_dreapta_jos img {
		left:635px;
		top:0;
	}

#wrap4 h2.sectiuneTitlu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 0 10px;
}
