/* TEST OK */

/***********************************************/
/* default.css *********************************/
/***********************************************/

html, body{
    font-family:Arial;
    font-size:11px;
    color:#8e8e8e;
    margin:0;
    height:100%;
}

body{
    background-image:url('/images/mainBg.gif'); 
    background-repeat:no-repeat; 
    background-position:bottom center;
    background-color:#fbfbfc;
}

a{
    font-family:Arial;
    font-size:11px;
    color:#8e8e8e;
    text-decoration:underline;
    line-height:1.5;
}

a:hover{
    color:#ff0000;
}

input{
    font-family:Arial;
    font-size:11px;
    color:#8e8e8e; 
    border:1px solid #ebedef;    
}

li{
	margin-left:-2em;
	padding-bottom:0;
}

.wunIntPressBox li{
	margin-bottom:-8px;
}

SELECT{
    font-family:Arial;
    font-size:11px;
    color:#8e8e8e;
}

h2{
    font-size:16px;
    font-weight:600;
    color:#505050;
    margin:0 0 10px 0;
    padding:0;
}

h3{
    font-size:15px;
    font-weight:600;
    color:#505050;
    margin:0;
    padding:0;
}

h5{
    font-size:11px;
    font-weight:600;
    color:#505050;
    margin:0;
    padding:0;    
}

p{
    margin:10px 0;
    padding:0;    
}

img{
    border:0;
    margin:0;
    padding:0;
}


/*General style classes*/
.wunRedColor{
    color:#d3132a;
}

h2.box{
    font-size:14px;
    font-weight:600;
    color:#505050;
    margin:0 0 8px 0;
    padding:0;
}


.displayBlock{
    display:block;    
}

.displayNone{
    display:none;    
}

.visHidden{
    visibility:hidden;    
}

.visVisible{
    visibility:visible;    
}

.fleft{
    float:left;
}

.fright{
    float:right;
}

.aleft{
    text-align:left;
}

.aright{
    text-align:right;
}

.acenter{
    text-align:center;
}

.cboth{
    clear:both;
}

.horizontalSpace{
    display:block;
    margin-bottom:5px;
}

.redLink{
    color:#cf031a;
    text-decoration:none;
}

.wunImgPosition1{
    padding:5px 10px 5px 0;
}

.wunImgPosition2{
    padding:5px 0 5px 10px;
}

.wunInlineTable{
    padding:0;
    margin:0;
    border:solid #a6a6a6;
    border-width:1px 0 0 1px;    
}

    .wunInlineTable td{
        padding:4px; 
        border:solid #a6a6a6;
        border-width:0 1px 1px 0;   
    }

/*Just for FF - makes that waterLogo is going down*/
#wunBottomLogo{
	position:absolute; 
    width:100%;
    top:0;
    left:0;
    /*min-height:100%;*/
    /*background-image:url('/images/logoWatermark.gif');*/ 
    /*background-repeat:no-repeat; */
    /*background-position:bottom center;*/       
}

#wunTopBg{
    position:absolute;
    /*z-index:-1;*/
    width:100%;
    height:300px;
    top:0;
    left:0;     
    background-image:url('/images/topBg.gif'); 
    background-repeat:no-repeat; 
    background-position:top center;  
}

/*Styles for top part*/
#wunTopBar{
    width:858px;
    height:80px;
    margin:40px auto 0 auto;
}

    #wunTopBar .wunLogo{
        float:left;       
    }

    /*Styles for first top menu*/
    #wunTopBar .wunFirstTopMenu{
        width:400px;
        height:30px;
        float:right;
    }

        #wunTopBar .wunSearchInput{
            width:120px;
            height:14px;
            padding:3px 5px;
            border:solid #ebedef;
            border-width:1px 0 1px 1px;
            float:right;
        }
        
        #wunTopBar .wunSearchButton{
            float:right;
            width:28px;
            height:22px;
            border:0;
            padding:0;
            margin:0;
        }
        
        #wunTopBar .wunFirstTopMenu a{
            float:right;
            margin:5px 20px 0 0;
            line-height:normal;
        }
        
        #wunTopBar .wunFirstTopMenu a.wunSendLink{
            background-image:url('/images/send.gif');
            background-repeat:no-repeat;
            padding-left:24px;
        }
        
        #wunTopBar .wunFirstTopMenu a.wunPrintLink{
            background-image:url('/images/print.gif');
            background-repeat:no-repeat;
			margin-right: 10px;
            padding-left:24px;
        }

		#wunTopBar .wunFirstTopMenu a.wunSitemapLink{
            background-image:url('/contentstore/shared/media_assets/sitemap_en_US.gif');
            background-repeat:no-repeat;
            padding-left:24px;
        }
    
    /*Styles for second top menu*/
    #wunTopBar .wunSecondTopMenu{
        width:614px;
        float:left;
        display:block;
        text-align:right;
        margin-top:10px;
        margin-left:14px;
    }
    
        #wunTopBar .wunSecondTopMenu a{
            color:#d1041c;
            font-size:12px;
            font-weight:normal;
            display:block;
            float:left;
            text-align:center;
            text-decoration:none;
            line-height:normal;
        }
        
        #wunTopBar .wunSecondTopMenu a:hover{
            /*font-weight:bold;*/
            color:#ff0000;
        }
          
            .wunSecondTopMenu a.firstLink{
                border-left:1px solid #FFFFFF;
                padding: 0 15px 0 12px;
            }
            
            .wunSecondTopMenu a.secondLink{
                border-left:1px solid #b9b9b9;
                padding: 0 15px 0 15px;
            }
            
            .wunSecondTopMenu a.thirdLink{
                border-left:1px solid #b9b9b9;
                width:76px;
            }
            
            .wunSecondTopMenu a.fourthLink{
                border-left:1px solid #b9b9b9;
                width:62px;
            }
            
            .wunSecondTopMenu a.fifthLink{
                border-left:1px solid #b9b9b9;
                width:130px;
            }
            
        #wunTopBar .wunSecondTopMenu a.selected{
            font-weight:bold;
        }

/*Styles for main box*/    
#wunMainBox{
    width:858px;
    margin:0 auto;
	padding-bottom:25px;
}

/*Separators between boxes*/
#wunMainBox .wunVerticalSeparator{
    margin-top:55px;
}

#wunMainBox .wunVerticalSeparator2{
    margin-bottom:19px;
}

#wunMainBox .wunHorizontalSeparator{
    margin-left:16px;
}



/*Boxes*/
    /*Borders for boxes*/
    #wunMainBox .wunRightSideBox{
        width:155px; 
        border:solid #ebedef;
        border-width:0 1px;
        background-color:#FFFFFF;
    }

	#wunMainBox .wunRightSideBox img{
        display:block; 
        margin-left:-2px;
    }
    
    #wunMainBox .wunSmallBoxBorder{
        width:155px; 
        /*border:solid #ebedef; */
        /*border-width:0 1px;*/
        /*background-color:#FFFFFF;*/
    }

.emLink{
	color:#505050;
	font-weight:bold;
}

        
    #wunMainBox .wunBoxBorder2{
        width:243px; 
        /*border:solid #ebedef;*/ 
        /*border-width:0 1px;*/      
        /*background-color:#FFFFFF;*/
    }
    
    #wunMainBox .wunBigBoxBorder{
        width:502px; 
        border:solid #ebedef; 
        border-width:0 1px;      
        background-color:#FFFFFF;
    }
    
    /*Front page*/
    #wunMainBox #wunIndexProductsBox{
        width:501px;
        height:260px;
        background-position:bottom left;
        background-repeat:no-repeat;
        padding:20px 0 0 14px;
        vertical-align:top;
    }
        
        #wunIndexProductsBox td{
            border:solid #ebedef;
            border-width:0 1px;
            padding:0 2px;    
        }
        
        #wunIndexProductsBox .indexProductBoxBg{
            background-image:url('/images/indexProductBg.jpg');
            background-position:center bottom;
            background-repeat:no-repeat;
            width:480px;
            height:199px;    
            padding:20px 0 0 14px;
            vertical-align:top;
        }
        
    
    #wunMainBox #wunIndexSponsorsBox{
        width:317px;
        height:142px;
        padding:20px 0 0 15px;
        background-image:url('/images/indexSponsorsBg.jpg');
        background-repeat:no-repeat;
        background-position:top left;
	float:right;
    }
    
        #wunIndexSponsorsBox .wunIndexSpons{
            width:180px;
        }

	#pressReleaseContainer div{
		border-bottom:1px solid #dededf;
		margin:12px 0 0 0 !important;
		padding-bottom:15px !important;
	}

    #wunMainBox #wunIndexPressBox{
        width:501px;
        height:225px;
        padding:20px 0 0 15px;
        background-image:url('/images/indexPressBg.jpg');
        background-repeat:no-repeat;
        background-position:top left;
    }
        
    #wunIndexPressBox #wunIndexPress .pressItems{
		width:415px;
        margin:15px 0 0 -13px;
	    background-image:url('/images/pressSeparata.gif');
	    background-repeat:no-repeat;
	    background-position:top left;
        }
	
	#wunIndexPressBox #wunIndexPress .pressItem{
        padding:5px 0 7px 13px;
	    background-image:url('/images/pressSeparata.gif');
	    background-repeat:no-repeat;
	    background-position:bottom left;
        }

        #wunIndexPressBox #wunIndexPress .date{
            padding-right:15px;
        }

        #wunIndexPressBox #wunIndexPress .descript{
            width:190px;
            padding-bottom:5px;
        }

    #wunIndexSaleBox{
        width:317px;
        height:142px;
        padding:20px 0 0 15px;
        background-image:url('/images/indexSaleBgNew.jpg');
        background-repeat:no-repeat;
        background-position:top left;
        float:right;
    }
    
        #wunIndexSaleBox .wunIndexDist{
            width:190px;
        }


	#pageHeader{
		height:33px;
        margin-top:12px;
        background-image:url('/images/pageHeaderSeparata.gif');
        background-repeat:no-repeat;
        background-position:bottom left;
    }
 
    /*Faq box*/
    #wunMiddleField .wunFqaBox2Container{
        border:solid #ebedef;
        border-width:0 1px;
        padding:0 2px;
    }
    
    .wunFaqTopImage{
        position:absolute; 
        z-index:1; 
        margin-left:-3px;    
    }
    
    #wunMiddleField .wunFaqBox2{
        width:498px;
        height:323px;
    }
        
        .wunFaqBox2 .wunFaqLinks{
            width:153px;
            background:#eeeef0;
            vertical-align:top;
            padding-bottom:150px;
            padding-top:2px;
        }
        
        .wunFaqBox2 .blackCan{
            background-image:url('/images/faqBoxLinksBg_blackCan.jpg');
            background-repeat:no-repeat;
            background-position:bottom;
        }
        
        .wunFaqBox2 .redCan{
            background-image:url('/images/faqBoxLinksBg_redCan.jpg');
            background-repeat:no-repeat;
            background-position:bottom;
        }
        
            .wunFaqLinks a{
                display:block;
                width:135px;
                padding:8px 9px;
                text-align:right;
				font-weight:bold;
                /*color:#4f4d4d;*/
                color:#8e8e8e;
                text-decoration:none;
            }
            
            .wunFaqLinks a:hover{
                /*color:#d1041c;*/
                color:#ff0000;
                background:#fefefe;
            }
            
            .wunFaqLinks a.faqOpen{
                color:#d1041c;
                background:#fefefe;
            }
        
        
        
        .wunFaqBox2 .wunFaqContent{
            width:300px;
            vertical-align:top;
            text-align:left;
            background-color:#fefefe;
            background-image:url('/images/faqBoxContentBg.gif');   
            background-repeat:no-repeat;
            background-position:center bottom;
            padding:14px 25px 35px 20px;
            /*height:323px;*/
        }
        
            .wunFaqContent a{
                color:#d1041c;
                text-decoration:none;
                background-image:url('/images/faqBullet.gif');
                background-repeat:no-repeat;
                background-position:0 2px;
                padding-left:12px;
                display:block;
            }
            
            .wunFaqContent a.open{
                color:#d1041c;
                text-decoration:none;
                background-image:url('/images/faqBulletOpen.gif');
                background-repeat:no-repeat;
                background-position:top left;
                padding-left:12px;
                display:block;
            }
      
            .wunFaqContent span{
                margin-left:15px;
                margin-top:10px;
            }
    
    #wunMiddleField .wunPagination{
        width:504px;
        height:18px;
        text-align:center;
        clear:both;
    }

    #wunMiddleField .wunPagination a:hover{
        /*color:#d3132a;*/
        /*font-weight:bold;*/
        /*text-decoration:none;*/
    }

    #wunMiddleField .wunPagination a.selectedRed{
        color:#cf031a;
        font-weight:bold;
        text-decoration:none;
    }
    
    #wunMainBox .wunTipBox{
        position:absolute; 
        width:170px;
        height:150px;
        background-image:url('/images/toolTipBoxTop.gif');
        background-position:top center;
        background-repeat:no-repeat;
        margin-top:-85px;
    }
    
        #wunMainBox .wunBoxBorder{
            width:151px;
            margin-left:13px;
            margin-top:7px;
            border:solid #ebedef; 
            border-width:0 1px;
            background-color:#FFFFFF;
            padding:0 2px 0 2px;      
        }
    
        .wunTipBox .wunTipBoxContent{
            width:131px;
            background-color:#f2f2f2;
            padding:5px 10px;
        }


	#productsBox{
		background-image:url('/images/bgProducts.jpg');
        background-position:top center;
        background-repeat:no-repeat;
        width:504px;
        height:230px;
	}
    
    

    #wunMainBox .wunProductsTitle{
        /*background-image:url('/images/productsImgTop.gif');*/
        /*background-position:top center;*/
        /*background-repeat:no-repeat;*/
        /*width:498px;*/
        /*height:23px;*/
        padding:11px 3px 0 3px;
    }

        .wunProductsTitle a{
            text-decoration:none;
            font-weight:bold;
            margin:7px 12px;
        }
        
        .wunProductsTitle a:hover{
            text-decoration:none;
            font-weight:bold;
            color:#cf031a;
        }

        .wunProductsTitle a.selected{
            text-decoration:none;
            font-weight:bold;
            color:#cf031a;
        }
        
    .wunProductsTitleByDropdown {
    	padding-left: 10px;
    	position: relative;
    	bottom: 3px;
    }
    	.wunProductsTitleByDropdown select {
	    	position: relative;
	    	top: 2px;
	    }
        
    .wunProductsTitle2 div{
        float:left;
        margin-right:18px;
    }
    
        .wunProductsTitle2 a{
            text-decoration:none;
            /*font-weight:bold;*/
			color:#cf031a;
        }
        
        .wunProductsTitle2 a:hover{
            text-decoration:none;
            /*font-weight:bold;*/
			color:#ff0000;
        }

        .wunProductsTitle2 a.selected{
            text-decoration:none;
            font-weight:bold;
            /*color:#cf031a;*/
        }

    .wunProductsBoxContainer{
        /*border:solid #ebedef;*/
        /*border-width:0 1px;*/
        /*padding:0 1px;*/   
    }
    
    .wunProductsBox{
        width:500px;
        height:160px;
    }
    
    .wunProductsLinks{
        width:361px;
        /*background-image:url('/images/productsImgBg.gif');*/
        /*background-repeat:no-repeat;*/
        /*background-position:bottom;*/
        /*background-color:#fdfdfd;*/ 
        vertical-align:top;
        padding:17px 0 0 15px;   
    }
        
        .wunProductsLinks a{
            /*text-decoration:none;*/
        }

        .wunProductsLinks a:hover{
            /*text-decoration:underline;*/
            /*font-weight:bold;*/
        }

        .wunProductsLinks a.selected{
            text-decoration:underline;
            font-weight:bold;
        }
    
        .wunProductsLinks div{
            width:120px;
            float:left;
        }
    
    .wunProductsBottles{
        background-image:url('/images/productsImgBottles.jpg');
        background-repeat:no-repeat;
        background-position:bottom; 
        background-color:#fdfdfd; 
        width:115px; 
        height:106px;
    }

    #wunMainBox #wunMoreFAQ{
        padding:10px 0;
    }
    
    #wunMainBox .wunGalleryBox{
        background-image:url('/images/galleryBoxBg.gif');
        background-repeat:no-repeat;
        background-position:top center;
        background-color:#d3d7da;
        width:123px;
        padding:0 14px 10px 14px;
        margin:0 auto;
        /*just for IE6*/
        _height:53px;
        min-height:53px;
    }    
        
        #wunMainBox .wunGalleryBoxPageHeight{
            /*just for IE6*/
            _height:107px;
            min-height:107px;
        }    
    
    #wunMainBox #wunSponsorsBox{
        background-image:url('/images/sponsorsBoxBg.gif');
        background-repeat:no-repeat;
        background-position:top center;
        background-color:#d3d7da;
        width:467px;
        padding:0 14px 1px 14px;
        margin:0 auto 0 auto;
        /*just for IE6*/
        _height:94px;
        min-height:94px;
    }

    #wunMainBox .wunMissionValuesBoxBorder{
        /*background-image:url('/images/saleBoxBg.gif');*/
        /*background-repeat:no-repeat;*/
        /*background-position:bottom center;*/
        /*background-color:#fcfcfc;*/
        width:123px;
        padding:10px 14px 10px 14px;
        margin:0 auto;
        /*just for IE6*/
        _height:172px;
        min-height:172px;
    }
    
    #wunMainBox .wunHistoryBox{
        /*background-image:url('/images/historyBoxBg.gif');*/
        /*background-repeat:no-repeat;*/
        /*background-position:top center;*/
        /*background-color:#d4d7da;*/
        width:123px;
        padding:0 14px 7px 14px;
        margin:0 auto;
        /*just for IE6*/
        /*_height:51px;*/
        /*min-height:51px;*/
    }

    #wunMainBox .wunContBox{
        background-image:url('/images/historyBoxBg.gif');
        background-repeat:no-repeat;
        background-position:top center;
        background-color:#d4d7da;
        width:123px;
        padding:0 14px 7px 14px;
        margin:0 auto;
        /*just for IE6*/
        _height:108px;
        min-height:108px;
    }

    #wunMainBox #wunAddressBox{
        background-image:url('/images/relatedLinksBoxBg.gif');
        background-repeat:no-repeat;
        background-position:top center;
        background-color:#e5e7e9;
        width:123px;
        padding:10px 14px 6px 14px;
        margin:0 auto;
        /*just for IE6*/
        _height:93px;
        min-height:93px;
    }
    
    #wunMainBox #wunRelatedLinksBox{
        background-image:url('/images/relatedLinksBoxBg.gif');
        background-repeat:no-repeat;
        background-position:top center;
        background-color:#e5e7e9;
        width:123px;
        padding:10px 14px 10px 14px;
        margin:0 auto;
        /*just for IE6*/
        _height:76px;
        min-height:76px;
    }
    
    #wunMainBox .moreContactOptBox{
        background-image:url('/images/moreContactOptBoxBg.gif');
        background-repeat:no-repeat;
        background-position:top center;
        background-color:#e5e7e9;
        width:123px;
        padding:10px 14px 10px 14px;
        margin:0 auto;
        /*just for IE6*/
        _height:76px;
        min-height:76px;
        line-height:18px;        
    }
    
    #wunMainBox #wunCustomerServiceBox{
        background-image:url('/images/customerServiceBoxBg.gif');
        background-repeat:no-repeat;
        background-position:top center;
        background-color:#d3d6d9;
        width:127px;
        padding:10px 12px 10px 12px;
        margin:0 auto;
        /*just for IE6*/
        _height:168px;
        min-height:168px;
    }
    
    #wunMainBox .wunProductContactBox{
        background-image:url('/images/customerServiceBoxBg.gif');
        background-repeat:no-repeat;
        background-position:top center;
        background-color:#d3d6d9;
        width:127px;
        padding:10px 12px 5px 12px;
        margin:0 auto;
        /*just for IE6*/
        _height:168px;
        min-height:168px;
    }
 
    
    #wunMainBox .wunContactBox{
        background-image:url('/images/contactBoxBg.gif');
        background-repeat:no-repeat;
        background-position:top center;
        background-color:#d3d6d9;
        width:123px;
        padding:0 14px 10px 14px;
        margin:0 auto;
        /*just for IE6*/
        _height:91px;
        min-height:91px;
        line-height:17px;
    }
    
        .wunContactBox h2{
            line-height:normal;   
        }
        
        #wunMainBox .wunContactBoxPageHeight{
            /*just for IE6*/
            _height:91px;
            min-height:91px;
        }
    
    #wunMainBox #wunPressNewsBox{
        background-image:url('/images/newsBoxBg.gif');
        background-repeat:no-repeat;
        background-position:top center;
        background-color:#d3d6d9;
        width:123px;
        padding:10px 14px 20px 14px;
        margin:0 auto;
        /*just for IE6*/
        _height:70px;
        min-height:70px;
    }
    
        #wunPressNewsBox input{
            width:110px;
            height:14px;
            padding:3px 5px;
            margin-bottom:10px;
        }
        
    #wunMainBox .wunIntPressBox{
        /*background-image:url('/images/newsBoxBg.gif');*/
        /*background-repeat:no-repeat;*/
        /*background-position:top center;*/
        width:125px;
        padding:6px 13px 10px 13px;
        margin:0 auto;
        /*just for IE6*/
        _height:88px;
        min-height:88px;   
    }

    #wunMainBox .wunIntPressBox1{
        background-image:url('/images/newsBoxBg1.gif');
        background-repeat:no-repeat;
        background-position:top center;
        background-color:#d3d6d9;
        width:125px;
        padding:10px 13px 10px 13px;
        margin:0 auto;
        /*just for IE6*/
        _height:88px;
        min-height:88px;
    }
    
        #wunMainBox .wunFactsBoxPageHeight{
            /*just for IE6*/
            _height:194px;
            min-height:194px;    
        }
    
    #wunMainBox #wunQuickLinks{
        width:125px;
        padding:0 16px 0 16px;    
    }
    
    #wunMainBox #wunQuickLinks a{
        display:block;
    }

    /*Styles for left menu*/
    #wunMainBox #wunLeftMenu{
        width:157px;
        float:left;
    }
    
        #wunLeftMenu .wunLeftMenuTitle{
            background-image:url('/images/menuLeftLabel.gif');
            background-repeat:no-repeat;
            width:137px;
            height:35px;
            padding:14px 10px 0 10px;
        }
        
        a.wunLeftMenuTitleLink{
            font-size:14px;
            font-weight:600;
            color:#505050;
            margin:0;
            padding:0;
            text-decoration:none; 
            line-height:normal;  
        }
    
        #wunLeftMenu .wunLeftMenuBorder{
            /*width:151px;*/
            /*border:solid #ebedef;*/
            /*border-width:0 1px; */
            /*background-color:#FFFFFF;*/
            /*padding:0 2px;   */
        }
    
        #wunLeftMenu .wunLeftMenuLinks{
            background-image:url('/images/leftMenuBg.gif');
            background-repeat:no-repeat;
            background-position: bottom center;
            /*background-color:#d3d6d9;*/
            /*just for IE6*/
            /*_height:410px;*/
            /*min-height:410px;*/
            padding:8px 0 10px 0;
        }
        
        #wunLeftMenu .wunLeftMenuPressLinks{
            background-image:url('/images/leftMenuPressBg.gif');
            background-repeat:no-repeat;
            background-position: top center;
            background-color:#e1e3e5;
            /*just for IE6*/
            /*_height:242px;*/
            /*min-height:242px;*/
            padding-bottom:1px;
        }
        
        /*#wunLeftMenu .wunLeftMenuLinks ul li ul {
		padding-left:4em;        	
        }*/
        
        #wunLeftMenu .wunLeftMenuLinks ul {
        	list-style-type:none;
        	text-indent: -1.7em;
        }
        
        #wunLeftMenu .wunLeftMenuLinks a{
            font-size:12px;
            display:block;
            text-decoration:none;
            margin:0 10px 8px 12px;
			color:#cf031a;
            line-height:normal;
        }
        
        #wunLeftMenu .wunLeftMenuLinks a:hover{
            color:#ff0000;
            /*font-weight:bold;*/
        }
        
        #wunLeftMenu .wunLeftMenuLinks a.selected{
            /*color:#cf031a;*/
            font-weight:bold;
        }
        
        #wunLeftMenu .wunLeftMenuLinks h3{
            font-size:12px;
            font-weight:bold;
            margin:0 10px 8px 12px;
        }

    /*Styles for middle field*/
    #wunMainBox #wunMiddleField{
        width:504px;
        margin:0 20px;
        float:left;        
    }
        /*Sale and distribution*/
        #wunMiddleField .wunSaleImage {
            float:left;
            width:120px;
        }

        #wunMiddleField .wunSaleTxt{
            float:left;
            width:376px;
        }
        
        #wunMiddleField #wunPressBox{
            display:block;
            width:504px;
			margin-top:25px;
			margin-bottom:50px;
			padding-bottom:15px;
			border-bottom:1px solid #dededf;
        }

		#wunMiddleField #wunPressBox.pressReleases{
            display:block;
            width:504px;
			margin-top:5px;
			margin-bottom:0;
			padding-top:15px;
			padding-bottom:0;
			border-top:1px solid #dededf;
			border-bottom:0 solid #ffffff;
        }
        
            .wunFactsLine{
                width:504px; 
                clear:both; 
                height:40px;
            }
        
        #wunMiddleField #wunPressBox .paragraph{
            display:block;
            width:504px;
        }

		#wunMiddleField #wunPressBox .topBorder{
			border-top:1px solid #dededf;
        }
        
            #wunPressBox .paragraph a{
                /*font-weight:bold;*/
                /*color:#505050;*/
            }
            
            #wunPressBox .paragraphSeparator{
                height:10px;
				margin-bottom:10px; 
                width:504px;
                clear:both;
				border-bottom:1px solid #dededf;
            }
            
            #wunPressBox .paragraph .link{
                display:inline-block;
                width:400px;
                float:left;
				color:#505050;
            }
            
            #wunPressBox .paragraph .date{
                display:inline-block;
                width:80px;
                float:right;
                text-align:right;
            }
            
            #wunPressBox p{
                clear:both;
                margin:0;
                padding:10px 0 0 0;
            }
            
            #wunPressBox p a{
                /*text-decoration:none;*/
                /*color:#d3132a;*/
				font-weight:bold;
            }
        
        #wunMiddleField .wunPressContactBox{
            background-image:url('/images/pressContactBoxBg.gif');
            background-repeat:no-repeat;
            background-position:bottom center;
            background-color:#ffffff;
            width:217px;
            padding:0 14px 20px 14px;
            margin:0 auto;
            /*just for IE6*/
            _height:95px;
            min-height:95px;
            line-height:17px;
        }
        
        #wunMiddleField .wunSponsorsBox{
            width:318px;
            float:right;    
        }
            
            .wunSponsorsBox a{
                /*text-decoration:none;*/
                /*color:#d1041c;*/
            }
        
        #wunMiddleField #wunMissionBox{
            background-image:url('/images/missionBoxBg.gif');
            background-repeat:no-repeat;
            background-position:top center;
            background-color:#d3d6d9;
            width:211px;
            padding:0 14px 5px 14px;
            margin:0 auto;
            /*just for IE6*/
            _height:120px;
            min-height:120px;
        }
        
        #wunMiddleField #wunValuesBox{
            background-image:url('/images/valuesBoxBg.gif');
            background-repeat:no-repeat;
            background-position:top center;
            background-color:#dfe1e4;
            width:211px;
            padding:0 14px 5px 14px;
            margin:0 auto;
            /*just for IE6*/
            _height:201px;
            min-height:201px;
        }
        
        #wunMiddleField #wunMovieContainer .leftMargin{
            margin-left:10px;
        }
    
        #wunMiddleField #wunFaqBox{
            float:left;
            width:504px;
        }
        
            #wunFaqBox a, a.close{
                color:#d1041c;
                text-decoration:none;
                background-image:url('/images/faqBullet.gif');
                background-repeat:no-repeat;
                background-position:center left;
                padding-left:12px;
                display:block;
            }
            
            #wunFaqBox a.open{
                color:#d1041c;
                text-decoration:none;
                background-image:url('/images/faqBulletOpen.gif');
                background-repeat:no-repeat;
                background-position:top left;
                padding-left:12px;
                display:block;
            }
            
            #wunFaqBox a.clearStyles{
                font-family:Arial;
                font-size:11px;
                color:#8e8e8e;
                text-decoration:underline;
                background-image:none;
                padding:0;
                margin-top:10px;
            }
            
            #wunFaqBox p{
                margin-left:15px;
                margin-top:10px;
            }
            
            #wunFaqBox hr{
                height:0;
                border:solid #dededf;
                border-width:1px 0 0 0;
            }

			a.close{
                color:#d1041c;
                text-decoration:none;
                background-image:url('/images/faqBullet.gif');
                background-repeat:no-repeat;
                background-position:0 2px;
                padding-left:12px;
            }

			a.open{
				color:#d1041c;
                text-decoration:none;
                background-image:url('/images/faqBulletOpen.gif');
                background-repeat:no-repeat;
                background-position:top left;
                padding-left:12px;
            }
        
    /*Styles for right menu*/
    #wunMainBox #wunRightMenu{
        width:157px;
        float:right;
    }

.newProductBoxTop{
    background-image:url('/images/newProductBoxTop.jpg');    
    background-position:top;
    background-repeat:no-repeat;
    width:102px;
    height:60px;
    padding:15px 40px 0 15px;
    _height:64px;
    _padding:11px 40px 0 15px;
}

.wunNewProductBox{
    background-image:url('/images/newProductBoxBg.gif');    
    background-position:top center;
    background-repeat:no-repeat;
    background-color:#d6d9dc;
    width:125px;
    /*padding:20px 13px 5px 13px;*/
    padding:20px 13px 0 13px;
    /*just for IE6*/
    _height:30px;
    min-height:30px;
    margin:0 auto; 
}


/*Styles for bottom part*/   
#wunBottomBar{
    clear:both;   
    width:893px;
    margin:0 auto;
    padding-top:15px;
}  

    #wunBottomBar a{
        margin-left:30px;
		color:#8e8e8e;
    }
    
    #wunBottomBar span{
        text-align:center;
        font-size:10px;
        color:#d5d8db;
        display:block;
        margin-top:28px;
    }


/*Styles for popup*/
#wunPopupPosition{
    padding:30px;
}

body.wunPopup{
    background-color:#FFF;
    background-image:none;
}

.wunPopupTitle{
    float:left;
    padding-top:35px;
}

/*Press release table*/
.pressReleaseTable{
    width:504px;
}

.pressReleaseTableLink{
    width:424px;    
}

    .pressReleaseTableLink a{
        font-weight:bold;
        color:#505050;
    }

	.pressReleaseTableLink a:hover{
        font-weight:bold;
        color:#ff0000;
    }

.pressReleaseTableDate{
    width:80px;
    text-align:right;
}

/*Styles for Soft drinks*/
.wunProductsImage{
    width:175px;
    float:left;
    text-align:center;
    padding-top:30px;
}

.wunProductsTxt{
    width:310px;
    float:left;
    padding-top:30px;
}

.wunBoxProducts{
    width:306px;
    height:32px;
    background-image:url('/images/boxSoftDrinksTopBorder.gif');
    background-repeat:no-repeat;
    background-position:top left;
    margin-top:7px;
}

.wunBoxProductsHide{
    width:306px;
    height:25px;
    background-image:url('/images/boxSoftDrinksHide.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    margin-top:7px;
}

.wunArrowBoth{
    float:left;
    padding:9px 0 0 15px;
    width:9px;
}

.wunArrowBoth1{
    float:left;
    padding:9px 0 0 18px;
    width:9px;
}

.wunProductSoftTitle{
    float:left;
    padding:5px 0 0 5px;
}


.wunProductSoftTitle a{
    font-weight:bold;
    color:#505050;
    text-decoration:none;
}

.wunProductSoftTitle1{
    float:left;
    padding:5px 0 0 2px;
}

.wunProductSoftTitle1 a{
    font-weight:bold;
    /*color:#505050;*/
    text-decoration:none;
}

.wunProductCont{
    width:300px;
    border:solid #ededef;
    border-width:0 1px;
    padding:0 2px 0 2px;
    float:left;
}

.wunProductContBg{
    width:300px;
    _height:139px;
    min-height:139px;
    background-image:url('/images/boxSoftDrinks.gif');
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#efeff1;
    padding-bottom:10px;
    float:left;
}

    .wunProductContBg .title{
        height:35px;
        display:block;   
    }

.wunLeftCont{
    float:left;
    width:145px;
    margin-left:8px;
}

.wunRightCont{
    float:right;    
    width:126px;
    margin-right:5px;
    vertical-align:top;
}

.wunProductConainer div{
    float:left;
    width:135px;
    padding-left:15px;
}

.wunProdTitleSmall{
    height:35px;
}

.wunProdBelowTitle{
    padding-top:0;
}

.wunProductTable{
    width: 135px;
}




.wunProduct1stCol{
    text-align:right;
    vertical-align:top;
}

.wunProduct2ndCol{
    text-align:left;
    padding-left:15px;
    vertical-align:top;
}

/*28.05.2008 - sitemap*/
.wunSitemap{
    float:left;
    width:250px;
}

.wunSiteMapLine{
    width:504px;
    clear:both;
    float:left;
    margin-bottom:20px;
}

.wunRedLineSmall{
    padding:5px 0;
}

.wunsubTitle{
    padding-top:10px;
}


.wunGreyItalic{
    color:#505050;
    font-weight:bold;
}

.wunTop5{
    padding-top:5px;
}

/*28.05.2008 - products*/
.wunProductsBgBelow{
    width:504px;
    height:141px;
    background-image:url('/images/productsImgBelow.jpg');
    background-repeat:no-repeat;
    background-position: top center;
    margin-top:17px;
}

.wunProdBgBelowPosition{
    padding:15px 0 0 15px;
}

.wunUnderstand{
    width:250px;
}

/*28.05.2008 - index*/
#wunMainBox #wunIndexMeetPpl{
    width:317px;
    height:221px;
    padding:200px 0 0 15px;
    background-image:url('/images/indexMeet.jpg');
    background-repeat:no-repeat;
    background-position:top left;
}

.wunIndexMeetBox1{
    float:left;
    width:80px;
    text-align:center;
}

.wunIndexMeetBox2{
    float:left;
    width:180px;
}

.wunMeetSpace{
    height:10px;
    clear:both;
}

#wunIndexCokeBox{
    width:317px;
    height:142px;
    padding:20px 0 0 15px;
    background-image:url('/images/indexCokeBg.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    float:right;
}

    .wunIndexCoke{
        width:110px;
    }

.wunRed{
    color:#8e8e8e;
	font-weight:bold;
}

.wunWhiteLink{
    color:#FFF;    
}

/*29.05.2008 - facts*/
.wunGreyNoItalic{
    color:#505050;
    font-weight:bold;
    padding-right:10px;
}

.sponsorBoxes{
	padding-bottom:10px;
	background-image:url('/images/sponsorBoxesBg.jpg');
    background-repeat:no-repeat;
    background-position:bottom left;
	_width:503px;
}

 
.wunHistBox{
    width:157px;
    height:105px;
}
    
.wunHistoryMask{
    position:absolute;
    z-index:1;    
}

.wunContactBox1{
    width:157px;
    height:123px;
}

.wunSponsorBox1{
    width:504px;
    clear: both;
}

#wunMainBox .wunSmallBoxBorder1{
    /*width:502px;*/
    /*border:solid #ebedef;*/
    /*border-width:0 1px;*/
    /*background-color:#FFFFFF;*/
}

#wunMainBox .wunSponsBox1{
    background-image:url('/images/sponsorsBoxBg.gif');
    background-repeat:no-repeat;
    background-position:top center;
    background-color:#d4d7da;
    padding:15px 14px 7px 14px;
    margin:0 auto;
    /*just for IE6*/
    _height:51px;
    min-height:51px;
}

.wunSponBox{
    width:157px;
    height:120px;
}

#wunMainBox .wunPlantBottleBox {
background-color:#FFFFFF;
margin:0 auto;
min-height:51px;
padding:15px 14px 7px;
}

.debug {
  display: none;	
}

#globalCompHist, #denmarkCompHist{
	margin-top:1px;
	* margin-top:-2px;
	padding-top:10px;
	background-image:url('/images/greySeparata.gif');
	background-repeat:no-repeat;
    background-position:top center;
}