		body{
			margin:0px;
			padding:0px;
			height:100%;
		}
		
		#container{
			width:100%;
			height:593px;
			visibility:hidden;
		}
		
		#main{
			width:900px;
			height:593px;
			overflow:hidden;
			position:relative;
		}
		
		#mainInside{
			padding:10px 0px 10px 0px;
		}
		
		
		
		#nav{
			position:absolute;
			z-index:1000;
			padding:0px;
			margin:0px;
			height:24px;
			width:880px;	
		}
		
		
		#navPlaceHolder{
			width:880px;
			height:24px;
			overflow:hidden;
			margin:0px 0px 66px 10px;
			_margin:0px 0px 56px 5px;
			padding:0px;
			float:left;
		}
		
		#navPlaceHolder UL{
			width:1px;
			height:1px;
			overflow:hidden;
		}
		
		#VitaminWaterNav{
			position:absolute;
			z-index:1001;
		}
		
		
		
		#headlines{
			width:900px;
			height:172px;
			overflow:hidden;
			clear:left;
			float:left;
		}

		#headlines p{
			margin:0px 0px 7px 0px;
			padding:0px 0px 0px 51px;
			width:650px;                          /* updated width for mexico */
			float:left;
			clear:left;
		}	

		
		#headlines img{
			margin:10px 0px 15px 51px;
			float:left;
		}
		
		#content{
			margin:16px 0px 0px 21px;
			font-size:11px;
			width:900px;
			float:left;
		}
		
		#bottlesContainer{
			margin:16px 0px 0px 70px;
			_margin:0px 0px 0px 70px;
			clear:left;
		}

		#bottleCollection{
			margin-top:-20px !important;
			*margin-top: -46px !important; /*IE_7 specific alignment*/
			_margin-top: -20px !important; /*IE_6 specific alignment*/
			position:absolute;
		}
		.bottles{
			width:86px;
			height:210px;
			position:relative;
			margin-left:-31px;
		}
		
		.bottlePop{
			width:94px;
			height:230px;
			position:absolute;
			margin-top:-20px;
		}



		#bottleInfo{
			position:absolute;
			margin-top:10px;
			clear:left;
			float:none;
		}

		#bottleInfo div{
			margin:0px;
			padding:0px;
			float:left;
			clear:left;
		}
		
		
		
		
		#footer{
			text-align:right;
			width:900px;
			margin:4px auto 0px auto;

		}

		

