body {
	background: #363636 url('../images/bg.png') repeat;
	font-family: "Myriad Pro", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #262626;
}
#container {
	width: 990px;
	position: absolute;
	top: 30px;
	right: 10px;
}
#logo {
	display: block;
	position: absolute;
	right: 355px;
}
#appstore {
	position: absolute;
	display: block;
	right: 24px;
	top: 24px;
}
#screenshot {
	width: 380px;
	height: 540px;
	background: url('../images/screenshot_bg.png') no-repeat;
	position: relative;
	float: left;
	margin-top: 56px;
}
#screenshot div {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 320px;
	height: 460px;
	cursor: pointer;
}
#box {
	float: right;
	margin-top: 60px;
	width: 579px;
}
#top {
	background: url('../images/top.png') no-repeat;
	width: 579px;
	height: 39px;
}
#content {
	background: url('../images/mid.png') repeat-y;
	padding: 10px 40px;
	margin-top: -0;
}
#bottom {
	background: url('../images/bottom.png') no-repeat;
	
	width: 579px;
	height: 41px;
}
#foot {
	font-size: 10px;
	line-height: 14px;
	color: #9B9B9B;
	margin: 0 40px;
	margin-bottom: 30px;
	overflow: auto;
}
#foot div.right { float: right; }
#foot div.left {float: left; width: 300px;}
p {
	margin-bottom: 1.5em;
}
#content ul {
	margin-top: 0;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 20px;
	margin-top: 0px;
}
#content li {
	list-style: square outside;
}
a {
	color: #25630E;
}
a img {
	border: 0;
}
.hide {
	display: none;
}
p.center {
	text-align: center;
}

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
/*font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #ff0000; 
color: #fff; 
text-decoration: none; */
display: none; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #ff0000; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 
