@import url(scroll_style.css);
@import url(styles.css);

/*
red = A32102;
#333
#ccc
*/
.lang a#toggler{ 
	background:url(../../images/gr.png) no-repeat bottom center;
	width:50px;
	height:32px;
	display:block;
	border:0px;
	margin:0px auto 0px;
}
.contact-wrapper .greek,
#home_greek,
#greek_contact-header,
.lang span,
.menu-bar li span,
.greek-port{
	display:none;
}
.collapse {
	background: url(../../images/btn_collapse.png) no-repeat right bottom;
	width:99px;
	height:25px;
	display:block;
	position: absolute; 
	top: -25px;
	right: 50px; 
	border:0px !important;
	cursor:pointer;
}
.show {
	background-position: right top;
}
.contact-wrapper .english,
#home_english,
#english_contact-header,
#english_buttons,
#english_custom,
.english-port{
	display:block;
}