
/* Copyright 2010 Refresh Mobile Ltd */

/* Fonts */
@font-face {
    font-family: 'BlueHighwayRegular';
    src: url('../fonts/bluehigh-webfont.eot');
    src: url('../fonts/bluehigh-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bluehigh-webfont.woff') format('woff'),
         url('../fonts/bluehigh-webfont.ttf') format('truetype'),
         url('../fonts/bluehigh-webfont.svg#BlueHighwayRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}




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

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

h1 {
	font-family: BlueHighwayRegular, Helvetica, Arial, sans-serif;
	font-size: 310%;
	line-height: 75%;
	letter-spacing: -0.025em;
	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;
}
ul li {
	list-style-type: disc;	
}


table, th, td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	background-color: #efefef;
}
table {
	width: 100%;	
}
th, td {
	padding: 0.5em;
	text-align: center;	
}
th {
	background-color: #dfdfdf;
	font-weight: bold;
}

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

.highlight {
	background-color: #ff3;
}


#body {
  position: relative;
  margin: 0 auto;
  width: 960px;
  text-align: left;
}

#container {
  float: left;
  margin: 15px 0 25px 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 {
  margin: 0;
  padding: 0;
}
#header h1 a, #header p.siteName a {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 170px;
  height: 80px;
  margin: 0;
  padding: 0;
  background: #000 url(../images/mippin.png) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#header p {
	margin: 0;
}
#header p.strapLine {
	position: absolute;
	top: 33px;
	left: 178px;
	width: 200px;
	font-size: 13px;
	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;
}
*/
#mainNav {
  float: right;
  height: 31px;
  margin: 25px 19px 0 0;
  background: #212121 url(../images/mainNav2.png) 0 0 no-repeat;
  text-transform: lowercase;
}
#mainNav ul {
	float: left;
	padding: 0;
	margin: 0;
}
#mainNav ul li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#mainNav a:link, #mainNav a:visited {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 0;
	padding: 6px 13px 0 13px;
	color: #efefef;
	text-align: center;	
}
#mainNav a:hover, #mainNav a:active  {
	background-color: #333;
	text-decoration: none;
}
#mainNav a.active:link, #mainNav a.active:visited {
	background-color: #3e3e3e;
	text-decoration: none;
}
#mainNav li.home a:link, #mainNav li.home a:visited {
	width: 32px;
	height: 31px;
	padding: 0;
	background: #333 url(../images/mainNav2.png) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#mainNav li.home a:hover, #mainNav li.home a:active  {
	background-position: 0 -31px;
}
#mainNav li.home a.active:link, #mainNav li.home a.active:visited {
	background-position: 0 -62px;
}




#subNav {
	display: block;
	height: 29px;
	padding: 0 7px;
	margin: 0;
	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: right;
  clear: both;
  margin: 5px 0 0 0;
}
.featureBoxLinks a:link.featureBoxLink,
.featureBoxLinks a:visited.featureBoxLink,
.featureBoxLinks a.featureBoxLink {
  display: block;
  float: left;
  width: 6px;
  height: 6px;
  margin: 0 5px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #edeef1;
  text-indent: -9999px;
  overflow: hidden;
}
.featureBoxLinks a:link.featureBoxLink.active, .featureBoxLinks a:visited.featureBoxLink.active {
  border: 1px solid #a5a5a5;
  background-color: #ccc;
}

.column33.featureItemAnnex {
	width: 286px;
	margin: 0;
	padding: 7px;	
}
.column33.featureItemAnnex.active {
	padding: 8px 6px 5px 6px;
	border-top: 1px solid #8b8c8e;
	border-right: 1px solid #d5d6d8;
	border-left: 1px solid #d5d6d8;
	background: #edeef1 url(../images/featureItemAnnex-active.jpg) 50% 0 repeat-x;
}

/* Gallery Feature Box Overides */
.featureBox.gallery { 
	height: 190px;
}
.featureBoxWrap .featureBox.gallery {
  height: 170px;
}
.featureBox.gallery .featureItem {
  	background-color: #222;
  	height: 154px;
  	padding-top: 16px;
}
.featureBox.gallery .featureItem a {
	display: block;
	float: left;
	width: 250px;
	height: 133px;
	margin-left: 37px;
	border: 1px solid #acacac;
	border: 1px solid #000;
	background-color: #fff;
	overflow: hidden;
	color: transparent;
	padding: 0px;
}
.featureBox.gallery .featureItem a img {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 133px;
	color: transparent;
	display: block;
	border: none;
}
.featureBox.gallery .featureItem a:hover,
.featureBox.gallery .featureItem a.active {
	border: 1px solid #FE5200;
}

/* Design Screen Pop-ups */
#designScreensVeil {
	background: url("/web/v2/images/veil.png") repeat scroll 0 0 transparent;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}
#designScreensPopup {
	background: url("/web/v2/images/container-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #FFFFFF;
    display: none;
    width: 870px;
    height: 475px;
    left: 50%;
    margin-left: -435px;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
#designScreensPopupInner {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 850px;
    height: 455px;
    margin: 10px;
    position: relative;
    overflow: hidden;
}

#designScreensPopup a.previous,
#designScreensPopup a.next {
	position: absolute;
  	top: 220px;
  	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;
}
#designScreensPopup a.next {
  	left: 853px;
  	background: #ECEDF0 url(../images/arrow-next.gif) 0 0 no-repeat;
}
#designScreensPopupInner img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#designScreensPopupInner.next .newImg { left: 850px; }
#designScreensPopupInner.next .currentImg { left: 0px; }
#designScreensPopupInner.previous .newImg { left: -850px; }
#designScreensPopupInner.previous .currentImg { left: 0px; }

#designScreensPopupInner.next .currentImg,
#designScreensPopupInner.previous .currentImg { 
	opacity:0.5;
	filter:alpha(opacity=50);
}

#designScreensPopupInner.next.animate .newImg { left: 0px; }
#designScreensPopupInner.next.animate .currentImg { left: -850px; }
#designScreensPopupInner.previous.animate .newImg { left: 0px; }
#designScreensPopupInner.previous.animate .currentImg { left: 850px; }

#designScreensPopupInner.animate img {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: left 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}


/* Whitelabel box OLD */
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;	
}

/* == White Label NEW (feature) ======= */

.feature.whitelabel {
	position: relative;
	margin: 0 0 0.75em 0;
	padding: 0em 2% 90px 2%; /* Feature Footer px */
	border: 1px solid #ccc;
	background: #7397A7 url(../images/bg-whitelabel.jpg) 50% -70px no-repeat;
	color: #fff;
}
.js .feature.whitelabel {
	cursor: pointer;	
}
.feature.whitelabel p {
	margin: 0;
	font-family: BlueHighwayRegular, arial;
	font-size: 3em;
	text-align: center;
	line-height: 1em;
}
.feature.whitelabel .featureHeader,
.feature.whitelabel .featureFooter {
	display: block;
	height: 120px;
	margin: 0 0;
	background: transparent url(../images/whiteLabel-sprite.png) 50% 0 no-repeat;
}
.feature.whitelabel .featureFooter {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 130px;
	margin: 0;
	background-position: 0 100%;
}
.feature.whitelabel {
	padding: 30px 2% 35px 2%;
	margin-bottom: 1em;
	min-height: 120px;
}
.feature.whitelabel .featureHeader {
	position: absolute;
	top: 30px;
	left: 175px;
	width: 120px;
}
.feature.whitelabel  p {
	margin: 0 40px 0 295px;
	text-align: left;
}
.feature.whitelabel ul.clients {
	display: block;
	width: 700px;
	height: 0;
	overflow: hidden;
	margin: 10px auto -20px auto;
	padding: 50px 0 0 0;
	background: transparent url(../images/whiteLabel-clientsWhite.png) -5px 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;
	text-align: left;
}
.popup-inner {
	position: relative;
	margin: 9px;
	padding: 15px;
	border: 1px solid #efefef;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	color: #000;	
}
.closePopup a:link, .closePopup a:visited {
	position: absolute;
	top: 20px;
	right: -20px;
	display: block;
	width: 28px;
	height: 30px;
	border-left: 1px solid #da4600;
	background: #FF5400 url(../images/home-popupClose.png) 100% 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.closePopup a:hover, .closePopup a:active {
	right: -22px;
	width: 30px;
}
.popup .qrCode {
	text-align: center;
}

