/* AppSketchbook.com CSS Document */
/* 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;
}
img {
	border:none
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong, em {
	font-weight: normal;
	font-style: normal;
}
/* End Reset */

body {
	background: transparent url('images/bg_site.jpg') repeat 0 0;
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #666;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	padding: 0px;
	line-height: 160%;
	text-shadow: 0 1px 0 #fff;
}
h1 {
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	font-size:36px;
	font-weight: bold;
	color: #555555;
	line-height: 100%;
	margin-left: 60px;
}
h2 {
	font-size:18px;
	color:#2390cf;
	font-weight: bold;
}
h2.alt {
	font-size:18px;
	color:#666;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #56a1d5;
}
h4 {
	font-size:14px;
	color:#333;
}
h5 {
	font-size:12px;
	font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration:none;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
/* Links */
a:link, a:visited, a:hover, a:active {
	color: #177613;
	text-decoration: none;
}
a:link.alt, a:visited.alt, a:hover.alt, a:active.alt {
	color: #177613;
	text-decoration: underline;
}
a:link.del, a:visited.del, a:hover.del, a:active.del {
	color: #930;
}

/* Paragraph Variations */
.note {
	font-size: 90%;
}
.hint, .copyright, .links {
	font-size: 80%;
	clear: both;
}
p {
	line-height:140%;
	margin-bottom: 12px;
}

/* Buttons */
a.add_to_cart {
	color: #FFF;
	background-color: ;
}
/* Layout */
#page {
	width: 960px;
	margin: 10px auto;
	padding: 0 0 20px 0;
	background-color: #FFF;
	border: solid 1px #dbdbdb;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px; 
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	box-shadow: 2px 2px 10px #d6d6d6;
	-webkit-box-shadow: 2px 2px 10px #d6d6d6;
	-moz-box-shadow: 2px 2px 10px #d6d6d6;	
}
#header {
	background: #FFF url('images/bg_header.gif') repeat-x 0% 100%;
	height: 55px;
	border-bottom: solid 1px #dbdbdb;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px; 
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#logo {
	margin: 18px 0 0 22px;
}
#nav {
	float: right;
	margin: 18px 22px 0 0;
}
#nav li {
	display: inline;
	margin-left: 20px;
}
#feature {
	height: 240px;
	position: relative;
	border-bottom: solid 1px #c9dfeb;
	padding-top: 60px;
	background-color: #fcfcfc;
	background: transparent url(images/bg_feature.png) no-repeat center center;
}
#feature p, #feature h2 {
	margin-left: 60px;
	width: 300px;
	color: #8f8f8f;
	font-size: 18px;
	line-height: 170%;
}
#feature h2.slogan {
	color: #666666;
	font-size: 24px;
	font-weight: bold;
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	width: auto;
	margin-bottom: 0;
}
#products {
	padding: 20px;
	position: relative;
	overflow: hidden;
}
.product {
	position:relative;
	width: 280px;
	float: left;
	margin-right: 40px;
}
.product h3 span {
	font-size: 12px;
	color: #9fa058;
}
.product .burst {
	width: 47px;
	height: 47px;
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	text-indent: -9999px;
}
.burst.new {
	background: transparent url('images/burst_new.png') no-repeat 0 0;
}
.product.last {
	margin-right: 0px;
}
.product .photo {
	width: 280px;
	height: 140px;
	background-color: #edf6fb;
	margin-bottom: 10px;
}
.product .description {
	font-size: 14px;
	line-height: 170%;
}
.product .price {
	font-weight: bold;
	color: #545454;
	position: absolute;
	right: 0;
	top: 154px;
	font-size: 16px;
}
.product strong {
	font-weight: bold;
}
#featured_on {
	width: 920px;
	margin: 0 auto 20px auto;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	clear: both;
}
#featured_on h2 {
	font-weight: normal;
	font-size: 18px;
	color: #9e9e9e;
	margin-top: 20px;
}
#press_logos {
	margin-bottom: 20px;
	overflow: hidden;
}
#press_logos li {
	display: block;
	float: left;
	width: 200px;
	height: 80px;
	margin-left: 20px;
}
#press_logos a {
	display: block;
	height: 80px;
	text-indent: -9999px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.tuaw {
	background-image: url('images/logo_tuaw.gif');
}
.picocool {
	background-image: url('images/logo_picocool.gif');
}
.thenextweb {
	background-image: url('images/logo_thenextweb.gif');
}
.iphoneuxreviews {
	background-image: url('images/logo_iphoneuxreviews.gif');
}
#more {
	width: 920px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
#more h2 {
	font-weight: normal;
}
#reviews {
	width: 460px;
	float: left;
}
h2.testimonials, h2.tweets {
	background-position: 0 50%;
	background-repeat: no-repeat;
	line-height: 35px;
	padding-left: 50px;
}
.testimonials {
	background-image: url('images/icon_testimonial.png');
}
.testimonial cite {
	display: block;
	text-align: right;
}
.tweets {
	background-image: url('images/icon_twitter.png');
}
#twitter_search {
	margin-bottom: 20px;
}
.testimonial {
	font-size: 14px;
	line-height: 170%;
	margin: 10px 0 20px 0;
}
#twitter_search ul {
	width: 100%;
}
#twitter_search li {
	min-height: 40px;
	border-bottom: solid 1px #CCC;
	display: block;
	margin: 0 auto;
	padding: 12px 0 12px 0;
}
#twitter_search .tweet_avatar {
	border:1px solid #999999;
	float:left;
	margin-bottom:6px;
	margin-right:12px;
	padding:2px;
}
#world_map {
	border: solid 1px #ededed;
	width: 420px;
	padding: 15px 10px;
	color: #56a1d5;
	font-weight: bold;
	float: left;
	clear: left;
}
#world_map a {
	display: block;
	background: transparent url('images/btn_viewmap.gif') no-repeat 50% 50%;
	height: 40px;
	width: 220px;
	float: right;
	text-indent: -9999px;
}
#world_map p {
	width: 180px;
	float: left;
	font-size: 12px;
	margin: 0;
}
#story {
	float: right;
	width: 300px;
	padding: 20px;
	background-color: #faf7ef;
}
#story p {
	font-size: 14px;
	line-height: 160%;
}
#story h2 {
	color: #947e4d;
}
cite.signature {
	background:transparent url(images/smartin_signature.png) no-repeat scroll left top;
	display:block;
	padding-top:70px;
	width:200px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

/* Product Pages */
#product_full h1 {
	font-size: 36px;
	margin: 0 0 20px 20px;
}
#product_full {
	width: 960px;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: solid 1px #c9dfeb;
	background-color: #fcfcfc;
}
#photos {
	width: 710px;
	height: 360px;
	margin-left: 20px;
	float: left;
}
#details {
	float: left;
	margin-left: 20px;
	width: 170px;
	font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
}
#specs {
	width: 530px;
	float: right;
}
#products h2 {
	color: #555;
}
#details .price {
	font-size: 56px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #898989;
}
#details .shipping_status {
	font-size: 18px;
	line-height: 140%;
	color: #6a6a6a;
}
#details table {
	margin-bottom: 20px;
}
.shipping_status strong {
	display: block;
	font-weight: bold;
}
a.btn_product {
	width: 165px;
	height: 40px;
	background-color: #2d9c35;
	color: #FFF;
	font-size: 22px;
	line-height: 40px;
	display: block;
	float: left;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}
a.btn_snippet {
	width: 80px;
	height: 20px;
	background-color: #2d9c35;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	display: block;
	float: left;
	text-align: center;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}
#product_highlights {
	width: 360px;
	float: left;
}
.features li {
	background:transparent url(images/icon_pencil.gif) no-repeat scroll left center;
	display:block;
	font-size:14px;
	height:26px;
	line-height:30px;
	padding-left:30px;
}
#slideshow_nav {
	width: 150px;
	float: left;
}
#slideshow_nav li {
	display: block;
	margin: 0 0 15px 0;
}
#slide {
	float: right;
}
#faq {
	width: 536px;
	margin: 20px 0 0 20px;
	float: left;
}
#faq h1 {
	font-size: 36px;
	margin: 0 0 20px 0;
}
#faq h2 {
	font-weight: normal;
}
#products.sidebar {
	float: right;
	width: 280px;
}
.sidebar .product {
	margin: 0 0 20px 0;
}