/* Pensiunea Ambient CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8D8166;
	background-image: url(bgr_ivy.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#header {
	width: 703px;
	height: 109px;
	background-image: url(bgr_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 48px;
/*	padding-top: 32px;*/
}

#header a { float:right;}

#lang {
	float:right;
	width:180px;
	height:12px;
	padding-top:70px;
	padding-right:30px;
}

#flash {
	width: 751px;
	height: 333px;
	background-color: #624430;
	background-image: url(bgr_wallpaper.gif);
	background-position: left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	
}

#menu {
	width: 695px;
	height: 25px;
	background-color: #521D10;
	background-image: url(bgr_menu.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:56px;
}

#shadowMenu {
	width: 751px;
	height: 20px;
	background-image: url(bgr_shadow_menu.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#content {
	width: 751px;
/*	height: 300px;*/
	background-color: #E2B486;
	background-image: url(bgr_content.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	color: #2A1E19;
}

#leftColumn {
	width: 318px;
	float: left;
	/*border: 1px solid white;*/
	padding-left: 55px;

}

#leftColumn td {
	font-size: 10px;
}

#leftColumn img {
	border: 1px solid #E2B486;
}

#leftColumn img:hover {
	
	border: 1px solid white;
	border-style: dotted;
}

#text {
	width: 275px;
	margin-left: 431px;
}

#ambientLinks { 
	color: #E2B486; 
	font-size:11px; 
	padding-top:3px; 
}

#ambientLinks a {
	padding: 0 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 3px;
	font-weight: bold;
	font-style: normal;
	text-transform:uppercase;
	color: #E2B486;
	text-decoration:none;
}

#ambientLinks a:hover {
	color:#FFF;
	text-decoration:none;
}

#contactInfo {
	width: 620px;
	height: 57px;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #745D45;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: bolder;
	font-style: normal;
	color: #000000;
}
#footer {
	width: 751px;
	height: 22px;
	background-color: #431909;
}

#socialMediaBar { padding: 30px 0 0 35px; }
	#socialMediaBar p {  float:left;  margin-top: 3px;  }
	#socialMediaBar div { float: left; margin-left: 10px;  }
		#socialMediaBar a {  float: left; display: block; width: 24px; height: 48px; margin-right: 6px; background: top left no-repeat;  }
		#socialMediaBar a.facebook { background-image: url( ../images/social_facebook_icon.png ); }
		#socialMediaBar a.linkedin { background-image: url( ../images/social_linkedin_icon.png ); }
		#socialMediaBar a.twitter { background-image: url( ../images/social_twitter_icon.png ); }

select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	background-color: #7A654B;
	color: white;
	border: 0px solid;
	padding: 2px;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	width: 120px;
	padding: 4px;
	font-style: italic;
	background-color: #7A654B;
	color: white;
	border: 0px solid;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding:5px;
	width: 280px;
	font-style: italic;
	background-color: #7A654B;
	color: white;
	border: 0px solid;
	
}