/*** Normalized ***/

/*
Name: njkabobs.com
URL: http://www.njkabobs.com/
Description: theme design for njkabobs.com
Version: v1.0
Author: The Web Griffins
Author URI: http://www.thewebgriffins.com
*/

body
{
	background: #ffffff url('bg_njkabobs1.jpg') repeat-y  0px;
	background-position:center; 
	padding: 0px;
	margin: 0px 0;
}


#main_nav_container {
    width: 800px;
    position: absolute;
    top: 197px;
    left: 50%;
    margin-left: -400px;
    clear: both;
    padding: 0;

    background-repeat: repeat-y !important;
    overflow: hidden;
}

#main_nav_list {
    border: 0;
    margin: 0 0 0 0px;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    margin: 0;
    padding: 0;
    float: left;    
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    overflow: hidden;
    display: block;
    text-align: center;
    line-height: 22px;
    height: 25px;
    width: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

/*--- sub navigation ------------------------------------------------------*/

#main_nav_container {
    background: url(images/static/navbg.gif) no-repeat middle center;
}

.sub_nav_container {
    background: url(images/static/subnavbg.gif) no-repeat middle center;
}

/*--- main navigation items ------------------------------------------------*/



#main_nav_list a.main_nav_active_item {
  background: url(n5_active.png) no-repeat;
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #310a04;
  background-position: middle center;
}
#main_nav_list a.main_nav_item {
  background: url(n5.png) no-repeat;
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #01070d;
  background-position: middle center;
}
#main_nav_list a.main_nav_item:hover {
  background: url(n5_hover.png) no-repeat;
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #01070d;
  background-position: middle center;
}

p.menu-description {
  font-family: comic sans ms, arial, helvetica, sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 0px;
}

p.menu-item {
  font-family: comic sans ms, arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
}

p.menu-title {
  font-family: comic sans ms, arial, helvetica, sans-serif;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
  color: #181052;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}

p.menu-bar {
  font-family: comic sans ms, arial, helvetica, sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #ff4040;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}