html, body{		
	font-family: verdana;
	font-size: 11px;
}

a img{
	border: 0;
}

#wrapper{
	width: 100%;			
	height: 100%;			
	margin:0 auto;			
}

#top{							
	height: 300px;			 									
	background: #E71F76;
	position:relative;			
	overflow:hidden;	
}

#top h1{
	padding: 25px 10px;	
	color: white;
	font-size: 22px;	
	text-align:center;
}

#rightMenu{
	position:absolute;
	right:10px;
	top: 10px;
}

#rightMenu ul{
	list-style-type: none;
	text-align: right;
	color: white;
}

#rightMenu li{
	margin-bottom: 10px;
}

#rightMenu li a{
	color: white;
	text-decoration: none;
}

#yogurtOptions{
	position: absolute;			
	text-align:center;
	bottom: 20px;			
	margin-left: 50%;
	padding-left: 125px;
	z-index: 20;
}

#yogurtOptions ul{
	list-style-type: none;			
	color: white;
}

#yogurtOptions li{
	margin-top: 15px;			
}

#yogurtOptions li a{
	color: white;
	text-decoration: none;
	border: 1px solid #DDD;
	padding: 3px;
	display: block;
	width: 65px;	
}

#yogurtOptions li a:hover{
	border-color: #FFF;
}

#nutrition{
	position: absolute;			
	text-align:center;
	bottom: 20px;			
	margin-right: 50%;
	padding-right: 250px;
	right: 0;
	z-index: 20;
}

#nutrition ul{
	list-style-type: none;			
	color: white;
}

#nutrition li{
	margin-top: 10px;
	margin-bottom: 4px;
}

#nutrition li a{
	color: white;
	text-decoration: none;				
	border: 1px solid #DDD;
	padding: 3px;
}

#nutrition li a:hover{
	border: 1px solid #FFF;			
}

#bottom{
	position: relative;
	overflow: hidden;
	height: 150px;
}

#description{
	position: absolute;			
	top: 20px;			
	margin-right: 50%;
	padding-right: 125px;
	/*margin-left: 10px;*/
	width: 215px;
	right: 0;
	color: #BBB;
	z-index: 20;
}

#toppingOptions{
	position: absolute;			
	text-align:center;
	top: 20px;			
	margin-left: 50%;
	padding-left: 125px;
	z-index: 20;
}

#toppingOptions ul{
	list-style-type: none;			
	color: #BBB;
	float:left;
	margin-right: 10px;
}

#toppingOptions li{
	margin-bottom: 10px;
}

#toppingOptions li a{
	border: 1px solid #BBB;
	padding: 3px;
	color: #BBB;
	text-decoration: none;
	display: block;
	width: 65px;
}

#toppingOptions li a:hover{
	border: 1px solid #999;
}

#footer{				
	text-align: center;
	color: #bbb;
}

#topImg, #topImg-2{				
	position: absolute;			
	z-index: 5;	
	top: 85px;		
}

#topImg-2{		
	z-index: 10;
}

#botImg,#botImg-2{			
	position: absolute;			
	z-index: 5;	
	top: 0px;		
}

#botImg-2{	
	z-index: 10;
	
}

.topOff{
	left: -200px;	
}

.botOff{
	left: -200px;	
}


#overlay{		
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:100;
	-moz-opacity: 0.5;
	opacity:.5;
}

body > div#overlay { position: fixed; }

#modal{		
	position: absolute;
	top: 0px;
	left: 0px;
	width: 460px;
	height: 200px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: white;
	z-index:101;
	overflow: auto;
}

body > div#modal {position: fixed;}


#close a{
	position:absolute;
	right: 5px;
	top: 5px;
	color: #999;
}
#modal{
	color: #999;
	line-height: 16px;
}

#modal h2{
	font-size: 16px;
	margin-top: 20px;
}

span.left{float: left;}
span.right{float: right;}


#welcome{
	position:absolute;
	left:0px;
	top: -150px;
	width: 210px;
	border: 1px solid white;
	color: white;
	text-align: left;
	padding: 10px;
    line-height: 20px;
}

#welcome h2{
	font-size: 16px;
}
