/*CSS Reset
------------------------------------------*/
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #c5cad0;
	background: #40464b;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
/*-----------------------------------------*/

body {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:lighter;
	text-align:center;
	background:#41474C url("../images/bg.png") repeat-x center top;
}
a {
	color:#ffffcc;
}
a:hover {
	color:#FFF;
}
p {
	margin:.5em 0 1em;
}
em {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style:italic;
	font-size:110%;
	color:#979ea8;
}
.amp {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:110%;
}
ol {
	list-style:decimal;
	padding-left:2em;
}
ol li {
	padding-bottom:.75em;
}
h2 {
	font-size:120%;
	margin:1em 0 .5em;
	line-height:1.4em;
	color:#FFFFCC;
	/*text-shadow: #1e2124 2px 2px 2px;*/
	
}
h3, h4 {
	color:#FFFFCC;
	margin-top:1em;
}
h3 {
	font-size:1.25em;
}
p, ol {
	font-size:90%;
	line-height:1.5em;
}
.smaller {
	font-size:75%;
	line-height:1.25em;
}
.text_input {
	background:#1e2124;
	border:1px solid #6E7378;
	color:#FFF;
	padding:5px 0;
}
.submit_button {
	background:#3c1011 url("../images/bg_nav_on.png") repeat-x left center;
	cursor:pointer;
	padding:5px 20px;
	border:1px solid #6E7378;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#FFFFCC;
	text-decoration:none;
}
a.submit_button {
	font-size:.9em;
}
form#support {
	font-size:85%;
	width:430px;
}
form#support li {
	padding:.25em;
}
form#support label {
	width:150px;
	display:block;
	float:left;
}
li.required {
	background:#131517;
	color:#FFFFCC;
}

#general_content {
	padding-top:12px;
	padding-bottom:150px;
}
#wrapper {
	text-align:left;
	width:900px;
	margin:0 auto;
	line-height:1.2em;
	position:relative;
}
#header {
	height:317px;
	background:url("../images/header_postcards.png") no-repeat right bottom;
	position:relative;
}
*html #header {
	background-image: url("../images/header_postcards.jpg");
}
#nav_wrapper {
	background:transparent url("../images/bg_nav_left.png") no-repeat left bottom;
	padding-left:19px;
	float:left;
}
*html #nav_wrapper {
	background-image:url("../images/bg_nav_left_8.png");
}
#nav {
	background:transparent url("../images/bg_nav_right.png") no-repeat right bottom;
	padding-right:19px;
	float:left;
	font-size:80%;
}
*html #nav {
	background-image:url("../images/bg_nav_right_8.png");
}
#nav ul li, #footer_nav_ul li {
	float:left;
}
#nav ul {
	background:#0f0f0f url("../images/bg_nav.png") repeat-x bottom;
	border-left:1px solid #000;
	float:left;
	width:858px;
}
#nav a {
	color:#949aa1;
	text-decoration:none;
	padding:.75em 1.5em;
	display:block;
	border-left:1px solid #1d1d1d;
	border-right:1px solid #000;
}
#nav a:hover {
	color:#FFF;
/*	background:#3c1011 url("../images/bg_nav_on.png") repeat-x bottom;*/
}
#nav a.current, #nav a.current:hover {
	color:#ffffcc;
	background:#3c1011 url("../images/bg_nav_on.png") repeat-x bottom;
	cursor:default;
}

h1 a {
	display:block;
	width:253px;
	height:241px;
	text-indent:-50000px;
	background:url("../images/logo_large.png") no-repeat;
}
*html h1 a {
	background-image:url("../images/logo_large.jpg");
}
h1 {
	position:absolute;
	bottom:0;
	left:0;
}

#tabbed_content {
	margin-top:12px;
	width:320px;
	float:left;
}
.tab_page {
	margin-top:.5em;
	min-height:400px;
}
#tabs li {
	margin-right:12px;
}
#tabs li a {
	text-indent:-50000px;
	height:74px;
}
a#tab_1 {
	width:64px;
	background:url("../images/tab1_off.png") no-repeat;
}
a#tab_1:hover {
	background:url("../images/tab1_roll.png") no-repeat;
}
.ui-tabs-selected a#tab_1 {
	background:url("../images/tab1_on.png") no-repeat;
}
a#tab_2 {
	width:64px;
	background:url("../images/tab2_off.png") no-repeat;
}
a#tab_2:hover {
	background:url("../images/tab2_roll.png") no-repeat;
}
.ui-tabs-selected a#tab_2 {
	background:url("../images/tab2_on.png") no-repeat;
}
a#tab_3 {
	width:108px;
	background:url("../images/tab3_off.png") no-repeat;
}
a#tab_3:hover {
	background:url("../images/tab3_roll.png") no-repeat;
}
.ui-tabs-selected a#tab_3 {
	background:url("../images/tab3_on.png") no-repeat;
}

#phoneside_content {
	width:215px; 
	float:left;
	padding-top:44px;
	margin-left:40px;
}
#phoneside_content ul {
	border-top:1px dotted #FFF;
}
#phoneside_content li {
	font-size:75%;
	line-height:1.2em;
	border-bottom:1px dotted #FFF;
}

#phoneside_content li a {
	color:#979ea8;
	text-decoration:none;
	display:block;
	padding:.75em 40px .75em 6px;
}
#phoneside_content li a:hover {
	color:#ffffcc;
}
#phoneside_content li a:active, #phoneside_content .ui-tabs-selected a {
	color:#ffffcc;
	background:url("../images/arrow.png") no-repeat right center;
}
*html #phoneside_content .ui-tabs-selected a {
	background-image:url("../images/arrow_8.png");
}
*html #phoneside_content li a:active {
	background-image:url("../images/arrow_8.png");
}

#phone {
	width:304px;
	height:658px;
	background:url("../images/phone.png") no-repeat;
	position:absolute;
	right:0;
	top:186px;
	z-index:0;
}
*html #phone {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/phone.png', sizingMethod='image');
}
.phone_screen {
	width:248px;
	height:356px;
	position:absolute;
	top:107px;
	left:30px;
	background:#FFF;
}

#phone_horiz {
	width:582px;
	height:372px;
	background:url("../images/phone_horiz.png") no-repeat;
	position:absolute;
	right:0;
	top:280px;
	z-index:0;
}
*html #phone_horiz {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/phone_horiz.png', sizingMethod='image');
}
#video {
	margin-top:25px;
	margin-left:108px;
}
#tour_content {
	padding-top:12px;
	padding-bottom:2em;
	width:320px;
}
.price {
	color:#ffffcc;
	font-size:36px;
	text-align:right;
	margin:.5em 0 .5em;
	line-height:.75em;
}
.special {
	display:block;
	font-size:35%;
}
.app_store {
	display:block;
	background:url("../images/app_store_badge.png") no-repeat right;
	width:215px;
	height:61px;
	text-indent:-50000px;
	/*margin-top:2em;*/
}
*html .app_store {
	background-image:url("../images/app_store_badge.jpg");
}

#featured_links {
	clear:both;
	position:relative;
	display:block;
	padding-top:10px;
	zoom:1;
}
#featured_links li {
	float:left;
}
#featured_links li a {
	width:276px;
	height:239px;
	display:block;
	text-indent:-50000px;
}
#box_1 a {
	background:url("../images/box_yourname.jpg") no-repeat;
}
#box_2 {
	margin:0 30px;
}
#box_2 a {
	background:url("../images/box_tour.jpg") no-repeat;
}
#box_3 a {
	background:url("../images/box_tkprods.jpg") no-repeat;
}

#preview_image {
	width:400px;
	height:289px;
	border:5px solid #FCFCFC;
	background:#FAFAFA;
	position:absolute;
	right:0px;
	top:280px;
}
#image_sets {
	border:1px dotted #FFF;
	float:left;
	margin-bottom:40px;
	background:#1E2124;
}
*html #image_sets {
	margin:0;
	padding-bottom:20px;
}
#image_sets li {
	float:left;
	margin:20px;
	display:inline;
}
#image_sets li img {
	cursor:pointer;
	border:4px solid #c5cad0;
}
#image_sets li img:hover {
	border-color:#FFF;
}
#try_it {
	width:475px;
	min-height:235px;
	padding-top:12px;
}
#try_it form {
	padding-top:.5em;
	border-top:1px dotted #FFF;
}
a#update_button {
	display:block;
	text-indent:-50000px;
	background:url("../images/button_update_off.png") no-repeat;
	width:282px;
	height:46px;
	float:right;
	cursor:pointer;
}
*html a#update_button {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/button_update_off.png', sizingMethod='image');
}
#smiley {
	position:absolute;
	right:50px;
	top:120px;
	background-image:url("../images/PixyMeSmileyFace_normal.png");
	width:300px;
	height:420px;
}
*html #smiley {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/PixyMeSmileyFace_normal.png', sizingMethod='image');
}
#club {
	width:500px;
	min-height:200px;
}
#social {
	float:right;
	width:360px;
	margin-top:-200px;
}
#facebook, #twitter {
	margin-bottom:1em;
}
#reviews {
	width:500px;
	padding-top:2em;
	padding-bottom:50px;
}
p.review {
	padding-bottom:.5em;
	border-bottom:1px dotted #c5cad0;
}

#faq {
	float:right;
	width:450px;
	font-size:75%;
}
h3.question{
	margin-top:0;
}
h3.question a {
	display:block;
	border-bottom:1px dotted #FFF;
	color:#979ea8;
	text-decoration:none;
	padding:.75em 12px;
	background:#1e2124;
}
h3.question a:hover {
	color:#FFFFCC;
}
h3.question:active, h3.selected a {
	background:#3c1011 url("../images/bg_nav_on.png") repeat-x left bottom;
	color:#FFFFCC;
}
.answer {
	border-bottom:1px dotted #FFF;
	padding:0 12px;
	background:#121415;
}

#footer_wrap {
	clear:both;
	background:#000;
	border-top:1px solid #6e7378;
	zoom:1;
}
#footer {
	width:900px;
	margin:0 auto;
	text-align:left;
	position:relative;
	zoom:1;
}
#tag {
	float:left;
}
#footer a {
	text-decoration:none;
}
#footer_content {
	float:left;
	width:600px;
	margin:0;
	font-size:75%;
	padding:0;
}
#footer_appstore {
	position:relative;
	display:block;
	zoom:1;
}
#footer_appstore p {
	float:left;
	margin:0;
	font-size:75%;
	padding:0;
	clear:both;
}
#footer_appstore .price {
	float:right;
	clear:none;
	font-size:1.5em;
	padding-top:.75em;
}
#footer_appstore .app_store {
	position:absolute;
	display:block;
	width:215px;
	margin-top:0;
	right:0;
	top:2.5em;
	background:url("../images/app_store_badge_small.png") no-repeat right;
}
*html #footer_appstore .app_store {
	background:url("../images/app_store_badge_small.jpg") no-repeat right;
}
#footer_nav_ul {
	padding:4px 0 0;
	float:left;
}
#footer_nav_ul li {
	margin-top:3px;
}
#footer_nav_ul li a{
	padding:3px 10px 5px;
	border-right:1px dotted #666;
}

#info_table {
	margin-top:5px;
}

#info_table table {
	width:600px;
	border:thin solid;
}

#info_table table th, #info_table table tr td{
	border:thin solid;
	padding:10px;
}


/*jQuery*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#tabbed_content .ui-tabs-nav li {
    float: left;
    font-weight: normal;
}
#tabbed_content .ui-tabs-nav a {
    float: left; /* fixes dir=ltr problem and other quirks IE */

}
#tabbed_content .ui-tabs-nav a {
    margin: 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */  
}
#tabbed_content .ui-tabs-nav a:link, #tabbed_content .ui-tabs-nav a:visited {
    color:#ffffcc;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;

}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
#tabbed_content .ui-tabs-panel {
	float:left;
    /*padding: 10px;*/
   /* background: #fff;*/ /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

