/* These are just the demo styles and these can be removed and Orbit 
will still work like a champ (except any content block needs a background which
our demo gets from this sheet) */

.container {
   
 }
    
.slider_content {
width: 550px;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: #FF9933; }

.slider_content h1 {

	font-size: 10px; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	color: #222;
	line-height: 50px;  
	
	}
.slider_content h3 {
	text-align: center; 
	font-size: 22px; 
	color: #222; }
    
.screenshot_portrait
{
	margin-top: 50px;
	width:250px;
	margin-left: 40px;
	margin-right: auto;
	margin-bottom: 20px;

	
}
.screenshot_landscape
{
	width:390px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#app_demo
{
	float: left;
	width: 530px;
	background-color: white;
}
.Detail_div{

	width: 270px;
	float: right;
	clear: left;
	margin-right: 40px;
	margin-top: 25px;
	height: 330px;
}
.Detail_div_landscape{
	width: 450px;
	margin:auto;
}
.demo_title
{
	font-size: 22px;
	font-weight: bold;
	color: white;
}
.demo_detail
{
	font-size: 17px;	
	text-align: left;
}
.demo_detail_li
{
	font-size: 17px;
}
ul.Detail_div{
	list-style-type: circle;
	font-size: 17px;
}
ul.Detail_div_landscape{
	list-style-type: circle;
	font-size: 17px;
}
.top_blank
{
	height: 30px;
}
#AppStore_BadgeBox
{
	float: left;
	clear: right;
	width: 270px;
	height: 200px;
	margin-left: 10px;
	
}
#AppStore_BadgeBox_Top
{
	width: 270px;
	height: 9px;
	background-image: url('websitedemo/appstore_badge_white_top.png');
	background-repeat: no-repeat;
}
#AppStore_BadgeBox_Middle
{
	width: 250px;
	background-color: white;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	height: 234px;

}
#AppStore_BadgeBox_Middle p{
	font-size: 17px;
	
}
#AppStore_BadgeBox_Middle h1{
	font-size: 17px;
	text-align: center;
	color: #ff9933;
	font-weight: bold;
}
#AppStore_BadgeBox_Middle h3{
	font-size: 13px;
	text-align: left;
	color: #3399cc;
}

#AppStore_BadgeBox_Bottom
{
	width: 270px;
	height: 9px;
	background-image: url('websitedemo/appstore_badge_white_bottom.png');
	background-repeat: no-repeat;
}
#youtubeBox
{
	width: 350px;
	height: 270px;
	overflow: hidden;
	margin-left: 10px;
	float: left;
}

#slider_wrapper_top
{	
	width: 630px;
	height: 9px;
	background-image: url('websitedemo/orange_slider_top.png');
	margin-left: auto;
	margin-right: auto;
}
#slider_wrapper_middle
{
	width: 630px;
	background-image: url('websitedemo/orange_slider_middle.png');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#slider_wrapper_bottom
{
	width: 630px;
	height: 9px;
	background-image: url('websitedemo/orange_slider_bottom.png');
	margin-left: auto;
	margin-right: auto;
}
