@charset "UTF-8";
body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #5e5e5e;
	background: #f0f0f0 url(/images/iphone_background.jpg) top left repeat-y;
	
	background-color:#FFF
}
#menu
{
	list-style-type: none;
	margin: 10px 0 -10px -10px;
	padding: 0;
	font-weight: bold;
}
	#menu li
	{
		display: block;
		width: 320px;
		height: 44px;
		font-size: 20px;
		font-family: Helvetica, Arial;
		border-bottom: solid 1px #ffffff;
	    background: #2e0566 url(/images/arrow.png) no-repeat right center;
		margin: 0;
		padding: 0;
	}
		#menu li a
		{
			display: block;
			width: 300px;
			height: 16px;
			padding: 14px 0 14px 10px;
			color: #ffffff;
			text-decoration: none;
		}
#footer
{
	display: block;
	margin: 10px 0 -10px -10px;
	padding: 10px;
	width: 300px;
	height: 100px;
	background-color: #5e5e5e;
	color: #ffffff;
}
	#footer a
	{
		color: #ffffff;
	}

a
{
	color: #5e5e5e;
	border:none;
}

.textImage
{
	display: block;
	float: right;
	margin: 10px 0 10px 10px;
}

/* HEADERS */
h1
{
	margin: 10px;
}
	h1.indexTitle
	{
	margin: 10px;
	}
h2
{
	color: #5e5e5e;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
h3
{
	color: #5e5e5e;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
#container
{
	margin: 0;
	padding: 0;
	width: auto;
}
#content
{
	margin: 0;
	padding: 10px;
	width: auto;
}

video {
	width: 320px;
	height: 180px;
	margin: 0;
	float:left; 
}

#tablecontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding:10px;
	background:url(http://www.timessquare.com.hk/mobile/images/cellarrow.jpg) no-repeat right center ;
}

<!-- dropdown -->


#dropdown {
		background-color:#FF0000;
		position:absolute;
		top:79px;
		left:0;		
		width:320px;
		height:1024px;
		-webkit-transition: margin-top;
		-webkit-transition-timing-function: ease-in-out;
		-webkit-transition-duration: 550ms;
}
 
#dropdown.fadeAway {
		margin-top:200px;
}
#dropdownclose {
		position:fixed;
		top:120;
		-webkit-transition: margin-top;
		-webkit-transition-timing-function: ease-in-out;
		-webkit-transition-duration: 550ms;
}
 
#dropdownclose.fadeBack {
		margin-top:0px;
	
}
