@import "./reset.css";
html {
  height: 100%;
  }
body {
  font-family: sans-serif, arial;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  height: 100%;
}


#wrapper {
  width: 992px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1400px;
  min-height: 1400px;
  margin-top: 0;
  position: relative;
  padding-bottom: 30px;
}
  
#container {
  width: 100%;
  float: left;
  display: inline;
  position: relative;
  height: 100%;
  background: #ffffff;
  }
  
#topNav {
  width: 992px;
  float: left;
  display: inline;
  position: relative;
  background: #fffffff;
  height: 200px;
  } 
  
#topNav menu ul {
  font-size: 1.0em;
  color: #6bd8ff;
  font-weight: bold;
  float: left;
  letter-spacing: 0.2em;
  display: inline;
  margin-right: auto;
  width: 555px;
 } 

#topNav menu ul li {
  float: left;
  display: inline;
  list-style-type: none;
  width: 178px;
  }

#topNav menu ul li a {
  text-decoration: none;
  color: #6bd8ff;
  }

#topNav menu ul li a:hover {
  color: #ffffff;
  }

#topNav menu ul li a.active {
  color: #ffffff;
   }
 
#topNav img.logo {
  float: left;
  display: inline;
  position: relative;
  margin-top: 10px;
}

#topNav #hours {
  float: right;
  display: inline;
  position: relative;
  height: 39px;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

#topNav #hours span.topLeft {
  width: 37px;
  position: relative;
  background: url('../images/topLeft.jpg') top left no-repeat;
  height: 39px;
  float: left;
}

#topNav p {
  background: url('../images/middleTop.jpg') top left repeat #950004;
  line-height: 37px;
  float: left;
  display: inline;
  width: 481px;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 0.2em;  
  height: 37px;
  }

#topNav #hours span.topRight {
  width: 37px;
  height: 39px;
  float: right;
  position: relative;
  background: url('../images/topRight.jpg') top left no-repeat;
}

#topNav #menu {
  width: 555px;
  height: 39px;
  float: right;
  display: inline;
  margin: 0;
}

#topNav #menu ul {
  list-style-type: none;
  float: left;
  display: inline;
  position: relative;
  width: 555px;
  margin: 10px 0 0 0;
}

#topNav #menu ul li {
  float: left;
  display: inline;
  position: relative;
  margin-right: 10px;
  width: 178px;
  height: 125px;
  text-align: center;
}

#topNav #menu ul li p {
  line-height: 30px;
  height: 30px;
  text-align: center;
  width: 178px;
  background: #fff;
  margin-top: 58px;
  color: #2a6000;
  font-weight: bold;
  }

#topNav #menu ul li p a {
  text-decoration: none;
  color: #2a6000;
  width: 100%;
  display: inline-block;
  height: 75px;
  }

#topNav #menu ul li p a:hover, #topNav #menu ul li p a.active {
  text-decoration: none;
  color: #000;
  width: 100%;
  display: block;
  border-bottom: 3px solid #000;
  }
 
#topNav #menu ul li.first {
  background: url('../images/menu1.jpg') top left no-repeat;
}

#topNav #menu ul li.second {
  background: url('../images/menu2.jpg') top left no-repeat;
}

#topNav #menu ul li.third {
  background: url('../images/menu3.jpg') top left no-repeat;
}
#topNav #menu ul li.last {
  margin-right: 0;
}

#content {
  width: 992px;
  height: 100%;
  float: left;
  display: inline;
  position: relative;
  border: 0;
  padding-bottom: 80px;
  margin: 0;
  }
  
#content #left {
  width: 270px;
  float: left;
  display: inline;
  position: relative;
  height:100%;
  }  
  #content #left .title {
  height: 39px;
  width: 100%;
  display: inline;
  float: left;
  position: relative;  
  }
#content #left .title span.left {
  width: 37px;
  background: url('../images/leftLeft.jpg') top left no-repeat;
  height: 39px;
  float: left;
  display: inline;
  position: relative;
  } 

#content #left .title span.right {
  width: 37px;
  background: url('../images/leftRight.jpg') top left no-repeat;
  height: 39px;
  float: right;
  display: inline;
  position: relative;
}  
  
#content #left .title h1 {
  text-align: center;
  float: left;
  display: inline;
  width: 196px;
  line-height: 39px;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  background: url('../images/leftTop.jpg') top left repeat-x;
  color: #fff;
  position: relative;
  }  

#content #middle {
  width: 438px;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  display: inline;
  position: relative;
  height:100%;
  }  
#content #middle.title {
  height: 39px;
  width: 100%;
  display: inline;
  float: left;
  position: relative;
  }
#content #middle .title span.left {
  width: 37px;
  background: url('../images/middleLeft.jpg') top left no-repeat;
  height: 39px;
  float: left;
  display: inline;
  } 

#content .title h1 {
  font-weight: bold;
  }
#content #middle .title span.right {
  width: 37px;
  background: url('../images/middleRight.jpg') top left no-repeat;
  height: 39px;
  float: right;
  display: inline;
  }  
  
#content #middle .title h1 {
  text-align: center;
  float: left;
  display: inline;
  width: 364px;
  line-height: 39px;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  background: url('../images/middleTop.jpg') top left repeat-x;
  color: #fff;
  }  
 
#content .holder {
  float: left;
  display: inline;
  position: relative;
  width: 100%;
  margin: 1px 0 0 0;
  padding: 0;
  height: 100%;
  }  
#content #left .holder {
  background: url('../images/leftTop.jpg') top left repeat;
}
#content #middle .holder {
  background: url('../images/middleTop.jpg') top left repeat;
}
#content #right .holder {
  background: url('../images/rightTop.jpg') top left repeat;
}
#content .holder p {
  color: #fff;
  margin-left: 5%;
  margin-top: 5px;
  padding-right: 5%;
  width: 90%;
  float: left;
  display: inline;
  position: relative;
  font-weight: normal;
  line-height: 16px;
  }
 #content #middle .holder p a {
  font-weight: bold;
  color: #f3d61e;
  text-decoration: none;
 }
 
  #content #middle .holder p a:hover {
  color: #000;
 }
 
 #content #left .holder h2,  #content #left .holder p.right a  {
  color: #003213;
 } 
 
  #content #left .holder a {
  text-decoration: none;
    color: #003213;
  
  }

#content .holder p.right {
   text-align: right;
   font-weight: bold;
  
  }
#content .holder p.right a {
  text-decoration: none;
  }  
#content #left .holder p.right a:hover {
  color: #000;
  }  
#content #left .holder p.right {
 color: #003213;
 }

 #content .holder h2 {
 font-size: 1.2em;
 letter-spacing: 0.2em;
 color: #f3d61e;
 margin-left: 5%;
 width: 90%;
 margin-top: 10px;
 font-weight: bold;
 } 
 
 #content #right .holder h2, #content #right .holder p.right, #content #right .holder p.right a {
  color: #f3d61e;
 
 }
 #content #right .holder p.right a:hover {
 color: #000;
 }
  #content #left .holder p.phone {
  color: #950004;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 30px;
  text-align: center;
 }
#content .holder p.one {
  background: url('../images/pizz2.jpg') top right no-repeat;
  min-height: 250px;
  position: relative;
  }
#content #right {
  width: 270px;
  float: left;
  display: inline;
  position: relative;
  height:100%;
  }  
  #content #right .title {
  height: 39px;
  width: 100%;
  display: inline;
  float: left;
  position: relative;  
  }
#content #right .title span.left {
  width: 37px;
  background: url('../images/rightLeft.jpg') top left no-repeat;
  height: 39px;
  float: left;
  display: inline;
  position: relative;
  } 

#content #right .title span.right {
  width: 37px;
  background: url('../images/rightRight.jpg') top left no-repeat;
  height: 39px;
  float: right;
  display: inline;
  position: relative;
}  
  
#content #right .title h1 {
  text-align: center;
  float: left;
  display: inline;
  width: 196px;
  line-height: 39px;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  background: url('../images/rightTop.jpg') top left repeat-x;
  color: #fff;
  position: relative;
  } 
  
#footer {
  width: 992px;
  background: #fff;
  border-top:3px solid #000;
  position: absolute;
  height: 30px;
  bottom:0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 30px;
  color: #183700;
  letter-spacing: 0.2em;
  font-size: 1.2em;
  font-weight: bold;
  }  
  
 #footer p a {
  text-decoration: none;
  color: #183700;
  font-weight: bold;
 } 
 
 #footer p .red {
   color: #950004;
 }
 #content .holder p.indent {
    width: 394px;
    float: right;
    display: inline;
    position: relative;
    margin: 0;
    padding: 0;
  }
  
  #content .holder p.indent span.italic {
    width: 270px;
    font-style: italic;
    display: block;
    
  } 
  
   #content .holder p.coupon {
    text-align: center;
    border: 3px #f3d61e dashed;
    font-size: 1.3em;
    color: #f3d61e;
    width: 340px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    margin-bottom: 15px;
  }
  
  
  #content #right .holder  p.indent {
    width: 243px;
  }
  
  #content .holder form label {
  font-weight: bold;
  float: left;
  display: inline;
  width: 200px; 
  margin-right: 10px;
  }
  
  #content .holder textarea {
  width: 100%;
  float: left;
  display: inline;
  height: 250px;
  }
  
  #content .holder input, #content .holder textarea {
  border: 1px solid #2a6000;
  float: right;
  display: inline;
  }
  
  #content .holder span.yellow {
  color: #f3d61e;
  }
  #content .holder span.bold {
  font-weight: bold;
  }
  #content .holder #menuSub {
  width: 100%; 
  background: #fff; 
  float: left; 
  display: inline; 
  position: relative; 
  height: 70px; 
  margin-bottom: 10px;
  }
  #content .holder #menuSub p.submenu a {
  text-decoration: none;
  color: #950004;
  }
  #content .holder #menuSub p.submenu a.current, #content .holder #menuSub p.submenu a:hover {
  text-decoration: underline;
  color: #000;
  }
  #content .holder #menuSub p.submenu {
  color: #294812;
  text-align: center; 
  font-size: 14px; 
  font-weight: bold; 
  line-height: 20px;
  }
  
  span.green {
color: #65B02C;  }

.holder p.red {
color:  #950004; }
