@charset "UTF-8";
/* CSS Document */
a:link{color:#FFFF00;}
a:hover{color:#33FF00;}
a:visited{color:#FFFF00;}
a:active{color:#FFFF00;}

.menuCategoryContainer{
margin-right:auto; margin-left:auto; text-align:center;
clear:both;
text-shadow: 2px 2px 3px #000;
font-weight:bolder; 
font-size:26px; 
color:#fff; 
font-family:arial black; 
text-transform:uppercase;
width:700px;

}
.categorySubText{
width:650px;
font-size:18px; 
color:#fff; 
font-family:times; 
margin-right:auto; 
margin-left:auto;
text-align:left;
clear:both;
font-style:italic;
}
.catWrapper{
behavior: url(css/PIE.htc);
position:relative;
text-align:center;
-moz-border-radius: 15px;
border-radius: 15px;
border:solid 0px red;
background-color: rgba(131,101,83,0.7);
padding:8px;
width:775px;
margin-left:auto; margin-right:auto;
clear:both;
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.itemPic{
behavior: url(css/PIE.htc);
cursor:pointer;
text-align:center;
-moz-border-radius: 15px;
border-radius: 15px;
border:solid 1px #000;
background:#FFFFCC;
width:120px;  
padding:8px;
-moz-box-shadow: 3px 3px 4px #666666;
-webkit-box-shadow: 3px 3px 4px #666666;
box-shadow: 3px 3px 4px #666666;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
.itemImg{
behavior: url(css/PIE.htc);
border:solid 1px black;
-moz-border-radius: 15px;
border-radius: 13px;
width:100px; 
}
a.iframe{
behavior: url(css/PIE.htc);
cursor:pointer;
font-weight:bolder;
color:#ffffff;
font-size:15px;
text-decoration:none;
font-family:times;
font-style:italic;
text-decoration:none;
}


/*MENU ITEM PAGE*/
.viewBody{background: url(../restaurantMenuImgs/itemBG.jpg) no-repeat top center #FFFFFF;}
.menuItemTitle{
font-family:arial black;
text-shadow: 5px 5px 8px #CCCCCC;
color:#000000;
text-transform:uppercase;
font-size:24px;
}
.itemDescription{
font-size:18px; 
color:#000000; 
font-weight:bolder;
font-family:times; 
text-align:left;
font-style:italic;
}
.menuItemImg{
border:solid 1px #fff;
-moz-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
behavior: url(css/PIE.htc);
}

