html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Tahoma, sans-serif, Geneva;
	font-size: 12px;
	color: #505050;
}

a {
	color: #f45e5e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

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

h2 {
	font-size: 16px;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: 700;
	color: #f45e5e;

}

h3 {
	font-size: 20px;
	padding-top: 0px;
	margin-top: 0px;
	color: #f45e5e;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
}

#wrapper {
	width: 950px;
	margin: auto;
	margin-top: 20px;
}

#flags {
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

#header {
	padding: 20px 20px;
}

	#header #meniu {
		float: right;
	}

	#header #meniu dl {
			margin: 0px;
			padding: 0px;
			padding-top: 40px;
	}

	#header #meniu dt {
			float: left;
	}

	#header #meniu dt a {
			padding: 20px 15px;
			font-size: 13px;
			color: #505050;
			text-transform: uppercase;
			text-decoration: none;
	}

	#header #meniu dt a:hover {
			text-decoration: underline;
	}

	#header #meniu dt img {
		margin-top: -4px;
	}

#slider {
	height: 243px;
}

#main {
	padding: 25px 15px;
	line-height: 18px;
}

	#main #cine {
		width: 350px;
		float: left;
		margin-right: 20px;
	}
	#main #ce {
		width: 270px;
		float: left;
		margin-right: 20px;
	}

	#main #cum {
		width: 260px;
		float: right;
	}
	
	#main #despre {
		width: 100%;
	}
	
	.stanga {
		width: 440px;
		float: left;
	}
	
	.dreapta {
		width: 440px;
		margin-left: 460px;
	}
	
	.stanga img, .dreapta img {
		border: 3px solid #f1f1f1;
		margin-bottom: 5px;
	}
	
	.stanga img:hover, .dreapta img:hover {
		border: 3px solid #ffd9d9;
	}
	
	.serviciu {
		width: 215px;
		margin-right: 15px;
		float: left;
	}
	
	.serviciu img {
		border: 2px solid #f1f1f1;
	}
	
	.recomandare {
		width: 840px;
		margin: auto;
		font-style: italic;	
		background: url(images/quote.gif) no-repeat;
		background-position: top left;
		padding-bottom: 20px;
		margin-top: 20px;
	}
	
	.recomandare blockquote {
		width: 800px;
		margin-left: 45px;
	}
	
	.recomandare .autor {
		text-align: right;
		font-size: 15px;
		font-style: normal;
		margin-top: -10px;
	}
	
	.recomandare span.nume {
		color: #f45e5e;
		font-weight: 700;
	}
	
	.recomandare span.functie {
		font-style: italic;
		font-size: 12px;
		color: #cbcbcb;
	}
	
#footer {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	color: #d1d1d1;
	padding: 10px 15px;
	clear: both;
}
	#footer .left {

	}

	#footer .right {
		float: right;
	}

	#footer a {
		color: #d1d1d1;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}
	
/*
lightbox stuff
*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
