a { outline: none; }
a img { border: none; }

html {
	height: 100.05%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica;
	font-size: 20px;
	color: #0b652f;
	padding: 0 2px 2px 2px;
	margin: /*-5px*/ 0 0 4px 0;
	background-image: url('images/h2-bkg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#wrapper {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0  auto;
	padding: 0px;
}

#header {
	position: relative;

	height: 106px;
	width: 960px;
	margin-bottom: 13px;
	background-image: url('images/header-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#logo-link {
	position: absolute;
	top: 10px;
	left: 10px;
}

#search-form {
	position: absolute;
	height: auto;
	overflow: auto;
	width: 440px;
	top: 29px;
	left: 484px;
}

#search-form form {
	margin: 0;
	padding: 0;
}

#search-form table {
	margin: 0;
	padding: 0;
}

.filter {
	position: relative;
	margin: 0;
	padding: 3px 5px 3px 3px;
	width: 152px;
	background-color: transparent;
	border: 0;
}

.search-button {
	position: relative;
	margin: 0;
	padding: 0;
	height: 24px;
	width: 30px;
	cursor: pointer;
	background-color: transparent;
	border: 0;
}

.select {
	width: 220px;
	margin: 0;
	padding: 3px 0px 3px 3px;
	color: #000;
	border: 0;
	background-color: transparent;
}

.select option {
	background-color: white;
}

#logo-link a {
	color: #000;
}

#logo-link a div {
	width: 240px;
	height: 50px;
	cursor: pointer;
	/*background-color: red;*/
}

#header-menu {
	position: absolute;
	top: 73px;
	left: 15px;
}

a.header-menu-link {
	float: left;
	margin: 0 1px;
	color: #000;
}

a.header-menu-link div {
	height: 31px;
	cursor: pointer;
	/*background-color: red;*/
}

#content {
	position: relative;
	height: auto;
	overflow: auto;
	width: 960px;
	margin-bottom: 13px;
	z-index: 0;
	#z-index: -1;
}

#column-1 {
	position: relative;
	height: auto;
	overflow: auto;
	float: left;
	width: 706px;
}

#column-2 {
	position: relative;
	height: auto;
	overflow: auto;
	float: right;
	width: 243px;
}

#footer {
	position: relative;
	height: auto;

	height: 65px;
	width: 960px;
	margin-bottom: 13px;
}

#header #header-content {

}

#footer-top {
	position: relative;
	height: 15px;
	background-image: url('images/footer-top-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#footer-content {
	position: relative;
	font-size: 11px;
	height: 35px;
	color: #ffffff;
	padding: 0 10px 0 10px;
	margin: 0;
	border-right: 1px solid #295c49;
	border-left: 1px solid #295c49;
	background-color: #0b652f;
}

#footer-bottom {
	position: relative;
	height: 15px;
	background-image: url('images/footer-bottom-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.home:hover
{
	background-image: url('images/home.png');
	height:33px;
	width:63px;
	margin-left: 3px;
	background-repeat:no-repeat;
}
.destinatii_exotice:hover
{
	background-image: url('images/destinatii-exotice.png');
	height:33px;
	width:153px;
	margin-left: 10px;
	background-repeat:no-repeat;
}

.turism_international:hover
{
	background-image: url('images/turism-international.png');
	height:33px;
	width:189px;
	margin-left: 4px;
	background-repeat:no-repeat;
}

.excursii_romania:hover
{
	background-image: url('images/excursii-romania.png');
	height:33px;
	width:176px;
	margin-left: 0px;
	background-repeat:no-repeat;
}

.recomandari:hover
{
	background-image: url('images/recomandari.png');
	height:33px;
	width:126px;
	margin-left: 2px;
	background-repeat:no-repeat;
}

.oferte:hover
{
	background-image: url('images/oferte.png');
	height:33px;
	width:70px;
	margin-left: 6px;
	background-repeat:no-repeat;
}


#footer-content p {
	position: relative;
	margin: 0;
	padding: 1px;
}

#footer-content a {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

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

#flash-banner {
	position: relative;
	height: 200px;
	width: 706px;
	margin-bottom: 11px;
	float: left;
}

#reservation-form-container-big {
	position: relative;
	height: auto;
	width: 309px;
	float: left;
}

#reservation-form-container-big-top {
	position: relative;
	height: 83px;
	margin: 0;
	border: 0;
	width: 309px;
	background-image: url('form/images/reservation-form-big-top-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#reservation-form-container-big-content {
	position: relative;
	height: auto;
	overflow: auto;
	padding: 0;
	margin: 0;
	border-right: 1px solid #295c49;
	border-left: 1px solid #295c49;
	background-color: #ffffff;
}

#reservation-form-container-big-bottom {
	position: relative;
	height: 15px;
	background-image: url('images/reservation-form-bottom-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}


#reservation-form-container-small {
	position: relative;
	height: auto;
	overflow: auto;
	width: 243px;
	float: left;
	margin-bottom: 10px;
}

#reservation-form-container-small-top {
	position: relative;
	height: 74px;
	margin: 0;
	border: 0;
	width: 243px;
	background-image: url('form/images/reservation-form-small-top-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#reservation-form-container-small-content {
	position: relative;
	height: auto;
	overflow: auto;
	padding: 0;
	margin: 0;
	border-right: 1px solid #295c49;
	border-left: 1px solid #295c49;
	background-color: #ffffff;
}

#reservation-form-container-small-bottom {
	position: relative;
	height: 15px;
	background-image: url('images/right-column-box-bottom-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;

}

#info-box-container {
	position: relative;
	height: auto;
	overflow: auto;
	width: 383px;
	float: right;
}

.info-box-row-container {
	position: relative;
	height: auto;
	overflow: auto;
	width: 383px;
	float: left;
	margin-bottom: 10px;
}

.info-box-big {
	position: relative;
	height: auto;
	overflow: auto;
	width: 383px;
	float: left;
	margin-bottom: 10px;
	color: #295c49;
	font-weight: normal;
	font-size: 12px;
}

.info-box-big-top {
	position: relative;
	height: 14px;
	background-image: url('images/info-box-big-top-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.info-box-big-content {
	position: relative;
	height: 200px;
	/*height: auto;*/
	overflow: auto;
	padding: 0 5px 0 5px;
	margin: 0;
	border-right: 1px solid #295c49;
	/* border-left: 1px solid #295c49; */
	background-color: #ffffff;
	/**
	 * @xxx (09.10.09) alexei
	 * - winter 2009
	 */
	background-image: url('images/info-box-big-bkg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.info-box-big-bottom {
	position: relative;
	height: 15px;
	background-image: url('images/info-box-big-bottom-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

/**
* 05.10.2010 doro
*/

.home-top-destinatii { background: none; }
.home-top-destinatii .info-box-big-top { background: url(images/info-box-home-h.jpg) no-repeat; }
.home-top-destinatii .info-box-big-content { background: url(images/info-box-home-c.jpg) no-repeat; }
.home-top-destinatii .info-box-big-bottom { background: url(images/ifo-box-home-f.jpg) no-repeat; }

.info-box-big p {
	position: relative;
	margin: 0;
	padding: 1px 5px;
}

/**
 * @xxx (09.10.09) alexei
 * white if winter
 */
.info-box-big h2 {
	color: #fff;
}

.info-box-big a {
	/**
	 * @xxx (09.10.09) alexei
	 * white if winter
	 */
	/*color: #295c49;*/
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.info-box-big a:hover {
	text-decoration: underline;
}

.info-box-big h2 {
	background-image: none;
}

.info-box-small {
	position: relative;
	height: auto;
	overflow: auto;
	width: 186px;
	float: left;
	color: #295c49;
	font-weight: normal;
	font-size: 12px;
}

.info-box-small-top {
	position: relative;
	height: 15px;
	background-image: url('images/info-box-small-top-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.info-box-small-content {
	position: relative;
	height: 170px;
	/*height: auto;*/
	overflow: auto;
	padding: 0 5px 0 5px;
	margin: 0;
	border-right: 1px solid #295c49;
	border-left: 1px solid #295c49;
	background-color: #ffffff;
	background-image: url('images/info-box-content-bkg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.info-box-small-bottom {
	position: relative;
	height: 15px;
	background-image: url('images/info-box-small-bottom-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.info-box-small p {
	position: relative;
	margin: 0;
	padding: 1px 5px;
}

.info-box-small a {
	color: #295c49;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.info-box-small a:hover {
	text-decoration: underline;
}

.info-box-medium {
	position: relative;
	height: auto;
	overflow: auto;
	width: 243px;
	float: left;
	color: #295c49;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}

.info-box-medium-top {
	position: relative;
	height: 15px;
	background-image: url('images/info-box-medium-top-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.info-box-medium-content {
	position: relative;
	height: auto;
	overflow: auto;
	padding: 0 5px 0 5px;
	margin: 0;
	border-right: 1px solid #295c49;
	border-left: 1px solid #295c49;
	background-color: #ffffff;
	background-image: url('images/info-box-content-bkg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.info-box-medium-bottom {
	position: relative;
	height: 15px;
	background-image: url('images/right-column-box-bottom-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.info-box-medium p {
	position: relative;
	margin: 0;
	padding: 1px 5px;
}

.info-box-medium a {
	color: #295c49;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.info-box-medium a:hover {
	text-decoration: underline;
}

.right-column-box {
	position: relative;
	height: auto;
	overflow: auto;
	width: 243px;
	float: left;
	margin-bottom: 10px;
}

.right-column-box-top {
	position: relative;
	height: 15px;
	background-image: url('images/right-column-box-top-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.right-column-box-top-title {
	position: relative;
	height: 35px;
	background-image: url('images/right-column-box-top-title-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.right-column-box-content {
	position: relative;
	height: auto;
	overflow: auto;
	padding: 0 5px 0 5px;
	margin: 0;
	border-right: 1px solid #295c49;
	border-left: 1px solid #295c49;
	background-color: #ffffff;
}

.right-column-box-bottom {
	position: relative;
	height: 15px;
	background-image: url('images/right-column-box-bottom-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.right-column-box form {
	margin: 0;
	padding: 0;
}

.right-column-box h2 {
	position: relative;
	font-family: Arial, Helvetica;
	font-size: 20px;
	color: #fff;
	padding: 7px 0 0 10px;
	margin: /*-5px*/ 0 0 4px 0;
	background-image: none;
}

.right-column-box #message {
	margin : 0;
	padding : 1px;
	text-align: center;
	font-size: 10px;
	color : #f00;
}

.right-column-box #email-input {
	width : 140px;
	height : 18px;
	margin : 0;
	padding : 2px;
	font-size: 14px;
	background-color : #fff;
	border : 1px solid #9b9b9b;
	color : #555;
}

.right-column-box #email-submit {
	font : bold 12px Arial, Sans-serif;
	width : 70px;
	height : 24px;
	padding : 2px;
	font-size: 12px;
	border : 1px solid #9b9b9b;
	background-color: #ffa800;
	color : #fff;
	text-align : center;
}

.right-column-box p {
	position: relative;
	margin: 0;
	padding: 1px 5px;
}

.right-column-box a {
	color: #295c49;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.right-column-box h3 {
	position: relative;
	margin: 0 0 5px 0;
	padding: 1px 5px;
	font-size: 16px;
	text-align: center;
}

.left-column-box {
	position: relative;
	height: auto;
	overflow: auto;
	width: 705px;
	float: left;
	margin-bottom: 10px;
}

.left-column-box-top {
	position: relative;
	height: 15px;
	background-image: url('images/left-column-box-top-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.left-column-box-top-title {
	position: relative;
	height: 35px;
	background-image: url('images/left-column-box-top-title-bkg.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

.left-column-box-content {
	position: relative;
	height: auto;
	overflow: auto;
	padding: 5px 5px 5px 5px;
	margin: 0;
	border-right: 1px solid #295c49;
	border-left: 1px solid #295c49;
	background-color: #ffffff;
	line-height: 20px;
}

.left-column-box-bottom {
	position: relative;
	height: 15px;
	background-image: url('images/left-column-box-bottom-bkg.png');
	background-position: top 50%;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.left-column-box h2 {
	position: relative;
	font-family: Arial, Helvetica;
	font-size: 20px;
	color: #295c49;
	padding: 7px 0 0 10px;
	margin: /*-5px*/ 0 0 4px 0;
	background-image: none;
}

.left-column-box p {
	position: relative;
	margin: 0;
	padding: 1px 5px;
	line-height: 20px;
}

.left-column-box a {
	color: #295c49;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.right-column-banner {
	position: relative;
	height: auto;

	width: 243px;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	color: #000;
}

.right-column-banner a {
	padding: 0;
	margin: 0;
	color: #000;
}

.right-listing-container {
	padding: 0;
	margin: 0;
}

.right-listing-row-container {
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted black;
}

.right-listing-row-container table {
	width: 100%;
}

.right-listing-title {
	padding: 1px;
	height: 20px;
	color: #295c49;
	font-size: 14px;
	font-weight: bold;
}

.right-listing-title a {
	color: #295c49;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.right-listing-title a:hover {
	text-decoration: underline;
}

.right-listing-image {
	padding: 5px;
	width: 72px;
}

.right-listing-image div {
	cursor: pointer;
	width: 72px;
	height: 56px;
	background-repeat: no-repeat;
	background-position: top left;
}

.right-listing-price {
	padding: 1px;
	height: 20px;
}

.right-listing-price span {
	color: #295c49;
	font-weight: bold;
}

.right-listing-link {
	padding: 1px;
	height: 20px;
}

.right-listing-link a {
	color: #295c49;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.right-listing-link a:hover{
	text-decoration: underline;
}

.left-listing {
	padding: 0;
	margin: 5px;
	height: auto;
}

.left-listing-title {
	padding: 1px;
	color: #295c49;
	font-size: 16px;
	font-weight: bold;
}

.left-listing-description {
	padding: 1px;
}

.left-listing-container {
	padding: 0;
	margin: 0;
}

.left-listing-row-container {
	height: auto;
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom: 1px dotted black;
}

.left-listing-row-container table {
	width: 100%;
	margin: 10px 0 0 0;
}

.left-listing-row-title {
	padding: 1px;
	height: 20px;
	color: #295c49;
	font-size: 16px;
	font-weight: bold;
}

.left-listing-row-title a {
	color: #295c49;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.left-listing-row-title a:hover {
	text-decoration: underline;
}

.left-listing-row-image {
	padding: 0px 10px;
	width: 157px;
}

.left-listing-row-image div {
	cursor: pointer;
	width: 157px;
	height: 127px;
	background-repeat: no-repeat;
	background-position: top left;
}

.left-listing-row-description {
	padding: 1px;
	height: 80px;
}

.left-listing-row-link {
	padding: 1px;
	height: 20px;
}

.left-listing-row-link a {
	color: #f8af0b;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
	background-image: url('images/link-image.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.left-listing-row-link a:hover{
	text-decoration: underline;
}

.view-container {
	position: relative;
	height: auto;
	overflow: auto;
	margin: 5px 5px 0 5px;
	width: 683px;
}

.view-content {
	position: relative;
	height: auto;
	overflow: auto;
	width: 100%;
	margin-bottom: 10px;
}

.left-column-container {
	position: relative;
	display: inline;
	vertical-align: top;
	float: left;
	height: auto;
	overflow: auto;
	width: 280px;
	margin: 15px 15px 15px 0;
	z-index: 1000;
}

.main-image {
	margin: 0 auto;
	padding: 0;
	width: 280px;
	height: 218px;
}

.main-image a {
	width: 280px;
	height: 218px;
	cursor: pointer;
}

.main-image div {
	width: 280px;
	height: 218px;
	background-repeat: no-repeat;
	background-position: top left;
}

.map-image {
	margin: 0 auto;
	padding: 0;
	width: 157px;
	height: 127px;
}

.map-image a {
	width: 157px;
	height: 127px;
	cursor: pointer;
}

.map-image div {
	width: 157px;
	height: 127px;
	background-repeat: no-repeat;
	background-position: top left;
}

.gallery-link {
	margin: 6px 0;
	text-align: center;
}

a#gallery-link {
	color: #f8af0b;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
	background-image: url('images/link-image.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

a#gallery-link:hover{
	text-decoration: underline;
}

.right-column-container {
	position: relative;
	display: inline;
	height: auto;
	overflow: auto;
	width: 670px;
}

.right-column-container p {
	padding: 3px;
	margin: 0px;
}

.destination-indicator {
	position: relative;
	height: auto;
	overflow: auto;
	color: #295c49;
	font-size: 14px;
	margin: 5px;
}

.destination-indicator a {
	color: #295c49;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}

.destination-indicator a:hover {
	text-decoration: underline;
}

.hotel-listing-container {
	position: relative;
	height: auto;
	overflow: auto;
	width: 100%;
	margin-bottom: 10px;
}

.hotel-listing-container table {
	margin: 0 auto;
	width: 673px;
	border-top: 1px dotted #808080;
}

.hotel-listing-container table thead {
	background-color: #efefef;
}

.hotel-listing-container table th {
	padding: 7px;
	font-size: 14px;
	color: #ffa800;
	border-right: 3px solid white;
	background-color: #efefef;
	text-align: left;
}

.hotel-listing-container table td {
	font-size: 12px;
	font-weight: bold;
	color: #295c49;
	border-right: 3px solid white;
	padding: 3px 0 3px 7px;
}

.hotel-listing-container table .last {
	border: 0;
}

.hotel-listing-container table td a {
	color: #295c49;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.hotel-listing-container table td a:hover {
	text-decoration: underline;
}

.hotel-listing-container table td .rating {
	height: 12px;
	background-repeat: repeat-x;
}

.bottom-links-container {
	position: relative;
	height: auto;
	overflow: auto;
	width: 100%;
}

.bottom-links-container a.button {
	display: block;
	width: 141px;
	height: 21px;
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
	background-image: url('images/offer-button-bkg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
	text-align: center;
	margin: 0px;
}

/**
 * @xxx 11.03.29
 */
a.button-oferta { width: 141px; height: 21px; padding: 5px 0 0; display: inline-block; font-size: 14px; line-height: 16px; text-align: center; color: #fff; background: url(images/offer-button-bkg.gif); }
a.button-oferta:link, a.button-oferta:visited,
a.button-oferta:hover, a.button-oferta:active { text-decoration: none; color: #fff; }

.bottom-links-container a.link {
	color: #f8af0b;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
	background-image: url('images/link-image.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	margin: 0 0 0 3px;
}

a.link:hover {
	text-decoration: underline;
}

.pagination {
	color: #f8af0b;
	text-align: center;
	width: 100%;
	margin: 10px 0 0 0;
}

.pagination a {
	color: #295c49;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.pagination a:hover {
	text-decoration: underline;
}

.message {
	color: #295c49;
	font-size: 14px;
	width: 100%;
	margin: 10px 0 0 0;
}

.contact-form {
	margin: 10px auto;
	width: 370px;
}

.contact-form .formlabel {
	color: #295c49;
	font-weight: bold;
}

.contact-form .formfield {
	background : #f9f9f9;
	border : 1px solid #ddd;
	padding : 2px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #555;
}

.contact-form .formfield:focus {
	background : #fff;
}

.contact-form .formbutton {
	font : bold 12px Arial, Sans-serif;
	width : 120px;
	height : 24px;
	margin : 2px 5px 2px 0;
	padding : 1px 0 1px 0;
	background : url('admin/images/button.gif') no-repeat;
	border : none;
	color : #777;
	text-align : center;
}

.contact-form .formbutton:hover {
	background : url('admin/images/button_hover.gif') no-repeat;
}

