/*..........CSS Reset..........*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,  u, i, dl, dt, dd, ul, li,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*..........Design..........*/
html,
body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
}

body {
  background: url(images/bg-body.jpg) no-repeat #f6f0e5;
}

#body {
  width: 1076px;
  margin: 0 auto;
  padding: 35px 15px 62px 9px; /* bottom: 280px */
  overflow: hidden;
}

h1 {
  height: 238px;
  background: url(images/logo.png) no-repeat;
  text-indent: -9999px;
}

#menu {
  width: 250px;
  background: url(images/bg-menu.jpg) no-repeat bottom center #92602f;
  overflow: hidden;
}

#menu {
  margin: -10px 0 0 14px;
  float: left;
}

#content ul {
  list-style: inside;
}

#menu ul,
.bar ul,
#content .csc-menu ul {
  list-style: none;
}

#menu ul.level_1,
.bar_content {
  background: url(images/bg-bars-pattern.png);
  margin: 0 0 8px 0;
}

#menu ul.level_1 {
  padding: 25px 0 25px 0;
}

#menu li {
  text-align: center;
}

#menu li strong {
  padding: 7px 35px;
  display: block;
}

#menu .level_1 li {
  margin: 0 0 6px 0;
}

#menu .level_1 li.active {
  background: url(images/bg-menu-act.png) no-repeat;
}

#menu ul.level_2 {
  margin: 0 0 -7px 0;
  background: url(images/bg-menu-act-bottom.png) no-repeat bottom;
}

#menu .level_2 li {
  margin: 0;
}

#menu .level_2 li.active {
  background: transparent;
}

#menu .active {
  background-position: top;
}

#content {
  width: 502px;
  margin: 0 30px 0 294px;
}

#content h2 {
  margin: 0 0 10px 0;
}

.menu-item
{
  position: relative;
  margin: 15px 0;
  border-top: 1px solid #e5ceb6;
  padding: 15px 0 0 0;
}

h3 {
  margin: 0 0 5px 0;
}

.menu-item p {
  width: 70%;
}

.menu-item p.price {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-align: right;
}

.wine-item {
  margin: 15px 0;
  border-top: 1px solid #e5ceb6;
  padding: 15px 0 0 0;
}

.wine-item p {
  width: 70%;
}

.wine-item .filling {
  text-align: right;
  margin: 5px 0;
}

.wine-item span.capacity {
  padding-right: 10px;
}

.breadcrumb {
  margin: -10px 0 10px 0;
  position: relative;
}

#sidebar {
  width: 250px;
  float: right;
  margin: 15px 0 0 0;
}

.bar {
  width: 250px;
  background: url(images/bg-bar.jpg) no-repeat bottom center #92602f;
  overflow: hidden;
  margin: 0 0 25px 0;
}

.bar_content {
  padding: 0 0 25px 0;
}

.bar p {
  margin: 0 12px 10px 12px;
}

h4 {
  height: 25px;
  background: url(images/bg-bar-h4.png) no-repeat;
  margin: 0 0 15px 0;
  text-align: center;
  padding: 7px 35px 0 35px;
}

.offer {
  background: url(images/bg-cook-ie6.png) no-repeat 0px 40px;
}

.offer p,
.offer h6 {
  margin-left: 50px;
}

#footer_wrapper {
  position: relative;
  height: 32px; /* 250px */
  margin: -32px 0 0 0; /* -250px */
  background: url(images/bg-footer.png);
}

#footer {
  width: 1100px;
  margin: 0 auto;
}

#col1,
#col2,
#col3,
#col4 {
  float: left;
  height: 50px;
  display: none; /* delete */
}

#col1 {
  width: 250px;
  margin: 0 30px 0 23px;
}

#col2 {
  width: 234px;
  margin: 0 33px 0 0;
}

#col3 {
  width: 235px;
  margin: 0 30px 0 0;
}

#col4 {
  width: 250px;
}

h5 {
  margin: 15px 0 0 0;
  padding: 0 0  10px 0;
  border-bottom: 1px solid #88664f;
}

.item {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #88664f;
}

#footer p.date {
  float: left;
  padding: 0 5px 0 0;
}

.col1 h6, 
.col4 h6,
.col1 p.description,
.col4 p.description {
  margin: 0 0 0 90px;
}

.col2 h6 {
  margin: 0 0 5px 0;
}

.col2 img {
}

#copy {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 24px;
  padding: 8px 0 0 0;
  width: 100%;
  background: url(images/bg-copy.png) repeat-x;
}

/*..........Typography..........*/

body,
#menu ul.level_2 { 
  font-size: 12px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.4em;
}

h1 { }

h5 {
  font-size: 1.1em;
  text-align: center;
  font-weight: normal;
}

.bar h6 { 
  color: #ffffff;
  font-weight: bold;
}

p {
  color: #000000;
}

#menu li strong,
.bar li strong {
  font-weight: normal;
}

#menu ul.level_1,
h4,
h2,
h3,
.menu-item p.price,
.wine-item span.price {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.3em;
  font-weight: normal;
}

h2 { 
  font-size: 2em;
  line-height: 1.4em;
  color: #391403;
}

h3 { 
  font-size: 1.5em;
  color: #391403;
}

.menu-item p.price,
.wine-item span.price {
  font-size: 2.5em;
  color: #391403;
}

#menu ul.level_1,
#menu a,
h4 {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb {
  font-size: 0.9em;
}

#content,
#sidebar {
  line-height: 1.8em;
}

.bar p {
  color: #ffffff;
}

#col1,
#col2,
#col3,
#col4,
#copy {
  color: #e4c8aa;
  font-size: 0.9em;  
}

#copy {
  text-align: center;
}

/*..........Links..........*/

a {
  color: #714c27;
  text-decoration: none;
  padding: 0 2px;
}

a:visited	{ }

a:hover { 
  background-color: #e1d1c0;
}

a:active { }

#menu a {
  width: 180px;
  display: block;
  padding: 7px 35px 7px 35px;
}

#menu a:hover,
#menu li strong {
  background: url(images/menu-link-act.png) no-repeat center;
}

.bar a,
.bar li.active {
  padding-left: 11px;
  color: #ffffff;
}

.bar a {
  background: url(images/link-bar.png) no-repeat;  
}

.bar a:hover,
.bar li.active {
  background: url(images/link-bar-act.png) no-repeat;
}

.bar li a,
.bar li.active,
.bar li a:hover {
  display: block;
  margin: 0 12px 10px 12px;
  background-position: 0 3px;
}

.content p a {
  background: url(images/link.png) no-repeat 2px center;
  padding-left: 11px;
}

#footer .col2 a,
#footer .col2 a:hover {
  padding: 0;
  background-color: transparent;
}

/*..........Common Help Classes..........*/

.fixed:after 				{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.fixed 							{ display:block; }
/*  \*/
.fixed 							{ min-height:1%; }
* html .fixed 					{ height:1%; }
.clear 							{ clear:both; }

.fix_br							{ border:1px dotted #f00; }
.fix_bg							{ background:#0f0; }
