#content {
	width: 495px;
	margin-top: 0px;
	padding-top: 25px;
}

#content .middle-text {
	font-size: 12px;
	margin: 0 30px;
	text-align: justify;
}

#content .menu-header h1 {
	background: url('../images/main_page/main_page_recomended_places_header_icon.png') 0 0 no-repeat;
	margin-bottom: 11px;
}

#content .middle-text p {
	text-indent: 15px;
	padding-bottom: 5px;
}

/*____________________________________________
							SEARCH FORM				
*/

#map {
	margin-left: 20px;
}

#map_tick {
	position: absolute;
	display: none;
}

#map_overlay area {
	cursor: pointer;
}

#main-page-search-engine  .menu-header {
	background: url('../images/main_page/main_page_recomended_places_header_icon.png') 0 0 no-repeat;
	margin: 0px;
}

#main-page-search-engine {
	background: url('../images/main_page/main_page_search_engine_background.png') 0 0 no-repeat;
	width: 495px;
	margin: 15px 0px 15px 0px;
}

#main-page-search-engine form, #main-page-search-engine .search-form {
	padding: 118px 0px 0px 44px;
}

#main-page-search-engine .search-form {
	padding-bottom:100px;
	padding-top:120px;
}

#main-page-search-engine td span.options {
	margin-left: 150px;
}

#main-page-search-engine td input.short-input {
	width: 70px;
}

#main-page-search-engine td select.long-input, #main-page-search-engine td input.long-input {
	width: 290px;
}

#main-page-search-engine td input.search-button {
	border: 0;
	background:url("../images/main_page/main_page_search_button.png") no-repeat scroll 0 0 #892D23;
	height:23px;
	margin:12px 0 0 10px;
	text-decoration:none;
	width:72px;
}

#main-page-search-engine td input.search-button:hover {
	background: #892d23 url('../images/main_page/main_page_search_button_hover.png') 0 0 no-repeat;
	cursor: pointer;
}

#main-page-search-engine a.options {
	margin-left: 150px;
	text-decoration: none;
}

#main-page-search-engine a.options:hover {
}
/*____________________________________________
							RECOMENDED PLACES				
*/

#main-page-recomended-places {
	background: #ffc612;
	width: 484px;
	height: 224px;
	padding: 15px 0px 0px 15px;
}

#main-page-recomended-places  .menu-header {
	background: url('../images/main_page/main_page_recomended_places_header_icon.png') 0 0 no-repeat;
	margin: 0px;
}

#main-page-recomended-places  .item {
	width: 140px;
	height: 139px;
	float: left;
	border: 1px #913722 solid;
	margin: 15px 7px 0px 7px;
}


#main-page-recomended-places  .item:hover .item-header {
	background: #e57437;
}

#main-page-recomended-places  .item:hover {
	border: 1px solid #e57437;
}

#main-page-recomended-places  .item-header {
	background: #913722;
	width: 140px;
	height: 34px;
	text-align: center;
}

#main-page-recomended-places  .item-header h3 {
	margin-top: 0px;
}

#main-page-recomended-places  .item-header a {
	display:block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 3px 0px 3px;
	text-decoration: none;
}

#main-page-recomended-places  .item-header a:hover {
	text-decoration: underline;
}

#main-page-recomended-places  .item-image {
	width: 138px;
	height: 103px;
	border: 1px #ffffff solid;
}

#main-page-recomended-places img {
	border: 0px;
}

#main-page-recomended-places  .item-footer {
	width: 140px;
	padding: 3px 0px 0px 2px;
	position: relative; 
	bottom: 56px;
}

#main-page-recomended-places  .item-footer span {
	font-size: 11px;
	color: #000000;
}

/*____________________________________________
							ARTICLES				
*/

#main-page-articles {
	padding: 19px 0px 0px 0px;
}

#main-page-articles .menu-header {
	background: url('../images/main_page/main_page_articles_header_icon.png') 0 0 no-repeat;
}

#main-page-articles .article {
	padding: 10px 10px 8px;
}

#main-page-articles .article-header {
}

#main-page-articles .article-header h1{
	font-size: 13px;
	font-weight: bold;
}

#main-page-articles .article-image {
	border: 1px #8f372d solid;
	padding: 1px;
	margin-right: 19px;
	width: 128px;
	height: 82px;
	float: left;
}

#main-page-articles .article-content {
	text-align: justify;
}

#main-page-articles   a {
	background: url('../images/main_page/main_page_article_more.png') 0 0 no-repeat;
	display: block;
	width: 60px;
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 0px 0px 0px;
	color: #000000;
}

#main-page-articles   a:hover {
	background: url('../images/main_page/main_page_article_more_hover.png') 0 0 no-repeat;
}

#main-page-articles .article-more {
	clear: both;
	padding: 7px 0px 0px 410px;
}

#main-page-articles  .articles-more a {
	background: url('../images/main_page/main_page_articles_more.png') 0 0 no-repeat;
	width: 114px;
}

#main-page-articles  .articles-more a:hover {
	background: url('../images/main_page/main_page_articles_more_hover.png') 0 0 no-repeat;
}

#main-page-articles  .articles-more {
	clear: both;
	padding: 7px 0px 0px 356px;
}
