* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font: 12px arial;
	color: #888;
	text-align: center;
	margin:0;
	padding:0;
}

body * {
	text-align: left;
}

a {
	color: #DDD;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
	outline: 0;
}

a img {
	padding: 1px;
}

a:focus img {
	border: 1px solid #FFF;
	padding: 0;
}

fieldset, img {
	border: 0;
}

h2 {
	background: url("/images/h2.gif") 0 2px no-repeat;
	margin: 15px 0;
	font-size: 16px;
	font-weight: normal;
}

h2 a {
	display: block;
	color: #FFF;
	padding: 0 10px;
}

p {
	margin-bottom: 20px;
}

span {
	display: block;
	margin-top: 30px;
	text-align: center;
}

#wrapper {
	background: url("/images/bg.png") #000 repeat-x;
	width: 920px;
	margin: 0 auto;
	padding: 0 30px;
}

#header {
	text-align: center;
}

#header a img {
	width: 441px;
	height: 58px;
}

#header form {
	padding: 15px 0 35px;
	text-align: right;
}

#header form * {
	display: inline;
}

#header form .text {
	width: 180px;
	margin-left: 5px;
	padding: 0 2px 2px;
	color: #555;
	font-size: 12px;
}

#header form .button {
	position: absolute;
}

#header form span {
	border-right: 1px solid #DDD;
	margin-right: 5px;
	padding-right: 10px;
}

#restaurants {
        height: 400px;
	margin: 40px 0 60px;
	padding: 2px 0 20px 10px;
}

#restaurants a img {
  width: 250px;
  height: 249px;
}

#restaurants a:hover img {
	box-shadow: 0 0 10px #222;
	-moz-box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 10px #222;
}

.restaurant {
	width: 250px;
	margin: 40px 25px 40px 24px;
	float: left;
}

.dots{
    background: url("/images/dots.gif") top center repeat-y;
    height:100%;
    width:1px;
    float:left;
}
.footer-link{
  text-align:right;
  position:absolute;
  bottom:0;
  right:0;
}
.footer {
	width: 100%;
	border-top: 1px solid #222;
	padding: 15px 0 15px 0;
	clear: both;
}

.footer ul li {
	border-left: 1px solid #222;
	display: inline;
	float: left;
	margin: 0 0 0 5px;
	padding-left: 5px;
	font-size: 10px;
	color: #999999;
}

.footer ul .first {
	border-left: 0;
	padding-left: 0;
}
.footer ul .last{
  padding-left:50px;
  border-left: 0;
}
.footer ul .last a {
  font-size:12px;
  color:#A8A8A8;
  border-left: 0;
}
.footer p {
	float: right;
	width: 330px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #a8a8a8;
	text-align: right;
	clear: right;
}

.footer .tag {
	padding-bottom: 10px;
}

.footer ul li a {
	color: #444;
}

.footer .tag a {
	color: #999;
}

.clear {
	clear: both;
}