body {

  color: #333;
  font-size: 12px;
  font-family: Arial;
}

a {
  color: #ec7404;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#main {
  background: #dbdbdb url(../images/front/bg.jpg) no-repeat 50% 0px;
}

/* Header */
#header {
  height: 158px;
  position: relative;
}

#header h1 {
  color: #fff;
  float: left;
  font: bold 300% arial;

  text-transform: uppercase;
}

#header h1 a {
  color: #fff;
}
#header h1 a:hover {
  text-decoration: none;
}

#header h1 span {
  font-size: 80%;
  text-transform: lowercase;
}

#header_menu {
  position: absolute;
  right: 3em;
  top: 3em;
}

#header_menu li {
  display: inline;
}


#header_menu li a {
  color: #fff;
}
/* End of Header */



/* Menu */
#menu {
  font-size: 105%;

}
#menu ul {
  height: 40px;
  background: #962816
}
#menu.de ul {
  background: #000 url(../images/front/menu_off.jpg) repeat-x 0% 100%;
}
#menu ul li {

  color: #fff;
  float: left;
  background: #000 url(../images/front/menu_off.jpg) repeat-x 0% 100%;
  display: block;

  position: relative;
  text-transform: uppercase;
}
#menu ul li.first a{
  border-left: none;
}
#menu ul li.last a{
  border-right: none;
}
#menu.de ul li.last{float: right}

#menu ul ul {
  background-color: transparent;
  display: none;
  left: 0;
  position: absolute;
  padding-top: 26px;
  top: 0;
}
#menu ul ul li {
  background: transparent url(../images/menu.png) repeat-x;
  float: none;
  height: auto;
  padding: 0.5em 2.5em ;
  position: static;
  width: 85px;
}
#menu a {
  color: #fff;
  padding: 9px 30px 7px 35px;
  line-height: 24px;
  letter-spacing: 1px;
  display: block;
  font-family: "ITCAvantGarde",sans-serif;
  font-weight: 300;
  background: url(../images/front/default-menu.png) no-repeat 15px 50%;
  border-right: 1px solid #FFF;
}
#menu a.active {
	background-color: #962816	;
}
#menu a.active ,
#menu a:hover  {
  background-image:  url(../images/front/active-menu.png) ;
  background-repeat: no-repeat ;
  background-position: 15px 50%;
  text-decoration: none;
}
#menu li.shop-link {
	background: #972816 url(../images/front/menu_shop.jpg) no-repeat left center;
}
#menu li.shop-link a{
	border:none;
	padding-left: 40px;
	background: none;
	padding-right: 10px;
}

#menu li.last.active-li + li.shop-link {
	background: url(../images/front/menu_shop_hover.png) no-repeat left center;
}
/* End of Menu */




.tab ul {
  list-style-type: none;
  margin: 0;
  padding-left : 20px;

}
.tab ul li a{
	text-decoration: underline;
	color : #000;
}
.tab ul li {
  display: inline-block;
  padding: 0 10px 0 0;
  font-weight: bold;
}

.tab ul li.active a{
	color: #962816;
}

/* End of Tab*/

.summertime-image {
    width: 100%;
    margin-bottom: 20px;
}
