@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:363px;
	margin-right:30px;
	background-image:url(../images/cwc/iPad_Port.png);
}

#iPad_land_box {
	position:relative;
	float:left;
	width:600px;
	height:410px;
	margin-left:100px;
	margin-top250px;
	background-image:url(../images/cwc/iPad_Land.png);
}

#iPhone_land_box {
	position:relative;
	float:left;
	width:600px;
	height:338px;
	margin-left:100px;
	margin-top250px;
	background-image:url(../images/cwc/iPhone_Land.png);
}


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

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

#lovelocked_title {
	position:relative;
	float:left;
	width:300px;
	height:65px;
	margin-left:5px;
	margin-top:10px;
	background-image:url(../images/cwc/cwc_title.jpg);
}

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


#cwc_slideshow_container {
	position:relative;
	height:378px;
	width:283px;
	margin-left:112px;
	margin-top:60px;
}

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

#cwc_slideshow_container_iphone {
	position:relative;
	height:362px;
	width:241px;
	margin-left:120px;
	margin-top:42px;
}

#cwc_slideshow_container_iphone 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;
/*	height:80px;*/
	font-size:12px;
	border-top-style:ridge;
/*	padding-top:10px;*/
}

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

#text_box_03 {
position:relative;
	float:left;
	margin-left:40px;
	margin-top:0px;
	width:600px;
/*	height:330px;*/
	font-size:16px;
	border-top-style:ridge;
}
