body{
	color:#7c7c7c;
	font:11px/18px Verdana,sans-serif;	
	margin:0;
}
a:link, a:visited{
	color:#3a6679;
	text-decoration:none;
		outline:none;
}
a:hover{
	color:#3a6679;
	text-decoration:underline;
	outline:none;
}
a img{
	border:none;
}
/* hide from incapable browsers */
div#scrollbar { 
    display:none;
    }

/* below in external file */
div#wn	{ 
    position:relative; 
    width:675px; 
    overflow:hidden;	
	}
.large {
    height: 353px !important;
    padding-bottom: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    width: 647px !important;
}
.medium {
    height: 370px !important;
    padding-bottom: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    width: 647px !important;
}
.small {
    height: 500px !important;
    width: 647px !important;
}
.biggest {
    height: 820px !important;
}
/*.table {
    margin-right: 10px;
	vertical-align:top;
}
*/
.mcontentwrapper img {
    margin-right: 10px;
    vertical-align: top;
}
#wrapper {
    background-color: #FFFFFF;
    background-image: url("../images/background.jpg");
    background-position: center center;
    background-repeat: repeat-y;
    margin: 0 auto;
	padding:0;    	
    width: 980px;
}
#all-wrapper {
    background-color: #FFFFFF;
    background-image: url("../images/background.jpg");
    background-position: center center;
    background-repeat: repeat-y;
    margin: 0 auto;
	padding:0;    	
    width: 1004px;
}
.center-area {
    clear: right;
    float: right;
    padding-right: 40px;
    width: 672px;
}
.left-area{
	float: left;
    width: 190px;
	margin-left:20px;
}
.left-area p{
	margin-left:3px;
}
.navigaton{
	background: url("../images/nav-bg.gif") repeat-x scroll 0 0 #ffffff;
	height:40px;	
	padding-left: 16px;
    padding-top: 10px;
	width:938px;
}
.navigaton ul{
	margin:0;
	padding:0;
}
.navigaton ul li:first-child { 
	margin:0;
}
.navigaton li {
	display:inline;
	margin-left: 27px;
	font-size: 12px;
}
ul li{
	list-style-type:none;
}
.active-btn{
    margin: 0;
    padding: 0;
}
.active-btn a{
	background: #4b839c;
    color: #FFFFFF;
    padding: 3px 9px 5px;
    text-decoration: none;
	border-radius: 3px;
}
.App-logo{
	position:relative;
	height: 175px;
}
.icon-masking{
	background: url("../images/mask3.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 179px;
    left: -1px;
    position: absolute;
    top: 0;
    width: 177px;
    z-index: 1;
}
ul.details{
	padding:0;
	margin:17px 0 0 3px;
}
.details li {
    margin-bottom: 5px;
}
.Footer {
    background: url("../images/footer-bg.jpg") no-repeat scroll left top #FFFFFF;
    clear: both;
    height: 40px;
    left: -3px;
    margin: 0 auto;
    padding-top: 30px;
	padding-left:20px;
    position: relative;
    width: 992px;
}
.credit{
	float:right;
	margin-right: 45px;
}
.all-Footer {
    background: url("../images/footer-bg.jpg") no-repeat scroll left top #FFFFFF;
    clear: both;
    height: 40px;
    left: -3px;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    width: 992px;
}
h3 {
    border-bottom: 1px solid #E7E7E7;    
    font-size: 17px;
    margin: 0 0 10px;
    padding: 7px 0;    
}
.Header{
	height: 170px;
}
.Logo{
	width:146px;
	float: left;
	height:147px;
	margin-left: 30px;
}
.Slideshow {
    float: right;
    margin-right: 60px;
    margin-top: 55px;
}
.inner{
	padding:13px;
}
.clear{
	clear:both;
}
.title{
	margin-left:20px;
}
#content {
    height: 96px;
    margin-bottom: 10px;
    overflow: hidden;
}
/*
.App-info{
	float: left;
    width: 222px;
	margin: 10px 5px;
}
*/
.App-info {
    float: left;
    margin: 21px 8px;
    width: 285px;
}
.App-icon-small {
    float: left;
    height: 79px;
    margin-right: 10px;
    overflow: hidden;
    width: 75px;
	position:relative;
}
/*.App-name{
	display: block;
    float: left;
}
*/
.App-name {
    display: block;
    float: left;
    height: 20px;
    overflow: hidden;
    width: 180px;
}
.App-category{
	display: block;
    float: left;
	width: 150px;
}
.App-realease-data{
	display: block;
    float: left;
}
#button{
	display:block;
}
.itunes{
	background:url("../images/itunes-btn.png") no-repeat;
	float: right;
    height: 26px;
    margin-top: -3px;
    width: 107px;	
}
a.itunes:hover{
	text-decoration:none;
}
.slider-wrapper{
	 padding:10px; 
	 background:#dfdfdf;
	 float: left;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 647px;
height: auto;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background: #f0ebeb;
	border-radius: 5px 5px 5px 5px;
}
.hscrollerbar {
height: 10px;
background:url(../images/trackbar.png) repeat-x scroll 0 0 transparent;
	border-radius: 5px 5px 5px 5px;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}
#horizontalwrap {
/* Following is the way to stack things dynamically */
display: inline; white-space: nowrap;
}
.icon-masking-small {
	background: url("../images/mask-small.png") no-repeat scroll 0 0 transparent;
   display: block;
    height: 78px;
    left: -2px;
    position: absolute;
    top: -1px;
    width: 177px;
    z-index: 1;
}
.page_link {
    background-color: #E8E8E8;
    border: 1px solid #B3B3B3;
    margin-right: 4px;
    padding: 5px 9px 4px;
	border-radius: 4px;
}
.previous_link {
    background-color: #E8E8E8;
    border: 1px solid #B3B3B3;
    margin-right: 4px;
    padding: 5px 9px 4px;
	border-radius: 4px;
}
.active_page {
    background-color: #57a1c0;
    color: #fff !important;
    border: 1px solid #315666;
	border-radius: 4px;
}
.next_link {
    background-color: #E8E8E8;
    border: 1px solid #B3B3B3;
    margin-right: 4px;
    padding: 5px 9px 4px;
	border-radius: 4px;
}
a.page_link:hover {
    background-color: #57a1c0;
    border: 1px solid #315666;
    color: #FFFFFF !important;
    text-decoration: none;
	border-radius: 4px;
}
a.next_link:hover {
    background-color: #57a1c0;
    border: 1px solid #315666;
    color: #FFFFFF !important;
    text-decoration: none;
	border-radius: 4px;
}
a.previous_link:hover {
    background-color: #57a1c0;
    border: 1px solid #315666;
    color: #FFFFFF !important;
    text-decoration: none;
	border-radius: 4px;
}
#page_navigation{
	margin-bottom: 7px;
    margin-left: 7px;
    margin-top: 9px;
}
.google-ad-container{
	float: left;
    height: 261px;
    margin-left: 37px;
    margin-top: 15px;
    width: 500px;
}
.android-btn{
	background:url("../images/store.png") no-repeat;
	float: right;
    height: 26px;
    margin-top: -3px;
    width: 107px;	
}
a.android-btn:hover{
	text-decoration:none;
}
.error{
	color:red;
}
#contact_form td{
	padding:5px;
}
#contact_form input.text-input{
	height:19px;
	width: 282px;
}
#contact_form textarea {
    height: 115px;
    width: 282px;
}
#message{
	min-height:500px;
}
.sharing-widget {
    float: right;
    margin-bottom: 9px;
}