@charset "utf-8";
/* CSS Document */

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 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
}

body {
	background: #5F0303 url(../images/bg_bordo.png) repeat-x;
	height: 100%;
	width: 100%;
}

p {
	margin: 8px 0;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*
body {
	background: #022D03 url(../images/bg_zold.png) repeat-x;
}*/

#clear {
	clear: both;
}

h3 {
	font-size: 18px;
	font-variant: small-caps;	
	margin: 15px auto 40px;
	text-shadow: 0.1em 0.1em #333;
	font-weight: lighter;
	text-align: center;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
}

h2 {
	font-size: 18px;
	font-variant: small-caps;
	margin-left: 10px;
	margin-bottom: 5px;
	text-shadow: 0.1em 0.1em #333;
	font-weight: lighter;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
}

label {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:11px;
}

input, textarea, select {
	background: none repeat scroll 0 0 #FCFCFC;
	border-color: #BBBBBB #DDDDDD #EEEEEE #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #555555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 340px;
	padding: 4px;
}

input:focus, textarea:focus, select:focus {
	border-color: #888888;
	color: #000000;
	outline: 1px solid #000000;
}

#login, #add, #OK {
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	border-radius: 2em;
	background-color:#F7F7F7;
	border:1px solid #BBBBBB;
	margin: 10px;
	color: #666666;
	display:block;
	font-family:"Lucida Sans","Lucida Sans Unicode",Arial,sans-serif;
	font-size:11px;
	height:28px;
	padding:1px 20px 3px;
	text-shadow:0 1px 0 #FFFFFF;
	width: auto;
}

#login:hover, #add:hover, #OK:hover {
	border-color: #666666;
	background-color: #CCCCCC;
	color: #000000;
}

span, .success {
	margin: 5px;
	font-family:"Lucida Sans","Lucida Sans Unicode",Arial,sans-serif;
	font-size:11px;
}

#wrapper_horizontal {
	background: url(../images/wrapper_horizontal.png) no-repeat;
	width: 585px;
	height: 4px;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 280px;
}

#hero {
	width: 100%;
	height: 175px;
}

#nav {
	width: 100%;
	height: 105px;
	position: relative;
}

#menu {
	background: #FFFF00 url(../images/menubg.png) repeat-x;
	width: 998px;
	height: 81px;
	outline: 1px solid #A37201;
	border: 1px solid #E4d359;
}

#menu ul {
	list-style: none;
}

#menu ul li a {
	display: block;
	float: right;
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	height: 25px;
	padding: 28px;
	border-left: 1px solid #F5DB5C;
}

#menu ul li a:hover {
	background: url(../images/menubg_hover.png) repeat-x;
	color: #666666;
}

#menu_shadow {
	background: url(../images/menu_shadow.png) repeat-x;
	width: 998px;
	height: 9px;
	margin: 0 auto;
}

.dropdown {
	position: absolute;
	width: 257px;
	height: 352px;
	background: url(../images/dropdown_a.png) no-repeat;
	z-index: 10;
}

.dropdownb {
	position: absolute;
	width: 193px;
	height: 179px;
	background: url(../images/dropdown_b.png) no-repeat;
	z-index: 10;
}

#dropdown1 {
	top: 75px;
	left: 200px;
}

#dropdown1 ul {
	list-style: none;
	padding: 40px 30px 40px 25px;	
}

#dropdown2 {
	top: 75px;
	left: 310px;
}

#dropdown2 ul {
	list-style: none;
	padding: 30px 30px 40px 25px;	
}

#dropdown3 {
	top: 75px;
	left: 400px;
}

#dropdown3 ul {
	list-style: none;
	padding: 50px 30px 40px 25px;	
}

#dropdown4 {
	top: 75px;
	left: 530px;
}

#dropdown4 ul {
	list-style: none;
	padding: 40px 30px 40px 25px;	
}

#dropdown5 {
	top: 75px;
	left: 670px;
}

#dropdown5 ul {
	list-style: none;
	padding: 40px 30px 40px 25px;	
}

#dropdown6 {
	top: 75px;
	left: 810px;
}

#dropdown6 ul {
	list-style: none;
	padding: 35px 30px 40px 25px;	
}

.dropdown ul li a, .dropdownb ul li a  {
	border-bottom: 1px dotted #333333;
	color:#000000;
	display:block;
	font-style: normal;
	padding: 5px;
	text-decoration:none;
}

.dropdown ul li a:hover, .dropdownb ul li a:hover {
	background: url(../images/dropdown_bt_hover_bg.png) repeat;
	color: #333333;
	padding: 5px 5px 5px 7px;
}

#maincontainer {
	width: 100%;
}

#main {
	width: 700px;
	float: left;
}

#pbt {
	background: url(../images/promo_border_top.png) no-repeat;
	width: 343px;
	height: 4px;
}

#pbl {
	background: url(../images/promo_border_left.png) no-repeat;
	width: 4px;
	height: 252px;
	float: left;
}

#pbr {
	background: url(../images/promo_border_right.png) no-repeat;
	width: 7px;
	height: 252px;
	float: left;
}

#pbb {
	background: url(../images/promo_border_bottom.png) no-repeat;
	width: 346px;
	height: 8px;
}

#promo_detalii_button {
	position: relative;
	background: url(../images/promo_detalii_bt.png) no-repeat;
	width: 124px;
	height: 41px;
	top: 210px;
	left: 215px;
	cursor: pointer;
}

#promo_detalii_button:hover {
	background: url(../images/promo_detalii_bt_hover.png) no-repeat;
}

#right {
	background: url(../images/bg_right.png) repeat;
	width: 300px;
	float: right;
}

#right_living_bt {
	display: block;
	width: 290px;
	height: 103px;
	background: url(../images/right_living_button.png) no-repeat;
}

#right_living_bt:hover {
	background: url(../images/right_living_button_hover.png) no-repeat;
}

#right_baie_bt {
	display: block;
	width: 290px;
	height: 103px;
	background: url(../images/right_baie_button.png) no-repeat;
}

#right_baie_bt:hover {
	background: url(../images/right_baie_button_hover.png) no-repeat;
}

#right_dormitor_bt {
	display: block;
	width: 290px;
	height: 103px;
	background: url(../images/right_dormitor_button.png) no-repeat;
}

#right_dormitor_bt:hover {
	background: url(../images/right_dormitor_button_hover.png) no-repeat;
}

#right_sufragerie_bt {
	display: block;
	width: 290px;
	height: 103px;
	background: url(../images/right_sufragerie_button.png) no-repeat;
}

#right_sufragerie_bt:hover {
	background: url(../images/right_sufragerie_button_hover.png) no-repeat;
}

#right_bucatarie_bt {
	display: block;
	width: 290px;
	height: 103px;
	background: url(../images/right_bucatarie_button.png) no-repeat;
}

#right_bucatarie_bt:hover {
	background: url(../images/right_bucatarie_button_hover.png) no-repeat;
}

#footer {
	background: #FFFF00 url(../images/footerbg.png) repeat-x;
	width: 938px;
	height: 20px;
	outline: 1px solid #A37201;
	border: 1px solid #E4d359;
	margin: 10px 0;
	padding: 10px 30px;
}

#footer a {
	text-decoration: none;
	color: #000000;
	font-style: normal;
	margin: 0 15px;
}

#footer a:hover {
	text-decoration: underline;
	color: #333333;
}

#box_ctl {
	background: url(../images/box/ctl.png) no-repeat;
	width: 69px;
	height: 69px;
	float: left;
}

#box_ctr {
	background: url(../images/box/ctr.png) no-repeat;
	width: 69px;
	height: 69px;
	float: right;
}

#box_cbl {
	background: url(../images/box/cbl.png) no-repeat;
	width: 67px;
	height: 76px;
	float: left;
}

#box_cbr {
	background: url(../images/box/cbr.png) no-repeat;
	width: 67px;
	height: 76px;
	float: right;
}

#shadow_top {
	background: url(../images/box/shadow_top.png) repeat-x;
	float: left;
	height: 37px;
}

#shadow_left {
	background: url(../images/box/shadow_left.png) repeat-y;
	width: 47px;
	float: left;
}

#shadow_right {
	background: url(../images/box/shadow_right.png) repeat-y;
	width: 47px;
	float: right;
}

#shadow_bottom {
	background: url(../images/box/shadow_bottom.png) repeat-x;
	float: left;
	height: 57px;
}

#box_close_bt {
	width: 45px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#box_left_bt {
	background: url(../images/box/left_bt.png) no-repeat;
	position: absolute;
	width: 41px;
	height: 45px;
	top: 45%;
	left: 40px;
	cursor: pointer;
	z-index: 100;
}

#box_left_bt:hover {
	background: url(../images/box/left_bt_hover.png) no-repeat;
}

#box_right_bt {
	background: url(../images/box/right_bt.png) no-repeat;
	position: absolute;
	width: 41px;
	height: 45px;
	top: 45%;
	right: 40px;
	cursor: pointer;
	z-index: 100;
}

#box_right_bt:hover {
	background: url(../images/box/right_bt_hover.png) no-repeat;
}

#box_content {
	width: 80%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: 10%;
	overflow: hidden;
}

#box_content .current {
	position: absolute;
	width: 100%;
	height: 469px;
	right: 0px;
}

#box_content .previous {
	position: absolute;
	width: 100%;
	height: 469px;
	right: -1000px;
}

#box_content .next {
	position: absolute;
	width: 100%;
	height: 469px;
	right: -1000px;
}

#contact {
	margin: 20px;
	color: #FFFFFF;
}

#contact h3 {
	border-bottom: 1px dotted #FFFFFF;
	font-size: 16px;
	font-variant: small-caps;	
	margin: 15px auto 40px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contact label {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:11px;
}

#contact input, textarea, select {
	background: none repeat scroll 0 0 #FCFCFC;
	border-color: #BBBBBB #DDDDDD #EEEEEE #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #555555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 340px;
	padding: 4px;
	margin: 15px 15px 2px 15px;
}

#submit {
	-moz-border-radius:2em 2em 2em 2em;
	background-color:#F7F7F7;
	border:1px solid #BBBBBB;
	color:#000000;
	display:block;
	font-family:"Lucida Sans","Lucida Sans Unicode",Arial,sans-serif;
	font-size:11px;
	height:28px;
	margin-top:10px;
	padding:1px 15px 3px;
	text-shadow:0 1px 0 #FFFFFF;
	width: 150px;
}

#submit:hover {
	border-color: #666666;
}

#submit:active {
	background-color: #CCCCCC;
	border-color: #666666;
}

#contact input:focus, textarea:focus, select:focus {
	border-color: #888888;
	color: #000000;
	outline: 1px solid #000000;
}

#contact p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #CC0000;
	margin: 0 0 0 15px;
}

#confirm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

#button_cerof:link, #button_cerof:visited, #button_cerof:active {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 40px;
	background: url(../images/button_cerof.png) no-repeat;
	width: 126px;
	height: 44px;
}

#button_cerof:hover {
	background: url(../images/button_cerof_hover.png) no-repeat;
}
