/* General */
* {
	outline:0;
}
body {
	padding:0;
	margin:0;
	font:12px "Trebuchet MS";
	color:#666;
	background:#fff url(images/top-gradient.jpg) repeat-x;
}
img {
	border:0;
}
.logo {
	position:absolute;
	top:36px;
	left: 51px;
}

div#languages {
    position: absolute;
    top: 2px;
    left: 47px;
    width: 200px;
}

div#languages a {
    font-size: 11px;
    text-decoration: none;
    vertical-align: middle;
    display: block;
    float: left;
    margin-right: 10px;    
}

div#languages a span {
    display: block;
    float: left;
    cursor: pointer;
    color: #666666;
}

div#languages a span.selected {
    color: #00539F;
}

img.lang {
    cursor: pointer;
    display: block;
    float: left;
    border: none;
    margin: 2px 5px 0px 0px;
    padding: 0;
    vertical-align: middle;
}

form {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:4px 0;
	text-align:justify;
}
.search {
	background:url(images/search-tab.png) no-repeat;
	height:19px;
	margin:24px 0 0 1px;
}
.search-in {
	text-align:center;
	margin-bottom:10px;
}
.search-input {
	width:95px;
	height:12.4px;
	margin:1.5px 0 0 26px;
	border:1px solid #d2d4d3;
	font-size:10px;
	color:#333;
}
.search-input-in {
	width:150px;
	margin:1.5px 0 0 26px;
	border:1px solid #d2d4d3;
	color:#333;
}
h1 {
	color:#00539f;
	font-weight:normal;
	font-size:15px;
	text-align:center;
	margin:5px auto;
	padding:0 10px;
}
h2 {
	color:#00539f;
	font-weight:normal;
	font-size:20px;
	width:460px;
	padding:0;
	margin:0 0 8px 0;
}
h3 {
	color:#00539f;
	font-weight:normal;
	font-size:25px;
	padding:0;
	margin:0 0 20px 0;
}
a {
	color:#00539F;
}
a:hover {
	text-decoration:none;
}
a.blue-underline, .brands a.blue-underline {
	color:#00539F;
	text-decoration:underline;
}
#footer a {
	color:#999;
	text-decoration:none;
	padding:0 10px;
}
#footer a:hover {
	color:#00539f;
}
#footer a.left-padding {
	padding-left:0;
}
#footer a.on {
	color:#00539F;
}
.a-can-site {
	position:relative;
	top:2px;
}
/* Layout */
#wrapper {
	height:700px;
	background:url(images/bottom.jpg) no-repeat bottom left;
	/*overflow:hidden; */
	overflow: visible;
}
#top {
	height:139px;
}
#container {
	width:1000px;
	height:600px;
}
#navigation {
	float:left;
	width:170px;
	height:230px;
	margin-left:45px;
	display:inline;
}
#mid-column {
	float:left;
	width:118px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin:-68px 25px;
	padding:65px 0 0 0;
	display:inline;
	background:url(images/drop.png) no-repeat top center;
}
#content {
	float:left;
	width:600px;
}
#content p {
    font-size: 14px;    
}
#footer {
	color:#999;
	font-size:11px;
	padding-left:30px;
	margin-top:-30px;
}
#flash {
	position:absolute;
	top:0;
	left:0;
}
.clear {
	clear:both;
}
/* Menu */
#menu {height:115px; width:150px; position:relative; z-index:1;}

#menu ul {margin:0; padding:0; list-style:none; font-size:11px; white-space:nowrap; text-align:left; padding:1px 1px 0 1px;}

#menu li {margin:0; padding:0; list-style:none; }
#menu li {display:inline-block; display:inline;}
#menu ul ul {position:absolute; left:-9999px;}
#menu ul#toplevel {position:absolute; left:0; top:0;}

#menu a {display:block; width:140px; color:#666; line-height:20px; height:23px; text-decoration:none; padding:0 10px 0 5px; background:url(images/menu.png) no-repeat; } 

#menu ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px;}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}

#menu li a:hover {background:url(images/menu.png) no-repeat; color:#00539f;} 
#menu li:hover > a {background: url(images/menu.png) no-repeat; color:#00539f;}
#menu li a.fly {background: url(images/menu.png) no-repeat;}
#menu li a.fly:hover {background: #fff url(images/menu.png) no-repeat; color:#00539f;} 
#menu li:hover > a.fly {background: #fff url(images/menu.png) no-repeat; color:#00539f;}

#menu li a.blue {background: url(images/fage-bgr-diethneis.png) no-repeat;}
#menu li a.blue:hover {background: url(images/fage-bgr-diethneis.png) no-repeat; color:#00539f; }
#menu li:hover > a.blue {background: #fff url(images/fage-bgr-diethneis.png) no-repeat; color:#00539f;}

#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}

/* Inside Pages */
.box-top-corners {
	background:url(images/top-corners.jpg) no-repeat;
	width:400px;
	height:8px;
	margin:0 auto;
}
.box-bottom-corners {
	background:url(images/bottom-corners.jpg) no-repeat;
	width:400px;
	height:8px;
	margin:0 auto;
}
.box {
	background:#dbe0e6;
	width:430px;
	padding:0 10px;
	margin:0 auto;
}
.box2 {
	background:#afb9c6;
	padding:0 10px;
}
#content .box p {
	margin:0;
	padding:2px 0;
}
.thumb-top-corners {
	background:url(images/thumb-top-corners.png) no-repeat;
	height:23px;
}
.thumb-bottom-corners {
	background:url(images/thumb-bottom-corners.png) no-repeat;
	height:11px;
}
.thumb-mid {
	background:#c5ccd1;
	padding:5px;
}
.thumb {
	float:left;
	width:99px;
	height:130px;
	overflow:hidden;
	padding:0 0 0 0;
	margin-right:5px;
	text-align:center;
	font-size:11px;
	position:relative;
}

.thumbInternational {
	float:left;
	width:99px;
	height:150px;
	overflow:visible;
	padding:0 0 0 0;
	margin-right:5px;
	text-align:center;
	font-size:11px;
	position:relative;
}
.thumb_brands {
	float:left;
	width:139px;
	height:170px;
	overflow:hidden;
	padding:0 0 0 0;
	margin-right:5px;
	text-align:center;
	font-size:11px;
	position:relative;
	background-color: #333;
}

.thumb-over-in {
    color: white;
    position: relative;
    height: 180px;
}

.thumb-over {
	background:url(images/thumb-over-light.png) no-repeat;
	width:210px;
	height:180px;
	color:#777;
	padding:0;
	display:none;
	z-index:999;
	position:absolute;
}

.thumb-over-brands {
	background:url(images/thumb-over-light.png) no-repeat;
	width:200px;
	height:180px;
	color:#777;
	padding:0;
	display:none;
	z-index:999;
	position:absolute;
	text-align: left;
}


.thumb-over-in {
	padding:18px 7px 7px 7px;
}
.thumb-over-in p {
	text-align:left;
}
#content .menu2one a {
	text-decoration:none;
}
.left {clear:both;}

.rec-left {
	float:left;
	width:240px;
	margin:5px 0 0 0;
	display:inline;
}
.rec-right {
	float:left;
	width:340px;
	margin:5px 0 0 0;
	display:inline;
}
.recipe span {
	color:#00539f;
}
.icons {
	float:right;
}
#scroll {
	height: 370px;
	overflow: auto;
	position: relative;
}
.allprod-left {
	float:left;
	width:104px;
	height:100px;
	padding:0;
}
.allprod-mid {
	float:left;
	width:240px;
	display:block;
}
.allprod-mid, .allprod-mid p {
	font-size:11px;
}
.allprod-mid p {
	padding:0 8px 0 4px;
}
.allprod-right {
	float:left;
	width:230px;
	display:block;
}
.top-corners-prod {
	background:url(images/top-corners-prod.jpg) no-repeat;
	width:230px;
	height:11px;
}
.bottom-corners-prod {
	background:url(images/bottom-corners-prod.jpg) no-repeat;
	width:230px;
	height:11px;
}
.allprod-right-mid {
	padding:0 10px 0 10px;
	background:#c5ccd1;
	color:#fff;
}
.all-products span {
	color:#00539f;
}
.prod-details-left {
	float:left;
	width:230px;
	margin-right:15px;
	display:inline;
}
.prod-details-right {
	float:left;
	width:325px;
}
.product-details {
	height:450px;
}
.product-details span {
	color:#00539f;
}
.thumb-prod {
	float:left;
	width:104px;
	height:100px;
	background:url(images/thumb.jpg) no-repeat;
	padding:7px 0 0 7px;
}
.thumb-prod2 {
	float:left;
	width:104px;
	height:100px;
	background:url(images/thumb.jpg) no-repeat;
	padding:24px 0 0 7px;
}
.small-box {
	background:url(images/small-box.jpg) no-repeat;
	width:80px;
	margin:0 auto;
	color:#fff;
	text-align:center;
	font-size:11px;
}
#content .small-box a {
	color:#fff;
	text-decoration:none;
}
.prod-padding {
	padding-right:10px;
	font-size: 14px;
}

.press a {
	color:#666;
}
.nav ul {
	margin:80px 0 0 0; 
	padding:0; 
	list-style:none;
}
.nav ul li a {
	color:#666;
	text-decoration:none
}
.nav ul li a:hover, .nav ul li a.current  {
	color:#00539f;
}
.recipe a {
	color:#00539f;
}
.brands a {
	color:#666;
	text-decoration:none;
}
.brands {
    position: relative;
}
.page a {
	color:#00539f;
	text-decoration:none;
}
.prtable {
	color:#fff;
	font-size:11px;
	width:100%;
}
.prtable tr {
	height:20px;
}
.thumb-over p {
	text-align:left;
}
.text-products {
	position:absolute;
	width:460px;
	top: 0;
	left:140px;
	z-index:5;
	/*height:57px; */
	overflow:hidden;
	background:url(images/prod-text-bg.jpg) repeat-x;
	opacity:0.8;
	filter:alpha(opacity=80);
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-bottom-color:#96a7b7;
	font-size: 14px;
}

.text-products2 {
	position:absolute;
	width:460px;
	top: 0;
	left:140px;
	z-index:5;
	background:url(images/prod-text-bg.jpg) repeat-x;
	opacity:0.8;
	filter:alpha(opacity=80);
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-bottom-color:#96a7b7;
	font-size: 14px;
	display: block;
}

.text-products p {
	line-height: normal;
}
a.hidedesc, a.showdesc {
	color:#00539f;
}
.bg-text b {
	background:url(images/bg-text-right.jpg) no-repeat right;
	color:#00539f;
	font-weight:normal;
	display:block;
	height:18px;
	float:left;
	padding-right:10px;
	padding-top:1px;
	font-size: 11px;
}
.bg-text span {
	display:block;
	float:left;
	width:9px;
	height:18px;
	padding-top:1px;
	background:url(images/bg-text-left.jpg) no-repeat left;
}
.bg-text {
	margin:0 0 12px 0;
}
.recipes input, .recipes select {
	color:#666;
	margin-bottom:10px;
	/*width:160px; */
	width: 120px;
}
#ul_list ul li {
	line-height:23px;
	font-size:12px;
}
.ullh {
	line-height:35px;
	font-size:13px;
}

/* Additions for International Markets */
.country {
    position: relative;    
    /* z-index: 1; */
}

.country a {
	color:#666;
	text-decoration:none;
}

div#countryProducts {
    position: relative;
    overflow: auto;
    width: 600px;
    height: 270px;
}

.flexcroll_content {
    padding-right: 5px;        
}

.products_title {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
}

.all-products-cat {
    width: 280px;    
    
}

.all-products-brand {
    width: 280px;    
}

.thumb-more {
    position: absolute;
    bottom: 35px;
    left: 10px;    
}

.thumb-more a {
    color: blue;
    text-decoration: underline;    
}

div.newsletterBox {
    margin-left: 180px;
    height: 365px;       
}

.recipesbox img, .recipesboxEN img {
    vertical-align: top;
    padding-top: 1px;    
}

.recipesbox input, .recipesboxEN input {
    vertical-align: top;
    height: 14px;
    margin: 0;
    padding: 1px;
}

div.recipetitle {
    padding-left: 10px;
    font-size: 12px;
    width:600px;
}

div.recipetitle div.breadcrumb {
    float: left;    
    padding-top: 3px;    
}

div.recipeSort {
    float: right;
    vertical-align: middle;
    padding-right: 25px;    
}

div.recipeSort form {
    margin: 0;
    padding: 0;
    display: inline;    
}

div#latestRecipeOuter {
    position: relative;
    width: 600px;
    height: 370px;
}

div#latestRecipeInner {
    position: relative;
    float: right;
    padding-right: 30px;
    padding-top: 30px;
    height: 345px;
}

div#latestRecipeInfo {
    float: left;    
    color: #00539F;
    height: 345px;
    width: 300px;
    position: relative;
    padding-right: 10px;
}
 
div#latestRecipeInfo p {
    text-align: right;    
}

div#latestRecipeInfo p.rotm {
    font-size: 18px;
    /* font-weight: bold; */
    font-family: "Trebuchet MS";
    margin-top: 0px;
    padding-top: 0px; 
}

div#latestRecipeInfo p a {
    text-decoration: none;
    font-family:"Trebuchet MS";
    font-size: 10px;
    font-weight: bold;
}

div#latestRecipeInfo p a:hover {
    text-decoration: underline;    
}


div#latestRecipePhoto {
    float: right;
    width: 250px;
    position: relative;
    height: 345px;    
}

div#submitRecipeButton {
    position: absolute;
    bottom: 0px;
    right: 10px;    
}

div.recipeItem {
    margin: 3px;
    width: 140px;
    height: 170px;
    float: left;
    text-align: center;    
}

div.bg-text a {
    text-decoration: none;    
}

div.bg-text a:hover {
    text-decoration: underline;    
}

table.investorNews {
    border-collapse: collapse;
    width: 550px;
    margin: 3px auto;
}

table.investorNews .date {
    background-color: #efefef;    
}

table.investorNews td {
    padding: 3px 5px;
    vertical-align: top;
    border: 1px solid #ccc; 
    font-family:"Trebuchet MS";
    font-size:14px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;    
} 

table.investorNews td a {
    color: #666;
    text-decoration: none;    
}

table.investorNews td a:hover {
    text-decoration: underline;    
}

div#stagesLink2 {
    position: absolute;
    top: 180px;
    left: 400px;        
}

div#stagesLink {
    position: absolute;
    bottom: 20px;
    right: 0px;        
}

div#stagesLink a {
    font-size: 14px;
    font-family: "Trebuchet MS";
    text-decoration: underline;
    color: #00539F;    
}

div#stagesLink a:hover {
    text-decoration: none;
    color: blue;    
}

div.recipesbox {
    position: relative;
	float:left;
    width: 200px;
    height: 55px;
	text-align: left;
}

div.bg-text a {
    text-decoration: none;    
}

div.bg-text a:hover {
    text-decoration: underline;    
}

div.recipesbox div.bg-text strong {
	background:url(/images/bg-text-right.jpg) no-repeat right;
	color:#00539f;
	font-weight:normal;
	display:block;
	height:18px;
	float:left;
	padding-right:10px;
	padding-top:1px;
	font-size: 11px;
	width: 170px;
}

div.recipesbox div.bg-text span {
	display:block;
	float:left;
	width:9px;
	height:18px;
	padding-top:1px;
	background:url(/images/bg-text-left.jpg) no-repeat left;
}

div.recipesbox div.bg-text {
	padding: 0 0 25px 0;
	text-align: center;
}

div.recipeSearch {
    position: relative;
    width: 200px;        
}

div.recipeSearch .recipeInput {
	color:#666;
	width: 152px;
	height: 16px;

	margin: 0 0 0 2px;
	font-size: 11px;	
}

div.recipeSearch .recipeSelect {
	color:#666;
	width: 158px;
    vertical-align: baseline;	
	height: 22px;
	padding: 2px;
	margin: 0 0 0 2px;
	font-size: 11px;
}

div.recipeSearch .recipeGo {
    position: absolute;
    right: 10px;
    top: 0px;
}

img.photo {
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;    
/*    border: 1px solid #ccc; */
}

img.photoRight {
    display: inline;
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;    
/*    border: 1px solid #ccc; */
}

.breadcrumb {
    position: relative;
	top: 0;
	z-index:5;
/*	opacity:0.8;
	filter:alpha(opacity=80); */
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-bottom-color:#96a7b7;
	font-size: 12px;
}

.breadcrumb a {
	color:#666;    
    text-decoration: underline;    
}

.breadcrumb a:hover {
    color: #00539F;
    text-decoration: none;    
}

div#investorPager {
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    width: 600px;        
}

div#investorPager a {
    color: #00539F;
    text-decoration: underline;        
}

div#investorPager a:hover {
    text-decoration: none;        
}

.newProduct {
    width: 600px;
    position: relative;
    float: left;        
}

.newprod-left {
    position: relative;
    float: left;
    width: 100px;    
}

.newprod-right {
    position: relative;    
	float:left;
	width:480px;
}

.newprod-right, .newprod-right p {
	font-size:14px;
	padding:0 8px 0 4px;	
}

div#productionBack {
    position: absolute;
    top: 595px;
    left: 370px;
    width: 490px;
    text-align:center;
    z-index: 20;    
}

div#productionBack a {
    color: #00539F;    
    font-size: 14px;
}

div.page a {
   color: #00539F;
   text-decoration: underline;    
}

div.page a:hover {
   color: #666666;
   text-decoration: none;    
}

div.page ul {
    font-size: 14px;    
}
.submitRecipeConfirm {
	position:absolute;
	top:40px;
	left:400px;
	width:540px;
	background:#fdf59e;
	opacity:0;
	border:1px solid #fbed4f;
	padding:8px;
	text-align:center;
	font-size:13px;
}
#user {
	position:absolute;
	top:0px;
	left:700px;
	width:250px;
}
.centered {
	text-align:center;
}
.bold {
	font-weight:bold;
}