@charset "utf-8";
/* CSS Document */

/* Reset | v1.0 | 20080212 */

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: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Reguli */
body {
	background-color: #FFF;
	background-image: url(img/bg_.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
}
#main {
	margin: auto;
	width: 1002px;
}
#content {
	width: 960px;
	background-color: #FFF;
	text-align: left;
	margin: auto;
	*overflow: hidden;

}
#animatie {
	left: -20px;
	position: relative;
	clear: both;
	top: -25px;
	width: 1002px;
}

#meniu {
	float: right;
	margin-top: 55px;
	margin-right: 10px;
}
#meniu ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	display: block;
	float: left;
	margin-left: 15px;
	font-size: 14px;
}
#meniu ul li a {
	text-decoration: none;
}
#meniu ul li a:hover {
	text-decoration: none;
	color: #933;
}

#logo {
	margin-top: 35px;
	margin-left: 10px;
	float: left;
}
#left {
	width: 610px;
	padding-left: 40px;
	top: -90px;
	position: relative;
}
#left h1{
	color: #F00;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}
#left h4 {
	color: #666;
	font-weight: normal;
}

#right  {
	width: 290px;
	float: right;
	position: relative;
	top: -40px;
}
#right h1 {
	color: #F00;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}
#right .box {
	background-color: #933;
	color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	background-image: url(img/box_bg.png);
	background-repeat: no-repeat;
}
#footer {
	text-align: left;
	margin: auto;
	width: 860px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #933;
}
a {
	font-weight: normal;
	color: #F00;
}
a:hover {
	font-weight: normal;
	color: #F00;
	text-decoration: none;
}
#footer p {
	margin-top: 10px;
}
#right .box p a {
	color: #FFF;
}
#right .box p a:hover {
	color: #FFF;
	text-decoration: none;
}
#left ol li {
	display: list-item;
	list-style-type: decimal;
	margin-bottom: 15px;
}
#left ul li   {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 0px;
	margin-left: 10px;
}
#left h3 {
	font-style: italic;
	font-weight: normal;
	color: #903;
}
#left h2 {
	color: #903;
}
.preturi {
	text-align: right;
	width: 60px;
}
#left img {
	float: left;
	padding: 10px;
	border: 1px solid #933;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.criteriu {
	text-align: left;
	width: 30px;
}
.continuttabel {
	text-align: left;
	width: 490px;
	height: 25px;
}
.recomandat {
	background-color: #FCC;
	color: #933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	position: relative;
}
.minimrecomandat {
	background-color: #933;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	position: relative;
}
.filmulete {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}



#left strong {
	color: #933;
	font-weight: bold;
}
	#form5{
		margin:1em 0;
		padding-top:10px;
		}
	#form5 fieldset{
		margin:0;
		padding-top:.5em;
		border:none;	
		border-top:1px solid #f1f1f1;
		}		
	#form5 legend{
		background:#fff;
		padding:0 5px;
		font-style:italic;
		}	
	#form5 p{
		clear:both;
		margin:.5em 0;
		overflow:hidden;
		}	
	#form5 label{
		float:left;
		width:60px;
		display:block;
		text-align:right;
		margin-right:10px;
		}	
	#form5 input, #form5 textarea{	
		margin:0;	
		width:250px;
		border:1px solid #ddd;		
		padding:3px 5px 3px 25px;
		}		
	
	
	#form5 input#nume{
	background:#fff url(images/form5/form_name.gif) no-repeat 5px 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1E4E7C;
	font-weight: bold;
	font-size: 14px;
}
	#form5 input#mail{
	background:#fff url(images/form5/form_email.gif) no-repeat 5px 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1E4E7C;
	font-weight: bold;
	font-size: 14px;
	}
	#form5 input#subiect{
	background:#fff url(images/form5/form_url.gif) no-repeat 5px 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1E4E7C;
	font-weight: bold;
	font-size: 14px;}
	#form5 textarea#text{
	background:#fff url(images/form5/form_note.gif) no-repeat 5px 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 14px;}
	
	
	#form5 textarea{
		height:125px;
		overflow:auto;
		}					
	#form5 button{
		height:28px;
		line-height:28px;		
		border-top:1px solid #999;
		border-left:1px solid #999;
		border-right:1px solid #333;
		border-bottom:1px solid #333;
		background:url(images/form5/form_button.gif) no-repeat;
		padding:0 10px 0 25px;
		color:#333;
		cursor:pointer;
		text-align:left;
		font-size:11px;
		font-weight:bold;
		}	
	#form5 p.submit{
		clear:both;
		margin:1em 0;
		padding:.5em 70px;
		border-top:1px solid #f1f1f1;		
		
		}	
