@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#000000;
}
a img {
	border:none;	
}

body {
	position:relative;
	background:black;
	}
#Background {
	background:url(images/body-bg.png) top repeat-x white;	
}
#main {
	width:940px;
	margin:0px auto;
}
#header {
	position:relative;
	height:170px;
}
#sigla {
	position:absolute;
	top:50px;
}
#slogan {
	position:absolute;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F7931E;
	font-style:italic;
	top:65px;
	left:194px;
}
#mainMenu {
	position:absolute;
	top:125px;
	height:25px;
	width:940px;
}

#mainMenu h1 {
	font-weight:normal;	
}

#mainMenu h1 a{
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
}

#mainMenu li {
	float:left;
	display:block;
	padding:0px 11px;
	height:	25px;
	line-height:	25px;
	background:url(images/menu-separator.png) left no-repeat;
	list-style:none;
}
#mainMenu .firstItem {
	padding-left:0px;
	background:none;
}
#Mainmenu .lastItem {
	padding-right:0px;
	
}


.element {
	width: 460px;
	padding:0px 10px 20px 0px;
	display:inline;
	background-image:url(images/fundal.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
}
#Content .elementPortofoliu {
	float:left;
	width:150px;
	margin-left:8px;
	margin-bottom:10px;
}
#Content .firstItem {
	margin:0px;	
}

.all {
	float:right;
	display:block;
	
}

hr {
	clear:both;
	height:0px;
	border:none;
	border-top:1px dashed black;
	margin:10px 0px;
}
h1, h1 a {
	font-size:30px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
h2 {
	font-size:20px;
	line-height:20px;
	color:#000000;
	padding-top:10px;
	padding-bottom:3px;
	margin:0px;
	}
h3 {
	font-size:14px;
}
p {
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:10px 0px;
	}
a:link, a:visited {
	color:#000000;
	text-decoration:none;
	}
a:hover, a:active {
	color:#FF4B00
	}
#Galerie {
	background-color:#DDD;
	padding-bottom:20px;
	width:600px;
}

#Galerie div {
	width:150px;
	height:260px;
	padding-left:20px;
	padding-right:10px;
	padding-top:40px;
	float:left;
	display:inline;
		position:relative;

}
#Galerie div div {
	width:150px;
	height:150px;
	padding:0px;
	clear:both;
	display:block;
	background-color:red;
}
#Galerie img {
	display:block;
}
#Galerie p {
	display:block;
	width:150px;
}
#Galerie h2 {
	position:absolute;
	bottom:260px;
	display:block;
}
#Footer {
	clear:both;
	margin-top:0;
	background:url(images/footer-bg.png);
	height:82px;
	text-align:center;
	padding-top:40px;
}
.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}