body{
	background-color: #2F0B01;
	color: #36100F;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}
a:link, a:visited{
	color: #8E0B07;
	text-decoration:none;
}
a:active, a:hover {
	color: #000000;
	text-decoration: underline;
}
img{
	border: 0px;
}
form{
	margin: 0;
}
.centered{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#main_div{
	width: 750px;
	background-image: url(images/main_bg2.gif);
	background-repeat: repeat-y;
	background-position: top left;
	/* min-height: 500px; */
	/* border: 1px solid #f00; */
}
#user_main_div{
	width: 777px;
	background-color: transparent;
}
.content_div{
	background-color: #FFFBE7;
	text-align: left;
	padding: 10px 5px 0px 5px;
	min-height: 450px;
	width: 767px;
	margin-left: auto;
	margin-right: auto;
}
#admin_header{
	text-align: left;
}
#logo{
	width: 180px;
}
#admin_header #right{
	float: left;
	width: 575px;
	text-align: center;
}
.admin_page_title{
	font-size: 16px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	padding: 15px 0;
}
.submenu{
	background-color: #3E1519;
	padding: 4px 0;
	color: #FEF8DE;
}
.submenu a:link, .submenu a:visited{
	color: #FEF8DE;
}
.submenu a:hover, .submenu a:active{
	color: #FFFFFF;
}

#admin_menu{
	float: left;
	width: 175px;
	margin-top: 20px;
	color: #FEF8DE;
	background-color: #3E1519;
}
.admin_menu_item{
	padding: 4px 0 4px 10px;
	text-align: left;
}
#admin_menu a:link, #admin_menu a:visited{
	color: #FEF8DE;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}
#admin_menu a:hover, #admin_menu a:active{
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
}

#admin_actual_content{
	padding: 10px;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 555px;
}

form{
	margin: 0;
}
.form_div{
	width: 450px;
	background-color: #E1E0D9;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 15px;
	border: 1px solid #BBBBBB;
}

.form_div .form_row{
	padding-bottom: 5px;
}
.form_div .form_row .form_label{
	float: left;
	width: 80px;
	text-align: left;
	padding: 2px 0 0 0;
}
.form_div .form_row .form_data{
	float: left;
	width: 370px;
	text-align: left;
}

.form_div .form_row .form_footer{
	text-align: left;
	padding-right: 10px;
}
.form_div .password{
	font-size: 11px;
	border: 1px solid #999999;
	height: 16px;
	width: 150px;
	background-color: #fefefe;
	position: relative;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	padding-left: 2px;
}
.form_div .input{
	font-size: 11px;
	border: 1px solid #999999;
	height: 16px;
	width: 350px;
	background-color: #fefefe;
	position: relative;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	padding-left: 2px;
}

.form_div .textarea{
	font-size: 11px;
	border: 1px solid #999999;
	height: 150px;
	width: 350px;
	background-color: #fefefe;
	position: relative;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	padding: 0 2px;
}
.form_div .combobox{
	font-size: 11px;
	border: 1px solid #999999;
	width: 170px;
	background-color: #fefefe;
	position: relative;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	padding: 0 2px;
}
.form_div .button{
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#left_side{
	float: left;
	width: 180px;
}
#right_side{
	float: left;
	width: 570px;
}

.under_menu{
	background: transparent url(images/under_menu.gif) repeat-y;
	color: #FFFADF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
}
.under_menu .address{
	padding: 10px 0;
}
.under_menu_shadow{
	height: 8px;
	background-repeat: no-repeat; 
}
.under_menu_shadow.top{
	background-image: url(images/under_menu_top.gif);
}
.under_menu_shadow.bottom{
	background-image: url(images/under_menu_bottom.gif);
}
.left_spacer{
	background: transparent url(images/left_bg.gif) repeat-y;
	height: 20px;
}
.menu{
	background: transparent url(images/menu_bg.png) repeat-x;
	height: 37px;
}
.menu_inner{
	height: 28px;
	border-left: 1px solid #2E010E;
	border-right: 1px solid #2E010E;
}
.menu_item, .menu_item img{
	height: 26px;
	cursor: pointer;
}
.menu_item{float: left; margin-top: 1px;}

.menu_item.home_ro, .menu_item.home_ro img{width: 63px;}
.menu_item.menu_ro, .menu_item.menu_ro img{width: 66px;}
.menu_item.about_ro, .menu_item.about_ro img{width: 177px;}
.menu_item.gallery_ro, .menu_item.gallery_ro img{width: 104px;}
.menu_item.events_ro, .menu_item.events_ro img{width: 96px;}
.menu_item.impresii_ro, .menu_item.impresii_ro img{width: 76px;}
.menu_item.contact_ro, .menu_item.contact_ro img{width: 73px;}

.menu_item.home_en, .menu_item.home_en img{width: 63px;}
.menu_item.menu_en, .menu_item.menu_en img{width: 66px;}
.menu_item.about_en, .menu_item.about_en img{width: 177px;}
.menu_item.gallery_en, .menu_item.gallery_en img{width: 104px;}
.menu_item.events_en, .menu_item.events_en img{width: 69px;}
.menu_item.impresii_en, .menu_item.impresii_en img{width: 103px;}
.menu_item.contact_en, .menu_item.contact_en img{width: 73px;}

.menu_item.lang_ro, .menu_item.lang_ro img{width: 46px;}
.menu_item.lang_en, .menu_item.lang_en img{width: 47px;}
.menu_item.lang_ro{background-image: url(images/menu/meniu.png); background-position: -680px -1px;}
.menu_item.lang_ro.hover{background-position: -680px -28px;}
.menu_item.lang_ro.active{background-position: -680px -55px;}
.menu_item.lang_en{background-image: url(images/menu/meniu.png); background-position: -728px -1px;}
.menu_item.lang_en.hover{background-position: -728px -28px;}
.menu_item.lang_en.active{background-position: -728px -55px;}

.menu_item.home_ro{background-image: url(images/menu/meniu.png); background-position: -1px -1px;}
.menu_item.home_ro.hover{background-position: -1px -28px;}
.menu_item.home_ro.active{background-position: -1px -55px;}
.menu_item.menu_ro{background-image: url(images/menu/meniu.png); background-position: -65px -1px;}
.menu_item.menu_ro.hover{background-position: -65px -28px;}
.menu_item.menu_ro.active{background-position: -65px -55px;}
.menu_item.about_ro{background-image: url(images/menu/meniu.png); background-position: -132px -1px;}
.menu_item.about_ro.hover{background-position: -132px -28px;}
.menu_item.about_ro.active{background-position: -132px -55px;}
.menu_item.gallery_ro{background-image: url(images/menu/meniu.png); background-position: -310px -1px;}
.menu_item.gallery_ro.hover{background-position: -310px -28px;}
.menu_item.gallery_ro.active{background-position: -310px -55px;}
.menu_item.events_ro{background-image: url(images/menu/meniu.png); background-position: -416px -1px;}
.menu_item.events_ro.hover{background-position: -416px -28px;}
.menu_item.events_ro.active{background-position: -416px -55px;}
.menu_item.impresii_ro{background-image: url(images/menu/meniu.png); background-position: -514px -1px;}
.menu_item.impresii_ro.hover{background-position: -514px -28px;}
.menu_item.impresii_ro.active{background-position: -514px -55px;}
.menu_item.contact_ro{background-image: url(images/menu/meniu.png); background-position: -592px -1px;}
.menu_item.contact_ro.hover{background-position: -592px -28px;}
.menu_item.contact_ro.active{background-position: -592px -55px;}

.menu_item.home_en{background-image: url(images/menu/meniu.png); background-position: -1px -83px;}
.menu_item.home_en.hover{background-position: -1px -110px;}
.menu_item.home_en.active{background-position: -1px -137px;}
.menu_item.menu_en{background-image: url(images/menu/meniu.png); background-position: -65px -83px;}
.menu_item.menu_en.hover{background-position: -65px -110px;}
.menu_item.menu_en.active{background-position: -65px -137px;}
.menu_item.about_en{background-image: url(images/menu/meniu.png); background-position: -132px -83px;}
.menu_item.about_en.hover{background-position: -132px -110px;}
.menu_item.about_en.active{background-position: -132px -137px;}
.menu_item.gallery_en{background-image: url(images/menu/meniu.png); background-position: -310px -83px;}
.menu_item.gallery_en.hover{background-position: -310px -110px;}
.menu_item.gallery_en.active{background-position: -310px -137px;}
.menu_item.events_en{background-image: url(images/menu/meniu.png); background-position: -416px -83px;}
.menu_item.events_en.hover{background-position: -416px -110px;}
.menu_item.events_en.active{background-position: -416px -137px;}
.menu_item.impresii_en{background-image: url(images/menu/meniu.png); background-position: -488px -83px;}
.menu_item.impresii_en.hover{background-position: -488px -110px;}
.menu_item.impresii_en.active{background-position: -488px -137px;}
.menu_item.contact_en{background-image: url(images/menu/meniu.png); background-position: -592px -83px;}
.menu_item.contact_en.hover{background-position: -592px -110px;}
.menu_item.contact_en.active{background-position: -592px -137px;}


#above_language{
	height: 41px;
}
#language{
	height: 41px;
	background: transparent url(images/language_bg.gif) repeat-x;
}
.lang_item{
	height: 41px;
	width: 49px;
	float: right;
	
}
.lang_item img{
	height: 41px;
	width: 49px;
	cursor: pointer;
}
.lang_item.en{
	background: transparent url(images/menu/en_n.gif) no-repeat;
}
.lang_item.en.hover{
	background: transparent url(images/menu/en_n_anim.gif) no-repeat;
}
.lang_item.en.active{
	background: transparent url(images/menu/en_a.gif) no-repeat;
}
.lang_item.en.active.hover{
	background: transparent url(images/menu/en_a_anim.gif) no-repeat;
}
.lang_item.ro{
	background: transparent url(images/menu/ro_n.gif) no-repeat;
}
.lang_item.ro.hover{
	background: transparent url(images/menu/ro_n_anim.gif) no-repeat;
}
.lang_item.ro.active{
	background: transparent url(images/menu/ro_a.gif) no-repeat;
}
.lang_item.ro.active.hover{
	background: transparent url(images/menu/ro_a_anim.gif) no-repeat;
}

#actual_content{
	background-color: #FFFADF;
	min-height: 450px;
	text-align: left;
}
.article{
	padding: 0 10px 10px 5px;
}
.article_title{
	color: #3E1817;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin-bottom: 5px;
}
.article_text{
	text-align: justify;
}
.article_text p{
	margin: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 15px;
}
.article_text .article_img_right{
	margin: 0 0 5px 5px;
	float: right;
}
.pic_title{
	text-align: center;
}
.article_text .article_img_left{
	margin: 0 5px 5px 0;
	float: left;
}
.article_text .article_img_right img, .article_text .article_img_left img{
	cursor: pointer;
}

.gallery_item{
	float: left;
	width: 133px;
	margin: 0 7px 10px 0;
}
.gallery_item.last{
	margin-right: 0px;
}
.gallery_image, .gallery_title{
	text-align: center;
}
.gallery_image img{
	cursor: pointer;
}
.gallery_title{
	padding: 2px;
}

#footer{
	padding-top: 50px;
	background: transparent url(images/footer_bg.gif) no-repeat;
	color: #D3AB91;
}
.footer_text{
	padding-bottom: 10px;
}
.impresion_item{
	padding-bottom: 10px;
}
.impresion_title{
	font-size: 12px;
	color: #074053;
}

.wine{
	float: left;
	width: 365px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding-bottom: 10px;
}
.wine.odd{
	padding-left: 8px;
}
.wine.even{
	padding-left: 20px;
}

.wine_thumb{
	float: left;
	width: 70px;
	margin-right: 5px;
}
.wine_thumb img{
	cursor: pointer;
}
.wine_content .wine_title{	
	font-size: 12px;
	color: #62090C;
	font-weight: bold;
	padding-bottom: 5px;
	font-family: Tahoma, Arial, Verdana;
}
.wine_content .wine_info{
	color: #074053;
	text-transform: capitalize;
}
.wine_content .wine_country{
	padding-bottom: 5px;
	color: #074053;
}
.wine_content .wine_details{
	font-family: Tahoma, Arial, Verdana;
	line-height: 14px;
	text-align: justify;
}

.contact{
	padding: 0 0 0 5px;
}
.contact .contact_map{
	float: left;
	width: 400px;
	margin-left: 120px;
}
.contact .contact_info{
	font-weight: bold;
	float: left;
	width: 160px;
	padding-left: 5px;
	line-height: 14px;
}
.super{
	vertical-align: super;
	font-size: 8px;
}

/* popup image */
#popup_mask {
	z-index: 100;
	position: absolute;
	background-color: #310F10;
	display: none;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#popup_content {
	z-index: 101;
	position: absolute;	
	display: none;	
	left: 0px;
	top: 0px;
	cursor: pointer;
}

#popup_content img {
	border: 2px solid #FFFFFF;
}

#popup_content div {
	FONT-FAMILY: Arial, Tahoma, Arial, Helvetica, Verdana;
	FONT-SIZE: 11px;
	background-color: #FFFFFF;	
	border-bottom: 2px solid #FFFFFF;	
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	color: #555555;
	text-align: right;
	font-weight: normal;	
}
/* end popup image */

.ellipsis{
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   display: block;
}

.expert_holder{
	width: 370px;
	float: left;
	margin: 0 10px 10px 0;
}
.expert_holder p{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 15px;
}
.expert_image{
	float: left; 
	margin: 0 10px 5px 0;
}
.expert_image img{
	cursor: pointer;
}