@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0;
}

.clear {
	display: block;
	line-height: 0px;
	font-size: 0px;
	float: none;
	clear: both;
	height: 0px;
}
a, a:focus, input, input:focus {
	outline: 0;
}
html {
		background: #e2dac9 url(../images/house-in-background2.jpg) center top no-repeat;
}

body {	
		background: url(../images/footer-bg.png) left bottom repeat-x;
		font-size: 100%;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: normal;
}

.container {
		overflow: visible;
		width: 980px;
		height: auto;
		margin: 0 auto;
		position: relative;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
.sectionTitle {
	padding-left: 45px;
	border-bottom: 1px solid #635c4d;
	line-height: 40px;
	color: #000;
}
a {
	color: #8d00ce;
	text-decoration: underline;
}
a:visited {
	color: #886997;
}
#header {
		height: 70px;
		position: relative;
		padding-top: 10px;
}
	#header .container {
			height: 70px;
			z-index: 2;
	}
	#bgHeader {
			position: absolute;
			border-top: 1px solid #a29479;
			border-bottom: 1px solid #a29479;
			background: url(../images/1x1_transparentPixelMenu.png) repeat;
			height: 62px;
			right: 0px;
			top: 10px;
			z-index: 1;
	}
	#logo {
			display: block;
			width: 388px;
			height: 100px;
			position: absolute;
			left: 0px;
			top: 0px;
			background: url(../images/turism-pensiune-vila-tineretului-logo.png) left center no-repeat;
	}
	#logo a {
			display: block;
			width: 100%;
			height: 100%;
			text-indent: -9999px;
	}
	
	#mainMenu {
			position: absolute;
			right: 0px;
			top: 0px;
			list-style: none;
			font-size: 0px;
			line-height: 0px;
			padding-bottom: 6px;
			background: url(../images/shadowMenu.png) left bottom no-repeat;
	}
	#mainMenu li {
			float: left;
			border-left: 1px solid #a29479;
			border-top: 1px solid #a29479;
			border-bottom: 1px solid #a29479;
			width: auto;
			font-size: 0px;
			line-height: 0px;
			background: url(../images/1x1_transparentPixelMenu.png) repeat;
	}
	#mainMenu li a {
		display: block;
		width: auto;
		float: left;
		line-height: 62px;
		font-size: 20px;
		padding: 0 15px;
		font-style: italic;
		color: #343434;
		text-decoration: none;
	}
	#mainMenu li a:hover, #mainMenu li a.active  {
		color: #fff;
		background-color: #8c57a9;
	}

#content {
	margin-bottom: 30px;
}
#content .container {
		position: relative;
		padding-top: 340px;
		overflow: auto;
}
	#wellcomeMessage {
		padding: 30px;
		position: absolute;
		right: 0px;
		top: 125px;
		width: 400px;
		height: auto;
		background: url(../images/1x1_transparentPixelWelcomeMsg.png) repeat;
		color: #fff;
	}
	#wellcomeMessage p {
		line-height: 24px;
		font-size: 16px;
		font-style: italic;
	}
	#leftContent {
		width: 350px;
		float: left;
	}
	#reservationGlobal {
		background: url(../images/reservationGlobal.jpg) no-repeat;
		height: 142px;
		padding: 9px;
	}
	#reservationGlobal h2 {
		line-height: 40px;
		padding-left: 50px;
		background: url(../images/bell.jpg) 5px top no-repeat;
	}
	#reservationGlobal p {
		margin-top: 10px;
		font-size: 15px;
	}
	
	#map p {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#map p span {
		color: #8d00ce;
	}
	
	#rightContent {
		float: right;
		width: 592px;
	}
	
	#slide-show-box {
		background: #e8e1d2;
		border: 1px solid #dcd3bf;
		height: 258px;
		width: 570px;
		padding: 10px;
		position: relative;
	}
	#slide-shadow{
		position: absolute;
		z-index: 10;
		left: 10px;
		top: 10px;
		width: 570px;
		height: 258px;
		background: url(../images/slide-shadow.png) no-repeat;
	}
	#slide-photo-icon {
		position: absolute;
		z-index: 11;
		background: url(../images/photo-gallery-icon.png) center center no-repeat;
		width: 100px;
		height: 100px;
		bottom: 0px;
		right: 5px;
	}
	#slide-photo-icon a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
	
	#slide-show {
		overflow: hidden;
		height: 100%;
		width: 100%;
		background-color: #fff;
	}
	#serviciiOferite {
		margin-top: 30px;
	}
	#serviciiOferite h2 {
		background: url(../images/stars.jpg) no-repeat;
	}
	.content {
		border-top: 1px solid #f4efe3;
	}
	#serviciiOferite .content div {
		width: 50%;
		float: left;
		padding-top: 10px;
	}
	#serviciiOferite .content div h3 {
		margin-bottom: 20px;
	}
	#serviciiOferite .content div ul {
		list-style: none;
		font-size: 14px;
	}
	#serviciiOferite .content #HomeReservation_btn {
		float: right;
		background-color: #ebe5d9;
		border-bottom: 1px solid #d7cfbf;
		height: 28px;
	}
	#serviciiOferite .content #HomeReservation_btn a {
		padding-left: 15px;
		margin-right: 5px;
		display: block;
		background: url(../images/arrow.jpg) right center no-repeat;
		text-decoration: none;
	}
	#serviciiOferite .content #HomeReservation_btn a:hover {
		color: #000;
	}
	
/*Image Gallery section*/
.img {
	display: block;
	width: 134px;
	height: 134px;
	overflow: hidden;
	border: 3px solid #fff;
	float: left;
	margin-left: 8px;
	margin-bottom: 8px;
	background-color: #e2dac9;
	text-decoration: none;
}
.img:hover {
	border-color: #8d00ce;
}


.contentContainer {
	border: 1px solid #ded5c2;
	background-color: #e2dac9;
}
#contact h2 {
	background: url(../images/contact.jpg) left center no-repeat;
}
#cazare h2 {
	background: url(../images/bell2.jpg) 5px center no-repeat;
}
#contactInfo {
	text-align: center;
	font-size: 20px;
	padding: 40px 0px;
}

#pergament {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


/* Booking Form */
#cazare form {
	margin: 20px 0px;
}

#form {
	width: 558px;
	height: 232px;
	margin: 20px auto;
	background: url(../images/rezervation_form.jpg) no-repeat;
	color: #333;
	padding: 8px;
	font-size: 12px;
	line-height: 24px;
}
#form input {
	background: transparent;
	border-bottom: 1px dotted #dbd3d0;
	color: #8d00ce;
}
#form label {
	font-size: 12px;
	color: #333;
}
#form p {
	position: relative;
}
#step3 {
	padding-top: 2px;
	float: right;
	width: 160px;
	padding-right: 2px;
}
#step1, #step2, #aditionalInfo {
	width: 360px;
	float: left;
}
#aditionalInfo {
	margin-top: 15px;
}
#aditionalInfo textarea {
	display: block;
	width: 352px;
	margin: 2px 2px 2px 4px;
	height: 46px;
	background: transparent;
}
#step2 {
	margin-top: 20px;
}
#dataS, #dataP {
	width: 80px;
}
#nopti {
	width: 43px;
}
.title {
	color: #555;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}
#telefon {
	width: 110px;
}
#email {
	width: 160px;
}
#name {
	width: 260px;
}
#submitForm {
	padding: 0px 10px;
}

#submitForm p {
	font-size: 12px;
	float: left;
	width: 300px;
}
#step3 p {
	padding-left: 4px;
}
#step3 .title {
	padding-left: 0px;
}
#step3 input {
	border-bottom: 1px dotted #bab1ae;
	width: 45%;
	margin-left: 5px;
}

#submitForm input {
	float: right;
	display: block;
	background: transparent url(../images/bg_rezervare.jpg) no-repeat;
	color: #fff;
	line-height: 25px;
	border: none;
	width: 190px;
	height: 25px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}
#form input.error {
	border-bottom: 1px dotted #ba6c4f;
}
#form label.error {
	position: absolute;
	top: -4px;
	color: #fff;
	left: 0px;
	font-size: 9px;
	line-height: 12px;
	padding: 0px 5px;
	background: url(../images/1x1_transparentPixelBlack.png) repeat;
}
#form label.error span {
	background: url(../images/errorArrow.png);
	width: 5px;
	height: 3px;
	position: absolute;
	text-indent: -9999px;
	bottom: -3px;
	left: 5px;
}
#form #name_error {
	left: 100px;
}
#form #email_error {
	left: 40px;
}
#form #dataS_error {
	left: 40px;
	top: -24px;
	width: 80px;
}
#form #dataP_error {
	left: 160px;
	top: -24px;
	width: 80px;
}
#form #nopti_error {
	left: 280px;
	top: -24px;
}
#form #nr_camere_error {
	left: 80px;
}
#form #persoane_error {
	left: 80px;
}

.success {
	padding: 15px;
	display: none;
}
/* end booking form*/


#footer {
	padding-top: 30px;
	height: 100px;
	font-size: 14px;
	font-style: normal;
	color: #666;
}
#footer .container {
	padding-top: 5px;
	background: url(../images/footer-line.png) left top repeat-x;
	line-height: 50px;
	overflow: auto;
}
#copyright {
	float: left;
}
#zupadupa {
	float: right;
	padding-right: 40px;
	background: url(../images/zupadupa.png) right center no-repeat;
}
#zupadupa a {
	text-decoration: none;
	color: #666;
}
#zupadupa a:hover {
	text-decoration: underline;
}