body {
	padding: 0px;
	margin: 0px;
	font-family: "Georgia", serif;
	font-size: 0.8em;
}

h1 {
	font-size: 70px;	
	/*font-family: "Arial Black", "Helvetica Neue", sans-serif;
	font-family: "blackout-midnight-1","blackout-midnight-2", serif;*/
	/*font-family: "Georgia", serif;*/
	font-family: "chunk-1","chunk-2";
	font-weight: bold;
	text-transform: uppercase;
	/*font-style: italic;*/
	padding: 0px;
	margin: 0px;
}

h1 a {
	/*font-style: italic;*/
	line-height: 75px;
}

h1 a:hover {
	color: #fff;
	background-color: #ed0000;
}

.gray {
	color: #999;
	font-weight: normal;
	line-height: 70px;
}

h2 {
	padding: 0 0 10px 0;
	margin: 0px;
}

.extra-big {
	font-size: 1.5em;
	line-height: 75px;
}


#cities-slide {
	color: #fff;
	font-weight: bold;
}
#cities-slide a {
	color: #fff;
	padding: 0 5px 0 5px;
}
#cities-slide a:hover {
	color: #ed0000;
	background-color: #fff;
}

a {
	color: #ed0000;
}

select {
	font-size: 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	
	margin-bottom: 10px;
	z-index: 9999;
	text-transform: none;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#wrapper-bottom {
	width: 960px;
	margin: 0 auto;
}

#header {
	/*padding: 3px;*/
	float: right;
}

#header a {
	text-decoration: none;
	padding: 10px;
}


#header a:hover {
	color: #999;
}


#all-cities a {
	color: #fff;
	background-color: #ed0000;
}


#all-cities a:hover {
	color: #fff;
	background-color: #ed0000;
}

#down-list {
	position: absolute;
}


#main-bottom {
	height:291px; 
	background:url('/images/bottom.jpg') no-repeat bottom; 
	position:fixed; 
	left:0px; 
	bottom:0px; 
	right:0px;
}


#top {
	clear: both;
}

#bottom {
	display: block;
	/*background-color: #eee;
	border-top: 1px solid #ccc;*/
	margin-top: 20px;
	padding: 10px;
	min-height: 700px;
}

#restaurants {
	width: 580px;
	float: left;
	margin-right: 20px;
}

.restaurant {
	padding: 10px;
	margin-bottom: 3px;
	border-top: 1px solid #ccc;
}

.restaurant strong {
	color: #000;
	font-weight: bold;
}

.restaurant a {
	color: #ed0000;
	font-weight: bold;
}

.restaurant small {
	color: #999;
	font-size: 10px;
}

.restaurant small a {
	color: #999;
	font-size: 10px;
	font-weight: normal;
}

.restaurant p {
	font-size: 11px;
}

#sidebar {
	width: 340px;
	float: right;
	background-color: #666;
	padding: 10px;
	text-align: center;
}

#footer-ad {
	background-color: #999;
	padding: 10px;
	margin-top: 20px;
}

#footer {
	background-color: #000;
	padding: 10px;
	text-align: center;
	color: #666;
}


#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu li {
	float: left;
	margin: 2px;
}

#main-wrap {
	width: 700px;
	margin: 0 auto;
	/*font-style: italic;*/
}

#main-page {
	padding-top: 100px;
	text-align: center;
	font-size: 30px;
	z-index: 9999;
}

#main-page a {
	color: #ed0000;
}

#main-page a:hover {
	color: #fff;
	background-color: #ed0000;
}

#cities {
	display: none;	
}

#cities-slide {
	background-color: #ed0000;
	padding: 10px;
}


#add-boxes {
	font-size: 30px;
}

#add-boxes input {
	font-size: 30px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px solid #ccc;
	width: 360px;
	font-family: "Georgia", serif;
}

#restaurant-fields input {
	 font-size: 20px; 
	 width: 400px; 
	 font-family: Georgia;
}


#restaurant-fields small {
	/*font-style: italic;*/
	color: #ccc;
}

.red {
	color: #ed0000;
}

.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */

/* General */
	#menudropdown, #menudropdown ul { list-style: none;  }
	#menudropdown, #menudropdown * { padding: 0;  margin: 0;}
	
	/* Head links */
	#menudropdown li.headerlink { float: left; text-align: center; }
	#menudropdown li.headerlink a { display: block; padding: 5px; margin: 0 10px 0 10px; color: #ed0000; }
	#menudropdown li.headerlink a:hover { color: #999; }
	.drop {  }
	.drop a { background-color: #ed0000; padding: 0 5px 0 5px; color: #fff !important; }
	.drop a:hover { color: #eee !important; }
