
/* ----- global----- */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #8F5C38 url(../images/bgfade.gif) repeat-x top center;
  font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
  color: #4D3012;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;	
}

/* Malarkey Image Replacement */
.mir { letter-spacing : -1000em; }
/* MIR just for IE */
* html h1.mir, * html h2.mir, * html h3.mir, * html p.mir, * html ul.mir { text-indent: -999em; }
/* MIR just for Opera, but hide from MacIE */ 
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 


/* ----- links ----- */

a, a:link {
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover {
  border-bottom: 1px solid;
}

#header a {
  border: none;
}

#content-main a { color: #000; }
#content-main a:hover {
  border-bottom: 1px solid;
  color: #A65726;
}

#footer a { color: #000; }


/* ----- container ----- */

#container {
  margin: 0 auto;
  width: 742px;
  text-align: left;
}

#wrapper {
  float: left; /* needed to contain all other floats */
  background: #8F5C38 url(../images/bgbody.gif) repeat-y center;
}


/* ----- header ----- */

#header {
  display: none;
}


/* ----- navigation ----- */

#nav {
  display: none;
}


/* ----- content ----- */

#content {
}

.hide { display: none; }

.col-1 {
  margin: 0 32px 50px 0;
  float: right;
  display: inline;
}

.col-2 {
  display: none;
}

#content a.noborder, #content a.noborder:hover, #content a.noborder img {
	border: none;
}


/* ----- content-main ----- */

#content-main {
  padding: 0 0 60px 0;
  width: 742px;
  float: left;
}

#content-main h1 {
  margin-bottom: 0;
  padding-left: 26px;
  font: 22px/1em Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #681C13;
}

#content-main h2 {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: -1px;
  color: #333;
}

#content-main h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

#content-main p {
  margin-bottom: 10px;
  padding: 0 10px 0 14px;
}

#content-main b {
	color: #702820;
}

#content-main p.feature {
  margin: -4px 0 30px 0;
  padding: 11px;
  background: #A65726;
  color: #000;
}

#content-main div.hr {
  background: url(../images/hr.gif) no-repeat scroll center;
  width: 413px;
  height: 13px;
  margin-bottom: 15px;
  text-align: center;
  border: none;
}

#content-main div.hr hr {
  display: none;
}

#content-main blockquote {
  margin-top: 3px;
  padding: 5px 12px;
  border-left: 3px solid #A65726;
  font-size: 11px;
  background: #A2AD34;
  color: #454500;
}

#content-main .menu p, #content-main .menu h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.menuitem {
  color: #330000;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}

.menuprice {
  color: #330000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  text-decoration: none;
}

.menudescription {
  color: #765837;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
  line-height: 16px;
}

.raggedpic {
  background: url(../images/raggedpic.gif) no-repeat top center;
  font-family: Georgia, "Times New Roman", Times, serif;text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  padding: 16px 0 26px 0;
  line-height: 5px;
}

.ragged {
  font-family: Georgia, "Times New Roman", Times, serif;
  background: url(../images/ragged.gif) no-repeat center;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  margin: 0;
}

.ragged a, .raggedpic a {
  border: none;
  color: #681C13;
}


/* ----- col-1 styles ----- */

#content-main .col-1 ul {
  padding: 0 0 20px 0; 
  list-style-type: circle;
}

#content-main .col-1 li {
  margin-left: 15px;
}


/* ----- footer ----- */

#footer {
  display: none;
}

#ag {
  display: none;
}