@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: GothamBlack;
 src: url("fonts/Gotham-Black.eot") /* EOT file for IE */
}
@font-face {
 font-family: GothamBlack;
 src: url("fonts/Gotham-Black.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: GothamBlackItalic;
 src: url("fonts/Gotham-BlackItalic.eot") /* EOT file for IE */
}
@font-face {
 font-family: GothamBlackItalic;
 src: url("fonts/Gotham-BlackItalic.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: PillGothic;
 src: url("fonts/Pill_Gothic_300mg_Oblique.eot") /* EOT file for IE */
}
@font-face {
 font-family: PillGothic;
 src: url("fonts/Pill_Gothic_300mg_Oblique.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: Gotham;
 src: url("fonts/Gotham-Book.eot") /* EOT file for IE */
}
@font-face {
 font-family: Gotham;
 src: url("fonts/Gotham-Book.ttf") /* TTF file for CSS3 browsers */
}

A:link {color:black;}
A:visited {color:black;}
A:active {color:black;}
A:hover {color:black;}

html {
     overflow: -moz-scrollbars-vertical;
	 overflow: scroll;
}

body {
	margin:0px;	
	padding:0px;
	background-color:white;
	text-align:left;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size:12px;	
}

p {
	font-size: 12px;
	font-weight: 100;
}

h1 {
	text-align:left;
	color:#bea58f;
	font-size:26px;
	display:block;	
	margin-left:30px;
	font-weight: bold;
}

h2 {
	text-align:left;
	color:#bea58f;
	font-size:18px;
	display:block;	
	font-style: italic;
}

img {
	border:double;
}

#wrapper1 {
	width:1124px !important; 
	width:1126px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	position:relative;
}

#wrapper2 {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	position:relative;
}

#header {
	width:1124px;
	height:105px;
	margin:0px;
	padding:0px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;	
}

#headerlink { 
	position: absolute;
	top: 10px; 
	left: 70px; 
	width: 220px; 
	height: 70px; 
	background-color: transparent;

	z-index: 10;
}

#subheader {
	width:1124px;
	height:106px;
	margin:0px;
	padding:0px;
	background-image:url(images/header_menu.png);
	background-repeat:no-repeat;
}

#menu {
	float:left;
	position:relative;
	width:970px;
	height:80px;
	overflow:hidden;
}

#menu a:link {
	text-decoration:none;
	color:white;
}

#menu a:visited {
	text-decoration:none;
	color:white;
}

#menu a:active {
	text-decoration:none;
	color:white;
}

#menu a:hover {
	text-decoration:none;
	color:#f3e2d1;
}

#menu a.active {
	color:black;
}


#menu li {
	font-family:Gotham, Verdana, Tahoma, Geneva, sans-serif;
	position:relative;
	top:35px;
	left:300px;
	float:left;
	display:inline;
	list-style-type:none;
	font-size:14px;
	font-weight: bold;	
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	color:white;
	border-left:2px solid white;
	width:auto;
	overflow:hidden;
	padding-left:25px;
	padding-right:25px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: 1px 1px 1px grey	
}

#menu li:first-child {
    border-left:none
}

#menu #pointer1 {
	position:relative;
	border:0px;
	z-index:2;
	left:-300px;
	top:60px;
}

#menu #pointer2 {
	position:relative;
	border:0px;
	z-index:2;
	left:-180px;
	top:60px;
}

#menu #pointer3 {
	position:relative;
	border:0px;
	z-index:2;
	left:-70px;
	top:60px;
}

#submenu {
	width:600px;
	height:20px;
	display:inline-block;
	position:relative;
	left:300px;
	top:2px;
	overflow:hidden;
}

#submenu li {
	position:relative;
	top:-10px;
	float:left;
	display:inline;
	list-style-type:none;
	font-family:Gotham, Verdana, Tahoma, Geneva, sans-serif;
	font-size:14px;	
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	color:grey;
	width:auto;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}

#submenu a:link {
	text-decoration:none;
	color:grey;
}

#submenu a:visited {
	text-decoration:none;
	color:grey;
}

#submenu a:active {
	text-decoration:none;
	color:grey;
}

#submenu a:hover {
	text-decoration:none;
	color:white;
}

#submenu a.active {
	color:black;
}

#lang {
	position:relative;
	float:right;
	width:135px;
	height:80px;
	overflow:hidden;
}

#lang A:link {color:white;text-decoration: none;}
#lang A:visited {color:white;text-decoration: none;}
#lang A:active {color:white;text-decoration: none;}
#lang A:hover {color:white;text-decoration: none;}

#lang li {
	position:relative;
	left:-20px;
	text-align:left;
	overflow:hidden;	
	color:white;	
	font-family:Gotham, Verdana, Tahoma, Geneva, sans-serif;
	font-size:12px;	
	text-decoration:none;	
	line-height:130%;
}

#maincontent {
	width:1124px;
	height: 422px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	top: -40px;
	z-index:-1;
}

#maincontent img {
	border:0px;
}

#content {
	width:1124px;
	min-height:100px;
	float:left;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	display:block;	
}

#content_left {
	width:30%;
	float:left;
	position: relative;
	padding:0px;
	min-height:200px;	
	display:block;	
	margin-top:20px;
	margin-bottom:20px;
}

#content_left p {
	margin-left:30px;
	width:214px;
}

#content_left h1 {
	text-align:left;
	color:#bea58f;
	font-size:26px;
	display:block;	
	margin-left:30px;
	font-style:italic;
	font-weight: bold;	
}

#content_left #title {
	text-align:left;
	color:#bea58f;
	font-size:26px;
	display:block;	
	margin-left:30px;
	font-style:italic;
}

#content_left img {
	margin-left:30px;
}

#content_left #weight {
	color:black;
	font-size:12px;
	font-weight: bold;
}

#content_right {
	float:right;
	width:70%;
	position:relative;
	padding:0px;
	min-height:200px;	
	display:block;		
	margin-top:20px;
	margin-bottom:20px;
}

#content_right p {
	width:200px;
	font-size:12px;
	color:black;
}

#content_right #title {
	text-align:left;
	color:#bea58f;
	font-size:12px;
	padding-top:5px;
}

#content_right #weight {
	color:black;
	font-size:12px;
	font-weight: bold;
}

#content_right #prop {
	text-align:left;
	color:black;
	font-size:12px;
}

#content_right li {
	padding:10px;
}

#bar {
	width:1124px;
	height:30px;
	background-image:url(images/bar.png);
}

#dish {
	font-weight: bold;	
	width:1124px;
	height:210px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;	
	vertical-align: middle;
	clear:both;
	overflow:hidden;
}

#dish #dish_left {
    float:left;
    width:200px;
	height:100%;
	margin-right:25px;
	display:block;

}

#dish_left h1 {
	text-align:right;
	color:#bea58f;
	text-transform:uppercase;
	font-size:26px;
	display:block;	
	font-weight:bold;
}

#dish #dish_right {
	float:left;
    width:500px;
	height:100%;
	display:block;
}

#dish #dish_center {
	float:left;
	height:100%;
	width:220px;
	display:block;
	padding:0%;	
}

#dish_right #title {
	text-align:left;
	color:#bea58f;
	font-size:18px;
	font-style:italic;
	display:block;		
	
}

#dish_rihgt h2 {
	text-align:left;
	color:#bea58f;
	font-size:18px;
	display:block;	
	font-style: italic;
}

#footer {
	width:1124px;
	height:32px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	text-align:right;
	background-image:url(images/footer.png);
	overflow:hidden;
}

#footer li {
	position:relative;
	float:left;
	display:inline;
	list-style-type:none;
	font-size:10px;	
	text-decoration:none;
	text-align:center;
	color:grey;
	border-left:2px solid grey;
	width: auto;
	overflow:hidden;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	top: -6px;	
}

#footer li:first-child {
    border-left:none;
}

#footer a:link {
	text-decoration:none;
	color: grey;
}

#footer a:visited {
	text-decoration:none;
	color: grey;
}

#footer a:active {
	text-decoration:none;
	color: grey;
}

#footer a:hover {
	text-decoration:none;
	color: white;
}


#copy {
	width:1124px;
	height:32px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	text-align:right;
}

#copy #text {
	font-size:10px;			
	padding-right:10px;
}

.td_prod {
	width: 250px;
	vertical-align: top;
}

.td_dish {
	width: 120px;
	vertical-align: top;
}

