#top_part
{
	width: 768px;
	height: 512px;
}

#touch_container
{
	width: 768px;
	margin: 40px auto;
	
	text-align: left;
}

/* Left (video) side */

#touch_video_container
{
	z-index: 1;
	float: left;
	width: 255px;
	height: 499px;
	background-image: url(/iflashtouch/images/iphone_shell.png);
}

#touch_video
{
	margin: 78px 0px 0px 23px;
}


/* Right side */


#right_side_container
{
	width: 463px;
	float: right;
	padding: 0px 0px 0px 50px;
}


#spheal h1
{
	text-indent: -9999px;
	background: url(/iflashtouch/images/iflash_touch_title.png) no-repeat;
	width: 330px;
	height: 72px;
}

#spheal p
{
	font: 14px Helvetica, Arial;
	color: #1f1f1f;
}

#spheal a
{
	background: url(/iflashtouch/images/iflash_mac_mini.png) no-repeat;
	padding-left: 24px;
}

#spheal a:link    { color: #2c5695; text-decoration: underline; }
#spheal a:visited { color: #2c5695; text-decoration: underline; }
#spheal a:active  { color: #2c5695; text-decoration: underline; }
#spheal a:hover   { color: #1f457f; text-decoration: underline; }


#download_touch
{
	margin-top: 30px;
}


#download_touch a
{
	float: left;
	background: url(/iflashtouch/images/download_touch.png) no-repeat;
	text-indent: -9999px;
	
	width: 214px;
	height: 28px;
}


#download_touch ul
{	
	font: 11px Helvetica, Arial;
	color: #848484;
	
	list-style: none;
	
	margin-left: 220px;
	padding-left: 0px;
}


#screenshots_left
{
	margin-top: 40px;
	
	background: url(/iflashtouch/images/gallery_left_cap.png) no-repeat bottom left;
	
	height: 127px;
	width: 458px;
}

#screenshots_right
{
	background: url(/iflashtouch/images/gallery_right_cap.png) no-repeat bottom right;
	
	height: 127px;
	width: 454px;
	
	padding-left: 4px;
}

#screenshots_container
{
	background: url(/iflashtouch/images/gallery_fill.png);
	
	margin-right: 4px;
	
	height: 127px;
	width: 450px;
}



#screenshots_container h4
{
	font: bold 11px Helvetica, Arial;
	color: #585858;
	padding: 7px 0px 0px 5px;
}

#screenshots_container ul
{
	list-style: none;
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 3px;
}

#screenshots_container li
{
	display: inline;
}

#screenshots_container img
{
	border: none;
	padding: 0px 13px 0px 13px;
}


/* Instructions */

#instructions_hack_please_fix_me
{
	width: 768px;
	height: 222px;
	
	background: url(/iflashtouch/images/instructions_hack.png) no-repeat;
}


#instructions_left
{
	display: inline;
	z-index: 2;
	
	margin-top: 40px;
	
	background: url(/iflashtouch/images/export_left_cap.png) no-repeat bottom left;
	
	height: 221px;
	width: 768px;
}

#instructions_right
{
	background: url(/iflashtouch/images/export_right_cap.png) no-repeat bottom right;
	
	height: 221px;
	width: 764px;
	
	padding-left: 4px;
}

#instructions_container
{
	background: url(/iflashtouch/images/export_fill.png);
	
	margin-right: 4px;
	
	height: 221px;
	width: 760px;
}

#instructions_container ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#instructions_container li
{
	display: table-cell;
	width: 190px;
	
	font: 11px Helvetica, Arial;
	color: #585858;
}


#instructions_container li img
{
	display: block;
}




