@import url("reset.css");

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #9ECBF2 url('../img/bg.jpg') no-repeat fixed top center;
	font-size: 62.5%;
	
}

div#wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

div#header {
	width: 100%;
	height: 220px;
	background: url('../img/head.png') no-repeat top center;
}

div#footer {
	width: 100%;
	height: 120px;
	background: url('../img/foot.png') no-repeat top center;
}

div#content {
	width: 940px;
	background: url('../img/bgcontent.png') repeat-y top center;
	margin: 0 auto;
	padding: 10px 15px 1px;
	position: relative;
}

#parallax {
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
}

#parallax img { width: 1920px; height: 120px; }

/* inceput meniu si descriere */
div#menucontainer {
	width: 960px;
	height: 220px;
	margin: 0 auto;
}

ul#menu {
	width: 429px;
	height: 50px;
	position: relative;
	top: 100px;
	left: 440px;
}

ul#menu ul li.top {
	display: block;
	width: 60px;
	height: 50px;
	margin-right: 10px;
	margin-top: 30px;
	float: left;
}

ul#menu ul li.top a {
	display: block;
	cursor: pointer;
	height: 50px;
	width: 60px;
}

ul#menu ul li.descriere {
	height: 1em;
	width: 150px;
	position: absolute;
	top: 4px;
	left: 130px;
	text-align: center;
	display: none;
	color: #829CD5;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

ul#menu ul:hover li.descriere{ display:block; }

ul#menu ul li#desprenoi { background: url('../img/icons.png') 0px 0px; }
ul#menu ul li#desprenoi:hover { background: url('../img/icons.png') 0px -50px; }

ul#menu ul li#oferta { background: url('../img/icons.png') -70px 0px; }
ul#menu ul li#oferta:hover { background: url('../img/icons.png') -70px -50px; }

ul#menu ul li#anunturi { background: url('../img/icons.png') -140px 0px; }
ul#menu ul li#anunturi:hover { background: url('../img/icons.png') -140px -50px; }

ul#menu ul li#articole { background: url('../img/icons.png') -210px 0px; }
ul#menu ul li#articole:hover { background: url('../img/icons.png') -210px -50px; }

ul#menu ul li#locatie { background: url('../img/icons.png') -280px 0px; }
ul#menu ul li#locatie:hover { background: url('../img/icons.png') -280px -50px; }

ul#menu ul li#contact { background: url('../img/icons.png') -350px 0px; }
ul#menu ul li#contact:hover { background: url('../img/icons.png') -350px -50px; }

/* final meniu si descriere */

/* styling specializat pe divurile de continut specifice */
/* anunturi */
div.anunt, div.articol {
	background: url('../img/faders/black5.png') repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 10px;
	width: 500px;
	margin: 30px auto 20px;
}

div#div_anunt div.anunt, div#div_articol div.articol { width: 700px; }

div.anunt h1 a, div.articol h1 a {
	text-decoration: none;
	color: #374B71;
}

div.anunt a, div.articol a { text-decoration: none; color: #383838; }
div.anunt a:hover, div.articol a:hover { text-decoration: underline; }

/* misc clase de proprietati */
.float_right { float: right; }
.center { text-align: center; }
.bold { font-weight: bold; }
.no_bold { font-weight: normal; }
div#content p.no_indent, .no_indent { text-indent: 0; }

/* fonturi */

div#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	letter-spacing: 0.02em;
	word-spacing: 0.15em;
	line-height: 1.5em;
	color: #383838;
}

h1, h2, h3 {	font-family: Georgia, Serif; }
h1 { font-size: 1.4em; letter-spacing: 0.02em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }

div#content p {
	margin: 1.5em 0;
	text-indent: 3em;
}

/* contact form */

form { width: 600px; margin: 0 0 0 50px; }
form ul li { display: inline; }
.f_label div { height: 25px; float: left; clear: left; width: 150px;  padding-right: 20px; text-align: right;
/*	background: url('../img/faders/black10.png');*/
}

.f_input > input { height: 21px; width: 300px;
	padding: 2px 2px; border: 0;
	background: url('../img/faders/white50.png');
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 25px;
	font-size: 1em;
}

.f_input > input:focus { background: url('../img/faders/white70.png'); }

textarea#f_text { width: 300px; border: 0;
	background: url('../img/faders/white50.png');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	min-height: 150px;
	max-height: 500px;
	line-height: 1.2em;
}

textarea#f_text:focus { background: url('../img/faders/white70.png'); }

input#f_send { margin-left: 115px; height: 25px; width: 70px;
	background: url('../img/faders/white50.png');
	border: 0; padding: 0;
	line-height: 1em;
	font-family: Verdana, Geneva, sans-serif;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-bottom: 2px;
}

#f_send:hover { background: url('../img/faders/white80.png'); }

/* temporar */
img#tel {
	position: absolute;
	top: 0; right: 150px;
}

img#mail {
	position: absolute;
	top: 230px; left: 35px;
}

div#telefoane {
	width: 250px;
	height: 300px;
	position: absolute;
	top: 120px; right: 90px;
}

div#telefoane p { text-indent: 0; }



