﻿@charset "utf-8";
/* iPhone Soccer Game App CSS Document */

img, div { behavior: url(iepngfix.htc) }

body{
	margin-top:15px;
	padding:0;
	background-color:#e0e0e0;
}

.clear{
	clear:both;
}

.wrapper{
	width:862px;
	height:651px;
	margin:auto;
	background-image:url(../images/mainbg.png);
	background-repeat:no-repeat;
	padding-top:9px;
	padding-left:32px;
}

.container{
	width:830px;
	height:639px;
}

.content{
	height:530px;
	width:830px;
}

.left_panel{
	width:440px;
	float:left;
	position:relative;
}

.iphone{
	width:217px;
	height:325px;
	margin-left:27px;
	margin-top:22px;
	background-image:url(../images/iPhone.png);
	background-repeat:no-repeat;
	padding:83px 25px 97px 28px;
}

.slide_screens{
	width:217px;
	height:325px;
}

.slide_screens img{
	width:217px;
	height:325px;
}
.player{
	z-index:100;
	width:174px;
	height:444px;
	background-image:url(../images/player.png);
	background-repeat:no-repeat;
	position:absolute;
	top:80px;
	right:0;
}


.right_panel{
	width:390px;
	float:right;
}

.game_title{
	width:352px;
	height:211px;
	float:right;
	margin-top:22px;
	margin-right:10px;
}

.text{
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	line-height:20px;
	width:342px;
	margin-right:20px;
	float:right;
	text-align:justify;
}


.footer{
	height:109px;
	width:830px;
}

.app_store{
	width:284px;
	height:70px;
	margin-top:10px;
	margin-right:0px;
	float:right;
}

.nav_panel{
	width:270px;
	height:70px;
	float:left;
	margin-left:27px;
	margin-top:10px;
}

.prev{
	width:50px;
	height:50px;
	float:left;
}

.prev a{
	width:50px;
	height:50px;
	background-image:url(../images/left.png);
	background-position:top;
	background-repeat:no-repeat;
}

.prev a:hover{
	width:50px;
	height:50px;
	background-image:url(../images/left.png);
	background-position: 0 -50px;
	background-repeat:no-repeat;
}

.next{
	width:50px;
	height:50px;
	float:right;
}

.next a{
	width:50px;
	height:50px;
	background-image:url(../images/right.png);
	background-position:top;
	background-repeat:no-repeat;
}

.next a:hover{
	width:50px;
	height:50px;
	background-image:url(../images/right.png);
	background-position: 0 -50px;
	background-repeat:no-repeat;
}

.nav{
	float:left;
	height:10px;
	width:170px;
	margin-top:20px;
}


.nav a{
	float:left;
	width:10px;	
	height:10px;	
	margin:0 9px 0 9px;
	background-image:url(../images/nav_green.png);
	background-position:top;
	}

.nav a:hover{
	background-image:url(../images/button_yellow.png);
	}



#nav a.activeSlide {background-image:url(../images/button_yellow.png);}

.links{
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}

.links a{
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}

.homesite{
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	margin-left:60px;
}

.homesite a{
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}
.twitter{
	float:left;
	padding-right:10px;
	padding-top:5px;
}
