*{margin:0; padding:0;}
#demoTop{
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	background:#000 url(../pix/hdrBg.png) 0 0 repeat-x;
	text-align:center;
	padding:5px 0;
}


h1,
h1 a{
	width:220px;
	height:40px;
	display:block;
	text-indent:-99999em;
	float:left;
	margin:0;
	background-repeat:no-repeat;
}
h1 a{
	background-image:url(../pix/storelicious.png);
	margin:3px 0 0 20px;

}
a{outline:none;}
#buy{
	float:right;
	width:190px;
	margin:2px 20px 0 0;
	position:relative;

	}

#btnMemberships{
	background-image:url(../pix/down.png);
	width:34px;
	height:34px;
	display:block;
	text-indent:-9999em;
	float:right;
	}
	
#btnBuy{
	float:left;
	width:156px;
	height:34px;
	display:block;
	background:url(../pix/btnBuy.png);
	text-indent:-9999em;
	}
#btnBuy:hover,
#btnMemberships:hover{background-position:0 -34px;}
select{
	font-size:18px;
	padding:3px 5px;
	width:18%;
	margin:3px 0 2px 0;
	background-color:#333;
	border:1px solid #666;
	color:#CCC;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;	
}

select#estilos{margin-left:20px; display:none;}
select#lista{width:30%;}
ul, li{ list-style:none;}
.menu_body {
	display:none; 
	width:188px;
	border:1px solid #9f9e9e;
	border-top:none;
	position:absolute;
	top:32px;
	font-size:13px;
	text-align:left;
	}
.menu_body li{background:#676767;}
.menu_body li.alt{background:#474646;}
.menu_body li a{color:#fff; text-decoration:none; padding:10px; display:block;}
.menu_body li a:hover{padding:15px 10px; font-weight:bold;}
.menu_body,
.menu_body li.last,
.menu_body li.last a{
		-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;

}
