/*
 * 2x3 GRID-MENU - CSS
 */

.ui-grid-a {
padding: 0;
margin: 0;
margin-top: 15px;
height: 380px;
}
.ui-block-a, .ui-block-b {
padding: 0;
margin: 0;
height: 33.3%;

}
.ui-block-a a, .ui-block-b a,.ui-block-c a {
width: 33.3%;
}
.ui-bar-a, ui-bar {
margin: 0 auto;
padding:0;
height: 90%;
width: 90%;
max-width: 500px;
text-align: center;
/* Gradient set-up */
background: -webkit-linear-gradient(grey,white,grey); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(grey,white,grey); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(grey,white,grey); /* For Firefox 3.6 to 15 */
/*background: linear-gradient(grey,white,grey);  Standard syntax (must be last) */
background: none;
/* Border set-up */
border: none;
border-radius: 10px;
display: table;

/* Gradient set-up */
/**background: -webkit-linear-gradient(grey,white,grey); /* For Safari 5.1 to 6.0 */
/**background: -o-linear-gradient(grey,white,grey); /* For Opera 11.1 to 12.0 */
/**background: -moz-linear-gradient(grey,white,grey); /* For Firefox 3.6 to 15 */
/*background: linear-gradient(grey,white,grey);  Standard syntax (must be last) */
/**background: linear-gradient(#33691e, #ccff90,#33691e);*/
/* Border set-up */
/**border: 1px solid black;
border-radius: 10px;
box-shadow: 2px 5px 5px #000;
display: table;*/
}
.menu-elem {
margin: 0;
display: table-cell;
vertical-align: middle;
}
.menu-elem a {
text-decoration: none;
}
.menu-elem .menu-text {
margin-top: 5px;
font-size: 0.9em;
text-shadow:none !important;
color: black;
font-weight:bold;
}
.menu-img {
vertical-align:top;
max-width::90px; 
max-height:90px;
 }
.menu-text{
 direction:rtl; 
  }
 .ui-footer {
    border-width: 1px 0;
    border-style: solid;
    position: relative; 
	background: #000;
 }
.ui-header {
	border-width: 1px 0;
    border-style: solid;
    position: relative; 
	background: #000;
}
	
  