
@import url(pages.css);

/* Copyright 2010 Refresh Mobile Ltd */

body {
  min-width: 960px;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #313131 url(../images/body-bg.gif) center 0 repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	padding: 0;	
}

h1 {
	font-size: 200%;
	font-weight: normal;	
}
h2 {
	color: #333;
	font-size: 160%;
	font-weight: normal;
}
h3 {
	font-size: 130%;
	font-weight: normal;	
}

ul {
	margin: 0 0 0.75em 0;
	padding: 0.5em 2em 1em 2em;
}
li {
	list-style-type: circle;	
}

a:link, a:visited {
  color: #FE5200;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 1500px;
  background: transparent url(../images/bg-apps.jpg) center top no-repeat;
}


#body {
  position: absolute;
  left: 50%;
  width: 960px;
  margin-left: -480px;
  padding: 15px 0 25px 0;
}

#container {
  float: left;
  margin: 0;
  border: 1px solid #fff;
  background: transparent url(../images/container-bg.png) 0 0 repeat;
  color: #000;

  position: relative;
}
#container-inner {
  float: left;
  padding: 9px 9px 27px 9px;
  background: transparent url(../images/container-shine.png) 0 0 no-repeat;
}
#container-inner-inner {
  float: left;
  width: 940px;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

#header {
  height: 100px;
  border-top: 1px solid #ccc;
  background: #000 url(../images/header-bg.gif) 0 83px repeat-x;
  color: #fff;
  
  position: relative;
}
#header h1 a, #header p.siteName a {
  position: absolute;
  top: 0;
  left: 0;
  width: 203px;
  height: 99px;
  margin: 0;
  padding: 0;
  background: #000 url(../images/header-logo.jpg) 0 0 no-repeat;
  text-indent: -9999px;
}
#header p {
	margin: 0;
}
#header p.strapLine {
  position: absolute;
  top: 0;
  text-indent: -9999px;
}
#header p.strapLine2 {
  position: absolute;
  top: 60px;
  left: 460px;
  width: 460px;
  font-size: 85%;
  text-align: right;
  text-transform: lowercase;
}
#header p.signIn {
  position: absolute;
  top: 5px;
  left: 470px;
  width: 460px;
  text-align: right;
  text-transform: lowercase;
}


#mainNav {
  position: absolute;
  top: 22px;
  left: 530px;
  width: 410px;
}
#mainNav ul, #mainNav li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#mainNav a:link, #mainNav a:visited {
	display: block;
	float: left;
	width: 80px;
	height: 25px;
	margin: 0 10px 0 0;
	padding: 6px 0 0 0;
	background: #333 url(../images/mainNav.png) 0 0 no-repeat;
	color: #efefef;
	text-align: center;	
}
#mainNav a.active:link, #mainNav a.active:visited,
#mainNav a:hover, #mainNav a:active {
	background-position: 0 -50px;
	text-decoration: none;
}
#mainNav li.home a:link, #mainNav li.home a:visited {
	width: 32px;
	background-position: -100px 0;
	text-indent: -9999px;
	overflow: hidden;
}
#mainNav li.home a.active:link, #mainNav li.home a.active:visited,
#mainNav li.home a:hover, #mainNav li.home a:active {
	background-position: -100px -50px;
}


#subNav {
	display: block;
	height: 29px;
	padding: 0 7px;
	border-bottom: 1px solid #ccc;
	background: #ECEDF0 url(../images/featureLinks-bg.gif) 0 0 no-repeat;	
}
#subNav ul, #subNav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#subNav a:link, #subNav a:visited {
	display: block;
	float: left;
	height: 23px;
	margin: 0 1px 0 1px;
	padding: 6px 10px 0 10px;
	color: #333;
}
#subNav a:hover {
	background: transparent url(../images/featureLinks-hover.png) center center no-repeat;
	text-decoration: none;
}
#subNav a.active:link, #subNav a.active:visited,
#subNav a:active {
	margin: 2px 0 0 0;
	padding-top: 4px;
	height: 19px;
	border-top: 1px solid #a3a4a5;
	border-right: 1px solid #cccfd6;
	border-left: 1px solid #cccfd6;
	background: #e6e9f2 url(../images/subNav-active.jpg) center 0 no-repeat;
}


#content {
  min-height: 400px;
  margin: 19px;
  position: relative;
}


#footer {
  float: left;
  width: 940px;
  min-height: 100px;
  border-top: 1px solid #ccc;
  background: #efefef url(../images/footer-bg.gif) right bottom no-repeat;
}
#footer h2 {
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #fff;
  overflow: hidden;
}
#footer p {
  float: left;
  width: 932px;
  margin: 3px 4px;
  padding: 0;
  color: #999;
  font-size: 86%;
  text-align: right;
}
#footer a:link, #footer a:visited {
  color: #666;
}
#footer a:hover, #footer a:active {
  color: #333;
  text-decoration: none;
}
#footerNav ul {
  float: left;
  width: 136px;
  margin: 8px 0 0 20px;
  padding: 0;
}
#footerNav li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 0;	
}
#footerNav a:link, #footerNav a:visited {
  display: block;
  color: #999;
}
#footerNav a:hover, #footerNav a:active {
  color: #333;
  text-decoration: none;
}




/* General Columns */
div.column25 {
	float: left;
	width: 210px;
	margin: 0 0 20px 19px; 	
}
div.column33 {
	float: left;
	width: 286px;
	margin: 0 0 20px 19px; 	
}
div.column50 {
	float: left;
	width: 440px;
	margin: 0 0 20px 19px; 	
}
div.column66 {
	float: left;
	width: 594px;
	margin: 0 0 20px 19px; 	
}
div.column75 {
	float: left;
	width: 660px;
	margin: 0 0 20px 19px; 	
}
div.column100 {
	float: left;
	width: 100%;
	margin: 0 0 20px 0; 	
}
div.columnFirst {
	margin: 0 0 20px 0;
}


/* General styles */
.quote {
	font-size: 110%;
	font-weight: normal;
	color: #666;
}

li span {
 	display: block;
 	margin: 0 0 1em 0;
 	color: #666;	
}

a.linkButton:link, a.linkButton:visited {
  display: block;
  width: 272px;
  height: 28px;
  margin: 0.5em auto;
  padding-top: 10px;
  text-align: center;
  background: #FE5200 url(../images/links-bg.jpg) 0 0 no-repeat;
  color: #fff;
  font-size: 110%;
}
a.linkButton.twitter:link, a.linkButton.twitter:visited {
  background: #FE5200 url(../images/links-bg-twitter.png) 0 0 no-repeat;
}
a.linkButton:hover, a.linkButton:active {
  text-decoration: none;
  position: relative;
  top: 1px;
}




/* General Feature Box */
.featureBoxWrap {
  float: left;
  position: relative;
  margin: 0 0 1em 0;
}
.featureBox {
  float: left;
  width: 900px;
  height: 320px;
  margin: 0 0 1em 0;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #efefef;
  color: #fff;
  overflow: auto;
  position: relative;
}
.featureBoxWrap .featureBox {
  height: 300px;
  margin: 0 0 0 0;
  overflow: hidden;
}
.featureItems {
  float: left;
  width: 5400px;
}
.featureItem {
  float: left;
  width: 900px;
  height: 300px;
  background-color: #fff;
  color: #000;
  position: relative;
}
.featureBoxWrap a.previous,
.featureBoxWrap a.next {
  position: absolute;
  top: 135px;
  left: -13px;
  display: block;
  width: 28px;
  height: 27px;
  border: 1px solid #ccc;
  background: #ECEDF0 url(../images/arrow-prev.gif) 0 0 no-repeat;
  text-indent: 9999px;
  overflow: hidden;
}
.featureBoxWrap a.next {
  left: 885px;
  background: #ECEDF0 url(../images/arrow-next.gif) 0 0 no-repeat;
}
.featureBoxLinks {
  float: left;
  width: 900px;
  height: 20px;
  margin: 0;
  padding: 0 0 3px 0;
  text-align: right;
}
.featureBoxLinks a:link.featureBoxLink, .featureBoxLinks a:visited.featureBoxLink {
  margin: 0 4px 0 0;
  padding: 3px;
  border: 1px solid #ccc;
  background-color: #edeef1;
  color: #edeef1;
  font-size: 0px;
}
.featureBoxLinks a:link.featureBoxLink.active, .featureBoxLinks a:visited.featureBoxLink.active {
  border: 1px solid #a5a5a5;
  background-color: #ccc;
  color: #ccc;
}





/* Whitelabel box */
div.whitelabel {
  margin: 30px 0px;
  border: 1px solid #999;
  background: #88a8b7 url(../images/whitelabelBox-bg.jpg) center center no-repeat;
  color: #fff;
}
div.whitelabel-inner {
  background: transparent url(../images/whitelabel-yourLogoHere.gif) 12px 12px no-repeat;
  padding: 12px 20px 12px 100px;
}
div.whitelabel h2 {
  color: #fff;	
}
div.whitelabel a {
  color: #fff;
  font-weight: bold;	
}
#content div.whitelabel a.linkButton {
  font-weight: normal;
  background: transparent url(../images/links-bg-whitelabel.png) 0 0 no-repeat;	
}




/* Store Links */
.storeLinks ul {
	float: left;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;	
}
.storeLinks li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;	
}
.storeLinks li a {
	display: block;
	float: left;
	width: 114px;
	height: 48px;
	margin: 0 10px 0 0;
	padding: 12px 6px 0 60px;
	border: 1px solid #FE5200;
	background: #efefef url(../images/store-buttons.jpg) 0 0 no-repeat;	
	color: #666;
}
.storeLinks li a strong {
	display: block;
	margin: 4px 0 0 0;
	color: #000;
	font-weight: normal;
}

.storeLinks li a.androidMarket {
	background-position: 0 -100px;
}
.storeLinks li a.oviStore {
	background-position: 0 -200px;
}

.storeLinks li a:hover {
	position: relative;
	top: 1px;
	text-decoration: none;	
}




/* App Logo */
.appLogo {
	position: relative;
	top: -15px;
	left: -10px;
	margin-bottom: -10px;
}



/* Popup Messages */
.popup {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -200px;
	width: 398px;
	border: 1px solid #fff;
	background: transparent url(../images/popup-bg.png) 0 0 no-repeat;	
}
.popup-inner {
	margin: 9px;
	padding: 15px;
	border: 1px solid #efefef;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	color: #000;	
}
.popup .qrCode {
	text-align: center;
}


