html, body {
  background: #080808 url(/images/steakhouse/bgr.jpg) repeat-x;
}

a {
  color: #fff;
}

.box h3 {
  color: #fff;
  text-shadow: 0 0 1px #FFFFEE;
  font-weight: lighter;
}

#sidebar {
  float: left; 
  width: 32px;
  margin-top: 52px;
}

#sidebar .sidebar_item {
  width: 30px; height: 130px; 
  border: 1px solid #bfbfbf; 
  border-bottom: none; 
  background-color: #6d0000;
  cursor: pointer;
}

#sidebar .sidebar_item:hover,
#sidebar .active
{
  background-color: #896d48;
}

#sidebar-line {
  width: 20px;
  height: 651px;
  margin-top: 57px;
  float: left;
  background: url(/images/steakhouse/sidebar-bgr.png) no-repeat;
  background-position: left bottom;
}

#content {
  background: url(/images/steakhouse/content-bgr.jpg);
  min-height: 500px;
  width: 920px;
  padding-top: 42px;
  padding-bottom: 5px;
}

#content h2 {
  font-size: 18px;
  font-family: "Times New Roman", "verdana", Times, Serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  padding: 0.3em 0;
  margin: 0 0 0.5em 0;
  background-image: url(/images/steakhouse/h2-bgr.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

#menu {
  padding: 9px 0 10px 25px; margin: 0;
	list-style-type: none; list-style-image: none;
}

#menu li {
  display: inline;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  text-shadow: 0 0 2px #FFFFEE;
}

#menu li.separator { 
  color: #000;
}

#menu a {
  text-decoration: none;
  text-shadow: 0 0 2px #000;
}

div.box {
  color: #fff;
  position: relative;
  background: #000 url(/images/steakhouse/box_border_bottom.png) bottom repeat-x;
  border-top: solid 1px #bfbfbf;
  border-left: solid 1px #bfbfbf;
  border-right: solid 1px #bfbfbf;
  padding: 10px 10px 20px 10px;
}

div.box .top_right {
  position: absolute;
  width: 10px;
  height: 7px;
  background: transparent url(/images/steakhouse/box.png) -10px 0 no-repeat;
  right: -1px;
  top: -1px;
}

div.box .top_left {
  position: absolute;
  width: 10px;
  height: 7px;
  background: transparent url(/images/steakhouse/box.png) 0 0 no-repeat;
  top: -1px;
  left: -1px;
}

div.box .bottom_left {
  position: absolute;
  width: 10px;
  height: 11px;
  background: transparent url(/images/steakhouse/box.png) 0 -7px no-repeat;
  bottom: 0px;
  left: -1px;
}

div.box .bottom_right {
  position: absolute;
  width: 10px;
  height: 11px;
  background: transparent url(/images/steakhouse/box.png) -10px -7px no-repeat;
  right: -1px;
  bottom: 0px;
}

input[type=submit] {
  width: 113px;
  height: 35px;
  background: url(/images/steakhouse/submit-bgr.png);
  border: none;
  padding: 5px 0 0 10px;
  color: #fff;
  text-align:left;
  cursor: pointer;
}

.rounded {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
