/* If we're hosting reset.css, put it up here. otherwise, rely upon external*/
/*
Joby Inc
Michael Huang, started Jun 23, 2009
Last udpate November 7, 2010
*/

html {
	background: #939598 url('/img/global/background_body.png');
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

body,
.black {
	color: #111;
}

.frame {
	margin: 0;
	padding: 18px 0;
	width: 960px;
	margin: 0 auto;
}

.hidden { display:none; }

/* Clearfix */
.clear {
	clear: both;
	/* display:inline-block; */
}


/******************** 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:link,
.white .black a {
	color: #1567a4;
	text-decoration: none;
}
a:visited,
.white .black a:visited {
	color: #178aa4;
}
a:hover { }
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 */
.blog-content ol,
.blog-content ul { 
   margin:auto -3em 1em 0; 
   padding:0; 
   position:relative; 
   left:-3em;
    height:0; 
    overflow:visible;
}

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:2em; 
}
 
.list li li,
.blog-content li li { 
   list-style: outside circle;
}
 
ul.list-store li,
.store-info ul.list-store li,
ul.list-store li li {
	list-style: none;
	margin-left: 1em;
	font-size: 90%;
}

ul.list-store li {
	font-size: 14px;
	margin: 4px 0;
}

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 ****************/

.header {
	float: left;
	height: auto;
	width: 960px;
}

/* Main Nav */


.nav-main {
	float: left;
	width: 960px;
	height: auto;
	background: url('/img/global/background_navigation_main.png') no-repeat top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.nav-main li {
	float: left;
}

.nav-main li a {
	padding: 0 18px;
	background: url('/img/global/background_navigation_main-item.png') no-repeat top right;
	height: 41px;
	line-height: 41px;
	display: block;
}

	.nav-main li span.speaking,
	.nav-main li .speaking strong {
		display: inline;
		font-size: 14px;
		text-align: left;
	}

.nav-main li.cart_search {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 228px;
	height: 41px;
	overflow: hidden;
}

.nav-main li.cart_search a {
	background: url('/img/global/icons/icon_cart.png') no-repeat 0 13px;
	padding: 0 0 0 22px;
	float: left;
}

.nav-main li.cart_search form {
	margin: 0;
	padding: 9px 18px 0 18px;
	background: none;
	float: left;
}

	.nav-main li.cart_search form input[type=text] {
		padding-left: 6px;
		margin-right: 2px;
		border: none;
		height: 21px;
		background: #6D6E71 !important;
		color: #FFF;
		float: left;
	}
	
	.nav-main li.cart_search form input[type=submit] {
		border: none;
		background:url('/img/global/button_blank.png') no-repeat center right ;
		color: #FFF;
		height: 21px;
		width: 24px;
		float: left;
	}


.cart .count {
	/*
	background: url('/img/base/cart.png') no-repeat bottom left;
	width: 30px;
	height: 24px;
	display: block;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	*/
}

ul.dropmenu li a {
	display: block;
	padding: .75em;
	background: url('/img/global/background_navigation_main.png') no-repeat top right;
}

.nav-main li h1 {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 41px;
	text-indent: -9999px;
}

	.nav-main li h1 a {
		display: block;
		background: url('/img/global/logo_joby.png') no-repeat;
		width: 160px;
		height: 41px;
		padding: 0;
		text-decoration: none;
	}

.nav-main a,
.nav-main a:visited {
	color: #FFF;
	text-decoration: none;
}

.nav-main a:hover {
	text-decoration: none;
}


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: #000 !important;
	color: #FFF !important;
}

li.dropmenu:hover h1 a,
li.dropmenu.hover h1 a,
ul.dropmenu h1 a,
{
	background: transparent url('/img/global/logo_joby.png') no-repeat !important;
}

ul.dropmenu {
	display: none;
	position: absolute;
	z-index: 12000;
	width: 150px;
	background: #000 !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;
}

#nav-main-gorillamobile ul.dropmenu { width: 220px; }
#nav-main-community ul.dropmenu { width: 180px; }
#nav-main-vc ul.dropmenu { width: 180px; }

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: 0 18px !important;
	margin: 0 !important;
	display: block;
}

.nav-main ul.dropmenu li a:hover,
.nav-main ul.dropmenu li a.hover {
	background: #6D6E71 !important;
	color: #FFF !important;
}

.nav-main ul.dropmenu li.active a {
	background: #494946 !important;
}

.nav-main #nav-main-gorillapod ul.dropmenu li a:hover,
.nav-main #nav-main-gorillapod ul.dropmenu li a.hover {
	background: #00AED8 !important;
	color: #FFF !important;
}

.nav-main #nav-main-gorillamobile ul.dropmenu li a:hover,
.nav-main #nav-main-gorillamobile ul.dropmenu li a.hover {
	background: #E2D715 !important;
	color: #FFF !important;
}

.nav-main #nav-main-gorillatorch ul.dropmenu li a:hover,
.nav-main #nav-main-gorillatorch ul.dropmenu li a.hover {
	background: #FF383A !important;
	color: #FFF !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 {
	width: 960px;
	float: left;
	position: relative;
	background: #FFF;
	height: auto;
}

* 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 {

}

.page-l-sidebar .sidebar {
	float: left;
	width: 200px;
}

.page-l-sidebar .main-content {
	float: left;
	width: 709px;
	padding: 18px 18px 0 18px;
}
/*************** Store content **************/

#sidebar-store {
	font-family: Arial, Helvetica, sans-serif;
	padding: 18px 0;
	width: 214px;
	float: left;
}

	#sidebar-store h2 {
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
	}
	
		#sidebar-store h2 a { color: #6D6E71; }
		
	#sidebar-store ul {
		margin: 18px 0;
		font-size: 13px;
		line-height: 20px;
	}
	
		#sidebar-store ul li {
			font-weight: bold;
		}
	
			#sidebar-store ul li ul {
				margin: 0;
				padding: 0 0 10px 10px;
			}
			
				#sidebar-store ul li ul li {
					font-weight: normal;
				}
				
	#sidebar-store li a {
		color: #6D6E71;
	}
	
	#sidebar-store li.active a {
		color: #009FDB;
	}
	
.category_header {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #6D6E71;
	font-weight: normal;
	border-bottom: 2px #6D6E71 solid;
}

.gorillapod {
	border-bottom: 2px #00AED8 solid;
}

.gorillamobile {
	border-bottom: 2px #E2D715 solid;
}

.gorillatorch {
	border-bottom: 2px #FF383A solid;
}

.vc {
	border-bottom: 2px #611B98 solid;
}

.category-container {
	padding: 0 0 0 10px;
	margin: 0 0 18px 0;
	width: 689px;
	height: 242px;
	overflow: hidden;
	float: left;
	border-left: 4px #6D6E71 solid;
	position: relative;
}

	.category-container-inner {
		position: relative;
		width: 689px;
		height: 242px;
		overflow: hidden;
		padding-top: 24px;
	}
		
	.forward {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		background: url('/img/global/category-forward.png') no-repeat center 100px;
		width: 17px;
		height: 242px;
		z-index: 1;
	}
	
	.backward {
		display: none;
		position: absolute;
		top: 0;
		left: 2px;
		cursor: pointer;
		background: url('/img/global/category-backward.png') no-repeat center 100px;
		width: 17px;
		height: 242px;
		z-index: 1;
	}
	
.category-container-gorillapod {
	border-left: 4px #00AED8 solid;
}

.category-container-gorillamobile {
	border-left: 4px #E2D715 solid;
}

.category-container-gorillatorch {
	border-left: 4px #FF383A solid;
}

.category-container-vc {
	border-left: 4px #611B98 solid;
}

.category-container h3 {
	margin: 0;
	position: absolute;
	top: 0;
	left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #6D6E71;
	float: left;
	width: 689px;
}

	.category-container h3 .view_all {
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

.item-store {
	width: 354px;
	float: right;
	border-bottom: 1px solid #ccc;
}

.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;
}

.tooltip-store {
	background: transparent url('/img/global/bubble.png') no-repeat; 
  height: 70px;
  padding: 20px 34px 20px 34px; 
  width: 155px; 
  display: none;
	font-size: 11px;
	z-index: 2;
}


.landing_grid {
	float: left;
	height: 186px;
	width:  172px;
	text-align: center;
	border-bottom: 1px #6D6E71 solid;
	padding: 28px 0;
	cursor: pointer;	
}

	.landing_grid a { color: #414042; }

	.landing_grid .thumb a,
	.landing_grid .thumb a span {
		display: block;
		height: 120px;
		width: 176px;
	}
	
		.landing_grid .thumb a span img {
			height: 120px;
		}
		
	.landing_grid .title {
		margin: 6px 0;
		font-size: 12px;
	}
	
	.landing_grid .price {
		margin: 6px 0;
		height: auto;
		font-size: 11px !important;
	}
	
		.landing_grid .price .price-price {
			float: left;
			width: 78px;
			line-height: 30px;
		}
		
		.landing_grid .price .a-btn {
			float: right;
			width: 78px;
		}
	

	.landing_grid .description {
		display: none;
	}


.freeship {
	color: #0f5aa9;
}
.freeship-big {
	font-size: 133.333%;
	font-weight: bold;
	display: block;
}

/* Store - individual item */

.gallery-store {
	margin: 0 18px 0 0;
	float: left;
	width: 350px;
}

.gallery-image #small img {
	width: 350px;
	height: 350px;
}

.store-info {
	width: 340px;
	float: left;
	height: auto;
}

	.store-info h1 {
		margin-top: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		line-height: 26px;
	}
	
	.store-info ul {
		padding: 0 0 0 18px;
		list-style: disc;
	}
		
		.store-info ul li {
			margin: 0 0 10px 0;
			list-style-type: disc;
		}
		
.module-item-submit {
	width: 340px;
	margin: 10px 0;
	height: auto;
}

.product_video {
	margin-top: 18px;
	width: 709px;
	float: left;
	height: auto;
}
	
	.module-item-submit .wrap_price {
		float: left;
		padding-top: 6px;
	}

	.module-item-submit .price {
		float: left;
		width: 100px;
		height: 30px;
		font-weight: bold;
	}
	
	.module-item-submit .quantity {
		float: left;
		width: 122px;
		height: 30px;
	}
	
		.module-item-submit .quantity label {
			margin-right: 10px;
			float: left;
		}
		
		.module-item-submit .quantity select {
			float: left;
		}
	
	.module-item-submit .package {
		margin-top: 10px;
		float: left;
		width: 330px;
		height: auto;
	}
	
	.module-item-submit .package label {
		margin: 10px 0;
	}

.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 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #58595B;
	float: left;
	width: 709px;
}

.item-acc {
	float: left;
	width: 709px;
	height: auto;
}

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

#slideshow_home { 	
	width: 660px;	
	height: 414px;
}

.slideshow .deck {
	width: 5000px;
	position: absolute;
	clear: both;
}
.deck .slide {
	float: left;
	background: #FFF;
	position: relative;
}
.slide_link {
	cursor: pointer;
}

.deck-big .slide {
	width: 960px;
	height: 480px;
}

#slideshow_home .deck-big .slide {
	width: 660px;
	height: 415px;
}

/* 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 */

#slideshow_wrap_home {
	float: left;
	height: 414px;
	width: 660px;
}

.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;
}


/************* Product Navigation *************/

/* gradient bar, used for products */
div.grad-bar {
	background: #C1C0BE;
	min-height: 48px;
	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-x4.png') 0 200px; /* gray gradient */
	color: #FFF;
}

.grad-bar .active a.tt-trigger, .grad-bar-top .active a {
	background: #fb9300 url('/img/base/prod-x4.png') 0 300px;
	color: #3a3a3a;
	display: block;
}

.gorillapod_body .grad-bar .active a.tt-trigger,
.gorillapod_body .grad-bar-top .active a {
	background: #00AED8;
}

.gorillamobile_body .grad-bar .active a.tt-trigger,
.gorillamobile_body .grad-bar-top .active a {
	background: #E2D715;
}

.gorillatorch_body .grad-bar .active a.tt-trigger,
.gorillatorch_body .grad-bar-top .active a {
	background: #FF383A;
}

.cam-check {
	background: #3461a1;
	height: 38px;
	padding: 5px 10px;
}

li.cam-check {
	background: #3461a1 url('/img/base/prod-x4.png') 0 0;
	height: 38px;
	overflow: hidden;
}

.grad-bar .fmg_highlight a.tt-trigger strong, 
li.fmg_highlight_li,
.fmg_highlight_store {
	/*background: #739d74 url('/img/base/prod-x4.png') 0 100px;
	background: #ee8;
	color: #3A3A3A;*/
	background: #326731 url('/img/base/prod-x4.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-a {
	background: url('/img/gm2-a/gm2-a-tall-s.jpg') bottom left no-repeat;
	padding-left: 180px;
	min-height: 250px;
}

.tooltip div.frame-x-frame {
	background: url('/img/frame_x_frame/icon_frame_x_frame.jpg') bottom left no-repeat;
	padding-left: 180px;
	min-height: 250px;
}

.tooltip div.gm2 {
	background: url('/img/gm2/gm2-s.jpg') 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.gm11 {
	background: url('/img/gm11/gm11-s.jpg') bottom left no-repeat;
	padding-left: 180px;
	min-height: 250px;
}

.tooltip div.gm11a {
	background: url('/img/gm11a/gm11a-s.jpg') bottom left no-repeat;
	padding-left: 180px;
	min-height: 250px;
}

.tooltip div.gm12 {
	background: url('/img/gm12/gm12-s.jpg') bottom left no-repeat;
	padding-left: 180px;
	min-height: 250px;
}

.tooltip div.gm12a {
	background: url('/img/gm12a/gm12a-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.gp2-b {
	background: url('/img/gp2-b/gp2b-90-s.jpg') 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.gp10 {
	background: url('/img/gp10/gp10_flip-m.jpg') top left no-repeat;
	padding-left: 200px;
	min-height: 250px;
}

.tooltip div.gp15 {
	background: url('/img/gp15/gp15-m.jpg') top left no-repeat;
	padding-left: 200px;
	min-height: 250px;
}

.tooltip div.gp20 {
	background: url('/img/gp20/gp20-m.jpg') 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 *********************/

#module-blocks {
	float: left;
	margin: 0;
	padding: 18px;
	background: #FFF;
}

	#module-blocks ul {
		height: auto;
	}

		#module-blocks ul li {
			width: 222px;
			height: auto;
			float: left;
			position: relative;
			overflow: hidden;
			margin: 0 12px 0 0;
			padding: 0;
		}

		#module-blocks ul li.module-blocks_last {
			margin-right: 0;
		}

			#module-blocks ul li .module-blocks-block {
				border: 1px #CCC solid;
				float: left;
				width: 218px;
				height: 200px;
			}


#module-home {
	float: left;
	margin: 18px;
}

	#module-home ul {
		height: auto;
	}

		#module-home ul li {
			width: 222px;
			height: auto;
			float: left;
			position: relative;
			overflow: hidden;
			margin: 0 12px 0 0;
			padding: 0;
		}

		#module-home ul li.module-home_last {
			margin-right: 0;
		}
			
			.module-home-press { background: url('/img/global/icons/globe.png') no-repeat bottom left; }
			.module-home-in_the_wild { background: url('/img/global/icons/paw.png') no-repeat bottom left; }
			.module-home-awards { background: url('/img/global/icons/award.png') no-repeat bottom left; }
			.module-home-follow_joby { background: url('/img/global/icons/bubble.png') no-repeat bottom left; }
			
			#module-home ul li .module-home-press ul li {
				margin: 0 0 10px 0;
				font-size: 11px;
				width: auto;
			}
			
			#module-home ul li .module-home-awards ul li {
				text-align: center;
				margin: 0;
			}
			
			#module-home ul li .module-home-message {
				float: left;
				width: 200px;
				height: auto;
				margin: 30px 0 0 0;
				padding: 0 18px 30px 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				line-height: 18px;
				color: #414042;
			}
			
				#module-home ul li .module-home-message h4 {
					margin: 0;
					padding: 0;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 23px;
					color: #414042;
					font-weight: normal;
					text-transform: uppercase;
				}
				
					#module-home ul li .module-home-message h4 a {
						color: #414042;
					}


/* 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/gray-btn-narrow.png') top left ;
	background-position: left -30px;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
}
a.btn span { 
	background: url('/img/base/btn/gray-btn-narrow.png') top right;
	display: block;
	padding: 0 16px 1px 1px;
	line-height:29px;
}
a.btn:active { 
	background-position: 0 -90px;
}
a.btn:active span{ 
	background-position: right -90px;
	line-height: 30px;
	padding-bottom: 0;
} 

a.btn-narrow, a.btn-narrow:hover {
	background-image: url('/img/base/btn/gray-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/gray-btn-narrow.png');
	padding: 0 16px 1px 1px;
	line-height: 28px;
}
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 {
	margin: 0;
	padding: 18px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414042;
	width: 924px;
	background: #FFF;
	float: left;
}

	.footer ul {
		
	}
	
		.footer ul li {
			float: left;
			margin: 0 8px 0 0;
			padding: 0 8px 0 0;
			border-right: 1px #414042 solid;
		}
		
		.footer ul li.footer_secondlast_child { border: none; }
		
		.footer ul li.footer_last_child {
			border: none;
			margin: 0;
			padding: 0;
			float: right;
		}
		
			.footer ul li a {
				color: #414042;
			}

/**** 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: Arial, Helvetica, sans-serif;
}
#offer-form table {
	margin-top: 15px;
}
#offer-form table td { 
	font-family: Arial, Helvetica, 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 {

}

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;
}

/* ================== PRO TEAM =================== */

.pro_team h2 {
	
}

	.pro_team h2 a {
		color: #000;
	}
	
.pro_team_bio h2 {
	padding-top: 10px;
	border-top: 1px dotted #000;
	color: #414042;
  font-size: 32px;
  line-height: 32px;
}
	
.pro_team_slideshow {
	width: 450px;
	height: 300px;
	float: right;
	margin: 0 0 10px 10px;
	overflow: hidden;
  position: relative;
}

.pro_team_slides {
	width: 450px;
	height: 300px;
}

.pro_team_slides .deck {
    clear: both;
    position: absolute;
    width: 5000px;
}

/* ================== OVERVIEW PAGES =================== */

#gorillatorch-overview {
	font-family: Arial, Helvetica, sans-serif;
	color: #5F6062;
	font-size: 12px;
}

	#gorillatorch-overview strong {
		font-size: 14px;
	}

	#gorillatorch-overview .tooltip div.wrap-tooltip_display {
		min-height: 155px;
	}
	
#gorillamobile-overview {
	margin: 20px 0;
}
	
/* ================== HOME =================== */

.emailform {
	float: left;
	margin: 0;
	padding: 0;
	width: 960px;
	height: auto;
	background: url('/img/global/background_emailform.png') repeat-x;
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.emailform form {
	padding: 10px 18px;
	color: #414042;
	width: 924px;
	height: auto;
}

	.emailform form label {
		float: left;
	}
	
		.emailform form label .comment {
		
		}
		
			.emailform form label .comment a {
				color: #999;
				text-decoration: none;
			}
		
	.emailform form .emailform_wrap_input {
		float: right;
	}
	
	.emailform form input[type=text] {
		padding-left: 8px;
		border: none;
		height: 20px;
		line-height: 20px;
		width: 200px;
		float: left;
	}
	
	.emailform form input[type=submit] {
		background: url('/img/global/button_subscribe.png') no-repeat;
		height: 20px;
		width: 62px;
		text-indent: -9999px;
		border: none;
		cursor: pointer;
		float: left;
	}
	
#home_jump {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 414px;
	z-index: 100;
}

	#home_jump #promo-free_shipping {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 308px;
		height: 74px;
	}
	
	#home_jump ul {
		margin: 69px 0 0 0;
		padding: 0;
		width: 300px;
		float: left;
	}
	
		#home_jump ul li {
			margin: 0;
			padding: 0;
			width: 300px;
			float: left;
		}
		
			#home_jump ul li a {
				display: block;
				width: 300px;
				height: 115px;
				background-position: 0 0;
				background-repeat: none;
			}
			
			#home_jump ul li#home_jump-gorillapod a { background-image: url('/img/global/jump_01.png'); }
			#home_jump ul li#home_jump-gorillamobile a { background-image: url('/img/global/jump_02_gm12.png'); }
			#home_jump ul li#home_jump-gorillatorch a { background-image: url('/img/global/jump_03.png'); }
			
			#home_jump ul li a:hover {
				background-position: 0 -115px;
			}

/* ================== REGISTER =================== */

#product_registration {
	padding: 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

	#product_registration legend {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		border-bottom: 1px #CCC solid;
		color: #666;
		width: 100%;
		margin-bottom: 20px;
	}
	
	#product_registration .indicate-required {
		text-align: right;
		margin: 0 0 20px 0;
	}

	#product_registration .mc-field-group,
	#product_registration #mce-responses,
	#product_registration #mc-submit {
		float: left;
		width: 100%;
		height: auto;
	}
	
	#product_registration .mc-field-group { margin: 0 0 20px 0; }
	
		#product_registration .mc-field-group label {
			width: 260px;
			float: left;
		}
	
		#product_registration .mc-field-group .input-group {
			width: 640px;
			float: left;
		}
		
			#product_registration .mc-field-group .input-group ul {
				width: 320px;
				float: left;
			}
			
				#product_registration .mc-field-group .input-group ul li {
					width: 320px;
					float: left;
					margin-bottom: 2px;
				}
			
					#product_registration .mc-field-group .input-group ul li input[type=checkbox] {
						float: left;
						margin-right: 4px;
					}
			
					#product_registration .mc-field-group .input-group ul li label {
						width: auto;
					}
					
					#product_registration .mc-field-group input[type=text] {
						width: 180px;
					}
					
					.mce_inline_error { color: red; }
					input.mce_inline_error { border: 1px red solid; }
					.note-required { margin-left: 4px; color: red; }
	
	#product_registration #mc-embedded-subscribe {
		background: url('/img/global/button_register.png') no-repeat;
		height: 35px;
		width: 158px;
		cursor: pointer;
		border: none;
		text-indent: -9999px;
	}
					
	#register_social_media {
		margin: 20px 0;
		float: left;
		width: 400px;
	}
	
		#register_social_media ul {
			float: left;
			width: 340px;
		}
		
			#register_social_media ul li {
				float: left;
				width: 162px;
			}
			
/* ================== PAGE VIDEO =================== */

#page_video {
	padding: 18px;
}

	#page_video h1 {
		font-size: 38px;
		margin-top: 0;
	}
	
	#page_video #page_video_feature {
		margin: 0;
		padding: 0;
		float: left;
		width: 924px;
		height: auto;
	}
	
		#page_video #page_video_feature #page_video_feature_wrap {
			margin: 0 12px 0 0;
			padding: 0;
			float: left;
			width: 685px;
			height: auto;
		}
		
		#page_video #page_video_feature #page_video_feature_column {
			margin: 0;
			padding: 10px 10px 60px 10px;
			float: left;
			width: 200px;
			height: 340px;
			background: #F4F4F4;
			position: relative;
		}
			#page_video #page_video_feature #page_video_feature_column h3 {
				margin-top: 0;
				font-weight: bold;
				font-size: 16px;
			}
			
			#page_video #page_video_feature #page_video_feature_column p {
				font-size: 14px;
			}
		
			#page_video #page_video_feature #page_video_feature_column .block_goto {
				margin: 0;
				padding: 10px;
				width: 200px;
				height: auto;
				background: #E2D715;
				position: absolute;
				bottom: 0;
				left: 0;
			}
			
			#page_video #page_video_feature #page_video_feature_column .block_goto span {
				color: #5B5B5B;
				font-size: 12px;
			}
		
	#page_video h2 {
		float: left;
		font-size: 22px;
		padding: 12px 0 6px 0;
		margin-top: 24px;
		border-top: 1px #BBB dotted;
		font-weight: bold;
		width: 924px;
		height: auto;
	}
	
	#page_video ul {
		float: left;
		padding: 0;
		margin: 0;
		width: 924px;
		height: auto;
		list-style: 0;
	}
	
		#page_video ul li {
			float: left;
			padding: 0;
			margin: 0 12px 12px 0;
			width: 220px;
			height: 260px;
		}
		
		#page_video ul li h3 {
			float: left;
			padding: 0;
			margin: 14px 0 2px 0;
			width: 220px;
			height: auto;
			font-weight: bold;
		}
		
		#page_video ul li p {
		}
		
		#page_video ul li.page_video_last {
			margin: 0;
		}
		
		
		.video_gorillapod { border-bottom: 4px #00AED8 solid; display: block; }
		.video_gorillamobile { border-bottom: 4px #E2D715 solid; display: block; }
		.video_gorillatorch { border-bottom: 4px #FF383A solid; display: block; }
		.video_general { border-bottom: 4px #414042 solid; display: block; }
		
		#page_video ul li .link_goto {
			color: #999;
		}

	#page_video #page_video_feature #page_video_feature_column p.added,
	.added {
		font-size: 10px;
		color: #939598;
	}

/* ================== BANNER =================== */

#banner-shipping_notice {
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	height: 41px;
	background: url('/img/global/background_emailform.png') repeat-x;
	font-size: 14px;
	line-height: 41px;
	text-align: center;
	float: left;
}

#banner-shipping_notice.sale_on {
	background: #FF383A;
	color: #FFF;
}

#banner-shipping_notice a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 960px;
}

#banner-shipping_notice.sale_on a {
	color: #FFF;
}

/* ================== FRAME X FRAME =================== */

#frame_x_frame {
	float: left;
	width: 950px;
	height: auto;
	margin: 0;
	padding: 12px 0 0 0;
}

#frame_x_frame_column_left {
	float: left;
	width: 480px;
	height: auto;
	margin: 0 30px 0 0;
	padding: 0;
}

	#frame_x_frame_column_left h2 {
		float: left;
		width: 513px;
		height: 219px;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		background: url('/img/frame_x_frame/logo_frame_x_frame.png') no-repeat;
	}
	
	
	#frame_x_frame_column_left h4 {
		font-size: 18px;
		line-height: 30px;
		padding: 0 25px 40px 50px;
		margin: 0;
		color: #757575;
		font-weight: normal;
	}
	
	#frame_x_frame_column_left ul {
		margin: 12px 0 12px 50px;
		padding: 0;
		list-style: none;
		color: #757575;
		font-size: 14px;
		line-height: 20px;
	}
	
	#frame_x_frame_column_left ul li {
		margin: 0 0 12px 0;
		min-height: 43px;
	}


	li.taking_photos {
		background: url('/img/m/icon_camera.png') no-repeat 0 top;
		padding-left: 50px;
	}

	li.sharing_pictures {
		background: url('/img/m/icon_facebook.png') no-repeat 0 top;
		padding-left: 50px;
	}

	li.shooting_modes {
		background: url('/img/m/icon_movie.png') no-repeat 0 top;
		padding-left: 50px;
	}

	li.bubble_level {
		background: url('/img/m/icon_level.png') no-repeat 0 top;
		padding-left: 50px;
	}

	li.clock {
		background: url('/img/m/icon_clock.png') no-repeat 0 top;
		padding-left: 50px;
	}

	li.shake {
		background: url('/img/m/icon_shake.png') no-repeat 0 top;
		padding-left: 50px;
	}

	li.additional_features {
		background: url('/img/m/icon_camera.png') no-repeat 0 top;
		padding-left: 50px;
	}

	li.questions_feedback {
		background: url('/img/m/icon_questions.png') no-repeat 0 top;
		padding-left: 50px;
	}
	
	#frame_x_frame_column_left p {
		font-size: 14px;
		padding: 0 25px 0 100px;
		margin: 0;
		color: #757575;
	}
	
#frame_x_frame_column_right {
	float: left;
	width: 436px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}

	#button_free_download {
		width: 301px;
		height: 69px;
		margin: 22px auto;
		padding: 0;
		display: block;
	}

#frame_x_frame_column_center {
	float: left;
	width: 950px;
	height: auto;
	margin: 0;
	padding: 0;
	min-height: 447px;
	background: url('/img/frame_x_frame/background_column_center.jpg') no-repeat left top;
	position: relative;
}

	#frame_x_frame_column_center h3 {
		margin: 50px 0 0 300px;
		width: 256px;
		font-size: 18px;
		color: #757575
	}
	
	#frame_x_frame_column_center p {
		margin: 20px 0 0 300px;
		width: 256px;
		font-size: 14px;
		line-height: 20px;
		color: #757575
	}
	
	#love_the_app{
		position: absolute;
		top: 40px;
		right: 40px;
		width: 292px;
		height: auto;
	}
	
		#love_the_app p {
			margin: 0;
			width: 292px;
		}
	
	#mutualmobile{
		position: absolute;
		bottom: 20px;
		right: 424px;
		width: 165px;
		height: auto;
	}
	
		#mutualmobile a {
			color: #757575;
		}
		
		#mutualmobile a:hover {
			text-decoration: none;
		}
		
/* ================== PRO/INSPIRED DESIGNERS =================== */

#pro_list,
#inspired_designers_list {
	width: 940px;
	height: auto;
	margin: 12px 0 0 0;
	padding: 12px 0 0 0;
	float: left;
	border-top: 1px #000 dotted;
	border-bottom: 1px #000 dotted;
}

	#pro_list li,
	#inspired_designers_list li {
		width: 220px;
		height: 220px;
		margin: 0 13px 13px 0;
		padding: 0;
		float: left;
	}
		
		#pro_list li a,
		#inspired_designers_list li a {
			display: block;
			width: 220px;
			height: 220px;
			line-height: 220px;
			font-size: 28px;
			margin: 0;
			padding: 0;
			color: #FFF;
			text-align: center;
			text-indent: -9999px;
		}
		
		#pro_list li a:hover,
		#inspired_designers_list li a:hover {
			background: #414042;
			text-decoration: none;
			text-indent: 0;
		}
		
	#pro_list li#jed_conklin { background: url('/img/pro/block_jed_conklin.jpg') no-repeat; }
	#pro_list li#katie_holden { background: url('/img/pro/block_katie_holden.jpg') no-repeat; }
	#pro_list li#niklas_larsson { background: url('/img/pro/block_niklas_larsson.jpg') no-repeat; }
	#pro_list li#thomas_kranzle { background: url('/img/pro/block_kranzle.jpg') no-repeat; }
	#pro_list li#renan_ozturk { background: url('/img/pro/block_renan_ozturk.jpg') no-repeat; }
	#pro_list li#patrick_smith { background: url('/img/pro/block_smith.jpg') no-repeat; }
	#pro_list li#patrick_trefz { background: url('/img/pro/block_trefz.jpg') no-repeat; }
	#pro_list li#safe_solvent { background: url('/img/pro/block_safe_solvent.jpg') no-repeat; }
	#inspired_designers_list li#chen { background: url('/img/inspired-designers/block_chen.jpg') no-repeat; }
	#inspired_designers_list li#farnum { background: url('/img/inspired-designers/joby_backflip_night.jpg') no-repeat; }
	#inspired_designers_list li#hansen { background: url('/img/inspired-designers/block_hansen.jpg') no-repeat; }
	#inspired_designers_list li#riley { background: url('/img/inspired-designers/rjd-img_1572.jpg') no-repeat; }
	#inspired_designers_list li#stathis { background: url('/img/inspired-designers/block_stathis.jpg') no-repeat; }
	#inspired_designers_list li#wood { background: url('/img/inspired-designers/20091005_3670.jpg') no-repeat; }

.pro_team,
.inspired_designers {
	width: 920px;
	height: auto;
	margin: 0;
	padding: 20px;
	float: left;
}

.inspired_designers_leader_image {
	width: 920px;
	height: 230px;
	background: #CCC;
	margin: 0;
	padding: 0;
	float: left;
}

.inspired_designers_bio {
	width: 920px;
	height: auto;
	margin: 12px 0;
	padding: 12px 0;
	float: left;
	border-top: 1px #000 dotted;
	border-bottom: 1px #000 dotted;
}

	.inspired_designers_bio img {
		width: 220px;
		height: 270px;
		margin: 0 20px 20px 0;
		padding: 0;
		float: left;
	}
	
	.inspired_designers h2 {
		margin-top: 0;
		font-size: 21px;
		line-height: 21px;
		color: #414042;
	}
	
		.inspired_designers h2 a {
			color: #414042;
		}
	
	.inspired_designers_bio h2 {
		margin-top: 0;
		font-size: 32px;
		line-height: 32px;
		color: #414042;
	}
	
	.inspired_designers_bio p {
		font-size: 20px;
		line-height: 24px;
		color: #414042;
	}
	
	a.inspired_designers_bio_link {
		font-size: 16px;
		color: #A7A9AC !important;
	}
	
.inspired_designers_project {
	width: 920px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: 1px #000 dotted;
}

	.inspired_designers_project p {
		font-size: 20px;
		line-height: 24px;
		color: #414042;
	}
	
#inspired_designers_project_gallery {
	float: right;
	margin: 22px 0 22px 12px;
}
	
/* ================== FATHERS DAY SALE =================== */

#page_fathers_day_sale {
	width: 960px;
	height: auto;
	margin: 0;
	padding: 0;
}

	#page_fathers_day_sale_module {
		width: 960px;
		height: auto;
		float: left;
		margin: 0;
		padding: 0;
	}
	
		#page_fathers_day_sale_module_navigation {
			width: 600px;
			height: 480px;
			float: left;
			margin: 0;
			padding: 0;
		}
		
			#page_fathers_day_sale_module_navigation ul {
				width: 600px;
				height: 480px;
				float: left;
				margin: 0;
				padding: 0;
			}
			
				#page_fathers_day_sale_module_navigation ul li {
					width: 150px;
					height: 480px;
					float: left;
					margin: 0;
					padding: 0;
				}
		
		#page_fathers_day_sale_module_target {
			width: 360px;
			height: 480px;
			float: left;
			margin: 0;
			padding: 0;
			position: relative;
		}
		
			#page_fathers_day_sale_module_target .target_panel {
				width: 360px;
				height: 480px;
				position: absolute;
				padding-top: 56px;
				display: none;
			}
			
			#page_fathers_day_sale_module_target .target_panel#panel_main {
				padding: 0;
				display: block;
			}
			
			#page_fathers_day_sale_module_target .target_panel#panel_01 {
				background: url('/img/sale/fathers_day_sale/background_panel_01.png') no-repeat;
			}
			
			#page_fathers_day_sale_module_target .target_panel#panel_02 {
				background: url('/img/sale/fathers_day_sale/background_panel_02.png') no-repeat;
			}
			
			#page_fathers_day_sale_module_target .target_panel#panel_03 {
				background: url('/img/sale/fathers_day_sale/background_panel_03.png') no-repeat;
			}
			
			#page_fathers_day_sale_module_target .target_panel#panel_04 {
				background: url('/img/sale/fathers_day_sale/background_panel_04.png') no-repeat;
			}
			
			.product {
				float: left;
				width: 180px;
				height: 180px;
				margin: 20px 0 0 0;
				padding: 0;
				text-align: center;
				color: #414042;
				font-size: 14px;
			}
			
				.product a {
					color: #414042;
				}
				
				.price_retail {
					text-decoration: line-through;
				}
				
				.price_sale {
					color: #0AB9DF;
				}
	
	#page_fathers_day_sale_footer {
		width: 960px;
		height: auto;
		float: left;
		margin: 0;
		padding: 0;
	}
	
		#page_fathers_day_sale_footer a {
			width: 960px;
			height: 160px;
			display: block;
		}
		
.small_print {
	font-size: 14px;
	color: gray;
	padding: 30px;
}


#sale-fathers_day {
	height: 41px;
	width: 390px;
	text-align: center;
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
}

	#sale-fathers_day a {
		color: #FFF;
		background: #FF383A;
		display: block;
		height: 41px;
		width: 390px;
		line-height: 41px;
	}

/* HOW WE INNOVATE */

#how_we_innovate {
	padding: 20px;
	color: #919396;
	font-size: 12px;
	line-height: 18px;
}

#how_we_innovate h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url('/img/how-we-innovate/the_gorillapod_secret_sauce.png') no-repeat;
	height: 22px;
	width: 320px;
}

#how_we_innovate h3 {
	margin: 10px 0 20px 0;
	padding: 0;
	text-indent: -9999px;
	background: url('/img/how-we-innovate/header_3.png') no-repeat;
	height: 21px;
	width: 578px;
}

#how_we_innovate h4 {
	margin: 10px 0;
	padding: 0;
	text-indent: -9999px;
	height: 32px;
	width: 250px;
}

#how_we_innovate #consumer_need {
	float: left;
	margin: 0 20px 0 0;
	width: 290px;
	min-height: 450px;
}

#how_we_innovate #innovative_design {
	float: left;
	margin: 0 20px 0 0;
	width: 290px;
	min-height: 450px;
}

#how_we_innovate #exceptional_materials {
	float: left;
	margin: 0;
	width: 290px;
	min-height: 450px;
}

#how_we_innovate #blueprint {
	float: left;
	margin: 20px 0 0 0;
	padding: 20px 0 10px 0;
	border-top: 1px dotted #CCC;
	width: 920px;
	height: auto;
}

#how_we_innovate #intellectual_property {
	float: left;
	margin: 0;
	padding: 0;
	width: 920px;
	height: auto;
}

#how_we_innovate_awards {
	float: left;
	margin: 20px 0 0 0;
	padding: 20px 0 10px 0;
	border-top: 1px dotted #CCC;
	width: 918px;
	height: 184px;
}

	#how_we_innovate_awards img {
		border: 1px solid #DEDEDE;
	}

#how_we_innovate #awards_recognition {
	float: left;
	margin: 0;
	padding: 0;
	width: 920px;
	height: auto;
}

#how_we_innovate #consumer_need h4 {
	background: url('/img/how-we-innovate/1.png') no-repeat;
}

#how_we_innovate #innovative_design h4 {
	background: url('/img/how-we-innovate/2.png') no-repeat;
}

#how_we_innovate #exceptional_materials h4 {
	background: url('/img/how-we-innovate/3.png') no-repeat;
}

#how_we_innovate #intellectual_property h4 {
	background: url('/img/how-we-innovate/4.png') no-repeat;
}

#how_we_innovate #intellectual_property p {
	width: 920px;
	-moz-column-width: 280px;
	-webkit-column-width: 280px;
}

#how_we_innovate #awards_recognition h4 {;
	background: url('/img/how-we-innovate/5.png') no-repeat;
}

#how_we_innovate #awards_recognition p {
	width: 920px;
	-moz-column-width: 280px;
	-webkit-column-width: 280px;
}

/* JOBY-STATHIS */

#message-joby-stathis {
	color: #414042;
}

	#message-joby-stathis p {
		font-size: 14px;
	}




