body {
	margin: 0; padding: 0;
	text-align: center;
	font: 9pt/1.5em "Lucida Grande", "Helvetica", Arial, Sans-serif;
	background: #191919;
	background: #262626 url("../img/iphone_background.jpg");
	color: #c8c8c8;
}

#bar_container {
	background: url("../img/iphone_menu_background.jpg") repeat-x;
	height: 75px;
}


a.logo {
	float: left;
	/*background: url("../img/iphone_menu_logo.jpg") no-repeat;*/
	background: url("../img/iphone_menu_logo_3.jpg") no-repeat;
	margin: 0; padding: 75px 0 0 0;
	/*width: 82px;*/ width: 165px; height: 75px;
	text-indent: -6000em; 
	overflow: visible !important;
	overflow: hidden;
	height: 0px !important;
}

a.logo:hover { background-position: 0 -75px; }


#iphone_bar
{
	width: 680px;
	margin: 0 auto;
}

#iphone_apps_menu {
	float: right;
	margin: 0; padding: 0;
	height: 75px;
	display: inline;
	overflow: hidden;
}

#iphone_apps_menu li {
	display: inline;
	list-style: none;
	margin: 0; padding: 0;
}

#iphone_apps_menu a {
	float: left;
	margin: 0; padding: 75px 0 0 0;
	width: 60px;
	text-indent: -6000em; 
	overflow: visible !important;
	overflow: hidden;
	height: 0px !important;
}

#iphone_unity a { background: url("../img/iphone_menu_unity.jpg") no-repeat; }
#iphone_areas a { background: url("../img/iphone_menu_areas.jpg") no-repeat; }
#iphone_mazo a { background: url("../img/iphone_menu_mazo.jpg") no-repeat; }
#iphone_guia a { background: url("../img/iphone_menu_guia.jpg") no-repeat; }
#iphone_lyrico a { background: url("../img/iphone_menu_lyrico.jpg") no-repeat; }

#iphone_apps_menu li.selected a { background-position: 0 -75px; }
#iphone_apps_menu li.selected a:hover { background-position: 0 -75px; }
#iphone_apps_menu li a:hover { background-position: 0 -150px; }



strong { color: #ffffff; }

a { color: #ffffff; text-decoration: underline; }
a:hover { color: #ffffff; }


h2 { margin: 1.5em 0 8px 0; padding: 0 0 3px 0; font-size: 9pt; font-weight: bold; border-bottom: 1px solid #444444; }

ul { margin: 0; padding: 0 0 0 20px; font-size: 8pt; }

img { border: 0; }

#container {
	margin: 32px auto 0;
	width: 680px;
	text-align: left;
}


#main {
	float: right;
	width: 440px;
	margin: 0 0 0 34px;
}

#sidebar {
	float: left;
	width: 200px; height: 430px;
	background: url("../img/iphone_empty.jpg") no-repeat;
}

img#screenshot { width: 200px; height: 370px; }

#pager {
	margin: 24px 0 0 0;
	height: 7px;
	text-align: center;
	/*background-color: #444444;*/
	cursor: default;
}

#pager a { margin: 0; padding: 10px 0 0 7px; text-decoration: none; font-size: 0; color: #191919; cursor: pointer; }

#pager a:hover { background: url("../img/iphone_pager_hover.jpg") no-repeat; }
#pager a { background: url("../img/iphone_pager_off.jpg") no-repeat; }
#pager a.on { background: url("../img/iphone_pager_on.jpg") no-repeat; }

#app_banner { margin: 3px 0 5px 0; }


#footer {
	clear: both;
	margin: 0 auto; padding: 20px 40px 20px;
	font-size: 7pt; text-align: center; line-height: 1.6em; 
}

#footer p { margin-bottom: 1.6em; }
#footer img.logo { margin-bottom: 3px; }


#appstore { margin: 5px 0 15px 0; padding: 0; }



blockquote {
	border-left: 1px solid #bbbbbb;
	margin: 0 0 1em 0; padding: 0 0 0 10px;
	font-style: italic;
	font-size: 8pt;
}


