@charset "utf-8";

/* Reset and Set */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 {	font-weight:normal; font-size:100%; }
a:focus { outline:none; }
img { border:none; }
table {	border-collapse:collapse; border-spacing:0; }
body, html { font-family:Arial, Helvetica, sans-serif; font-size:13px; }
p { margin-bottom:10px; }
body { background:#c9c5bf url(images/bg.png) no-repeat top center; }

#container { width:956px; margin:0 auto; }

ul.restaurant { list-style:none; margin-top:20px; }
ul.restaurant li, .abox { width:198px; display:inline-block; float:left; margin:0 12px 15px 0; padding:15px; background:#e5e5e5; background:rgba(255,255,255,.5); text-align:center; border:solid 1px #a8a7a5; -webkit-border-radius: 10px; -moz-border-radius:10px; border-radius:10px; -moz-box-shadow:0 0 6px #666; -webkit-box-shadow:0 0 6px #666; box-shadow:0 0 6px #666; }
ul.restaurant li.last { margin-right:0; }
ul.restaurant li h2 { margin-bottom:15px; font-family:Arial, Helvetica, sans-serif; font-size:22px; color:#333; }
ul.restaurant li a { color:#333; }
ul.restaurant li img { margin-bottom:15px; }
ul.restaurant li:hover { background-color:#eae9e1; background:rgba(234,233,225,.5) border:solid 1px #FC6; -moz-box-shadow:0 0 6px #ada781; -webkit-box-shadow:0 0 6px #ada781; box-shadow:0 0 6px #ada781; }

ul.restaurant li.new { width:198px; margin:0 362px 15px; padding-top:20px; position:relative; }

ul.restaurant li.new .newIcon { width:148px; height:52px; background:url(images/new.png) no-repeat; position:absolute; left:250px; top:150px; overflow:hidden; text-indent:-400px; font-size:0; line-height:0; }

#giftCards a { margin:0 15px; color:#333; }
#giftCards a:last-child { margin:0 0 0 15px; }

.abox { width:924px; margin:0 auto 15px; padding:10px 15px; font-size:12px; line-height:20px; }

/* Clear Fix */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */