
/* ----- 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 {
  width: 742px;
  height: 181px;
  /* background: url(../images/bgheader.jpg) no-repeat top center; *//
  position: relative;
  margin: 0;
}

/*
#header h1 {
  margin: 20px 0 0 32px;
  width: 198px;
  height: 134px;
  position: absolute;
}

#header h1 a {
  width: 198px;
  height: 134px;
  display: block;
  background: url(../images/SSlogo.gif) no-repeat;
}
*/


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

#nav {
  font: 12px/1.5em Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

#nav ul {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
  background: none;
}

#nav li {
  background: url(../images/navbg.gif) no-repeat top center;
  margin-bottom: 4px;
  height: 24px;
}

#nav a {
	float: left;
	display: block;
	width: .1em;
	padding: 2px 0;
	text-decoration: none;
	margin: 0;
	height: 24px;
	color: #fff;
	border: none;
}

#nav a:hover {
	color: #D0B317;
	border: none;
}

#nav > ul a {
	width: auto;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {
	float: none;
}
/* End IE5-Mac hack */


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

#content {
}

.hide { display: none; }

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

.col-2 {
  margin: 10px 0 50px 10px;
  width: 234px;
  float: left;
  display: inline;
  text-align: center;
}

#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: 4px;
  padding-left: 26px;
  font: 26px/1em Georgia, "Times New Roman", Times, serif; 
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #681C13;
}

#content-main h2 {
  margin-bottom: 10px;
  font-size: 20px;
  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;
}

.menus {
line-height:120%
}

#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;
}

/* ----- col-2 styles ----- */

#content-main .col-2 table {
  border: 1px dotted #BFBDC0;
  background-color: #E9E7EB;
  text-align: center;
  margin: 0 15px;
}

#content-main .col-2 h3 {
  font: 15px/1em Georgia, "Times New Roman", Times, serif;
  margin: 8px 0;
  color: #A65726;
}

#content-main .col-2 p {
  margin: 5px 0;
  font: 10px/1.5em;
}


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

#footer {
  padding: 0 40px 14px 266px;
  font-size: 9px;
  line-height: 1.3em;
  text-align: center;
  color: #999;
  clear: both;
}

#footer p {
  margin-bottom: 12px;
}

#ag a {
  border: 0;
}