/* CSS Document */
/* CSS editing  George Milakis contact@milakis.gr
================================================================================
|                                     TAGS                                     |
================================================================================
*/
.fL{ float:left}
.fR{ float:right}
.cL{ clear:both}
.hide{ visibility: hidden; width: 0px; height: 0px;}
.tl { text-align: left;}
.h5 { height: 5px; }
.h10 { height: 10px; }
.h15 { height: 15px; }
.h20 { height: 20px; }

 /*
================================================================================
|                                     DIVS                                     |
================================================================================
*/
#master {
  width: 1000px; margin: 0 auto; text-align: left; border-left: solid 1px #64647c; border-right: solid 1px #64647c;
}
#head {
  background-repeat: no-repeat; background-image: url(../images/bg_head.png);
}

/*------------------------ Menu CSS  ---------------------------*/
#top_menu {
  position: relative;
  top: 0px;
  width:785px;
  position:relative;
  margin: 0 auto;
  text-align: center;
}

#menu {
  margin: 0 auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 750px;
  padding:0;
  background: url('../images/bg_menu_full.png') no-repeat top left;
}

#menu td {
  width: 125px;
  letter-spacing: 0px;
  text-align: center;
 /* background: url('../images/bg_menu1.png') no-repeat top left;   */
}

#menu td a {
  float: left;
  font-size: 11px;
  color:  #000000;
  text-decoration: none;
  width: 125px;
  line-height: 35px;
  height: 35px;
  font-weight: bold;
	display:block;
	background:url(../images/button_bg.png) repeat 0px 0px;
	padding:0px 0px 0px 0px;
}

#menu td a:hover {
  color: #921C1C;
  font-weight: bold;
  width: 125px;
  background-position: 0px 0px;
  background: url('../images/button_bg_a.png') no-repeat top left;
}

/*-------------------------------------------------------------------*/
