/* If we're hosting reset.css, put it up here. otherwise, rely upon external*/
/*
	Colors:
	Orange : ffa240
*/
/* Joby Inc - Michael Huang, started Jun 23, 09 */
html {
	background: #e7e5e3 url('/img/base/body-x.jpg') top repeat-x;
}
body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	background: transparent;
	text-align: left;
}
body,
.black {
	color: #111;
}
.frame {
	width: 960px;
	margin: 0 auto;
}
.hidden { display:none; }
/* Clearfix */
.clear {
 display:inline-block;
}
.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}
/******************** Basic text styling *********************/
h1, h2, h3 {
	margin: .5em 0;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 166.666%;
}
h3 {
	font-size: 133.333%;
	margin-top: 1.1em;
}
h4 {
	font-weight: bold;
	color: #535351;
	margin: 1em 0;
}
p {
	margin: 1em 0;
}
.pink {
	color: #ee236a;
}
strong, b { font-weight: bold; }
em, i { font-style: italic; }
a,
.white .black a {
	color: #1567a4;
	text-decoration: none;
}
a:visited,
.white .black a:visited {
	color: #178aa4;
}
a:hover { text-decoration: underline; }
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	/*margin: 1em 0;*/
	border: 0;
	clear: both;
}
blockquote {
	padding-left: 1em;
	border-left: 1px solid #ccc;
}
.gray {
	color: #aaa;
}
.gray a {
	color: #aaa;
	text-decoration: underline;
}
.small {
	font-size: 90%;
}
/* lists */

/* Start Simple Lists */
ul.list, 
ol.list,
.blog-content ol,
.blog-content ul { 
   margin:auto -3em 1em 0; 
   padding:0; 
   position:relative; 
   left:-3em;
    height:0; 
    overflow:visible;
}
html > body ul.list,
html > body ol.list,
html > body .blog-content ol,
html > body .blog-content ul  { 
   overflow:hidden;
   height: auto;
}
.list li,
.blog-content li { 
   margin-top:0.25em;
   margin-bottom:0.25em; 
   list-style: outside disc;
}
ol.list li,
.blog-content ol li {
	list-style: outside decimal;
}
 
ul.list ul, ul.list ol, 
ol.list ol, ol.list ul,
.blog-content ul ul,
.blog-content ul ol,
.blog-content ol ul,
.blog-content ol ol { 
   margin-left:1em; 
   padding-left:0; 
}
ol.faq li p { 
	margin-bottom: 1em;
	padding-right: 15px;
	line-height: 140%;
}
ol.faq a.faq { 
	font-size: 120%;
} 
ul.list li, ol.list li,
.blog-content ul li,
.blog-content ol li { 
   margin-left:5em; 
}
 
.list li li,
.blog-content li li { 
   list-style: outside circle;
}
 
ul.list-store li,
ul.list-store li li {
	list-style: none;
	margin-left: 1em;
	font-size: 90%;
}

ul.list-store li {
	margin-left: 4em;
	font-size: 111%;
}
ul.list-store li.giftwrap {
	border-top: 1px solid #ccc;
	padding-top: .75em;
}
/* DEV grid */
.dev {
	height: 100%;
	background: url('/img/base/dev-960-3.png') repeat-y !important;
} 
/*************** General - Elements Used throughout header, content, footer ****************/
/* Tooltips */
div.tooltip { 
    background:transparent url(../img/base/tooltip/white_arrow_big.gif) no-repeat scroll 0 0; 
    height: 274px; 
    padding: 30px; 
    width: 421px; 
    display:none;
}
/* for display on pages wrap the tooltip in this special div */
.visible-tooltip .tooltip { display:block; background:none !important; padding:0 !important; width: auto }
.visible-tooltip .tooltip div { background:none !important; padding:0 !important; min-height: inherit; }
/* horizontal Lists */
.hlist li {
	display: inline;
	margin-right: 1em;
}
/* breadcrumbs. used on where to buy */
.breadcrumbs {
	padding: 1em;
	background: #f0f0f0;
}
.breadcrumbs li {
	margin-right: 0;
}
/* general horizontal lists */
.hlist a.active {
	font-weight: bold;
}
.hlist a:hover { text-decoration: none;}
/* active lists */
.vlist li {
	margin-bottom: .33em;
}
.vlist li.active a {
	font-weight: bold;
	color: #666;
	cursor: default;
}
/* speaking links */
span.speaking {
	text-align: left;
	font-size: 85%;
	display: block;
}
.speaking strong {
	display: block;
	font-weight: normal;
	font-size: 135%;
}
/************************* Positioning *********************/
/* Grid system widths */
.gfloat {
	float: left;
	margin-right: 20px;
}
.gfloat-last {
	float: right;
	margin-right: 0;
}
.w1 { width: 60px; }
.w1h { width: 100px; }
.w2 { width: 140px; }
.w2h { width: 180px; }
.w23q { width: 200px; }
.w3 { width: 220px; }
.w3h { width: 260px; }
.w4 { width: 300px; }
.w4h { width: 340px; }
.w5 { width: 380px; }
.w5h { width: 420px; }
.w6,
.whalf { width: 460px; }
.w6h { width: 500px; }
.w7 { width: 540px; }
.w7h { width: 580px; }
.w8 { width: 620px; }
.w8h { width: 660px; }
.w9 { width: 700px; }
.w10 { width: 780px; }
.w11 { width: 860px; }
.w12 { width: 940px; }
/* heights */
.h1 { height: 60px; }
.h1h { height: 100px; }
.h2 { height: 140px; }
.h2h { height: 180px; }
.h3 { height: 220px; }
.h3h { height: 260px; }
.h4 { height: 300px; }
.h4h { height: 340px; }
.h5 { height: 380px; }
.h6,
.hhalf { height: 460px; }
.h7 { height: 540px; }
.h8 { height: 620px; }
.h8h { height: 660px; }
.h9 { height: 700px; }
.h9h { height: 740px; }
.h10 { height: 780px; }
.h11 { height: 860px; }
.h12 { height: 940px; }
.h13 { height: 1020px; }
/* used with absolute positioning and grid */
.rel {
	position: relative;
}
.relimp { position: relative !important; }

.abs {
	position: absolute;
	display: block;
}
.block {
	display: block;
}
/* Left */
.l00 { left: 0; }
.l0 { left: 10px; }
.l1 { left: 90px; }
.l2 { left: 170px; }
.l3 { left: 250px; }
.l4 { left: 330px; } 
.l5 { left: 410px; }
.l6 { left: 490px; }
.l7 { left: 570px; }
.l8 { left: 650px; }
.l9 { left: 730px; }
.l10 { left: 810px; }
.l11 { left: 890px; }
/* pushing margins, each adds a little spacing */
.lh { margin-left: 40px !important; /* half */ }
.lq { margin-left: 20px !important; /* quarter */ }
.l3q { margin-left: 60px !important; /* 3/4 */ }
/* Bottom */
.b00 { bottom: 0; }
.b0 { bottom: 10px; }
/* Right */
.r00 { right: 0; }
.r0 { right: 10px; }
/* Top */
.t00 { top: 0; }
.t0 { top: 10px; }
.t1 { top: 90px; }
.t2 { top: 170px; }
.t3 { top: 250px; }
.t4 { top: 330px; } 
.t5 { top: 410px; }
.t6 { top: 490px; }
.t7 { top: 570px; }
.t8 { top: 650px; }
.t9 { top: 730px; }
.t10 { top: 810px; }
.t11 { top: 890px; }
.th,
.mt4 { margin-top: 40px !important; }
.tq,
.mt2 { margin-top: 20px !important; }
.t3q,
.mt6 { margin-top: 60px !important; }
/* Margins */
.m0 { margin: 0; }
.m1 { margin: 10px; }
.m2 { margin: 20px; }
.mt1 { margin-top: 10px; }
.mt2 { margin-top: 20px; }
.mt3 { margin-top: 30px; }
.mt5 { margin-top: 50px; }
.mt7 { margin-top: 70px; }
.mt9 { margin-top: 90px; }
.ml1 { margin-left: 10px; }
.mr1 { margin-right: 10px !important; }
.mb1 { margin-bottom: 10px; }
.mb2 { margin-bottom: 20px; }
.mt0 { margin-top: 0; }
.ml0 { margin-left: 0; }
.mr0 { margin-right: 0; }
.mb0 { margin-bottom: 0; }
.p1 { padding: 10px; }
.p2 { padding: 20px; }
.pt0 { padding-top: 0; }
.pl0 { padding-left: 0; }
.pr0 { padding-right: 0; }
.pb0 { padding-bottom: 0; }
.pt1em { padding-top: 1em; }
.pl1em { padding-left: 1em  !important; }
.pr1em { padding-right: 1em; }
.pb1em { padding-bottom: 1em; }
.bflat, .bflat div {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	-moz-border-radius-bottomright: 0 !important; 
	-webkit-border-bottom-left-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
}
.aligncenter {
	text-align: center !important;
}
.alignright {
	text-align: right !important;
}
.alignleft {
	text-align: left !important;
}
/************* header ****************/
/* Global Nav */
div.nav-global {
	padding: 1em 0 7px;
	text-align: right;
}
.nav-global a {
	color: #b4b4b4;
	text-decoration: none;
}
.nav-global a:visited {
	color: #aaa;
}
.nav-global .active a, .nav-global a:hover {
	color: #ffa240;
}
.nav-global .search input {
	padding:  0;
}
.nav-global .search input.inactive {
	color: #aaa;
}
/* Cart foto */
.nav-global .cart {
	padding: 0 0 0 30px;
	position: relative;
}
.cart .count {
	background: url('/img/base/cart.png') no-repeat bottom left;
	width: 30px;
	height: 24px;
	display: block;
	position: absolute;
	text-align: center;
	top: -7px;
	left: 0;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
}
/* Main Nav */
div.nav-main {
	clear: both;
}
.nav-main li {
	float: left;
}
.nav-main li a,
ul.dropmenu li a {
	display: block;
	padding: .75em;
}
.nav-main a.joby-logo {
	background: url('/img/base/joby-logo2.gif') center left no-repeat;
	width: 126px;
	height: 32px;
	text-indent: -500em;
}
.nav-main a,
.nav-main a:visited {
	color: #fff;
	text-decoration: none;
}
.nav-main a:hover {
	color: #ffa240 !important;
}
.nav-main .active a,
li.dropmenu:hover a,
li.dropmenu.hover a,
ul.dropmenu a {
	color: #3a3a3a !important;
	background: #cbc9c9 url(../img/base/nav-main-active-x.gif) top repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
/*drop down menu*/
li.dropmenu:hover ul.dropmenu,
li.dropmenu.hover ul.dropmenu {
	display: block !important;
}
li.dropmenu:hover a,
li.dropmenu.hover a,
ul.dropmenu a {
	background: #eee !important;
}
ul.dropmenu {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 250px;
	border: 1px solid #999;
	border-width: 0 2px 2px 0;
	background: #eee !important;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}
ul.dropmenu li {
	float: none !important;
	margin: 0 !important;
}
ul.dropmenu li a {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	padding: .25em .75em !important;
	margin: 0 !important;
	display: block;
}
.nav-main ul.dropmenu li a:hover,
.nav-main ul.dropmenu li a.hover {
	background: #cbc9c9 url(../img/base/nav-main-active-x.gif) top repeat-x !important;
	color: #fff !important;
}
.nav-main ul.dropmenu li.active a {
	background: #fb9300 url('/img/base/prod-x3.png') 0 300px !important;
	color: #3a3a3a !important;
}
/*********** side navigation (on about pages) ****************/
.sidenav ul ul {
	margin-left: 1.5em;
}
/* but don't indent for xoxo on blog */
.sidenav ul.xoxo ul {
	margin-left: 0;
}
/**************************** Content ***********************/
.content {
	clear: both;
	position: relative;
}
* html .content {height: 1%;}
/*************** page content *******************/
.content .page {
	position: relative;
	background: #fff;
	width: 960px;
}
/* for the blog */
.main-content .page {
	width: auto;
	background: transparent;
}
.page-gp3-features {
	background: #fff url('/img/gp3/gp3-features.jpg') no-repeat top left;
	height: 600px;
}
.graphic-title {
	height: 266px;
	position: relative;
}
.graphic-title-short {
	height: 133px;
}
.about-page {
	background: #999 url('/img/about/about-top.jpg') no-repeat top;
}
.contact-page {
	background: #999 url('/img/about/contact-top3.jpg') no-repeat top;
}
.press-page {
	background: #999 url('/img/about/press-top3.jpg') no-repeat top;
}
.press-media-page {
	background: #999 url('/img/about/press-media-top.jpg') no-repeat top;
}
.press-factsheets-page {
	background: #999 url('/img/about/press-factsheets-top.jpg') no-repeat top;
}
.press-release-page {
	background: #999 url('/img/about/press-release-top.jpg') no-repeat top;
}
.press-page2 {
	background: #999 url('/img/about/press-top2.jpg') no-repeat top;
}
.job-page {
	background: #999 url('/img/about/potential-top.jpg') no-repeat top;
}
.event-page {
	background: #999 url('/img/about/event-top3.jpg') no-repeat top;
}
.social-page {
	background: #999 url('/img/about/social-top2.jpg') no-repeat top;
}
.support-page {
	background: #999 url('/img/about/support-top2.jpg') no-repeat bottom;
}
.privacy-page {
	background: #999 url('/img/about/privacy-top2.jpg') no-repeat bottom;
}

.page_blank {  /* creates a blank page, full width, white background. */
	position: relative;
	clear: both;
	width: 960px;
	background-color: #fff;
}

/**********  2 column layout, thin left sidebar, and main right content *********/
.page-2col {
}
.page-2col .sidenav {
	float: left;
	width: 140px;
	padding: 10px;
	padding-right: 17px;
}
.page-2col .sidebar {
	float: right;
	width: 220px;
	padding: 10px;
}
.page-2col .main-content {
	float: left;
	width: 793px; /*780px;*/
}

/**********  3 col layout, used in about ***********/
.page-3col {
}
.page-3col .sidenav {
	float: left;
	width: 140px;
	padding: 10px;
	padding-right: 17px;
}
.page-3col .sidebar {
	float: right;
	width: 220px;
	padding: 10px;
}
.page-3col .main-content {
	float: left;
	width: 540px;
}


/**********  Left Sidebar layout, used in store ***********/
.page-l-sidebar {
	background: #fff url('/img/base/page-l-sidebar.png') repeat-y left !important;
}
.page-l-sidebar .sidebar {
	float: left;
	width: 220px;
	padding: 10px;
}
.page-l-sidebar .main-content {
	float: right;
	width: 720px;
}
/*************** Store content **************/
.item-store {
	width: 354px;
	float: right;
	padding-right:5px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
}
.item-store-double {
	height: 411px;
}
.item-store-horiz {
	border: 0;
	width: 100%;
	padding-bottom: 10px;
}
.item-store .left {
	width: 160px;
	float: left;
	text-align: center;
}
.item-store-horiz .center {
	width: 200px;
	float: left;
}
.item-store-horiz .right {
	float: right;
	margin-right: 10px;
	width: 320px;
}
.item-store p {
	margin-top: .5em;
}
.item-store .title {
	font-size: 110%;
}
.item-store-horiz .title {
	font-size: 133.333%;
}
.item-store .price a, 
.item-store .price {
	font-weight: bold;
	color: #666;
}
.item-store .callouts {
	clear: both;
	margin: 0 10px;
}
.item-store .callout {
	border: 1px solid #5989AD;
	color: #5989AD;
	float: left;
	margin-right: 5px;
	font-size: 95%;
	padding: 1px 4px;
	white-space: nowrap;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.item-store .callout-rec {
	background: #326731; /*#FED251;*/
	border-color: #41843f;
	color: #fff; /*#41843f;*/
	/*font-size: 125%;*/
}
.item-store .callout-lumens {
	background: #ffb34c;
	color: #fff;
}
.item-store-grid {
	float: left;
	height: 225px;
	
}
.freeship {
	color: #0f5aa9;
}
.freeship-big {
	font-size: 133.333%;
	font-weight: bold;
	display: block;
}
/* Store - individual item */
.gallery-store {
	float: left;
	width: 350px;
	padding-left: 5px;
	padding-top: 5px;
}
.gallery-image #small img {
	width: 350px;
	height: 350px;
}
.store-info {
	width: 330px;
	margin-right: 10px;
	float: right;
}
.input-wrap {
	margin: 1em 0;
}
.input-select label.block {
	margin-bottom: .25em;
}
.input-select select {
	margin-left: 1em;
}
.list-store li {
	margin: .75em 0;
}
.item-acc {
	clear: both;
	padding: 10px;
}

/* Scrollable */
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 660px; 
    height:90px; 
} 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
div.scrollable div.items div { 
    float:left; 
} 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/*  store gallery scrollable */
div.gallery-scrollable {
	width: 350px;
	padding-top: 5px;
}
.gallery-scrollable div.items div {
	margin-right: 9px;
	width: 62px;
}
.gallery-scrollable div.items div img {
	border: 1px solid #ccc;
}
.gallery-scrollable div.items div.active img {
	border: 1px solid #666;
}
.gallery-scrollable div.items div.active {
	border: 0;
}


/************** slideshow  ************/

div.slideshow, div.slideshow-static { 	
	width: 960px;	
	height: 480px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.slideshow .deck, .slideshow-static .deck {
	width: 2000em;
	position: absolute;
	clear: both;
}
.deck .slide {
	float: left;
	background: #fff;
	position: relative;
}
.slide_link {
	cursor: pointer;
}
.deck-big .slide {
	width: 960px;
	height: 480px;
}

/* slideshow navigator */


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:21px;
	height:11px;
	float:left;
	margin:3px;
	background:url(../img/base/scrollable/arrow/navigator2.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -11px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -22px;     
} 	

/********** slide content **************/
.slideshow_wrap { position: relative; height: 480px; }
/* Logos, img for use on deck */
.content .logo {
	float: left;
	text-indent: -500em;
} 
.content .text-logo {
	line-height: 49px;
} 
.content .page .logo {
	float: none;
	z-index: 999;
	position: absolute;
}
h1.logo {
	margin: 0;
}
.gp-logo {
	background: url('/img/gp/gp-logo2.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.gpm-logo {
	background: url('/img/gpm/gpm-logo.png') top left no-repeat;
	width: 350px;
	height: 104px;
}
.gp1-logo {
	background: url('/img/gp1/gp1-logo3.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.gp2-logo {
	background: url('/img/gp2/gp2-logo2.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.gp3-logo {
	background: url('/img/gp3/gp3-logo4.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.gp8-logo {
	background: url('/img/gp8/gp8-logo-6.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.gm-logo {
	background: url('/img/gm/gm-logo-darker.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.gm1-logo {
	background: url('/img/gm1/gm1-logo3.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.gm2-logo {
	background: url('/img/gm2/gm2-logo3c.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.gm2-logo-black {
	background: url('/img/gm2/gm2-logo3.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.gm3-logo {
	background: url('/img/gm3/gm3-logo-black.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.gm3-logo-white {
	background: url('/img/gm3/gm3-logo-white.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.fl1-logo {
	background: url('/img/gt1/gt1-logo2.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.fl2-logo {
	background: url('/img/fl2/fl2-logo.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.gpbh1-logo {
	background: url('/img/gpbh1/gpbh1-logo3.png') top left no-repeat;
	width: 350px;
	height: 94px;
}
.bh2-logo {
	background: url('/img/bh2/bh2-logo.png') 10px 9px no-repeat;
	width: 350px;
	height: 94px;
}
.slideshow .logo, .slideshow-static .logo {
	position: absolute;
	z-index: 999;
}
/* position and dimensions of the navigator for deck*/
div.deck_navi {
	position: absolute;
	z-index: 999;
	left: 10px;
	bottom: 10px;
	margin-left: 0;
	width:200px;
	height:11px;
}
/* too difficult to implement ?
.navi_play_stop a {
	width: 17px;
	height: 17px;
	float: left;
	margin: 3px;
	background: url(../img/base/scrollable/arrow/play_stop.png) 0 -17px no-repeat;
	display: block;
	font-size: 1px;
}
.navi_play_stop a:hover {
	background-position:-17px -17px;      
}
.navi_play_stop a.paused {
	background-position:0 0;     
} 	
.navi_play_stop a.paused:hover {
	background-position:-17px 0;     
} 	*/
.info-link {
	display: block;
	background: url('/img/base/info2.png') top left no-repeat;
	text-indent: -500em;
	height: 24px;
	width: 24px;
}
.info-link:hover {
	background-position-y: bottom;
}
.info {
	background: #e7e5e3;
	padding: 10px;
	border: 1px solid #666;
	border-width: 0 1px 1px 0;
}
.credit {
	font-size: 80%;
}
/* white on color background */
.white {
	color: #fff;
}/*
.white {
	text-shadow: #666 2px 2px;
}*/
.white a {
	color: #fff;
	text-decoration: underline;
	
}
.white a:visited { color: #ddd; }
.white a:hover { color: #fed251; } 
.headline span {
	font-size: 133.333%
}
h3.headline a { 
	text-decoration: underline;
	color: #000;
}
h3.headline a:hover { color: #777; }
/* h3.headline a.white { color: #fff !important; } */

.deck .slide {
	background: #aaa;
}

/* Specific slide content. IN PROGRESS: moving these into HTML 
.deck .gpod-overview01 {
	background: #6d92af url('/img/gp/gp-overview01.jpg') top left;
}
/* GP Family
.deck .gpod-gp-coastrocks { background: #ccc url('/img/gp/gpfamily-coastrocks.jpg'); }
/* GP1 
.deck .gpod-gp1-tree { background: #ccc url('/img/gp1/gp1_cover-tree.jpg'); }
.deck .gpod-gp1-bike { background: #ccc url('/img/gp1/gp1_couple_bike.jpg'); }
.deck .gpod-gp1-colorbar { background: #ccc url('/img/gp1/gp1-color-bar2.jpg'); }
/* HOME 
.deck .home-backpackers { background: #ccc url('/img/home/home-backpackers-gp1.jpg'); }
.deck .home-skater { background: #ccc url('/img/home/home-skater-gp8.jpg'); } 
.deck .home-flip { background: #ccc url('/img/home/home-santiago-upsidedown-gp2.jpg'); }
.deck .home-apple { background: #ccc url('/img/home/home-apple-gm1.jpg'); }*/

/* TODO: make all elements on the slides appear clickable.
make the style active after we decide what to do on click for all slides
 */
.deck {
	/*cursor: pointer;*/
}

/************* Product Navigation *************/

/* gradient bar, used for products */
div.grad-bar {
	background: #b3b1af url('/img/base/prod-x3.png') 0 -100px;
	min-height: 50px;
	clear: both;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
/* narrow version of bar */
div.grad-bar-top {
	min-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.grad-bar .hlist li {
	float: left;
	margin: 0;
}
.grad-bar .hlist li:first-child a {
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
.grad-bar span.speaking {
	padding-top: .75em;
}
.grad-bar small {
	color:#555;
	line-height: 16px;
	/*display:block;
	margin:.9em;*/
}
.grad-bar h1 {
	margin: 0;
}
.grad-bar a.tt-trigger, .grad-bar-top a {
	color: #3a3a3a;
	padding: 7px 7px 8px;
	display: block;
	/*border-right: 1px solid #aaa;*/
}
.grad-bar a.tt-trigger {
	padding: 0 7px 8px;
}
.grad-bar a.no-hover:hover {
	background: transparent;
}
.grad-bar a.tt-trigger:hover, .grad-bar-top a:hover {
	background: #7f7e7b url('/img/base/prod-x3.png') 0 200px; /* gray gradient */
	color: #fff;
/*
	background: #fb9300 url('/img/base/prod-x3.png') 0 300px; /* yellow gradient */
*/
}
.grad-bar .active a.tt-trigger, .grad-bar-top .active a {
	background: #fb9300 url('/img/base/prod-x3.png') 0 300px;
	color: #3a3a3a;
/* old color
	background: #7f7e7b url('/img/base/prod-x3.png') 0 200px; /* gray gradient */
/*	color: #fff;
*/
}

/* Specific GPs */
/* TODO: add icons */
/*.grad-bar-gpod a span.gp1 { background: url('/img/gp1/gp1-ico.png') no-repeat 0 12px; padding-left: 30px; }
.grad-bar-gpod a span.gp2 { background: url('/img/gp1/gp1-ico.png') no-repeat 0 12px; padding-left: 30px; }
.grad-bar-gpod a span.gp3 { background: url('/img/gp1/gp1-ico.png') no-repeat 0 12px; padding-left: 30px; }
.grad-bar-gpod a span.gp8 { background: url('/img/gp1/gp1-ico.gif') no-repeat 0 12px; padding-left: 30px; }
.grad-bar-gpod a span.acc { background: url('/img/gp1/gp1-ico.gif') no-repeat 0 12px; padding-left: 30px; }*/
.cam-check {
	background: #3461a1;
	height: 40px;
	padding: 5px 10px;
}
li.cam-check {
	background: #3461a1 url('/img/base/prod-x3.png') 0 0;
}
.grad-bar .fmg_highlight a.tt-trigger strong, 
li.fmg_highlight_li,
.fmg_highlight_store {
	/*background: #739d74 url('/img/base/prod-x3.png') 0 100px;
	background: #ee8;
	color: #3A3A3A;*/
	background: #326731 url('/img/base/prod-x3.png') 0 -400px repeat-x;
	color: #fff;
}
.fmg_highlight_store {
	height: auto !important;
	min-height: 40px;
}
li.fmg_highlight_li {
	height: auto;
	min-height:40px;
	width:940px;
} 
span.fmg_highlight_multi {
	font-weight: bold;
	font-size: 125%;
}
.fmg_highlight_multi p.title a {
	background: #ff9;
}
.grad-bar .fmg_highlight a.tt-trigger strong {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 3px;
}
li.cam-check span {
	font-size: 125%;
	font-weight: bold;
}
li.cam-check span a,
li.cam-check span a:visited {
	color: #FED251 !important;
}
.cam-check-big {
	width: 700px;
	padding: 10px;
	height: 30px;
	line-height: 30px;
}
.cam-check-box {
	padding: 1em;
	height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cam-check-box .title {
	padding: .5em 0;
	font-size: 110%;
}
.cam-check-big .title {
	font-size: 110%;
	margin-right: 10px;
	float: left;
}
.fmg_answer {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white;
	padding: 10px;
	color: #777;
	margin-bottom: 10px;
}
.fmg_answer span {
	font-size: 125%;
	line-height: 130%;
	color: #111;
}
/* Gorillapod Tooltips */
.tooltip div.fl1 {
	background: url('/img/gt1/gt1-s.jpg') bottom left no-repeat;
	padding-left: 160px;
	min-height: 250px;
}
.tooltip div.fl2 {
	background: url('/img/fl2/fl2-s.jpg') bottom left no-repeat;
	padding-left: 160px;
	min-height: 250px;
}
.tooltip div.gm1 {
	background: url('/img/gm1/gm1-psp-s.jpg') bottom left no-repeat;
	padding-left: 160px;
	min-height: 250px;
}
.tooltip div.gm2 {
	background: url('/img/gm2/gm2-phone-m.png') bottom left no-repeat;
	padding-left: 180px;
	min-height: 250px;
}
.tooltip div.gm3 {
	background: url('/img/gm3/gm3-s.jpg') bottom left no-repeat;
	padding-left: 180px;
	min-height: 250px;
}

.tooltip div.gp1 {
	background: url('/img/gp1/gp1-cam-m.png') top left no-repeat;
	padding-left: 140px;
	min-height: 250px;
}
.tooltip div.gpm {
	background: url('/img/gpm/gpm-s.jpg') center left no-repeat;
	padding-left: 140px;
	min-height: 250px;
}
.tooltip div.bh2 {
	background: url('/img/bh2/bh2-s.jpg') center left no-repeat;
	padding-left: 140px;
	min-height: 250px;
}

.tooltip div.gp2 {
	background: url('/img/gp2/gp2-cam-m.png') top left no-repeat;
	padding-left: 150px;
	min-height: 250px;
}

.tooltip div.gp3 {
	background: url('/img/gp3/gp3bh-cam-m.png') top left no-repeat;
	padding-left: 150px;
	min-height: 250px;
}

.tooltip div.gp8 {
	background: url('/img/gp8/gp8-m.png') top left no-repeat;
	padding-left: 200px;
	min-height: 250px;
}

.tooltip div.gpbh1 {
	background: url('/img/gpbh1/gpbh1-m.png') top left no-repeat;
	padding-left: 150px;
	min-height: 250px;
}

.tooltip div.gcam {
	background: url('/img/gcam/gcam-s.jpg') top left no-repeat;
	padding-left: 150px;
	min-height: 250px;
}
/********************* Specs tables **********************/
.spec-table {
	margin: 1em;
} 
.spec-table caption {
}
.spec-table tr {
}
.spec-table tr:last-child td,
.spec-table tr:last-child th {
	border-bottom: none;
}
.spec-table th {
	font-weight: bold;
	font-size: 85%;
	color: #666;
	white-space: nowrap;
}
.spec-table th,
.spec-table td {
	padding: .5em;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}
.spec-table col.active {
	background: #ddd;
}
.spec-table ul, .spec-table ol {
	margin-bottom: 0;
}
html > body .spec-table col.active {
	border: 3px solid #ccc;
	background: none;
}
.spec-table .title td {
	font-size: 133.333%;
}
.spec-table tr.showcase {
	border: 0;
}
.spec-table .nopad td {
	padding: 0;
}
.spec-table .showcase td {
	vertical-align: middle;
}
/********************** Blox *********************/
.bricks {
	margin-top: 10px;
}
.bricks .w2 { width: 156px; }
.bricks .w3 { width: 236px; }
.bricks .w4 { width: 316px; }
.bricks .w5 { width: 396px; }
.bricks .w6 { width: 476px; }
.brick {
	height: 200px;
	float: left;
	font-size: 115%;
	position: relative;
	display: block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right: 4px;
	overflow: hidden;
}
.brick-last {
	margin-right: 0;
}
.brick a {
	display: block;
	height: 100%;
	color: #1567a4;
	text-decoration: none;
}
.brick a span.m1 {
	display: block;
}
.bricks .white a {
	color: #fff;
}
.bricks .white a span.yellow {
	color: #e1ac47;
}
/* Specific Blox */
.blox-gpod-bh-1 {
	background: #fff url('/img/blox/gpod-bh-1.jpg') bottom right no-repeat;
}
.blox-gpod-pro-1 {
	background: #1c0f0a url('/img/blox/gpod-pro-1.jpg') top left no-repeat;
}
.blox-press-coverage-1 {
	background: #FFFFFF url(../img/blox/press-coverage-today.jpg) no-repeat scroll 48px 50px
}
.blox-gtorch-1 {
	background: #fff url('/img/blox/gtorch-1.jpg') bottom right no-repeat;
}
.blox-gmob-1 {
	background: #ccc url('/img/blox/gm1-intro2.jpg') bottom right no-repeat;
}
.blox-social-1 {
	color: #0059b7;
	background: #e7f7ff url('/img/social/social-block.gif') bottom right no-repeat;
}

/* Buttons */
a.btn, 
a.btn:hover { 
	background: url('/img/base/btn/orange-btn.png') top left ;
	background-position: left -40px;
	display: block;
	float: left;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #4e3e5a;
	white-space: nowrap;
}
a.btn span { 
	background: url('/img/base/btn/orange-btn.png') top right;
	display: block;
	padding: 0 21px 1px 1px;
	line-height:39px;
}
a.btn:active { 
	background-position: 0 -120px;
}
a.btn:active span{ 
	background-position: right -80px;
	line-height: 40px;
	padding-bottom: 0;
} 
a.btn-narrow, a.btn-narrow:hover {
	background-image: url('/img/base/btn/orange-btn-narrow.png');
	background-position: left -30px;
	padding: 0 0 0 15px;
	font-size: 87%;
}	
a.btn-narrow span { 
	background-image: url('/img/base/btn/orange-btn-narrow.png');
	padding: 0 16px 1px 1px;
	line-height:29px;
}
a.btn-narrow:active { 
	background-position: 0 -90px;
	line-height: 30px;
	padding-bottom: 0;
}
a.btn-narrow:active span{ 
	background-position: right -60px;
	line-height: 30px;
} 
a.btn-flat {
	text-decoration: none;
	padding: 2px .5em;
	margin: .5em 0;
	display: inline;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
a:hover.btn-flat {
	background: #418540;
}

/************ Footer ***************/
.footer {
	clear: both;
	margin: 4em 0;
	font-size: 95%;
	color: #999;
	width: 960px;
}
.footer .header {
	font-weight: bold;
}
.footer div {
	float: left;
	line-height: 1.5;
	margin: 0 40px 2em 0;
}

/**** fancy div displays, like gray boxes for the where to buy ******/
.gray_round_box {
	padding: 10px;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #eee;
}
/* retailer page */
.sm_retailer_logo {
	float: left;
	padding: 0 20px 15px 0;
	text-align: center;
	width: 80px;
}

/**** where to buy, copied directly from old joby.com **********/
table.storeList {
table-layout:fixed;
}
table.storeList {
margin:0 10px;
}
table.storeList thead td {
border-bottom:1px solid #CCCCCC;
color:#AAAAAA;
padding-bottom:0;
vertical-align:bottom;
}
table.storeList thead th {
border-bottom:1px solid #CCCCCC;
color:#AAAAAA;
font-weight:normal;
padding-bottom:0;
text-align:left;
vertical-align:bottom;
}
table.storeList tr {
border:0 solid #CCCCCC;
}
table.storeList tr.even {
background-color:#FFFFFF;
}
table.storeList tr,
table.storeList td {
	vertical-align: top;
	padding: .5em 0;
}
table.storeList thead .cityname {
color:#666666;
font-size:125%;
font-weight:bold;
padding-top:1em;
width:240px;
}
table.storeList thead .address1 {
width:151px;
}
table.storeList thead .address2 {
width:133px;
}
table.storeList thead .phone {
width:90px;
}
table.storeList thead .fax {
width:98px;
}
table.storeList thead .map {
}
table.storeList thead .address {
width:134px;
}
table.storeList thead .locality {
width:105px;
}
table.storeList thead .posttown {
width:127px;
}
table.storeList thead .postcode {
width:75px;
}
table.storeList td.retailername {
padding-right:1.5em;
}
table.storeList td.address-us {
padding-right:1.5em;
}
table.storeList tr.paddedbottom td {
padding-bottom:1.5em;
}
/********** press list, copied and modified from old joby.com **************/
.pressitem { line-height: 120%; 
	/*margin-left: 20px;*/ }
.pressitem .pr_date { font-size: 90%; color: #999; padding-left: 0px; }

.pressitem {
	/*clear: both;*/
	float: left;
	width: 460px;  
	margin-bottom: 4px;
	}

.pressitem .prlogo {
	width: 100px;
	float: left;
	margin: 3px 5px 0 0; 
	}

.pressitem .prtitle {
	float: left;
	width: 352px; 
	margin:0;
	}
.pressitemtr td {
	color: #999;
	padding-right: 1em;
	font-size: 90%;
}
.pressitemsfilter div a {
	color: #666;
	margin: 5px;
	display: inline-block;
	padding: 2px 3px;
	font-size: 90%;
}
.pressitemsfilter div a.active {
	background: #f0f0f0;
	margin-left: 4px;
	border: 1px solid #aaa;
	border-width: 1px 0 0 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pressitemsfilter .label {
	font-size: 150%;
	color: #666;
	margin: 16px 5px 0;
	float: left;
}
.pressitemsfilter {
	background: #ccc;
}
.pressitemtr {
	border-bottom: 1px solid #eee;
}
.pressitemtr .prlogo {
	width: 100px;
	padding: 5px 5px 5px 0
}
.pressitemtr .pr_date {
	white-space: nowrap;
}


		
.pdf-ico {
	padding-left: 20px;
	background: url('/img/base/pdf.gif') no-repeat center left;
}

.doc-ico {
	padding-left: 20px;
	background: url('/img/base/doc.gif') no-repeat center left;
}
/********* Media page styling **********/
.mediaitem {
	width: 100px;
	text-align: center;
	float: left;
	min-height: 200px;
	margin-right: 7px;
}
.mediaitem .title {
	padding-top: 3px;
}
.mediaitem .thumb {
	width: 100px;
	height: 100px;
	background: white;
	display: table-cell;
	vertical-align: middle;
}
.mediaitem .thumb img {
	max-width: 100px;
	max-height: 100px;
}
/* ***** Social Media Page Styling ***** */
.twitter_logo {
	padding-left: 22px;
	background: url('/img/base/twitter_icon.png') no-repeat 0 1px;
}
.facebook_logo {
	padding-left: 22px;
	background: url('/img/base/facebook_icon.gif') no-repeat 0 1px;
}
.flickr_logo {
	padding-left: 22px;
	background: url('/img/social/flickr_icon.gif') no-repeat 0 1px;
}

/* ***** Google Adwords landing pages ***** */
#offer-title {
	left: 275px;
	position: absolute;
	text-align: center;
	top: 35px;
	width: 463px;
	color: orange;
}

#offer-form {
	left: 275px;
	padding: 0px 1em;
	position: absolute;
	top: 130px;
	width: 455px;
}
#offer-form p { 
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, sans-serif;
}
#offer-form table {
	margin-top: 15px;
}
#offer-form table td { 
	font-family: Verdana, Arial, sans-serif;
	padding: 4px 6px;
}
#offer-form table th { 
	font-weight: bold;
	text-align: right;
}

/* ******* Get Satisfaction Widget Styling ******* */

.gsfn_inputbox {
	margin-top: 10px; 
	padding: 10px 15px; 
	background-color: #f1f1f1; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}
.gsfn_inputbox #continue { margin-left: 10px;}

li.gsfn_problem, 
li.gsfn_question,
li.gsfn_idea, 
li.gsfn_talk {
	line-height: 120%;
	margin: 7px auto 7px 10px;
}
li.gsfn_suggestion {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
	color: #666;
}
li.gsfn_submit {
	margin-top: 10px;
}
li .time { color: #777; font-size: 80%; margin-left: 10px;}

#gsfn_search_query.big {
	font-size: 150%;
	color: #666;
}

/************* Zoomer Javascript Image Zoom ********/
#wrap, #wrap2   							{ width: 350px; position: relative; z-index: 1; } /* see http://www.last-child.com/conflicting-z-index-in-ie6/ about z-index: 1*/
#small, #small2								{ position: relative; width: 100%; }
#large, #large2    							{ background: transparent; position: relative; width: 350px; }
#small .zoom {
	background: #fff url('/img/base/zoom.png') no-repeat left top;
	padding: 2px 2px 2px 22px;
	display: block;
	height: 18px;
	position: absolute;
	font-size: 90%;
	bottom: 5px;
	left: 0;
	border: 1px solid #ccc;
	opacity: .7;
}
#mover, #mover2								{ position: absolute; top: 0; left: 0; width: 204px; height: 204px; overflow: hidden; z-index: 500; background: white; display: none; }
#overlay, #overlay2							{ border: 1px solid #ccc; width: 202px; height: 202px; position: absolute; top: 0; left: 0; z-index: 600; }
/************* Blog *****************/
/**** more blog specific styles in the blog stylesheet style.css****/
.blog-content .post {
	height: auto !important; /* since the Sandbox sets h1, h2, h3 for hours */
	padding: 0; /* since the Sandbox sets p1, p2, p3 for posts */
}
.blog-2col .blog-content {
	float: left;
	width: 580px;
	margin-left: 20px;
}
.blog-2col .sidebar {
	float: right;
	width: 220px;
	padding: 10px;
}
.blog-2col {
	padding-bottom: 2em;
}
/************ PRO PAGES ***************/
.content div.pro {
	background: #000;
}
div.pro_slides {
	height: 368px;
	width: 960px;
}
.pro_slide div.quote {
	padding: 10px;
	height: 98px;
}
.pro_slide,
.deck .pro_slide {
	background: #2e2926;
	width: 240px;
	height: 368px;
}
.pro_slide .headshot {
	height: 250px;
	background: black;
	text-align: center;
	width: 100%;
}
div.pro_photo_slides {
	width:700px;
	height:467px;
}
div.joby-contest-background {
	width: 260px;
	height: 467px;
	background: url('/img/pro/joby-contest-background.jpg') no-repeat 0 40px;
	float: left;
}
.pro_thumb {
margin:0 10px 10px 0;
float: left;
}
div.pro_photo_slides {
	width:700px;
	height:467px;
}