/*
 * Setting the looks
 */

* {
   font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   font-weight: 100;
}

body {
   overflow-x: hidden;
   min-width: 900px;
}

#footer {
   color: #fff;
   font-size: 10px;
}
#footer #foot_nav li a:link, #footer #foot_nav li a:visited{
   color: #fff;
   text-decoration: none;
}
#footer #foot_nav li a:hover{
   color: #151515;
   text-decoration: none;
}

#nav li {
   font-size: 22px;
   margin-right: 45px;
}
#nav li a:link, #nav li a:visited {
   color: #fff;
   text-decoration: none;
}
#nav li a:hover {
   color: #151515;
}

#left_sidebar #categories li a:link {
   color: #fff;
   text-decoration: none;
}
#left_sidebar #categories li a:visited{
   color: #fff;
   text-decoration: none;
}
#left_sidebar #categories li a:hover {
   color: #d81818;
   text-decoration: none;
}
#left_sidebar #categories li {
   background: #3a3a3a;
   border-bottom: #2e2e2e 1px solid;
   border-top: #616161 1px solid;
}

.restaurant_list{
   border-top: #2e2e2e 1px solid;
}

.restaurant_item {
   background: #4c4c4c !important;
   border-top: #4c4c4c 1px solid !important;
   border-bottom: #4c4c4c 1px solid !important;
}
.first {
   border-top: #616161 1px solid !important;
}

/*
 * Setting up the layout
 *    including Backgrounds
 */

body {
   background: url(images/bg.jpg) #9c1111 repeat-x;
   padding: 0 0 15px 0;
   margin: 0;
   text-align: center;
}

.clearboth {
   clear: both;
}

#container {
   width: 906px;
   margin: 0 auto;
   text-align: left;
   position: relative;
}

#decoration_left {
   background: url(images/decoration.gif) no-repeat;
   width: 192px;
   height: 366px;
   position: absolute;
   top: 100px;
   left: -192px;
}
#decoration_right {
   background: url(images/decoration.jpg) no-repeat;
   width: 247px;
   height: 900px;
   position: absolute;
   top: 0px;
   right: -247px;
}

#logo {
   padding: 50px 0 0 15px;
}

#site_box {
   background: url(images/content_bg.gif) repeat-y;
}
#content_top, #content_bot{
   width: 906px;
   height: 9px;
   padding: 0;
   margin: 0;
}
#content_top {
   background: url(images/content_top.gif) no-repeat top center;
}
#content_bot {
   background: url(images/content_bot.gif) no-repeat bottom center;
}

#nav {
   list-style: none;
   background: #d81818;
   margin: 0 5px 0 5px;
   padding: 3px 0 5px 10px;
   border-bottom: #b81414 1px solid;
	float:left;
}
#nav li {
   display: inline;
   padding: 15px;
}

#nav {
   list-style: none;
}

#banner {
   width: 500px;
   height: 85px;
   position: absolute;
   top: 7px;
   right: 45px;
}

#left_sidebar {
   float: left;
   background: #f1e9e9;
   width: 223px;
   margin: 7px 7px 0 11px;
   min-height: 544px;
}
#left_sidebar h2 {
   font-size: 17px;
   margin: 6px 0 0 10px;
   padding: 0;
}
#left_sidebar #categories {
   list-style: none;
   margin: 7px 0 20px 0;
   padding: 0 0 0 0;
}
#left_sidebar #categories li {
   padding: 4px 0 4px 18px;
   font-size: 13px;
}
#left_sidebar .restaurant_list {
   list-style: none;
   padding: 0;
   margin: 5px 0 -4px 0px;
}
#left_sidebar .restaurant_list .restaurant_item {
   margin: 0 0 0 -18px !important;
}
#left_sidebar .restaurant_list .restaurant_item a{
   margin: 0 0 0 18px !important;
}

#left_sidebar #order {
   list-style: none;
   margin: 10px 0 0 0;
   padding: 0;
}
#left_sidebar #order li{
   width: 183px;
   height: 20px;
   padding: 0 20px 0 20px;
   font-size: 12px;
}
#left_sidebar #order li .item{
   float: left;
}
#left_sidebar #order li .price{
   float: right;
}
#left_sidebar #order .last {
   border-bottom: 1px #666 solid;
   margin-bottom: 6px;
}
#left_sidebar #order li .item .delete {
   color: #d51a10;
   text-decoration: none;
   font-size: 10px;
}
#right_content {
   float: right;
   width: 628px;
   margin: 7px 20px 0 0px;
   padding: 4px 5px 5px 5px;
}
#content {
   min-height: 552px;
}
#footer #foot_nav {
   list-style: none;
   margin: 0 0 0 23px;
   padding: 0;
   float: left;
}
#footer #foot_nav li {
   display: inline;
   padding: 0 44px 0 0;
}
#footer #copyright {
   margin: 9px 0 0 647px;
}
#sponsors, #sponsors .sponsor ul {
   width: 100%;
   list-style: none;
   margin: 0;
   padding: 0;
}
#sponsors .sponsor {
   width: 300px;
   height: 218px;
   float: left;
   margin: 0 7px 25px 7px;
   padding: 0 !important;
}
#sponsors .sponsor li {
   text-align: center;
   margin: 0;
   padding: 0;
}
#sponsors .sponsor .logo {
   width: 100%;
   height: 90px;
}
#sponsors .sponsor .logo h3{
   margin: 0;
   padding: 20px;
   font-size: 25px;
   font-weight:bold;
   color: #fff;
}
#sponsors .sponsor .specials {
   width: 100%;
   height: 91px;
}
#sponsors .sponsor .specials p{
   padding: 1px 5px 5px 5px;
   margin: 0;
}
#sponsors .sponsor .order_button {
   width: 100%;
   height: 37px;
   background: url(images/button_bg.gif) repeat-x;
}
#sponsors .sponsor .order_button a {
   color: #fff;
   text-decoration: none;
   display: inline-block;
}
#sponsors .sponsor .order_button a:hover {
   color: #d81818;
}
.bottomnav a:link {
   color: #fff;
   text-decoration: underline;
}
.bottomnav a:visited{
   color: #fff;
   text-decoration: underline;
}
.bottomnav a:hover {
   color: #d81818;
   text-decoration: underline;
}

/*                                                       */
/* New CSS  Author: Mafhsoft    http://www.mafhsot.com   */
/*                                                       */

.menulist {
   border-bottom: solid 1px #000000;
   padding-bottom: 15px;
   font-size: 14px;
   text-align: center;
}
.menu_options ul {
   list-style-type: none;
}
.menu_options li {
   display: block;
   float: left;
   margin: 0px 35px 0px 1px;
}
.menu_options a {
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
.menu_options a:hover {
   color: #d81818;
   text-decoration: underline;
}
#map-address {
   width: auto;
   margin-left: 0px;
   text-align: left;
   height: 210px;
}
#map {
   float: left;
}
.fullmap  {
   color: #0055FF;
}
.fullmap:hover {
   color: #d81818;
}
#sponsoraddress {
   color: #000000;
   font-size: 12px;
   font-weight: normal;
   margin-left: 410px;
   padding: 0px 5px 0px 0px;
}
#sponsoraddress .ridname {
   font-weight: bold;
}
.review {
   text-align: left;
   font-size: 12px;
   margin-top: 4em;
   margin-bottom: 1em;
}
.star_rating {
   float: left;
}
.review_date {
   font-style: italic;
   font-size: 11px;
   margin-left: 90px;
}
.comment {
   font-style: normal;
   text-indent: 35px;
}
.name {
   float: right; 
   margin-right: 20px;
}
.num_rows {
   color: #FF0000; 
   font-weight: bold;
}
#rest_review {
   text-align: left;
}
#rest_review ul {
   list-style-type: none;
   text-align: left; 
   /*margin-left: -38px;*/
}
#rest_review  li {
   float: left;
   display: block;
   margin: 0px 2px 0px 2px;
   font-size: 11px;
   font-weight: bold;
   color: #FF0000;
}
#rest_review  a {
   color: #0055FF;
   text-decoration: none;
   font-weight: bold;
}
#rest_review  a:hover {
   color: #d81818;
   text-decoration: underline;
}
#rest_review .sortby {
   color: #000000;
}

#leave-review {
   text-align: left;
   margin-top: 2em;
   font-size: 12px;
}
.comment-title {
   font-weight: bold;
   font-family: verdana, arial;
   font-size: 18px;
}
.read-guidelines {
   font-size: 12px;
}
.review-form {
   font-size: 12px;
}
.review-form  ul {
   list-style-type: none;
   margin-top: 0px;
   margin-left: 5px;
}
.review-form ul li {
   display: block;
   float: left;
   margin: 0px 1px 0px 1px;
}
.review-form ul li a {
   background: url(images/star.jpg) top center no-repeat;
   padding: 0px 15px 0px 0px;
}
.review-form  ul li a:hover {
   background: url(images/star_hover.jpg) top center no-repeat;
   padding: 0px 15px 0px 0px;
}
.review-form ul li input.button {
   background: url(images/star.jpg) top center no-repeat;
   border: none;
   height: 15px;
   width: 15px;
}
.review-form input.email {
   margin-left: 2px; 
}

.read-guidelines a {
   color: #0055FF;
   text-decoration: none;
}
.read-guidelines a:hover{
   color: #d81818;
   text-decoration: underline;
}
.review-form input {
   font-size: 12px;
   border: solid 1px #000000;
}
.review-form textarea {
   font-size: 12px;
   width: 500px;
   height: 150px;
   border: solid 1px #000000;
}
.review-form input.submit {
   xborder: solid 2px #000000;
   xbackground-color: #acacac;
   xcolor: #3a3a3a;
   xfont-size: 90%;
   xfont-weight: normal;
   width: 70px;
}

.review_approval {
   border: solid 1px #616161;  	
   padding: 5px;
}
.reviewfor {
   font-size: 16px; 
   margin: 5px 0px 10px 0px;
}
.approveicon{
   float: right; 
   background: url(images/approve.gif) top center no-repeat;
   border: none;
   height: 16px;
   width: 16px;
   margin: -20px 40px 0px 10px;
}
.deleteicon {
   float: right;
   background: url(images/delete.gif) top center no-repeat;
   border: none;
   height: 16px;
   width: 16px;
   margin: -20px 10px 0px 10px;
}
.ipaddress {
   font-style: normal; 
   font-size: 12px;
}

.nextpage {
   font-size: 11px; 
   font-weight: bold;  
   text-align: center;
}
.nextpage a:hover {
   color: #d81818;
}


.float_left {
   float: left;
}
.italic {
   font-style: italic;
   font-size: 11px;
}

.nav_ads {height:35px; background:#D81818; margin:0 5px;}
.search_ads {float:right; padding-right:10px;}
.clr {clear:both;}