html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
	margin:auto;
	position:relative;
	text-align:center;
	width:100%;
	overflow-x:hidden;
	background-color: #e6e6e6;
	color: #545454;
	font-family: verdana, arial, sans-serif;
	font-size:62.5%;
	line-height:1.125em;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Main layout elements
------------------------------------------------*/
.core {
	min-width: 900px;
	max-width: 1220px;
	padding: 0 20px 0 40px;
	margin: 0 auto;
	position: relative;
	overflow: visible !important;
}
/*back header up - logo needs to 'overhang' due to shadow*/

#header .core {
	padding-left: 36px;
	min-width: 904px;
	position: relative;
}
#header {
	position: relative;
	z-index: 101;
}
/* CSS Hacks
------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
html {
}
a {
	cursor: pointer;
}
a:link {
	text-decoration: none;
	color: #ff6400;
}
a:visited {
	color: #262626;
	text-decoration: none;
}
a:hover {
	color: #ff6400 !Important;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
strong {
	font-weight: normal;
	color: #262626;
}
em {
	font-style: italic;
}
ol {
	list-style-type: decimal;
	padding: 0 0 0 25px;
}
ol li {
	margin: 0 0 5px 5px;
	line-height: 1.3em;
}
ul.bulleted {
	list-style: disc;
	padding-left: 10px;
	margin-left: 5px;
}
ul.bulleted li {
	margin-bottom: 5px;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	padding: 0;
}
sup {
	font-size: 0.8em;
	position: relative;
	top: -3px;
}
button {
	cursor: pointer;
}
.small {
	font-size: 0.9em;
}
dl.namevalue-info {
	margin: 20px 0 10px;
}
dl.namevalue-info dt {
	display: block;
	color: #262626;
	float: left;
	clear: both;
	margin: 0 3px 5px 0;
	line-height: 1.3em;
}
dl.namevalue-info dd {
	color: #545454;
	margin: 0 3px 5px 0;
	line-height: 1.3em;
}
.orange {
	color: #ff6400 !Important;
}
.content-block {
	padding: 0 0 20px 0;
}
/* Typography
------------------------------------------------*/


/* --------------------------------------------------
Default browser text size roughly 16px.
A font-size of 0.875em is equal to 14px.
eg: 16 x 0.875 = 14
-----------------------------------------------------*/

h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	color: #666666;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	line-height: 1.1em;
	color: #666666;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	line-height: 1.1em;
	color: #666666;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #666666;
	font-weight: normal;
}
h5, h6 {
	font-weight: normal;
}
/*possibly temp line-height, spacing for p's - may need to be more central to specific elements*/
p {
	line-height: 1.6em;
	padding: 0 0 8px 0; /* margin tends to 'bust out' of containing elements (esp vertically), causing gaps and other unsavory visual problems*/
}
/* Header Nav
------------------------------------------------*/
#header {
	min-height: 75px;
}
#page-homepage #header {
	background: none;
}
ul#top-nav {
	margin-top: 18px;
	color:#ffffff;
	font-size:13px;
	height:30px;
	float: left;
	position: relative;
	z-index: 300;
	line-height:1.0em;
}
ul#top-nav li {
	display: inline;
}
ul#top-nav li a {
	display: block;
}
ul#top-nav li#logo a {
	width: 77px;
	height: 34px;
	float: left;
	background: url('/assets/images/global/navigation/menu-sprites-50.png') 0 0 no-repeat;
	text-indent: -99999em;
}
ul#top-nav li#logo a:hover {
	background-position: -300px 0;
}
ul#top-nav li#menu-shop a {
	height: 30px;
	float: left;
	margin: 10px 0 0 20px;
	color:#ffffff;/*text-indent: -99999em;*/
}
ul#top-nav li#menu-support a {
	height: 30px;
	float:left;
	margin: 10px 0 0 14px;
	color:#ffffff;/*text-indent: -99999em;*/
}
ul#top-controls {
	float: right;
	margin-top: 18px;
	position: relative;
	z-index: 300;
}
/*search box*/
ul#top-controls #menu-search {
	width: 170px;
	height: 30px;
	float:left;
	top: 5px;
	position: relative;
}
ul#top-controls #menu-search-form {
	position: relative;
}
ul#top-controls #menu-search-form input {
	color: #fff;
	position: relative;
	border: 0;
	width: 119px;
	padding: 2px 0 0 0;
	margin: 0 25px 0 10px;
	height: 19px;
	font-size: 11px;
	line-height: 1.0;
	background: none;
	color: #e6e6e6;
	overflow: hidden;
}
ul#top-controls #menu-search-form div.search-input-bg {
	margin: 2px 8px 0 0;
	background: url('/assets/images/global/navigation/menu-sprites-50.png') 0 -100px no-repeat;
	width: 154px;
	height: 22px;
	position: relative;
}
ul#top-controls #menu-search-form div.input-focus {
	background-position: -300px -100px;
}
ul#top-controls #menu-search-form div.input-focus input {
	color: #545454 !important;
	position: relative;
}
ul#top-controls #menu-search-form button.submit-search {
	text-indent: -99999em;
	border: 0;
	padding: 0;
	margin: 0;
	background: url('/assets/images/global/transPngFix.gif') 0 0 repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 132px;
}
#top-controls .searchClickOverlay {
	position:absolute;
	left:130px;
	top:0px;
	width:20px;
	height:18px;
	cursor:pointer;
}
ul#top-controls #menu-storeaccount {
	float: left;
	font-size: 13px;
	position: relative;
}
ul#top-controls #menu-storeaccount a, ul#top-controls #menu-storeaccount a:visited {
	text-decoration: none;
}
ul#top-controls #menu-storeaccount a, ul#top-controls #menu-storeaccount a:hover {
	display: block;
	color: #fff !important;
	margin: 10px 10px 0 0;
}
ul#top-controls #menu-storeaccount a:hover {
	text-decoration:underline;
}
ul#top-controls #menu-storeaccount a.on {
	color: #e6e6e6 !important;
}
ul#top-controls li#menu-cart {
	float: left;
}
ul#top-controls li#menu-cart a {
	width:13px;
	height:11px;
	float: left;
	text-indent: -99999em;
	background: url('/assets/images/global/navigation/cart.png') 0 0 no-repeat;
	margin: 10px 0 0 0;
	display: block;
}
/* Footer Nav
------------------------------------------------*/

#footer {
	position: relative;
	text-align: center;
	-webkit-text-size-adjust: none; /*for webkit*/
	padding: 0 0 130px 0;
	color: #ababab;
}
ul.footer-nav {
	margin: 0 auto;
	padding: 100px 0px 20px 0; /*right padding evens out margins*/
}
ul.footer-nav li {
	display: inline;
}
ul.footer-nav li a, ul.footer-nav li a:visited {
	padding: 0 14px;
	color: #808080;
	text-decoration: none;
}
ul.footer-nav li a:hover {
	text-decoration: underline;
}
ul.footer-nav li.last a {
	border: 0 !Important;
}
ul#top-nav li a:hover {
	color:#FFFFFF !important;
}
/* Hide Item class
------------------------------------------------*/

.hide-this {
	display: none;
	visibility: hidden;
}
/*
landing page specifc code--------*/
#page-homepage-light {
	background-color:#dbd9da;
}
#body-wrapper {
	background-color:transparent;
	position:relative;
	top:0;
	width:100%;
}
#bg-focus {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	opacity:1.0;
	filter:alpha(opacity=100);
	z-index:0;
	min-width:960px;
}
.bg-focus {
	height:610px;
}
#bg-blur {
	width:100%;
	height:610px;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	opacity:0;
	filter:alpha(opacity=0);
	background-color:transparent;
	min-width:960px;
}
.container-logo-stack, .container-hero, .container-bubble-banners {
	position:absolute;
	display:block;
	height:400px;
}
.container-logo-stack {
	left:0;
	width:35%;
	opacity:0;
	-moz-opacity:0;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.container-hero {
	left:33%;
	width:33%;
	height:470px;
	overflow:visible;
}
#container-hero {
	opacity:0;
	-moz-opacity:0;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.container-bubble-banners {
	left:73%;
	width:32%;
}
.inner-container-hero {
	position:absolute;
	display:block;
	left:13%;
}
#index-content-target {
	text-align:center;
	overflow:visible;
	position:relative;
}
#index-content-target .logo-lockup-stack {
	margin-top:109px;
}
#index-content-target .container-logo-stack {
	margin:0;
	z-index:999;
}
#index-content-target .container-logo-stack .learn-more-stack {
	margin-top:15px;
}
/*
	.sprint-available {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='image', src='/uk/en/assets/images/products/index/pre6/pre_now_available_on_sprint.png');
		background: transparent;
		margin-left:50px;
	}                
                
*/


#hero-image {
	position:absolute;
	display:block;
	width:391px;
	height:425px;
	left:-70px;
	top:30px;
}
/*.hero-image:not([border]) {
	background:url(/uk/en/assets/images/products/phones/pixi/home/heroes.png) no-repeat transparent; 
} 
*/

#hero-shadow {
	position:absolute;
	display:block;
	width:571px;
	height:131px;
	top:380px;
	left:-313px;
}
.hero-shadow:not([border]) {
 background:url(/uk/en/assets/images/products/phones/pixi/home/device-shadows.png) no-repeat transparent;
}
/*PRE only*/
/*#hero-reflection {
	position:absolute;
	display:block;
	width:227px;
	height:172px;
	top:364px;
	left:6px;
}

.hero-reflection:not([border]) {
	background:url(/uk/en/assets/images/products/index/pre6/pre_hero_reflection_for_kitchen_prod_page.png) no-repeat transparent;
}*/
/*
#intro-stackable {
	display:block;
	width:116px;
	height:34px;
	position:absolute;
	left:114px;
	top:89px;
}

.intro-stackable:not([border]) {
	background:url(/uk/en/assets/images/products/phones/pixi/home/introducing_pixi.png) no-repeat transparent; 
}
*/
#logo-stackable {
	position:absolute;
	display:block;
	width:165px;
	height:36px;
	left:82px;
	top:90px;
}
.logo-stackable:not([border]) {
 background:url(/uk/en/assets/images/products/phones/pixi/home/logo_palm_pixi.png) no-repeat transparent;
}
#tag-line-stackable {
	position:absolute;
	display:block;
	width:336px;
	height:166px;
	left:25px;
	top:145px;
}
.tag-line-stackable:not([border]) {
 background:url(/uk/en/assets/images/products/phones/pixi/home/sfr_tagline.png) no-repeat transparent;
}
#sprint-stackable {
	position:absolute;
	display:block;
	width:336px;
	height:62px;
	left:25px;
	top:255px;
}
.sprint-stackable:not([border]) {
 background:url(/uk/en/assets/images/products/index/pixi/available_nov15_on_sprint.png) no-repeat transparent;
}
.learnmore-pos {
	position:absolute;
	left:81px;
	top:198px;
}
#learn-more {
	display:block;
	width:155px;
	height:44px;
}
.learn-more:not([border]) {
 background:url(/uk/en/assets/images/products/index/button-learn-more.png) no-repeat transparent;
}

#social-media {
	display:block;
	height:56px;
	left:30px;
	position:absolute;
	top:315px;
	width:240px;
}
#social-media a {
	display:block;
}
.follow-us-facebook, .follow-us-twitter {
	height:40px;
	width:220px;
	display:block;
}
.follow-us-facebook[class] {
	background:url(/uk/en/assets/images/products/index/follow-us-facebook.png) no-repeat transparent;
}
.follow-us-twitter[class] {
	background:url(/uk/en/assets/images/products/index/follow-us-twitter.png) no-repeat transparent;
}

#bubble-one, #bubble-two, #bubble-three {
	opacity:.85;
	-moz-opacity:.85;
}
#bubble-one {
	display:block;
	width:188px;
	height:110px;
	z-index:1;
}
.bubble-one:not([border]) {
 background:transparent url(/uk/en/assets/images/products/phones/pixi/home/bb_preplus_for_biz_e.png) no-repeat scroll 0 0;
}
#bubble-two {
	display:block;
	height:100px;
	width:188px;
	z-index:3;
}
.bubble-two:not([border]) {
 background:transparent url(/uk/en/assets/images/products/index/pixiplus/bb_payngo_pixi.png) no-repeat;
}
#bubble-three {
	display:block;
	width:188px;
	height:105px;
	z-index:2;
}
.bubble-three:not([border]) {
 background:transparent url(/uk/en/assets/images/products/phones/pixi/home/bb_touchstone3.png) no-repeat;
}
/*random bubble files*/
.bb1-artist-pixi:not([border]) {
 background:url(/uk/en/assets/images/products/phones/pixi/home/bb_artistseries_pixi.png) no-repeat transparent;
}
.bb2-artist-pixi:not([border]) {
 background:url(/uk/en/assets/images/products/phones/pixi/home/bb_artistseries_pixi_2.png) no-repeat transparent;
}
.bb3-artist-pixi:not([border]) {
 background:url(/uk/en/assets/images/products/phones/pixi/home/bb_artistseries_pixi_3.png) no-repeat transparent;
}
.bb4-artist-pixi:not([border]) {
 background:url(/uk/en/assets/images/products/phones/pixi/home/bb_artistseries_pixi_4.png) no-repeat transparent;
}
.bb5-artist-pixi:not([border]) {
 background:url(/uk/en/assets/images/products/phones/pixi/home/bb_artistseries_pixi_5.png) no-repeat transparent;
}
/*END random bubble files*/

.bubble-positioning {
	position:relative;
	width:100%;
	height:100%;
}
#bubble-positioning {
	opacity:0;
	-moz-opacity:0;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.bubble-banner-target {
	position:absolute;
	top:0;
	left:0;
}
.bubble-banner-one {
	position:absolute;
	left:15px;
	top:170px;
}
.bubble-banner-two {
	left:125px;
	position:absolute;
	top:105px;
}
.bubble-banner-three {
	left:100px;
	position:absolute;
	top:230px;
}
#bubble-banner-overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:900;
}
#bubble-overlay-one {
	background:transparent;
	width:182px;
	height:90px;
	position:absolute;
	left:12px;
	top:165px;
	z-index:5;
	cursor:pointer;
	display:none;
}
#bubble-overlay-two {
	background:transparent;
	width:180px;
	height:90px;
	position:absolute;
	left:30px;
	top:211px;
	z-index:6;
	cursor:pointer;
	display:none;
}
#bubble-overlay-three {
	background:transparent;
	width:180px;
	height:90px;
	position:absolute;
	left:83px;
	top:251px;
	z-index:4;
	cursor:pointer;
	display:none;
}
.bubble-positioning {
	position:relative;
}
div#select-area {
	width:100%;
	height:78px;
	top:548px;
	left:0;
	position:absolute;
	z-index:3;
	display:block;
	opacity:0;
	-moz-opacity:0;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.menu-center {
	width:1027px;
	margin:0px auto;
}
.buffer-center {
	width:608px;
	height:76px;
	margin: 0px auto;
	position:relative;
	/*			position:absolute;
	left:31%;*/
	opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}
.selector-center {
	position:absolute;
	left:33%;
}
#select-bg {
	width:100%;
	left:0;
	height:77px;
	position:absolute;
}
#img-pre, #img-acc, #img-pixi, #img-apps, #img-centro, #img-treo-pro {
	width:152px;
	height:76px;
	position:absolute;
}

#img-treo-pro  {
	left:157px;
}

.img-treo-pro:not([border]) {
	background:url("/uk/en/assets/images/products/index/pre6/icon_pro_norm.png") no-repeat scroll 0 0 transparent;
}

.img-treo-pro-over {
	background:url(/uk/en/assets/images/products/index/pre6/icon_pro_roll.png) no-repeat transparent;
}

#img-centro  {
	left:309px;
}

.img-centro:not([border]) {
	background:url("/uk/en/assets/images/products/index/pre6/icon_centro_norm.png") no-repeat scroll 0 0 transparent;
}

.img-centro-over {
	background:url(/uk/en/assets/images/products/index/pre6/icon_centro_roll.png) no-repeat transparent;
}

#img-pixi {
	left:5px;
}
.img-pixi:not([border]) {
 background:url(/uk/en/assets/images/products/phones/pixi/home/icon_pixi_norm.png) no-repeat transparent;
}
.img-pixi-over {
	background:url(/uk/en/assets/images/products/phones/pixi/home/icon_pixi_roll.png) no-repeat transparent;
}
#img-pre {
	left:157px;
	/*left:5px;*/
}
.img-pre:not([border]) {
 background:url(/uk/en/assets/images/products/index/pre6/icon_pre_norm.png) no-repeat transparent;
}
.img-pre-over {
	background:url(/uk/en/assets/images/products/index/pre6/icon_pre_roll.png) no-repeat transparent;
}
#img-acc {
	left:309px;
	/*left:460px;*/
}
.img-acc:not([border]) {
 background:url(/uk/en/assets/images/products/phones/pixi/home/icon_acc_norm.png) no-repeat transparent;
}
.img-acc-over {
	background:url(/uk/en/assets/images/products/phones/pixi/home/icon_acc_roll.png) no-repeat transparent;
}
#img-apps {
	left:460px;
}
.img-apps:not([border]) {
 background:url(/uk/en/assets/images/products/software/icon_apps_norm.png) no-repeat scroll 0 0 transparent;
}
.img-apps-over {
	background:url(/uk/en/assets/images/products/software/icon_apps_roll.png) no-repeat scroll 0 0 transparent;
}
#footer {
	z-index:999;
	position:absolute;
	left:0;
	top:620px;
	width:100%;
	min-width:900px;
	color:#545454;
	padding: 0 0 0;
}
ul.footer-nav li a, ul.footer-nav li a:visited {
	color:#545454;
}
ul.footer-nav {
	padding-top:43px;
}
h1.noshowH1 {
	display:none;
}
#footer-nav {
	padding-top:47px;
}
a:hover {
	text-decoration:underline;
}
ul.footer-nav li a, ul.footer-nav li a:visited {
	color:#545454;
}
ul.footer-nav li a, ul.footer-nav li a:visited {
	color:#545454;
}
a:link {
	color:#545454;
}
div.footnotes {
	color:#545454;
}
.clear-floats {
	clear:both;
}
.core .clearfix {
	padding:0;
}
#menu-cart-count {
	display:none;
	visibility:hidden;
}
#header {
	min-height:62px;
}
.logo:not([border]) {
 background:url(/assets/images/global/navigation/ie6/palm-logo-small.png) no-repeat transparent;
 float:left;
 height:36px;
 text-indent:-99999em;
 width:77px;
}
.preload {
	display:block;
	width:1px;
	height:1px;
	position:absolute;
	left:-1000px;
	top:-1px;
}
.preplus-hero {
	background:url(/uk/en/assets/images/products/index/landing-dual-preplus-hero.png) no-repeat transparent;
	position: relative;
	top: 35px;
	width:180px;
	height:385px;
	float:right;
	margin-right:20px;
}
.pixiplus-hero {
	background:url(/uk/en/assets/images/products/index/landing-dual-pixiplus-hero.png) no-repeat transparent;
	position: relative;
	width:180px;
	height:420px;
	float:right;
}

