html {height:100%;min-width: 1205px;padding:0px;margin:0px;border:0px;}
*{padding:0px;margin:0px;border:0px;}
div { outline: none; }
body {height:100%;}
td {vertical-align: top;}
div {text-align:left}




/* ΜΕΝή */
ol, ul { list-style: none; }

#ddmenu tr { display: block; position: relative; float: left; text-shadow: 1px 1px 3px #666; }

#ddmenu td {cursor:pointer}

#ddmenu td a {
  display: block;
  float: left;
  line-height: 48px;
  text-decoration: none;
  color: white;
  font: bold 16px/20px 'Philosopher', sans-serif;
}
#ddmenu td:hover > a { 
	color: #7180a0; 
	background: #d9e2ee; 
	background-position: 0 -58px;
}

#ddmenu ul {
  position: absolute;
  top: 58px;
  width: 100%;
  background: #005aae;
  display: none;
  margin: 0;
  padding: 7px 0;
  list-style: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  font:14px/30px Tahoma;
  z-index:200;
}

#ddmenu ul li { 
  display: block; 
  width: 100%; 
  font-size: 0.9em; 
  text-shadow: 1px 1px 0 #448;
}

#ddmenu ul li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  line-height: 1.4em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#ddmenu ul li a:hover {
  background: #0179ea;
}

/* ΜΕΝή - end */

.button_menu {
	height:58px;
	background:url(../img/button_bg.gif);
	display: block;
}
span.button_menu span {
	height:58px;
	display: block;
	color:white;
	padding:16px 10px 0;
	font: 22px/28px 'Philosopher', sans-serif;
}

#main_window {
	width:70%;
	margin:20px 60px 20px 0;
	float:right;
	border: 8px solid white;
	padding:40px 50px 160px 50px;
	background: rgba(255, 255, 255, 0.88);
	position:relative; 
	z-index:10;
	border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
	display:none;
	font: 16px/22px Tahoma;
	text-align:justify;
	color:#00255E;
}

#main_window:before{
	content:""; 
	display:block; 
	position:absolute; 
	z-index:-1; 
	top:0px; left:0px; right:0px; bottom:0px; 
	border:2px solid #d2a95e;
	border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
}

.window_title {
	color:#ae760e;
	font: bold 42px/38px 'Philosopher', sans-serif;
	margin:10px auto 50px;
	text-align:center;
}

.obj_preview {
	border:10px solid white;
	margin:10px 30px;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
}


.foto_in_text {
	border: 1px solid #d2a95e;
	padding:10px;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}


.pulse {
  position: relative;
  display: block;
  width: 31px;
  height: 31px;
  margin:0 10px 0 15px;
  border-radius: 100%;
  
  box-shadow: 0 0 0 0 rgba(90, 153, 220, 0.7), inset 0 0 0 #abcbe9;
  
  -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 0px 0 #abcbe9;
  }
}