@charset "utf-8"; 
/* Common CSS and CSS reset Start */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}

ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}

/* Common Display Rules*/
.block{
	display:block;
}
.none{
	display:none;
}
.inline{
	display:inline;
}
.clear{
	clear:both;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.floatleft{
	float:left;
}
.center_div{
	margin:0 auto;
}
.floatright{
	float:right;
}
.bold{
	font-weight:700;
}
.underline, .underline:hover{
	text-decoration:underline;
	}
/*links*/
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/* Headings*/
h1, h2, h3, h4, h5, h6{
	font-family:Arial, HelveticaNeue, Helvetica, sans-serif;
	font-weight:700;
}
h1{
	font-size:18px;
}
h2{
	font-size:17px;
}
h3{
	font-size:16px;
}
h4{
	font-size:14px;
}
h5{
	font-size:15px;
}
h6{
	font-size:13px;
}
.fs8{
	font-size:8px;
}
.fs9{
	font-size:9px;
}
.fs10{
	font-size:10px;
}
.fs11{
	font-size:11px;
}
.fs12{
	font-size:12px;
}
.fs13{
	font-size:13px;
}
.fs14{
	font-size:14px;
}
.fs15{
	font-size:15px;
}
.fs16{
	font-size:16px;
}
.fs17{
	font-size:17px;
}
.fs18{
	font-size:18px;
}
.fs19{
	font-size:19px;
}
.fs20{
	font-size:20px;
}
.fs21{
	font-size:21px;
}
.fs22{
	font-size:22px;
}
.fs23{
	font-size:23px;
}
.fs24{
	font-size:24px;
}
.fs25{
	font-size:25px;
}
.fs26{
	font-size:26px;
}
.fs27{
	font-size:27px;
}
.fs28{
	font-size:28px;
}
.fs29{
	font-size:29px;
}
.fs30{
	font-size:30px;
}
.no_margin{
	margin:0 !important;
}

.no_padding{
	padding:0 !important;
}
.no_border{
	border:none !important;
}
.no_dec{
	text-decoration:none !important;
	}
/* Common CSS and CSS reset End */
body{
	background:#fff url(../images/background.jpg) center top no-repeat;
	font:12px "Myriad Pro", "Lucida Grande", Arial, sans-serif;
	color:#343434;
	}
#logo{
	position:absolute;
	left:20px;
	top:20px;
	width:329px;
	height:82px;
	display:block;
	background: url(../images/logo_spoonjuice.png) no-repeat left top;
	z-index:50;
	}
.horizontal #iphone{
	width:764px;
	height:446px;
	background: url(../images/iphone_h.png) no-repeat left center;
	position:relative;
	margin:-18px auto 0;
	z-index:100;
	overflow:hidden;
	}
#carousel_clip #icarousel li img{
	height:100%;
	width:100%;
	}
#iphone #carousel_clip #icarousel li{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	}	
.horizontal #iphone #carousel_clip #icarousel li{
	height:320px;
	width:480px;
	}
.horizontal #iphone #carousel_clip{
	height:320px;
	width:480px;
	position:absolute;
	left:139px;
	top:58px;
	overflow:hidden;
	z-index:150;
	}
	
.horizontal #iphone .carousel_gesture{
	height:320px;
	width:480px;
	position:absolute;
	left:139px;
	top:58px;
	overflow:hidden;
	z-index:200;
	cursor:default;
	}
.horizontal #iphone #carousel_clip #icarousel{
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;	
	}
	/*
.icarousel{
    width:480px;
	overflow:hidden;
}
 */  
.vertical #iphone{
	width:455px;
	height:100%;
	background: url(../images/iphone_v.png) no-repeat left top;
	position:relative;
	margin:0 auto;
	z-index:100;
	overflow:hidden;
	}
#iphone #carousel_clip #icarousel{
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
	}
.vertical #iphone #carousel_clip #icarousel li{
	height:480px;
	width:320px;
	}
.vertical #iphone #carousel_clip{
	height:480px;
	width:320px;
	position:absolute;
	left:58px;
	top:139px;
	overflow:hidden;
	z-index:150;
	}
.vertical #iphone .carousel_gesture{
	height:480px;
	width:320px;
	position:absolute;
	left:58px;
	top:139px;
	overflow:hidden;
	z-index:200;
	cursor:default;
	}
#abcs{
	z-index:100001 !important;
}
.horizontal #iphone .controls, .vertical #iphone .controls{
	width:113px;
	height:38px;
	background: url(../images/controls.png) no-repeat left top;
	position:absolute;
	right:1%;
	bottom:75px;
	
	z-index:250;
	display:block;
	margin-bottom:300px;
	/*width:113px;
	height:38px;
	background: url(../images/controls.png) no-repeat left top;
	background-color:#0000FF;
	position:absolute;
	left:50%;
	bottom:75px;
	margin-left:-69px;
	z-index:250;
	display:none;*/
	}
.app_prev{
	width:30px;
	height:28px; 
	left:0;
	top:0;
	display:block;
	position:absolute;
	}
.app_pause{
	width:30px;
	height:28px; 
	left:41px;
	top:0;
	display:block;
	position:absolute;
	}
.app_next{
	width:30px;
	height:28px; 
	right:0;
	top:0;
	display:block;
	position:absolute;
	}
#glass{
	background:transparent url(../images/whitestrip.png) repeat-x left bottom;
	height:650px;
	overflow:hidden;
	position:relative;
	}
/* App Description Start*/

.horizontal .app_desc{
	width:725px;
	margin:0 auto;
	height:145px;
	overflow:hidden;
	}
.horizontal .app_brief{
	float:left;
	text-align:right;
	margin-right:50px;
	*width:150px;
	}
.horizontal #app_title{
	font-size:30px;
	font-weight:normal;
	}
.horizontal #app_price{
	font-size:16px;
	font-weight:600;
	}
.horizontal .app_brief span{
	display:block;
	color:#343434;
	}
.horizontal .app_info{
	float:right;
	width:510px;
	}
.horizontal .app_info p{
	padding:0 0 15px 0;
	font-size:11px;
	line-height:1.5;
	color:#343434;
	}
.horizontal .btn_user_act{
	width:100px;
	height:30px;
	background:url(../images/btn_purchase.png) no-repeat left top;
	display:block;
	float:right;
	margin:5px -7px 0 0;
	}
	
.vertical .app_desc{
	width:900px;
	position:absolute;
	z-index:50;
	left:50%;
	margin-left:-430px;
	overflow:hidden;
	bottom:10px;
	}
.vertical .app_brief{
	float:left;
	text-align:right;
	width:200px;
	}
.vertical #app_title{
	font-size:30px;
	font-weight:normal;
	}
.vertical #app_price{
	font-size:16px;
	font-weight:600;
	}
.vertical .app_brief span{
	display:block;
	color:#343434;
	}
.vertical .app_info{
	float:right;
	width:245px;
	}
.vertical .app_info p{
	padding:0 0 15px 0;
	font-size:11px;
	line-height:1.5;
	color:#343434;
	}
.vertical .btn_user_act{
	width:100px;
	height:30px;
	background:url(../images/btn_purchase.png) no-repeat left top;
	display:block;
	float:right;
	margin:5px -7px 0 0;
	}
/* App Description End */	
/* App widgets Start*/
#app_base{
	height:110px;
	background: url(../images/appbase.png) no-repeat center top;
	}
#apps{
	width:300px;
	margin:0 auto;
	position:relative;
	top:-13px;
	}
#apps li{
	float:left;
	height:106px;
	width:80px;
	background:center top no-repeat;
	margin:0 10px;
	position:relative;
	text-align:center;
	}
.app_ico{
	position:relative;
	z-index:450;
	}
#apps li a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:500;	
	background:right top no-repeat;
	}

#apps li .spotlight{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:400;
	background: url(../images/spotlight.png) no-repeat center top;
	display:none;
	}
#apps li.selected .arrow{
	position:absolute;
	left:0;
	bottom:10px;
	width:100%;
	height:18px;
	z-index:350;
	background: url(../images/selection_arrow.png) no-repeat center top;
	display:none;
	}
#apps li a.new{
	left:15px;
	top:-10px;
	background: url(../images/badge_new.png) no-repeat right top;
	}
#apps li a.free{
	left:15px;
	top:-10px;
	background: url(../images/badge_free.png) no-repeat right top;
	}
/* App widgets End*/

/* Footer Text Start */

#footer_content{
	overflow:hidden;
	width:1125px;
	margin:0 auto;	
	margin-top:50px;
	}
.box_footer_content{
	width:325px;
	min-height:215px;
	float:left;
	margin:0 25px;
	color:#676767;
	}
.box_footer_content h1{
	color:#999;
	text-align:right;
	font-weight:500;
	margin-bottom:10px;
	}
.box_footer_content p{
	text-align:justify;
	margin-bottom:20px;
	text-shadow : 1px -1px 1px #000;
	line-height:1.4;
	}
.box_footer_content a{	
	color:#676767;
	}
.box_footer_content a:hover{	
	color:#fff;
	}
#title_about{
	height:20px;
	background:url(../images/title_about.png) left top no-repeat;
	}
#title_mission{
	height:20px;
	background:url(../images/title_mission.png) left top no-repeat;
	}
#title_contact{
	height:20px;
	background:url(../images/title_contact.png) left top no-repeat;
	}
/* Footer Text End */
#copyright{
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	}
#footer{
	/*position:absolute;*/
	bottom:0;
	z-index:300;
	left:0;
	background:transparent url(../images/footer.png) repeat-x left top;
	width:100%;
	min-height:100px;
	
	}
.hide{
	display:none;
}
.show{
	display:block;
}
