@charset "UTF-8";
/* CSS Document */

html{ height: 100%; }

body{ 
	margin:0;
	background-color:#0099CC; 
	height: 100%; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 16px; 
	color:#000; }

.cleaner{clear:both;}

#wrapper{
	position:relative;
	width:800px;
	margin:5px auto 0px auto;
}

#iphone_box {
	position:relative;
	float:right;
	width:283px;
	height:600px;
	margin-right:30px;
	background-image:url(../images/apps_common/iPhone_Portrait.jpg);
}

#iphone_box_landscape {
	position:relative;
	float:left;
	width:650px;
	height:283px;
	margin-left:30px;
	margin-bottom:30px;
	margin-top:20px;
	background-image:url(../images/apps_common/iPhone_Landscape.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#app_head {
	position:relative;
	float:left;
	width:450px;
	height:140px;
	margin-left:30px;
}

#app_icon {
	position:relative;
	float:left;
	width:140px;
	height:140px;
	margin-left:0px;
	background-image:url(../images/crazywheels/crazywheels_icon_140.jpg);
}

#app_title {
	position:relative;
	float:left;
	width:300px;
	height:65px;
	margin-left:10px;
	margin-top:5px;
	background-image:url(../images/crazywheels/crazywheels_title.jpg);
	background-repeat:no-repeat;
}

#available {
	position:relative;
	float:left;
	width:122px;
	height:40px;
	margin-left:15px;
	margin-top:15px;
	background-image:url(../images/apps_common/available.png);
}


#slideshow_container {
	position:relative;
	height:351px;
	width:234px;
	margin-left:26px;
	margin-top:88px;
}

#slideshow_container_landscape {
	position:relative;
	width:351px;
	height:234px;
	margin-left:150px;
	margin-top:26px;
}

#slideshow_container img {
	position:absolute;
	display:block;
	top:0; 
	left:0; 
	z-index:1;
}

#slideshow_container_landscape img {
	position:absolute;
	display:block;
	top:0; 
	left:0; 
	z-index:1;
}

#text_box_01 {
	position:relative;
	float:left;
	margin-left:40px;
	margin-top:20px;
	width:400px;
	font-size:12px;
	border-top-style:ridge;
}

#text_box_02 {
	position:relative;
	float:left;
	margin-left:40px;
	margin-top:0px;
	width:400px;
	font-size:16px;
	border-top-style:ridge;
}
