/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: auto; /* 100%; */ /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}

input:focus {
	outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    /* margin: 0.83em 0; */
    margin: 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


::-webkit-input-placeholder {
   color: #444;
}

:-moz-placeholder { /* Firefox 18- */
   color: #444;  
   opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #444;
   opacity: 1;  
}

:-ms-input-placeholder {  
   color: #444;  
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 
	END normalize.css styles
	BEGIN Octa specific styles
 */

a {
	color:#FF6633; /*  white; */
}

a:hover {
	color: #54eee1;
}

p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	padding-bottom: 15px;
}

ul, 
ol {
	padding: 0;
	list-style-type: none;	
}

@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'EscapePodNormal';
    src: url('fonts/escape_pod_normal-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'EscapePodNormal';
    src: url(//:) format('no404'), url('fonts/escape_pod_normal-webfont.woff') format('woff'), url('fonts/escape_pod_normal-webfont.ttf') format('truetype'), url('fonts/escape_pod_normal-webfont.svg#EscapePodNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VegurLight';
    src: url('fonts/vegur-l_0600-webfont.eot');
    src: url('fonts/vegur-l_0600-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegur-l_0600-webfont.woff') format('woff'),
         url('fonts/vegur-l_0600-webfont.ttf') format('truetype'),
         url('fonts/vegur-l_0600-webfont.svg#VegurLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VegurMedium';
    src: url('fonts/vegur-m_0602-webfont.eot');
    src: url('fonts/vegur-m_0602-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegur-m_0602-webfont.woff') format('woff'),
         url('fonts/vegur-m_0602-webfont.ttf') format('truetype'),
         url('fonts/vegur-m_0602-webfont.svg#VegurMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VegurBold';
    src: url('fonts/vegur-b_0.602-webfont.eot');
    src: url('fonts/vegur-b_0.602-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegur-b_0.602-webfont.woff') format('woff'),
         url('fonts/vegur-b_0.602-webfont.ttf') format('truetype'),
         url('fonts/vegur-b_0.602-webfont.svg#VegurBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir45BookRegular';
    src: url('fonts/avenir-book-webfont.eot');
    src: url('fonts/avenir-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenir-book-webfont.woff') format('woff'),
         url('fonts/avenir-book-webfont.ttf') format('truetype'),
         url('fonts/avenir-book-webfont.svg#Avenir45BookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Maximo Font **/

@font-face {
    font-family: 'MaximoBold';
    src: url('fonts/maximb__-webfont.eot');
    src: url('fonts/maximb__-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/maximb__-webfont.woff') format('woff'),
         url('fonts/maximb__-webfont.ttf') format('truetype'),
         url('fonts/maximb__-webfont.svg#maximobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MaximoBoldItalic';
    src: url('fonts/maximbi_-webfont.eot');
    src: url('fonts/maximbi_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/maximbi_-webfont.woff') format('woff'),
         url('fonts/maximbi_-webfont.ttf') format('truetype'),
         url('fonts/maximbi_-webfont.svg#maximobolditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MaximoItalic';
    src: url('fonts/maximi__-webfont.eot');
    src: url('fonts/maximi__-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/maximi__-webfont.woff') format('woff'),
         url('fonts/maximi__-webfont.ttf') format('truetype'),
         url('fonts/maximi__-webfont.svg#maximoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Maximo';
    src: url('fonts/maximo__-webfont.eot');
    src: url('fonts/maximo__-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/maximo__-webfont.woff') format('woff'),
         url('fonts/maximo__-webfont.ttf') format('truetype'),
         url('fonts/maximo__-webfont.svg#maximoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Force for mobile devices */
html, body {
	width: 100%;
	min-width: 1040px;
}

body {
	background: white;
	/* font-family: 'VegurMedium', 'Myriad Pro', Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;
	line-height: 1.55em;
	color: black; 
	text-align: center; 
	margin: auto;
	/* min-width: 1040px; */
}

#headerwrapper {
	background: #231f20 url(../images/rainbow_bar.jpg) bottom center repeat-x;
	width:100%; 
	text-align: center;
	margin: 0;
	padding: 1px 0 4px 0;
	/* box-shadow: 0 1px 5px #444; */
}

#headerliner {
	width: 100%;
	height: 84px;
	background: transparent url(../images/header_bg.jpg) top center no-repeat;
}

header {
	position: relative;
	/* width:1025px; */
	width: auto;
	max-width: 1025px; 
	height: 83px;
	padding: 1px 0 0 0;	
	margin: 0 auto;
	z-index: 250000;
	border-top: 1px solid black;
}

header a.logo {
	position: absolute;
	display: block;
	left: 0px;
	bottom: -14px;
	width: 163px;
	height: 70px;
}

/* General nav styles */

nav {
	position: relative;
	text-align: left;
}

nav li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;	
}

nav li a {
	display: block;
	padding: 1px 4px;
	text-decoration: none;
	line-height: 1em;
	font-family: 'Maximo', 'Myriad Pro', Arial, Helvetica, Sans-Serif;
}

nav li a:hover {
	color: #599dc2; /* per comp.  lighter than subnav hover */
	text-decoration: underline;
}

nav li ul {
	position: absolute;
	left: -999em;
	top: 35px;
	width: 250px;
}

nav li:hover ul,
nav li.hover ul,
nav li.hover ul,
nav li.hover ul,
nav li.imagehover ul {
	left: auto;
}

/* Global nav styles */

header nav.global  {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	margin: 0;
	z-index: 2;
	text-align: right;
}

header nav.global ul {
	margin-top: 0;	
}

header nav.global ul a {
    color: white;
    font-size: 16px;
    font-family: 'VegurLight', 'Myriad Pro', Arial, Helvetica, Sans-Serif;
    /* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; */
    display: inline-block;
	zoom: 1;
	*display: inline;
	height: 36px;
	line-height: 42px;
}

header nav.global ul li.cart > a {
	text-indent: -999em;
	background: transparent url(../images/cart_icon.png) center center no-repeat;
	width: 46px;
}

/* Primary Menu nav styles */
nav.menu {
	margin: 36px 0 0 200px;
}

nav.menu > ul {
	width: 590px;
}

nav.menu li a,
#subnavwrapper nav li a {
	padding: 0 46px 0 0; /* 23px; */
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
}

nav.menu li a {
	font-family: 'VegurLight', 'Myriad Pro', Arial, Helvetica, Sans-Serif;
	/* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; */
	text-align: left;
	font-size: 20px;
}

nav.menu li {
	position: relative;
	text-align: left;
}

nav.menu li span#pointer {
	position: absolute;
	bottom: -2px;
	left: 0;
	background: transparent url(../images/pointer.png) center bottom no-repeat;
	display: block;
	width: 100%;
	height: 21px;
}

nav.menu li a:hover {
	color: #599dc2;
	text-decoration: none;
}

nav.menu li.current_page_item a,
nav.menu li.current-menu-ancestor a,
nav.menu li.current-menu-parent a {
	color: #ff6633; /* Orange per Andrew */
}

nav.menu li:hover ul,
nav.menu li.hover ul,
nav.menu li.hover ul,
nav.menu li.hover ul {
	display: none;
	left: -999em;
}

/* Navigation bar Search Styling */
header nav div.search {
	width: 265px;
	position: absolute;
	top: 11px;
	right: 0;
	text-align: right;
}

header nav div.search form#searchform {
	position: relative;
}

header nav div.search form #search {
	position: absolute;
	top: 0;
	right: 13px;
	background: transparent url(../images/search_bg.png) left center no-repeat;
	border: none;
	width: 118px;
	padding: 8px 0 8px 30px;
	height: 14px;
	line-height: 14px;
	text-align: left;
	color: white;
}

header nav div.search form.active #search {
	background: transparent url(../images/search_active_bg.png) left center no-repeat;
	color: black;
}


header nav div.search form span.end {
	position: absolute;
	top: 1px;
	right: 0;
	width: 15px;
	height: 28px;
	background: transparent url(../images/search_end_bg.png) right center no-repeat;
}

header nav div.search form.active span.end {
	background: transparent url(../images/search_active_end_bg.png) right center no-repeat;
}


header nav div.search #searchsubmit {
	display: none;
}

/* Top subnav styling */
#subnavwrapper {
	position: relative;
	width: 100%;
	background: #f7f7f7 url(../images/subnav_bg.jpg) bottom center repeat-x;
	height: 56px;
	padding-bottom: 9px;
	z-index: 1;
	display: none; /* default display hidden.  Shown via javascript on hover */
}

#subnavwrapper .notch {
	display: block;
	position: absolute;
	background: transparent url(../images/subnav_notch.jpg) center center no-repeat;
	width: 20px;
	height: 20px;
	bottom: 0;
	left: -100px; /* Default display hidden.  Shown via javascript on hover */
}

#subnavwrapper nav {
	position: relative;
	width: 825px; /* width + padding should equal 1025px */
	padding-left: 200px; /* This should match the nav.menu margin-left above */
	margin: 0 auto;
}

#subnavwrapper nav ul {
	margin: 0;
}

#subnavwrapper nav li a {
	color: #252525;
	font-size: 13px;
	/* font-family: 'VegurMedium', 'Myriad Pro', Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	height: 56px;
	line-height: 56px;
}

#subnavwrapper nav li a:hover,
#subnavwrapper nav li.current_page_item a,
#subnavwrapper nav li.current-menu-item a {
	color: #328fc2; /* per comp.  darker than main nav hover */
	text-decoration: none;
}

/* RSS/Twitter Specific Links */
#subnavwrapper nav li.rss,
#subnavwrapper nav li.twitter {
	float: right;
	padding: 0;
	margin: 21px 0 0 0;
	width: auto;
}

#subnavwrapper nav li.rss a,
#subnavwrapper nav li.twitter a {
	display: block;
	text-indent: -999em;
	padding: 0;
	height: 18px;
}

#subnavwrapper nav li.rss a {
	width: 83px;
	background: transparent url(../images/rss-subscribe.png) center center no-repeat;
}

#subnavwrapper nav li.twitter a {
	width: 73px;
	background: transparent url(../images/twitter-follow.png) center center no-repeat;
}

/* Product specific subnav layout */
#subnavwrapper.productmenu {
	height: 190px;
}

/** Change #PNA per Pro 7/17/2013 - removed left padding.  Remove this style to put back **/
#subnavwrapper.productmenu nav {
	padding-left: 65px;
	width: 960px; /* width + padding should equal 1025px */
}

#subnavwrapper.productmenu nav ul {
	display: block;
	width: 118px; 
	margin: 0;
	height: 190px;
	background: transparent url(../images/product_nav_ul_bg.png) center right repeat-y;
	padding-right: 10px;
}

#subnavwrapper.productmenu nav li {
	display: block;
	text-align: left;
	height: auto;
}

#subnavwrapper.productmenu nav li.hover,
#subnavwrapper.productmenu nav li.imagehover {
	background: transparent url(../images/product_nav_active_li_bg.png) 90px 8px no-repeat;
}

#subnavwrapper.productmenu nav li a {
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	padding: 0;
}

/** Change #PNA per Pro 7/17/2013 - removed left padding.  Remove this style to put back **/
#subnavwrapper.productmenu nav ul {
	width: 125px;
}

#subnavwrapper.productmenu nav ul li ul {
	position: absolute;
	top: 0;
	left: -999em;
	height: 190px;
	width: 118px;
	padding-left: 15px;
	display: block;
	/** Change #PNA - remove below to put back */
	width: 100px;
}

/** Change #PNA per Pro 7/17/2013 - right align to a in Octa logo.  Remove this style to put back **/
#subnavwrapper.productmenu nav > ul > li > a {
	text-align: right;
	padding-right: 42px;
}

/** Change #PNA - remove below style to put back */
#subnavwrapper.productmenu nav li.hover,
#subnavwrapper.productmenu nav li.imagehover {
	background-position: 102px 8px;
}

/** Change #PNA - remove below style to put back */
#subnavwrapper.productmenu nav li li.hover,
#subnavwrapper.productmenu nav li li.imagehover {
	background-position: 78px 8px;
}

/** Change #PNA - remove below style to put back */
#subnavwrapper.productmenu nav li li li.hover,
#subnavwrapper.productmenu nav li li li.imagehover {
	background-position: 102px 8px;
}

#subnavwrapper.productmenu nav ul li ul li ul {
	position: absolute;
	top: 0;
	left: -999em;
	height: 190px;
	width: 118px;
	padding-left: 15px;
	display: block;
	/** Change #PNA - remove below to put back */
	width: 125px;
}

#subnavwrapper.productmenu nav .scrollmenu {
	position: absolute;
	top: 0;
	left: -999em;
	height: 172px;
	width: 146px;
	background: transparent url(../images/product_nav_ul_bg.png) center right repeat-y;
	padding-bottom: 18px;
}

#subnavwrapper.productmenu nav li.hover > .scrollmenu,
#subnavwrapper.productmenu nav li.imagehover > .scrollmenu {
	left: 113px;	
	padding-left: 5px;
}

#subnavwrapper.productmenu nav .scrollmenu .liner {
	display: block;
	position: relative;
	height: 172px;
	width: 146px;
	overflow: hidden;
}

#subnavwrapper.productmenu nav .scrollmenutop {
	padding-top: 18px;	
	height: 154px;
}

#subnavwrapper.productmenu nav .scrollmenutop .liner {
	height: 154px;
}

#subnavwrapper.productmenu nav .scrollmenu .liner ul {
	height: auto;
	position: absolute;
	top: 0;
	left: 0 !important;
	width: 125px;
	height: auto;
	background: transparent;
}

#subnavwrapper.productmenu nav li .scrollmenu .controls {
	position: absolute;
	top: 0;
	left: -1px;
	height: 1px;
	margin: 0;
	padding: 0;
}

#subnavwrapper.productmenu nav li .scrollmenu .controls span {
	position: absolute;
	left: 0;
	width: 139px;
	height: 18px;
	background: #888;
	cursor: pointer;
	text-indent: -999em;
}

#subnavwrapper.productmenu nav .scrollmenu .controls span.up {
	top: 0;
	background: transparent url(../images/product_nav_scroll_up.png) left center no-repeat;
}


#subnavwrapper.productmenu nav .scrollmenu .controls span.down {
	top: 172px;
	background: transparent url(../images/product_nav_scroll_down.png) left center no-repeat;
}

#subnavwrapper.productmenu nav ul li.hover ul,
#subnavwrapper.productmenu nav ul li.imagehover ul {
	left: 313px;
	/** Change #PNA - remove below to put back */
	left: 185px;
}

#subnavwrapper.productmenu nav ul li ul li ul,
#subnavwrapper.productmenu nav ul li.hover ul li ul,
#subnavwrapper.productmenu nav ul li.imagehover ul li ul {
	left: -999em;
	z-index: 50000;
}

#subnavwrapper.productmenu nav ul li.hover ul li.hover ul,
#subnavwrapper.productmenu nav ul li.imagehover ul li.imagehover ul {
	left: 128px;
	/** Change #PNA - remove below to put back */
	left: 115px;
}

/** Change #PNA - remove below to put back */

#subnavwrapper.productmenu nav div.images {
	position: absolute;
	top: 0;
	right: -13px;
	width: 452px;
	/** Change #PNA - remove below to put back */
	width: 588px;
	height: 190px;
	text-align: left;
	overflow: hidden;
	display: none;
	z-index: 49999;
	padding-right: 13px;
	background: transparent url(../images/product_nav_ul_bg.png) center right repeat-y;
	overflow: hidden;
}

#subnavwrapper.productmenu nav div.images span.overlay {
	width: 226px;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
	/** Change #PNA - remove below to put back */
	left: 78px;
	background: transparent url(../images/product_nav_image_overlay_bg.png) top left repeat-y;
	border: none;
}

#subnavwrapper.productmenu nav div.images img {
	width: 226px;
	/** Change #PNA - remove below to put back */
	width: 294px;
	height: auto;
}

#contentwrapper {
	padding-top: 1px;
	margin: 0 0 25px 0; /* NOTE: Bottom spacing is approx. 8px LESS than top because HEIGHT includes some space (for shadow) */
}

#content { 
	position: relative;
	/* width:1024px; */
	width: auto;
	max-width: 1024px;
	margin: 0 auto;
}

#content.full-width {
	margin: 0;
	width: auto;
	max-width: none;
}

#content.social_wall {
	max-width: none;
	margin: 20px 20px 0 20px;
}

.subnavigation {
	position: relative;
	width: 100%;
	margin: 0;
	height: 22px;
	padding-bottom: 15px;
	overflow: hidden;
	background: transparent url(../images/blog_subnav_bg.png) bottom left repeat-x;
}

.subnavigation ul {
	background: transparent;
	text-align: left;
	padding: 0 0 0 200px;
	width: 825px;
	margin: 0 auto;
}

.subnavigation ul li {
	display: inline-block;
	text-align: left;
	padding: 0 50px 0 0;
	width: auto;
}

.subnavigation ul li a {
	color: #252525;
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
	text-decoration: none;
}

.subnavigation ul li a:hover,
.subnavigation ul li.current_page_item a {
	text-decoration:none;
	color: #328fc2;
	
}

.subnavigation ul li.twitter {
	float: right;
	padding: 0 0 0 30px;
}

.subnavigation ul li.rss {
	float: right;
	padding: 0 0 0 10px;
}

.subnavigation ul li.twitter a,
.subnavigation ul li.rss {
	line-height: auto;
}

.content {
	display: block;
	/* width: 984px; COMMENTED per Change #WPR */
	/* padding: 20px;  COMMENTED per Change #WPR */
	/* background: transparent url(../images/content-bg.png) top left repeat;  COMMENTED per Change #WPR */
	border: 1px solid transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
}

#content.full-width .content {
	border-radius: none;
	border: none;
}

.blogcontent {
	/* background: transparent url(../images/content-bg.png) top left repeat; */
	width: auto;
	/* padding: 30px 30px 0 30px; */
}

.authorrecent {
	margin-top: 30px;
}

.landingpage {
	background: white;
}

.flattop {
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 1px solid #aaa;
}

.blogcontent {
	border-top: none;
}

.content ul {
	margin-bottom: 15px;
	padding-left:25px;
}

.content li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}

.content h1,
.content h2,
.content h3,
.content h4 {
	font-size: 22px;
	height: 24px;
	color: white;
	margin-bottom: 10px;
	text-align: left;
		
}

.content .post {
	position: relative;
	width: auto;
	margin: 0 0 30px 0;
	text-align: left;
}

#content.full-width .content .post {
	margin: 0;
}

.landingpage .post {
	margin-left: 30px;
	margin-right: 30px;
}

.blogcontent .post:last-child {
	margin-bottom: 0;
}

.content .post .liner {
	clear: both;
	font-size: 13px;
	line-height: 18px;
	width: auto;
	overflow: hidden; 
	/* border: 1px solid black;  COMMENTED per Change #WPR */
	/* -webkit-border-radius: 10px;  COMMENTED per Change #WPR */
	/* -moz-border-radius: 10px;  COMMENTED per Change #WPR */
	/* border-radius: 10px 10px 10px 10px;  COMMENTED per Change #WPR */
	/* padding: 10px;  COMMENTED per Change #WPR */
	background: white;
}

.content .post .commentsliner {
	margin: 20px 0 28px 0;
}

.content .page .section {
	position: relative;
	padding: 25px 10px 15px 25px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-color: #aaa;
	margin: 20px 10px 35px 0;
}

.content .page .section h2 {
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: black;
	position: absolute;
	top: -15px;
	left: 25px;
	padding: 3px 15px 1px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content .page .section a.create_rma_button,
.content .page .section a.create_help_button,
.content div.phone a.create_help_button {
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: white;
	color: #ff6633;
	font-weight: bold;
	font-size: 15px;
	padding: 2px 15px;
	position: absolute;
	bottom: -15px;
	right: 20px;
	z-index: 3000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.content a.create_help_button {
	background: black !important;
	color: # ff6633 !important;
}

.content a.create_help_button:hover {
	color: white !important;
}

.content div.phone a.create_help_button {
	right: auto;
	left: 25px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	font-size: 22px;
	/* font-family: 'VegurMedium', 'Myriad Pro', Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-weight: normal;
}

.content .page .section a.create_rma_button:hover {
	text-decoration: underline;
}

.content .page,
.content .page p {
	font-size: 16px;
	line-height: 22px;
}

.content .page .topball,
.content .page .bottomball {
	position: absolute;
	top: -4px;
	right: -10px;
}

.content .page .bottomball {
	top: auto;
	bottom: -5px;
}

.content .entry,
.content .post div.mailing,
.content .post div.emails {
	position: relative;
	padding: 25px 40px 15px 25px;
	border-top: 1px solid #c4c5c6;
	border-bottom: 1px solid #c4c5c6;
	border-left: 1px solid #c4c5c6;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	margin: 20px 10px 0 0;
}

.content .post div.mailing {
	border-color: #aaa;
}

/* Blog post titles */
.content .entry h2 {
	position: absolute;
	display: inline-block;
	top: -17px;
	left: 23px;
	height: 32px;
	line-height: 30px;
	background: white url(../images/ball.png) center left no-repeat;
	text-align: center;
	color: black;
	padding: 0 0 0 0;
}

.content .entry h2 a {
	text-decoration: none;
	display: inline-block;
	color: black;
	background: white url(../images/ball.png) center right no-repeat;
	padding-right: 20px;
	margin-top: 0px;
	margin-left: 20px;
	font-size: 20px;
	text-align: left;
	line-height: 23px;
}

.content .media-kit-wrapper .entry h2 {
	max-width: 700px;
	text-align: left;
	margin-top: 0;
}

.content .media-kit-wrapper .entry h2 a {
	background: white url(../images/ball-padded.png) top right no-repeat;
	margin-top: 5px;
}

.content .media-kit-wrapper .entry  + .entry {
	margin-top: 40px;
}

.content .social {
	position: absolute;
	top: -15px;
	right: 25px;
	background: white;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
	height: 25px;
}

.content .social iframe,
.content .social a {
	float: left;
	margin: 0 5px 0 0;
	height: 25px;
	line-height: 25px;
}

.content .social .discuss {
	display: block;
	background: black;
	float: left;
	margin: 0 1px 0 15px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.content .social .discuss a {
	display: block;
	background: white;
	height: 25px;
	line-height: 25px;
	color: black;
	text-decoration: none;
	font-size: 14px;
}

.content .social .discuss a:hover {
	text-decoration: underline;
}

.content .social .discuss a .count {
	display: block;
	float: right;
	width: auto;
	height: 25px;
	background: black url(../images/wedge.png) center left no-repeat;
	color: white;
	padding: 0 0 0 12px;
	font-size: 14px;

}

.content .entry,
.content .entry p,
.content .entry div,
.content .postauthor,
.content .postauthor p,
.content .postauthor div,
.content .comments,
.content .comments p,
.content .comments div,
.content .comments label {
	color: black;
}

.landingpage p, .landingpage div {
	color: black;
}


.content .postauthor div.author {
	text-align: left;
	padding-left: 10px;
	color: #666;
	/* font-family: VegurMedium, Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 15px;
	font-weight: normal;
}

.content .entry a,
.content .postauthor a,
.content .comments a {
	font-weight: normal;
	font-size: 15px;
}

.content .entry a,
.content .postauthor a,
.content .comments a,
.content .entry h2 a,
.content .entry a.moretag {
	color: #25716c;
	text-decoration: none;
}

.content .entry a:hover,
.content .postauthor a:hover,
.content .comments a:hover,
.content .entry h2 a:hover,
.content .entry a.moretag:hover {
	color: #FF6633;
}

.content .entry .date {
	position: absolute;
	top: -21px;
	right: 5px;
	color: #777;
	font-size: 14px;
	/* font-family: VegurBold, Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-weight: normal;
}

.content .postauthor {
	position: relative;
	padding: 15px 25px 10px 21px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 1px solid #C4C5C6;
	border-right: 1px solid #C4C5C6;
	border-bottom: 1px solid #C4C5C6;
	text-align: left;
	margin: -1px 0 10px 10px;
	z-index: 1;
	color: #888;
	font-weight: bold;
}

.content .entry a.moretag {
	display: block;
	width: 165px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	bottom: -11px;
	left: 30px;
	background: white;
	text-align: center;
	z-index: 2;
	text-decoration: none;
	background: white url(../images/ball.png) center left no-repeat;
	font-weight: normal;
}

.content .entry a.moretag span {
	display: block;
	background: transparent url(../images/ball.png) center right no-repeat;
	text-align: center;
	font-weight: normal;
	/* font-family: VegurMedium, Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

.content .entry div.moretag {
	display: none;
}

.content .entry .topball,
.content .post div.mailing .topball {
	position: absolute;
	right: -10px;
	top: -4px;
	z-index: 2;
}

.content .entry .bottomball,
.content .entry .bottomrightball,
.content .postauthor .bottomball,
.content .post div.emails .bottomball {
	position: absolute;
	left: -10px;
	bottom: -5px;
	z-index: 2;
}

.content .post div.emails .bottomball {
	left: auto;
	right: -10px;
}

.content .entry .bottomrightball {
	left: auto;
	right: -10px;
}

.bottombar {
	position: absolute;
	left: 20px;
	bottom: -4px;
	z-index: 3;
	width: 963px;
	height: 7px;
}

.content .post .posttags {
	position: relative;
	text-align: left;
	color: #999;
	padding-left: 192px;
}

.content .post .posttags a {
	color: #999;
}

/* Comments/replies */
#comments {
	margin-left: 30px;
}

#comments h2#comments-title,
.content .comments .nocomments {
	color: #444;
	margin: 30px 0 15px 15px;
	text-align: left;
	font-size: 22px;
}

.content .commentlist {
	width: 650px;
}

.content .commentlist,
.content .commentlist li {
	list-style-type: none;
}

.content .commentlist div.comment {
	border-bottom: 1px solid black;
	color: #444;
	padding: 10px;
}

.content .commentlist div.comment p {
	color: #444;
}

.content .commentlist .commentmeta {
	color: #888;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.content .commentlist cite a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.content .commentlist a.comment-reply-link {
	float: right;
}

.content .commentlist p.info {
	padding: 10px;
	background: #ffc;
}


#respond {
	margin: 20px 0 10px -30px;
	border: 1px solid #ccc;
	width: auto;
	border-radius: 10px;
	padding: 10px;
}

#respond h3 {
	color: #444;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 25px;
}

#respond h3 a {
	color: #444;
}

#respond h3 small {
	color: #444;
	font-size: 14px;
	float: right;
	font-weight: normal;
}

#commentform p {
	clear: left;
	padding: 0 0 6px 25px;
	overflow: hidden;
}

#commentform label {
	display: block;
	float: left;
	width: 120px;
	color: #444;
}

#commentform label .required {
	display: block;
	font-size: 11px;
	color: #888;
}

#commentform .authorinfo {
	padding-bottom: 6px;
}

#commentform .authorinfo input {
	padding: 3px 5px;
}

#commentform .comment-form-comment textarea {
	/* font-family: 'VegurMedium', Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 13px;
	padding: 3px 5px;
	width: 420px;
}

#commentform .form-submit {
	padding: 10px 0 0 145px;
}

/* contact specific overrides */
.content div.mailing h2,
.content div.phone h2,
.content div.emails h2 {
	position: absolute;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 180px;
	top: -15px;
	left: 25px;
	height: 30px;
	line-height: 30px;
	background: black;
	text-align: left;
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 20px;
}

.content .post div.phone {
	position: relative;
	padding: 30px 25px 30px 10px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-color: #aaa;
	margin: -1px 0 0 10px;
	z-index: 1;
	text-align: left;
}


.content .post div.emails {
	margin: -1px 10px 10px 0;
	z-index: 1;
	text-align: left;
	padding: 34px 56px 30px 56px;
}

.content .post div.emails a {
	color: black;
	text-decoration: none;
	font-size: 18px;
}

.content .post div.emails a:hover {
	color: #328fc2;
}


.content div.mailing p {
	font-size: 18px;
	line-height: 25px;
	margin-left: 31px;
}

.content div.phone p,
.content div.phone div {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 45px;
	margin-left: 26px;
}

.content div.mailing h2,
.content div.emails h2 {
	left: 34px;
}

.content div.phone h2.hours {
	left: 450px;
}

.content div.phone div {
	clear:left;
	width: auto;
	overflow: hidden;
	position: relative;
	margin-right: -25px;
}

.content div.phone span.border {
	position: absolute;
	display: block;
	bottom: 0;
	width: 945px;
}

.content div.phone div p {
	display: block;
	float: left;
	width: 425px;
	text-align: left;
	margin: 0 0 0 9px;
}

#content div.phone div p.first {
	color: #6fcbdc;
	color: black;
	font-weight: bold;
}

.content div.phone div p span {
	width: 170px;
	float: left;
	display: block;
	text-align: left;
	margin-right: 10px;
}

.content div.phone div.hours {
	margin-left: 100px;
	text-align: left;
}


.content div.phone h2.email a {
	color: #6fcbdc;
	text-decoration: none;
}

.content div.phone h2.email span {
	margin-right: 10px;
}

.content div.emails span {
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
}

/* In order to get alignment, left-align leftmost address, and left-align both if only 2 addresses */
.content div.emails span.email1,
.content div.emails2 span.email2 {
	text-align: left;
}

/* In order to get alignment, right-align rightmost address */
.content div.emails3 span.email3,
.content div.emails4 span.email4,
.content div.emails5 span.email5 {
	text-align: right;
}

/* For proper alignment when only 2, need to nudge left */
.content div.emails2 span.email2 {
	margin-left: -26px;
}

/* For proper alignment since left / right are left/right aligned, need to nudge middle ones over a bit */
.content div.emails4 span.email2,
.content div.emails5 span.email2 {
	margin: 0 15px 0 -15px;
}

/* For proper alignment since left / right are left/right aligned, need to nudge middle ones over a bit */
.content div.emails4 span.email3,
.content div.emails5 span.email4 {
	margin: 0 -15px 0 15px;
}

 
.navigation {
	width: auto;
	overflow: hidden;
	padding-bottom: 10px;
	color: white;
	font-size: 15px;
}

.navigation a {
	color: white;
	font-size: 15px;
}

.bottomnav {
	margin: 15px 0 5px 0;
}

/* faq styling */

.content .octa_faq {
	padding-top: 40px;
}
	
.content .octa_faq .faq {
	position: relative;
	border-left: 3px solid #c4c5c6;
	border-bottom: 3px solid #c4c5c6;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	margin: 0 50px 40px 0;
	padding: 1px 0 5px 45px;
}

.content .octa_faq .question {
	display: block;
	position: relative;
	color: #00a79d;
	/* font-family: 'VegurBold', Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
	padding: 10px 0 10px 50px;
	margin-top: -25px;
}

.content .octa_faq .question .q,
.content .octa_faq .answer .a {
	font-size: 37px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	line-height: 37px;
	width: 37px;
	height: 37px;
	text-align: center;
}

.content .octa_faq .answer {
	display: none;
	position: relative;
	padding: 1px 0 10px 50px;
	/* font-family: 'VegurBold', Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
	font-size: 22px;
}

.content .octa_faq .answer * {
	font-size: 22px;
	line-height: 27px;
	margin-top: 0;
}

.content .octa_faq .morebutton {
	position: absolute;
	top: -18px;
	left: -5px;
	display: block;
	padding: 0;
	background: transparent url(../images/faq-button.png) top left no-repeat;
	width: 39px;
	height: 26px;
	text-indent: -999em;
	margin-top: 0;
}

.content .octa_faq .expanded {
	background: transparent url(../images/faq-button-expanded.png) top left no-repeat;
}

.content .octa_faq .faq .bottomball {
	position: absolute;
	bottom: -9px;
	right: -5px;
	left: auto;
}

.clearboth {
	width: 100% !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: both !important;
	border: none !important;
}

#footerwrapper {
	width: 100%;
	text-align: center;
	background: #231f20 url(../images/rainbow_bar.jpg) top center repeat-x;
	padding: 4px 0 0 0;
	box-shadow: 0 -1px 5px #444;
}

#footerliner {
	width: 100%;
	overflow: hidden;
	background: transparent url(../images/footer_bg.jpg) top center no-repeat;
	vertical-align: top;
}

footer {
	/* width: 1025px; */
	width: auto;
	max-width: 1025px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	overflow: hidden;
}

footer,
footer p,
footer a {
	color: #ededed;
}

footer p.copyright {
	position: absolute;
	bottom: 5px;
	right: 0;
	font-size: 13px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	width: 120px;
	text-align: right;
	/* font-family: 'VegurLight', 'Myriad Pro', Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

footer nav {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 130px;
	text-align: left;
	vertical-align: top;
}

/* Overrides for specific footer menu widths */
	footer nav.shopping-info {
		width: 148px;
	}
	
	footer nav.support,
	footer nav.us {
		width: 110px;
	}
	
	footer nav.news {
		width: 102px;
	}
/* End: overrides */

footer nav ul {
	margin-top: 0;
}

footer nav li {
	display: block;
}

footer nav li ul {
	left: auto;
	position: relative;
	top: auto;
	width: auto;
	margin-top: 4px;
}

footer nav li a {
	font-size: 13px;
	height: 17px;
	line-height: 17px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: left;
	padding: 0;
	/* font-family: 'VegurLight', 'Myriad Pro', Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

footer nav li.title {
	line-height: 35px;
	text-transform: uppercase;
	margin: 2px 0 0 0;
	padding: 0;
	text-align: left;
	/* font-family: 'VegurMedium', 'Myriad Pro', Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
}

footer nav li ul li {
	text-transform: none;
	height: 17px;
	line-height: 17px;
}


#mc-embedded-subscribe-form {
	display: block;
	width: 270px;
	height: 80px;
	text-align: right;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: 0;
}

#mc-embedded-subscribe-form p {
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	margin: 0 7px 0 0;
	padding: 0;
}

#mc-embedded-subscribe-form p a {
	text-decoration: none;
}

#mc-embedded-subscribe-form p a:hover {
	color: #599dc2;
}

#mc-embedded-subscribe-form div {
	position: relative;
	margin: 0;
	padding: 0;
}

#mc-embedded-subscribe-form label {
	margin-right: 8px;
	font-size: 13px;
}

#mc-embedded-subscribe-form input.email {
	text-align: center;
	background: transparent url(../images/email_newsletter.png) center center no-repeat;
	border: none;
	width: 225px;
	height: 33px;
	z-index: 2500;
}

#mc-embedded-subscribe-form input.active {
	background: transparent url(../images/email_newsletter_button.png) center center no-repeat;
}

#mc-embedded-subscribe-form input.button {
	position: absolute;
	display: none;
	width: 30px;
	height: 26px;
	top: 4px;
	right: 0;
	border: none;
	background: transparent url(../images/email_newsletter_button.png) center right no-repeat;
	cursor: pointer;
}
 
.alignleft {
     float: left;
     margin: 0 15px 15px 0;
}
 
.alignright {
     float: right;
     margin: 0 0 15px 15px;
}
 
.navigation .alignleft,.navigation .alignright {
     margin: 0;
}
 
.clearleft {
     clear: left;
}
 
 sup,
 sub {
 	font-size: 9px;
 }
 
.wp-caption {
     border: 1px solid black;
     border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     padding: 5px 0 5px 0;
     text-align: center;
}
 
.wp-caption-text {
     font-size: 11px;
     line-height: 13px;
     font-style: italic;
     margin: 5px 0 0 5px;
     text-align: left;
     color: #aaa;
     padding: 0;
}
 
.clearright {
     clear: right;
}
 
.clearboth {
     clear: both;
     float: none;
}


/* BEGIN slideshow specific css */

#slidewrapper {
	width:100%;
	height:362px;
	background-color:#b1e4ff;
	overflow: visible;
	position: relative;
}

#slideshow {	
	background:transparent url(../images/slide_bg.png) top left no-repeat;
	overflow: visible;
	position: relative;
	width: 1000px;
	height: 362px;
	margin: 0 auto;
	z-index: 1;
}

#slideshow img {
	position: relative;
	z-index:2;
	width: auto;	
}

.fade-gal {
	list-style:none;
	width: 1000px;
	height: 362px;
	overflow: hidden;
	z-index: 1;
}

.fade-gal li {
	position:relative;
	width:1000px;
	height:362px;
	overflow: hidden;
	z-index: 1;
}

.slidecopy {
	position: absolute;
	top: 78px;
	left:670px;
	width: 263px;
	z-index: 2;
	text-align:left;
	color:#605b4d;
	font-size: 15px;
	line-height:20px;
}

.slidecopy h2,
.slidecopy h1 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #e12f29;
	margin-bottom: 25px;
}

.slidecopy h2 {
	font-size: 16px;
	margin-bottom: 25px;
}

.slidecopy p {
	font-size:15px;
	line-height:20px;
	color:#605b4d;
	width:263px;
}

.slidecopy a {
	color: #ff0000;
}

.fade-gal .active {
	z-index:3;
}


.tabset {	
/*
	background:transparent url(../images/tabset_bg.png) top left repeat-x;
*/
	list-style:none;
	position: absolute;
	bottom:-33px;
	right:0;
	z-index: 2505;
	width: 100%;
	text-align:right;
}

.tabset li {
	display: inline-block;
	margin: 0 3px;
}

.tabset li.slide-page a {
	display: inline-block;
	text-indent: -999em;
	color:transparent;
	width: 25px;
	height: 25px;
	background:transparent url(../images/tab_not.png) top left no-repeat;
}

.tabset li.slide-page a:hover, 
.tabset li.slide-page a.active {
	background:transparent url(../images/tab_active.png) top left no-repeat;
}

.tabset li.slide-next a,
.tabset li.slide-prev a {
	display: inline-block;
	font-size: 5px;
	text-indent: -999em;
	color: transparent;
	background-color: white;
	width: 25px;
	height: 44px;
}

.tabset li.slide-prev a {
	background: url(../images/slide-prev.png) top left no-repeat;
	position:absolute;
	top:-220px;
	left:0;
}

.tabset li.slide-next a {
	background: url(../images/slide-next.png) top left no-repeat;
	position:absolute;
	top:-220px;
	left:975px;
}

/*********************************
	Home page styles:
		Varyslider
		Homeboxes
**********************************/

/* Varyslider styles */
#varywrapper {
	position: relative;
	margin: 0 auto;
	width: auto;
	height: 412px;
	background: white;
	text-align: center;
}

#varyliner {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	height: 412px;
	list-style-type: none;
	overflow: hidden;
	background: transparent;
}

#varyslider {
	position: relative;
	width: auto;
	height: 412px;
	border: 2px solid white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;
	list-style-type: none;
	overflow: hidden;
	background: white;
}

#varyslider h1 {
	line-height: 44px;
}

#varyslider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 412px;
}
#varyslider ul {
	position: relative;
	width: 100%;
	height: 412px;
}

#varyslider li li {
	position: absolute;
	text-align: left;
	background: transparent;
	left: 1010px;
}

#varytabs {
	text-align: center;
	margin-top: 10px;
	z-index: 50000;
}

#varytabs li {
	display: none;
	padding: 0;
}

#varytabs li a {
	display: block;
	width: 16px;
	height: 15px;
	background: transparent url(../images/slider-off.png) top left no-repeat;
}

#varytabs li a.current {
	background: transparent url(../images/slider-on.png) top left no-repeat;
}

#varytabs li.play {
	margin-left: -22px;
	width: 14px;
	height: 15px;
}

#varytabs li.play a {
	background: transparent url(../images/slider-play.png) top left no-repeat;
}

#varytabs li.prev a,
#varytabs li.next a {
	position: absolute;
	top: 40px;
	width: 40%;
	height: 410px;
}

#varytabs li.prev a {
	left: 0;
	background: transparent url(../images/varyslider-prev.png) center left no-repeat;
}

#varytabs li.next a {
	right: 0;
	background: transparent url(../images/varyslider-next.png) center right no-repeat;
}

#varytabs li.prev a:hover {
	left: 0;
	background: transparent url(../images/varyslider-prev-hover.png) center left no-repeat;
}

#varytabs li.next a:hover {
	right: 0;
	background: transparent url(../images/varyslider-next-hover.png) center right no-repeat;
}

#ticker {
	margin: 25px 0 0 0;
	height: 40px;
	padding: 0 20px 10px 0;
	overflow: hidden;
	background: transparent url(../images/ticker-bg.png) top left no-repeat;
	width: 1020px;

}
#ticker li {
	height: 20px;
	line-height: 32px;
	padding: 10px 30px 4px 30px;
	margin-bottom: 25px;
	background: transparent;
	color: black;
	font-size: 15px;
}

#ticker li * {
	display: inline;
	color: black;
}

#ticker h3 {
	margin-right: 10px;
}

#ticker li a {
	color: black;
	text-decoration: none;
}

#ticker li a h3 {
	color: blue;
	font-size: 15px;
	font-weight: bold;
}

#homeboxwrap {
	width: auto;
	margin: 20px -30px 0 -11px;
	border-collapse: separate;
	border-spacing: 20px 0;
	padding-top: 1px;
	overflow: hidden;
}

#homeboxes {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

#homeboxes .box {
	vertical-align: top;
	display: block;
	float: left;
	width: 308px !important;
	margin-left: 7px;
	height: auto;
}

#homeboxes .box a {
	color: black;
	text-decoration: none;
}

#homeboxes .first {
	margin-left: 0;
}

#homeboxes .box h3 {
	color: black;
}

#homeboxes .box img {
	width: auto;
	margin: 0;
	padding: 0;
}

#homeboxes .box p {
	color: black;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0;
	clear: none;
}

#homeboxes .socialbox {
	width: 32%;
	background: transparent url(../images/social-box-bg.png) top left no-repeat;
	height: 142px;
	text-align: center;
	padding-top: 30px;
}

#homeboxes .socialbox a {
	display: block;
	float: left;
	clear: none;
	width: 51px;
	height: 51px;
	margin: 10px 10px 0 0;
	background: transparent;
	background-position: top left;
	background-repeat: no-repeat
}

#homeboxes .socialbox a.social_fb {
	background-image: url(../images/boxes-fb.png);
	margin-left: 65px;
}

#homeboxes .socialbox a.social_fb:hover {
	background-image: url(../images/boxes-fb-on.png);
}

#homeboxes .socialbox a.social_twitter {
	background-image: url(../images/boxes-twitter.png);
}

#homeboxes .socialbox a.social_twitter:hover {
	background-image: url(../images/boxes-twitter-on.png);
}

#homeboxes .socialbox a.social_google {
	background-image: url(../images/boxes-google+.png);
	clear: left;
	margin-left: 65px;
}

#homeboxes .socialbox a.social_google:hover {
	background-image: url(../images/boxes-google+-on.png);
}

#homeboxes .socialbox a.social_pinterest {
	background-image: url(../images/boxes-pinterest.png);
}

#homeboxes .socialbox a.social_pinterest:hover {
	background-image: url(../images/boxes-pinterest-on.png);
}


/* gallery styles */
#octa_gallery {
	position: relative;
	/* background: transparent url(../images/octa_gallery_line_bg.png) top right repeat-y; */
	margin-top: 0;
	padding-top: 10px;
}

#octa_gallery .octa_gallery_main {
	border: 1px solid #aaa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 696px;
	height: 451px;
	background: #737373;
	overflow: hidden;
	text-align: center;
}

#octa_gallery .octa_gallery_main_inner {
	border: 10px solid #737373;
	border-width: 8px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #737373;
}

.post #octa_gallery {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -20px;
}

#octa_gallery .octa_gallery_thumbs {
	float: left;
	width: 235px;
	height: 453px;
	background: transparent url(../images/octa_gallery_bg.png) top left no-repeat;
	padding: 18px 37px 14px 38px;
	overflow: hidden;
	position: relative;
}

#octa_gallery .octa_gallery_thumbs_liner {
	position: relative;
	overflow: hidden;
	height: 427px;
	margin: 0 -3px -3px 0;
	padding: 0;
}

.content #octa_gallery .octa_gallery_thumbs ul,
.content #octa_gallery .octa_gallery_thumbs li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.content #octa_gallery .octa_gallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 235px;
}

.content #octa_gallery .octa_gallery li {
	width: 68px;
	height: 51px;
	float: left;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #737373;
	margin: 0 10px 10px 0;
	text-align: center;
}

.content #octa_gallery .gallery_back,
.content #octa_gallery .gallery_forward {
	position: absolute;
	top: 30px;
	left: 8px;
	display: block;
	width: 21px;
	height: 31px;
	text-indent: -999em;
}

.content #octa_gallery .gallery_back {
	background: transparent url(../images/gallery_left_arrow.png) top left no-repeat;
}

.content #octa_gallery .gallery_forward {
	left: 274px;
	background: transparent url(../images/gallery_right_arrow.png) top left no-repeat;
}

.content #octa_gallery .gallery_back:hover {
	background: transparent url(../images/gallery_left_arrow_hover.png) top left no-repeat;
}

.content #octa_gallery .gallery_forward:hover {
	background: transparent url(../images/gallery_right_arrow_hover.png) top left no-repeat;
}

.content #octa_gallery .gallery_back_down {
	background: transparent url(../images/gallery_left_arrow_down.png) top left no-repeat !important;
}

.content #octa_gallery .gallery_forward_down {
	background: transparent url(../images/gallery_right_arrow_down.png) top left no-repeat !important;
}


#octa_gallery .octa_gallery_cat {
	position: relative;
	height: 34px;
	padding: 4px 6px;
	line-height: 42px;
	width: auto;
	margin: 30px 30px 0 20px;
	background: #737575;
	border: 1px solid #aaa;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.octa_gallery_cat .selectbox {
	width: 257px !important;
}

#octa_gallery .octa_gallery_nocat_bg {
	position: absolute;
	right: -5px;
	top: -19px;
}

.content #octa_gallery .octa_gallery_nav {
	position: absolute;
	width: 65px;
	height: 30px;
	top: 5px;
	left: 600px;
}

.content #octa_gallery .octa_gallery_nav .liner {
	position: relative;
	width: auto;
	height: auto;
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

.content #octa_gallery .octa_gallery_nav .octa_gallery_caption {
	margin-left: 100px;
	height: 35px;
	overflow: hidden;
	vertical-align: bottom;
	line-height: 16px;
	color: white;
	font-style: italic;
	display: none;
}

.content #octa_gallery .gallery_nav_back,
.content #octa_gallery .gallery_nav_forward {
	position: absolute;
	top: 0;
	left: 0px;
	display: block;
	width: 26px;
	height: 32px;
	text-indent: -999em;
}

.content #octa_gallery .gallery_nav_back {
	background: transparent url(../images/gallery_nav_left_arrow.png) top left no-repeat;
}

.content #octa_gallery .gallery_nav_forward {
	left: 22px;
	background: transparent url(../images/gallery_nav_right_arrow.png) top left no-repeat;
}

.content #octa_gallery .gallery_nav_back:hover {
	background: transparent url(../images/gallery_nav_left_arrow_hover.png) top left no-repeat;
}

.content #octa_gallery .gallery_nav_forward:hover {
	background: transparent url(../images/gallery_nav_right_arrow_hover.png) top left no-repeat;
}

.content #octa_gallery .gallery_nav_back_down {
	background: transparent url(../images/gallery_nav_left_arrow_down.png) top left no-repeat !important;
}

.content #octa_gallery .gallery_nav_forward_down {
	background: transparent url(../images/gallery_nav_right_arrow_down.png) top left no-repeat !important;
}

#octa_gallery .octa_gallery li img {
	height: 51px;
	width: auto;
}

/* main image wrapper/borders */
#octa_gallery .octa_gallery_liner {
	border: 10px solid #9d9d9d;
	border-width: 8px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #9d9d9d;
	overflow: hidden;
	text-align: center;
}

#octa_gallery .octa_gallery_main img#octa_gallery_main {
	max-width: 620px;
	max-height: 480px;
	margin: 0 auto;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius; 6px;
	border-radius: 6px;
	cursor: pointer;
}

#gallery_category {
	background: transparent;
	border: none;
}

#octa_gallery .bottomrightball {
	position: absolute;
	bottom: -3px;
	right: -4px;
}

#octa_gallery #download_selected,
#octa_gallery #download_all {
	position: absolute;
	top: 0;
	left: 320px;
	color: black;
	height: 42px;
	line-height: 42px;
}

#octa_gallery #download_selected a,
#octa_gallery #download_all a {
	color: white;
	text-decoration: none;
}

#octa_gallery #download_selected span.pipe,
#octa_gallery #download_all span.pipe {
	color: #aaa;
	font-size: 12px;
	margin: 0 4px;
}

#octa_gallery #download_all {
	left: auto;
	right: 20px;
}

#octa_gallery #download_selected a:hover,
#octa_gallery #download_all a:hover {
	color: #00fffc;
}

/* overrides for blog posts with gallery embedded */
.entry {
}

.entry #octa_gallery {
	background: transparent;
	margin-right: -40px;
	height: 540px;
}

.entry #octa_gallery .octa_gallery_main {
	width: 500px;
	height: 375px;
}

.entry #octa_gallery .octa_gallery_cat {
	width: 780px;
}

.entry #octa_gallery .octa_gallery_nav {
	width: 310px;
}


.twtr-hd {
	display: none !important;
}

.twtr-bd,
.twtr-bd p {
	font-size: 12px !important;
}

.add_to_cart {
	position: absolute;
	top: 0px;
	left: 930px;
	display: inline-block;
	padding: 2px 0;
	width: 130px;
	height: 130px;
	/* border: 1px solid #ff6633;
	background: black;
	text-align: center;
	color: #ff6633;
	text-decoration: none;
	font-size: 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
	background: transparent url(../images/add_to_cart.png) center center no-repeat;
}

.add_to_cart:hover {
	/* color: #26a9e0;
	border-color: #26a9e0; */
	background-image: url(../images/add_to_cart_on.png);
}

.landingpage {
	background: white;
	font-family:Helvetica, Arial, Times New Roman;
	font-size:16px;
	line-height:25px;
}

.landingpage .post {
	margin-left: 25px;
}


.landingpage p, .landingpage div {
	color: black;
	font-family:Helvetica, Arial, Times New Roman;
	font-size:16px;
	line-height:25px;
}


/*  LANDING PAGE STYLES  */

#content .landingpage {
	padding-bottom:0;	
}

#content .landingpage #main {
	width:938px;	
}

#content .landingpage h1 {
	color:#000;
	font-size:36px;
	line-height:36px;
	padding-bottom:10px;
}

#content .landingpage h2 {
	color:#f7941e;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
}

#content .landingpage p {
	margin-bottom: 15px;
}


/*  LANDING PAGE STYLES  */

#content .landingpage {
	width:935px;
	padding:50px 50px 0 50px;	
	background: white;
}

#content .landingpage h1 {
	font-family: 'Avenir45BookRegular', Arial, sans-serif;
	color:#000;
	font-size:36px;
	line-height:36px;
	padding-bottom:10px;
}

#content .landingpage h2 {
	font-family: 'Avenir45BookRegular', Arial, sans-serif;
	color:#f7941e;
	font-size:19px;
	line-height:20px;
	font-weight:normal;
}

.landingpage .post {
    margin-left:0;
    margin-right:0;
}

.landingpage p {
	color: black;
}

.landingpage a {
	color: #f7941e;
}

#content .landingpage p {
	font-family: Helvetica, Arial, Times New Roman;
	font-size:16px;
	line-height:25px;
	color: black;
}

.landingpage .textleft44 {
	width:44%;
	float:left;
	padding-bottom:50px;
}

.landingpage .textleft50 {
	width:48%;
	float:left;
}

.landingpage .textleft53 {
	width:53%;
	float:left;
	padding-bottom:50px;
}

.landingpage .textright43 {
	width:43%;
	float:right;
	padding-bottom:50px;
}

.landingpage .textright50 {
	width:48%;
	float:right;
}

.landingpage .overlapbelow h1,
.landingpage .overlapbelow h2,
.landingpage .overlapbelow p {
	padding:0 20px;
}

.landingpage .goldbar {
	background:transparent url(../images/slice_of_orange.jpg) no-repeat;
	width:711px;
	height:3px;
	margin:0 0 50px 65px;
	clear:both;	
}

.landingpage .alignleft {
	float:left;
	margin:0;
	padding:0 0 50px;
	vertical-align:top;
}

.landingpage .alignright {
	float:right;
	margin:0;
	padding:0 0 50px;
	vertical-align:top;
}

.landingpage br {
	display:none;
}

.landingpage .imagebackground {
    position: relative;
    clear: left;
    float: none;
    width: auto;
    height: auto;
	margin-bottom:50px;
	background-repeat: no-repeat;
	width:893px;
	padding:0 20px;
}

.landingpage .imagebackground * {
    z-index: 3000;
    position: relative;
}

.landingpage .imagebackground img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
} 


#blur {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 1000px;
	background: black;
	filter: alpha(opacity=85); /* Old IE */
	-ms-filter: "alpha(opacity=85)"; /* IE8 */
	-khtml-opacity: 0.85; /* Old Safari */
	-moz-opacity: 0.85; /* Old Firefox, Netscape */
	opacity: 0.85; /* Standard */
	z-index: 250000;
}

#octaLBWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 250001;
}

#octaLB {
	position: relative;
	width: 1024px;
	padding: 6px;
	height: auto;
	border: 3px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: black;
	text-align: left;
	margin: 0 auto;
}

#octaLB .liner {
	width: 1024px;
	height: 575px;
	padding: 5px 0 0 0;
	overflow-y: hidden;
	overflow-x: hidden;
	text-align: center;
}

#octaLB .liner iframe {
}

#octaLB .loading {
	margin: 120px 0 0 280px;
}

#octaLB .close {
	position: absolute;
	top: -12px;
	right: -12px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: white;
	background: #aaa;
	border: 2px solid #888;
	text-align: center;
	width: 21px;
	height: 21px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	text-decoration: none;
}

#octaLB .close:hover {
	background: #666;
	border-color: #222;
}

/*  Sectional Landing Page with Background  */
#landing_handle,
#landing_stand,
#landing_edu {	
	font-family:Helvetica, Arial, Times New Roman, san-serif;
	margin:0 auto;
	width:1022px;
}

#landing_stand {
	background:transparent url(../images/landing_stand/tabletop_bg.jpg) top left repeat-x;	
	border-top-right-radius:8px;
	border-top-left-radius:8px;
}

.bglp .content {
	background:none;
	padding:0;
	width:1022px;
	margin-bottom:0;
}

#landing_handle .button div,
#landing_stand .button div,
#landing_edu .button div {		
	width:934px;
	height:325px;
	padding-left:20px;
}

/*  Start button section  */

#landing_handle #wrapper,
#landing_edu #wrapper {
	background:#9dd9da;
	padding-top:10px;
	border-top-right-radius:8px;
	border-top-left-radius:8px;
}

#landing_stand #wrapper {
	padding:32px 0 0 32px;	
}
								  
#landing_handle .button {
	background:transparent url(../images/landing_handle/handle.jpg) top left no-repeat;
	padding: 25px 30px 0 30px;	
}

#landing_edu .button {
	background:transparent url(../images/landing_edu/gethandle.jpg) top left no-repeat;
	padding: 25px 30px 0 30px;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light";
}

#landing_stand .button {
	background:transparent url(../images/landing_stand/tabletop.jpg) top left no-repeat;
	padding: 25px 30px 0 30px;
}

#landing_handle .button p,
#landing_stand .button p {	
	text-shadow:2px 0 1px #000;
	font-weight:bold;
	line-height:20px;
}

#landing_edu .button p {	
	color: black;
	font-size: 1.35em;
	line-height: 0.7;
}

#landing_handle .button img,
#landing_edu .button img {
	margin:40px 0 0 -5px;	
}

#landing_handle .button h1,
#landing_stand .button h1 {
	text-shadow:3px 0 1px #000;
	font-size:50px;
	font-weight:normal;
	line-height:55px;
	margin-bottom:35px;
	height:auto;
	padding-top:10px;
}

#landing_edu .button h1 {
	font-size:50px;
	font-weight:normal;
	line-height:55px;
	margin-bottom:35px;
	height:auto;
	padding-top:10px;
	color: #742a29;
}

#landing_stand .button h1 {
	margin-bottom:25px;	
}

#landing_stand .button p {
	font-size:15px;	
}
/*  End button section  */
						
/*  Start comfort section  */
								
#landing_handle .comfort,
#landing_stand .comfort {
	background:transparent url(../images/landing_handle/comfort.jpg) top left no-repeat;
	color:#000;
	padding:0 30px;
	height:245px;
	width:1022px;
}

#landing_edu .comfort {
	background:transparent url(../images/landing_edu/allinone.jpg) top left no-repeat;
	color:#000;
	padding:0 30px;
	height:245px;
	width:1022px;
}

#landing_stand .comfort {
	background:none;
	position: relative;
	height: 179px;	
}

#landing_handle .yourpad h2,
#landing_handle .comfort h2,
#landing_stand .yourpad h2,
#landing_stand .comfort h2,
#landing_edu .yourpad h2,
#landing_edu .comfort h2 {
	color:#000;
	font-weight:normal;
	font-size:35px;
	line-height:38px;
	height: auto;
}

#landing_handle .comfort ul,
#landing_stand .comfort ul,
#landing_edu .comfort ul {
	color:#231f20;	
}

#landing_handle a,
#landing_stand a,
#landing_edu a {
	color:#f15a29;	
	text-decoration:none;
}

#landing_handle a:hover,
#landing_stand a:hover,
#landing_edu a:hover {
	color:#78cccd;	
	text-decoration:none;
}

#landing_handle .comfort blockquote,
#landing_stand .comfort blockquote,
#landing_edu .comfort blockquote {
	color:#231f20;
	position:relative;
	width:425px;
	margin:35px 0 0 60px;
}

#landing_stand .comfort blockquote {
	width:450px;	
	margin-left:40px;
}

#landing_handle .comfort span,
#landing_stand .comfort span,
#landing_edu .comfort span {
	color:#231f20;
	text-align:right;
	display:block;
	margin-right:80px;
	font-size:22px;
}

#landing_handle .comfort blockquote img.open,
#landing_edu .comfort blockquote img.open {
	position:absolute;
	top:-15px;
	left:-5px;
}

#landing_stand .comfort blockquote img.open {
	position:absolute;
	top:-5px;
	left:-5px;
}

#landing_handle .comfort blockquote p,
#landing_stand .comfort blockquote p,
#landing_edu .comfort blockquote p {
	color:#000;
	line-height:25px;
	font-size:22px;
	padding-left:35px;
}

#landing_handle .comfort blockquote img.close,
#landing_edu .comfort blockquote img.close {
	position:absolute;
	bottom:0;
	right:0;
}

#landing_stand .comfort blockquote img.close {
	position:absolute;
	bottom:0;
	right:-5px;
}

#landing_handle .comfort img.video,
#landing_stand .comfort img.video,
#landing_edu .comfort img.video {
	float:right;
	margin: 17px 70px 0 0;
}
								
/*  End comfort section  */

/*  Begin Your Pad styles  */							
#landing_handle .yourpad {
	background:transparent url(../images/landing_handle/yourpad.jpg) top left no-repeat;
	text-align:center;
	width:auto;
	overflow:hidden;
	width:1022px;
	height:1058px;
}

#landing_edu .yourpad {
	background:transparent url(../images/landing_edu/madeeasy.jpg) top left no-repeat;
	text-align:center;
	width:auto;
	overflow:hidden;
	width:1022px;
	height:1058px;
}

#landing_stand .yourpad {
	background:transparent url(../images/landing_stand/position.jpg) top left no-repeat;
	/* margin-top:-71px; */
	width:auto;
	overflow:hidden;
	height:1078px;
}

#landing_handle .whaletail,
#landing_edu .whaletail {
	position:absolute;
	bottom:-150px;
	left:305px;
}

#landing_handle .yourpad p,
#landing_stand .yourpad p,
#landing_edu .yourpad p {
	color:#000;	
	line-height:22px;
	font-size:18px;
}

#landing_edu .yourpad > p {
	line-height:0.7em;
	margin-bottom:55px;
}

#landing_stand .yourpad {
	text-align:center;	
}

#landing_handle .comfort a:hover,
#landing_handle .yourpad a:hover,
#landing_edu .comfort a:hover,
#landing_edu .yourpad a:hover {
	color:#fff;	
}

#landing_handle .yourpad h2,
#landing_edu .yourpad h2 {
	text-align:center;
	margin:290px 0 25px 0;	
}

#landing_stand .yourpad h2 {
	text-align:center;
	padding:310px 0 25px 0;		
}

#landing_handle .left,
#landing_stand .left {
	width:340px;
	float:left;
	text-align:left;
	margin:70px 0 0 40px;
}

#landing_edu .left {
	width:484px;
	float:left;
	text-align:left;
	margin:-20px 0 0 10px;
}

#landing_handle .left div img,
#landing_stand .left div img,
#landing_edu .left div img {
	float:left;
	margin-right:20px;
}

#landing_handle .left div div,
#landing_edu .left div div {
	float:right;
	width:235px;
	clear:none;
}

#landing_edu .left div div {
	width:375px;
}

#landing_handle .right,
#landing_stand .right,
#landing_edu .right {
	width:370px;
	float:right;
	text-align:right;
	margin:70px 15px 0 0;
}


#landing_edu .right {
	width:484px;
	margin:-20px 10px 0 0;
}

#landing_handle .right div img,
#landing_stand .right div img,
#landing_edu .right div img {
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}


#landing_handle .left div img,
#landing_edu .left div img {
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}
	
#landing_handle .right div,
#landing_handle .left div,
#landing_edu .right div,
#landing_edu .left div {
	clear:both;	
	margin-bottom:60px;
	width:auto;
	overflow:hidden;
}

#landing_handle .right div div,
#landing_edu .right div div {
	float:left;
	width:235px;
	clear:none;
}

#landing_edu .right div div {
	width: 350px;
}

#landing_stand .right div p,
#landing_stand .left div p {
	font-size:17px;
}

#landing_handle .right div,
#landing_handle .left div,
#landing_stand .right div,
#landing_stand .left div {
	margin-bottom:40px;	
}


#landing_edu .right div,
#landing_edu .left div {
	margin-bottom:35px;
}

#landing_handle .right div div,
#landing_handle .left div div,
#landing_edu .right div div,
#landing_edu .left div div {
	margin-bottom:0;
}

#landing_handle .left h3,
#landing_stand .left h3,
#landing_edu .left h3 {	
	text-shadow:1px 0 1px #333;
	font-size:30px;
	line-height:32px;
}

#landing_handle .right h3,
#landing_stand .right h3,
#landing_edu .right h3 {
	text-align:right;
	color:#fff;
	text-shadow:1px 0 1px #333;
	font-size:30px;
	line-height:32px;
}
/*  End Your Pad styles  */
								
/*  Begin Personalize styles  */
#landing_handle .personalize,
#landing_stand .personalize {
	background:transparent url(../images/landing_handle/personalize.jpg) top left no-repeat;
	clear:both;	
	text-align:right;
	width:1022px;
	height:800px;	
}

#landing_edu .personalize {
	background:transparent url(../images/landing_edu/ipadschool.jpg) top left no-repeat;
	clear:both;	
	text-align:right;
	width:1022px;
	height:800px;	
}

#landing_stand .personalize {
	background:transparent url(../images/landing_stand/allaround.jpg) top left no-repeat;	
	padding-top: 1px;
	height:911px;
}

#landing_handle .personalize div,
#landing_edu .personalize div {
	padding:70px 40px 0 0;	
}

#landing_stand .personalize div {
	padding:120px 40px 0 0;	
}

#landing_handle .personalize div p,
#landing_stand .personalize div p,
#landing_edu .personalize div p {
	font-size:18px;
	line-height:24px;
	font-weight:normal;
}

#landing_handle .personalize h2,
#landing_stand .personalize h2,
#landing_edu .personalize h2 {
	color:#fff;	
	text-align:right;
	font-weight:normal;
	font-size:37px;
	line-height:37px;
	margin-bottom:30px;
}								
								
/*  End Personalize styles  */
								
/*  Begin Future styles  */
								
#landing_handle .future {
	background:transparent url(../images/landing_handle/proof.jpg) top left no-repeat;
	height:443px;
	width:1022px;
}

#landing_edu .future  {
	background:transparent url(../images/landing_edu/future.jpg) top left no-repeat;
	height:443px;
	width:1022px;
}

#landing_stand .future  {
	background:transparent url(../images/landing_stand/knee.jpg) top left no-repeat;
	min-height:608px;
}

#landing_handle .future .comp,
#landing_stand .future .comp,
#landing_edu .future .comp {
	position:absolute;
	bottom:-72px;
	right:89px;
}

#landing_handle .future div {
	padding: 10px 0 0 40px;
	width: 460px;
}

#landing_edu .future div {
	padding: 10px 0 0 40px;
	width: 520px;
}

#landing_stand .future div {
	padding:105px 0 0 40px;
}

#landing_handle .future h2,
#landing_stand .future h2,
#landing_edu .future h2 {
	font-weight:normal;
	font-size:37px;
	line-height:37px;
	margin-bottom:30px;
}

#landing_stand .future h2,
#landing_stand .future p,
#landing_stand .pad h2,
#landing_stand .pad p {
	color:#231f20;
}

#landing_handle .future div p,
#landing_stand .future p,
#landing_edu .future div p {
	font-size:20px;
	line-height:26px;
	font-weight:normal;
}

#landing_stand .future a.small-buy-now {
	margin-top:75px;	
}
								
/*  End Future styles  */
								
/*  Begin Confidence styles  */
#landing_handle .confidence {
	background:transparent url(../images/landing_handle/confidence.jpg) top left no-repeat;
	text-align:right;
	width:1022px;
	height:378px;
}

#landing_edu .confidence {
	background:transparent url(../images/landing_edu/raise.jpg) top left no-repeat;
	text-align:right;
	width:1022px;
	height:378px;
}

#landing_stand .confidence {
	background:transparent url(../images/landing_stand/gomobile_bg.jpg) top left repeat-y;
	text-align:right;
	width:1022px;
	height:378px;
	position:relative;
}

#landing_stand .confidence img.kit {
	position:absolute;
	top:70px;
	left:20px;
}

#landing_handle .confidence p,
#landing_stand .confidence p,
#landing_edu .confidence p {	
	font-size:18px;
	line-height:24px;
	margin-top:65px;
}

#landing_handle .confidence a,
#landing_stand .confidence a,
#landing_edu .confidence a {
	color:#78cccd;	
	text-decoration:none;
}

#landing_handle .confidence a:hover,
#landing_stand .confidence a:hover,
#landing_edu .confidence a:hover {
	color:#f15a29;	
	text-decoration:none;
}

#landing_handle .confidence h2,
#landing_stand .confidence h2,
#landing_edu .confidence h2 {	
	text-align:right;
	font-weight:normal;
	font-size:37px;
	line-height:37px;
	margin-bottom:10px;
}								

#landing_handle .confidence div,
#landing_stand .confidence div,
#landing_edu .confidence div {
	padding:50px 40px 0 0;
}
/*  End Confidence styles  */

/*  Begin Pad styles  */
#landing_handle .pad,
#landing_edu .pad {
	background:transparent url(../images/landing_handle/parade.jpg) top left no-repeat;
	width:1022px;
	height:408px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
}

#landing_stand .pad {
	background:transparent url(../images/landing_stand/couples.jpg) top left no-repeat;
	min-height:640px;
}

#landing_handle .pad div,
#landing_edu .pad div {
	padding:70px 0 0 40px;	
}

#landing_stand .pad div {
	padding:120px 0 0 40px;
}

#landing_handle .pad h2,
#landing_stand .pad h2,
#landing_edu .pad h2 {
	font-weight:normal;
	font-size:37px;
	line-height:37px;
	margin-bottom:25px;
	position:relative;
	top:-40px;
}

#landing_handle .pad p,
#landing_stand .pad p,
#landing_edu .pad p {
	width:465px;	
	font-size:18px;
	line-height:26px;
}

#landing_handle .pad img,
#landing_stand .pad img,
#landing_edu .pad img {
	margin-left:-5px;	
}

#landing_stand .compatible {
	background:transparent url(../images/landing_stand/bottomblue.jpg) top left repeat-y;
	min-height:525px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	position:relative;
}

#landing_stand .compatible h2 {
	font-weight:normal;
	font-size:37px;
	line-height:37px;
}	

#landing_stand .compatible p {
	font-weight:bold;
	font-size:18px;
	line-height:24px;
}

#landing_stand .compatible div {
	padding:70px 0 0 530px;
	float:left;
}

#landing_stand .compatible img.multi {
	position:absolute;
	top:-30px;
	left:30px;
}


#landing_stand a.small-buy-now {
	margin-top:32px;	
}


/*  Button styles  */

#landing_handle a.small-buy-now,
#landing_handle a.personalize-small-buy-now,
#landing_stand a.small-buy-now,
#landing_stand a.personalize-small-buy-now,
#landing_edu a.small-buy-now,
#landing_edu a.personalize-small-buy-now {
    background:transparent url(../images/landing_handle/small_buy_sprite.png) scroll 0 0 no-repeat;
    width:255px;
    height:39px;
    font-size:18px;
    color:#58595b;
    text-align:right;
    display:block;
    text-decoration:none;
    padding:17px 17px 0 0;
    font-weight:normal;
    text-shadow:none;
}

#landing_handle a.small-buy-now:hover,
#landing_handle a.personalize-small-buy-now:hover,
#landing_stand a.small-buy-now:hover,
#landing_stand a.personalize-small-buy-now:hover,
#landing_edu a.small-buy-now:hover,
#landing_edu a.personalize-small-buy-now:hover {
	background-position: 0 -59px;
}

#landing_handle a.large-buy-now,
#landing_stand a.large-buy-now,
#landing_edu a.large-buy-now {
    background:transparent url(../images/landing_handle/big_buy_sprite.png) scroll 0 0 no-repeat;
    width:381px;
    height:47px;
    font-size:23px;
    color:#58595b;
    text-align:right;
    display:block;
    padding:27px 19px 0px 0px;
    font-weight:normal;
    text-decoration:none;
    text-shadow:none;
}


#landing_edu a.large-buy-now {
	position: relative;
	left:-6px;
	bottom:-9px;
}

#landing_stand .button a.large-buy-now {
	margin-top:25px;	
}

#landing_handle a.large-buy-now:hover,
#landing_stand a.large-buy-now:hover,
#landing_edu a.large-buy-now:hover {
	background-position: 0 -67px;
}

#landing_handle a.personalize-small-buy-now,
#landing_stand a.personalize-small-buy-now,
#landing_edu a.personalize-small-buy-now {
	float:right;
}

#landing_edu {
	
}



/*  Author Page Styles  */

.author_wrapper {
	/* background:#fff;
	border-radius:8px;
	color:#000;
	padding:32px; */
}

.author_wrapper .author_profile {
	background: white;
	border: 1px solid black;
    	border-radius: 10px;
	padding: 10px;
	width: auto;
}

.author_wrapper a {
	text-decoration:none;	
}

.author_wrapper a:hover {
	text-decoration:underline;	
}

.author_wrapper .author_bio,
.author_profile,
.author_wrapper h1.author_name,
.author_wrapper h2.author_latest {
	/* font-family: 'VegurLight', 'Myriad Pro', Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color: black;
}

.author_profile {
	width: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.author_wrapper .author_bio,
.author_wrapper .author_profile {
	text-align:left;	
}

.author_wrapper .author_bio {
	margin-bottom:15px;	
	color: black;
}

.author_profile .author_photo {
	height:auto;	
}

.author_profile .author_photo img {
	max-width:565px;
	height:auto;
	border:1px solid #fff;
	border-radius:10px;
}

.author_wrapper h1,
.author_wrapper h2,
.author_wrapper h3,
.author_wrapper h4,
.author_wrapper p,
.author_wrapper a {
	color:#000;
}

.author_wrapper .author_photo {
	width:565px;
	height:297px;
	float:left;
	margin:0 18px 18px 0;
}

.author_wrapper h1 {
	font-size:50px;	
	line-height:50px;
	margin-bottom:25px;
	height: auto;
}

.author_wrapper h2 {
	clear:left;	
	font-size:32px;
	line-height:32px;
}

.author_wrapper .post .liner {
	border:none;	
}

.author_wrapper p.authorsocial {
	margin-bottom:-7px;	
}

.author_wrapper .authorsocial-facebook {
	display:block;	
}

.author_wrapper .authorsocial-twitter {
	margin-bottom:7px;	
	display:block;
}

/** BEGIN: Home Page CTAS **/

.ctaswrapper {
	background: #252525/**background: transparent url(../images/product_lower_bg.png) top center repeat-x;**/;
	border-bottom: 1px solid #e3e3e3;
	padding-top: 30px;
}

.octa_ctas {
	position: relative;
	width: 1030px;
	padding-left: 15px;
	text-align: left;
	margin: 0 auto;
}

.octa_ctas div.top_shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 1449px;
	height: 20px;
	background: transparent url(../images/cta_row_top_shadow.png) center center no-repeat;
	z-index; 50000;
	display: none;
}


.octa_ctas div.bottom_shadow {
	position: absolute;
	left: -112px;
	bottom: 0;
	width: 100%;
	height: 14px;
	background: transparent url(../images/cta_row_bottom_shadow_new.png) center center no-repeat;
	z-index: 50000;
}

.octa_ctas div.cta {
	height: 163px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	position: relative;
	margin: 0 30px 30px 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	/**box-shadow: 1px 1px 3px #888,
		-1px -1px 3px #888;**/
}

.octa_ctas div.third_cta {
	margin-right: 0;
}

.octa_ctas div.cta .mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 321px;
}

.octa_ctas div.nobg {
	background: black;
	width: 100%;
}

.octa_ctas div.cta img {
	display: block;
	position: relative;
}

.three_ctas div.cta,
.three_ctas div.cta .mask,
.three_ctas div.cta img {
	width: 309px;
}

/* Transition Effects */
.octa_ctas div.cta img.main {
	/* iOS hack to improve performance */
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	/* Actual transitions */
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}

.octa_ctas div.cta .mask {
	width: 100%;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

/* May vary by number of columns */
.octa_ctas div.cta .content {
	font-family: VegurMedium;
	z-index: 5;
	text-align: left;
	background: transparent;
	padding: 0;
	width: auto;
	height: 160px;
	border-radius: none;
	position: relative;
}

.octa_ctas div.cta a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: absolute;
	bottom: 0;
	height: 30px;
	line-height: 34px;
	padding-right: 25px;
	background: transparent url(../images/learn_icon.png) right center no-repeat;
	z-index: 6;
	text-decoration: none;
	font-size: 14px;
	font-family: VegurLight;
	color: white;
}

.octa_ctas div.cta a:hover {
	color: #3691c3;
}

.octa_ctas div.cta a.learn {
	left: 10px;
}

.octa_ctas div.cta a.see {
	right: 10px;
}

.octa_ctas div.cta p {
	color: #3691c3;
	font-size: 17px;
	line-height: 24px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   /* iOS hack to improve performance */
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	/* Actual transitions */
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   margin: 12px;
   max-height: 150px;
}

.octa_ctas div.cta .content p span {
	color: #8cc0d3;
}

.octa_ctas div.cta img.background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	/* iOS hack to improve performance */
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	/* Actual transitions */
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

..octa_ctas div.cta a {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   /* iOS hack to improve performance */
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	/* Actual transitions */
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.octa_ctas div.cta:hover img.main,
.octa_ctas div.touchstart img.main {
	/* iOS hack to improve performance */
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	/* Actual transitions */
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}


.octa_ctas div.cta:hover .mask,
.octa_ctas div.touchstart .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.octa_ctas div.cta:hover h2,
.octa_ctas div.cta:hover p,
.octa_ctas div.cta:hover a.info,
.octa_ctas div.cta:hover img.background,
.octa_ctas div.touchstart h2,
.octa_ctas div.touchstart p,
.octa_ctas div.touchstart a.info
.octa_ctas div.touchstart img.background {
	/* iOS hack to improve performance */
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	/* Actual transitions */
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/** END: Home Page CTAS **/

/** BEGIN: Home Page Quotes **/

div.octa_quotes {
	width: 820px;
	margin: 0 auto;
	padding: 30px 0 15px 0;
	text-align: left;
}

div.octa_quotes .quote {
	display: none;
	vertical-align: middle;
}

div.octa_quotes .quote:first-child {
	display: block;
}

div.octa_quotes .quote div {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

div.octa_quotes .quote .logo {
	width: 320px;
	text-align: right;

}

div.octa_quotes .quote div.text {
	text-align: left;
	font-size: 19px;
	/* font-family: 'VegurLight', 'Myriad Pro', Arial, Helvetica, Sans-Serif; */
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color: black;
	width: 450px;
	margin-left: 20px;
}

/** END: Home Page Quotes **/

.ls-wp-container {
	z-index: 1;
}

/** Social Media overrides **/
.wall-outer .dcsns-toolbar .filter li a {
	background: black !important;
	border-radius: 4px;
}



/**
 * Header ajax / login
 */
 button.button {
	overflow:visible; 
	width:auto; 
	border:0; 
	padding:0; 
	margin:0; 
	background:transparent; 
	cursor:pointer;
}
 
.cart-header-ajax .btn-checkout,
div.youama-window .btn-checkout {
	width: 338px;
	height: 60px;
	box-shadow: 1px 1px 3px #666,
		-1px -1px 3px #666;
	line-height: 36px;
	background: transparent url(../images/checkout-button-bg.png) center center no-repeat;
	position: relative;
	border-radius: 0;
}

.cart-header-ajax .btn-checkout span,
div.youama-window .btn-checkout span {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../images/checkout-button-hover-bg.png) center center no-repeat;
	display: block;
	width: 338px;
	height: 60px;
	text-indent: -999em;
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.cart-header-ajax .btn-checkout,
div.youama-window .btn-checkout {
	width: 186px;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	overflow: hidden;
	background: transparent;
}

.cart-header-ajax .btn-checkout span,
.cart-header-ajax .btn-checkout:hover span{
	width: 186px;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	background: transparent url(../images/checkout-mini-cart-button.png) center center no-repeat;
}

.cart .checkout-types .btn-checkout span span,
.cart-header-ajax .btn-checkout span span {
	text-indent: -999em;
	display: none;
	border: none;
	padding: 0;
	margin: 0;
}
 
.youama-ajaxlogin-cover { 
	display:none; 
	/* background:#fff; 
	opacity:0.5;
	-moz-opacity:0.5; 
	filter:alpha(opacity = 50);  */
	left:0; 
	top:0; 
	width:100%; 
	height:100%; 
	float:left; 
	position:fixed; 
	z-index:9997; 
}

.youama-login-window,
.youama-forgot-window,
.youama-register-window { 
	display:none; 
	width: 346px; 
	margin-top:0; 
	z-index:9998; 
}


.youama-window-box .input-fly {
	padding:5px 0; 
	width:100%;
}

.youama-window-box .youama-halvsies {
	overflow: hidden;
}

.youama-window-box .youama-halvsies .input-fly {
	width: 48%;
	float: left;
}

.youama-window-box .youama-halvsies .halvsies-last {
	float: right;
	text-align: right;
}

.youama-window-box .youama-halvsies .halvsies-last .youama-ajaxlogin-error {
	text-align :left;
}

.youama-window-box .input-fly input {
	color:#444;
	width: 98%;
	background: transparent url(../images/ajax_login_input_bg.jpg) center left repeat; 
	border: none;
	font-size:14px; 
	line-height: 24px;
	height: 24px;
	padding: 2px 1%;
}

.youama-ajaxlogin-error {
	width:100%; 
	color:#eb340a; 
}

.youama-forgot-password {
	display: block;
	padding: 2px 0;
}

header nav.global ul span.youama-forgot-password a {
	color: #444;
	text-decoration: underline;
	font-size: 12px;
	height: 15px;
	line-height: 15px;
	padding: 0;
}

.err-licence {
}

.err-newsletter { 
}

.youama-window-box .input-fly-checkbox input {
	margin:7px 7px 0 0; 
}

.youama-window-box .input-fly-checkbox label { 
	font-size:12px; 
	width:auto; 
}

.youama-window-box .input-fly .youama-ajaxlogin-error { 
}

.youama-window-box .input-fly-checkbox .youama-ajaxlogin-error { 
}

.youama-window-box .box-contents { 
	margin-bottom:20px; 
}

.youama-window-box .box-contents-button { 
	width:100%; 
	margin-top:20px; 
}


.youama-ajaxlogin-loader { 
	background-image:url('../images/youama/ajaxlogin/loader.gif'); 
	background-repeat:no-repeat; 
	background-position:center center; 
	width:350px; 
	height:20px; 
	position:absolute; 
	top: 25px;
	left: 0;
	display:none; 
	z-index:9999; 
}

.youama-forgot-window label {
	display: block;
	padding: 7px 0;
}

/**
 * Header mini-cart
 */

div.cart-header-ajax,
div.youama-window,
div.account-header-ajax {
	background: transparent;
	position: absolute;
	top: 37px;
	right: 0;
	width: 375px;
	z-index: 250000;
	text-align: right;
	box-shadow: 0 0 30px #222;
	display: none;
}

div.youama-window {
	text-align: left;
	width: 350px;
	right: 61px;
}

div.account-header-ajax {
	width: 186px;
	background: #f1f1f1;
	right: 55px;
}

nav.global ul li:hover div.account-header-ajax {
	display: block;
}

header nav.global ul li.cart {
	position: relative;
}

header nav.global ul li.cart a.cart-count-icon {
	position: absolute;
	background: red;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	color: white;
	zoom: 1;
	*display: inline;
	height: 20px;
	line-height: 20px;
	width: auto;
	min-width: 20px;
	z-index: 50000;
	text-decoration: none;
	text-indent: 0;
	font-size: 13px;
	top: -1px;
	left: 3px;
	padding: 0;
	font-family: 'VegurMedium', 'Myriad Pro',Arial, Helvetica, Sans-Serif; 
}

div.cart-header-ajax div.cart-table-wrap {
	margin-bottom: 0;
}

div.cart-header-ajax p.top_spacer,
div.youama-window p.top_spacer,
div.account-header-ajax p.top_spacer {
	margin: 0;
	padding: 9px 0;
	height: 1px;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #6f6f6f 0%, #f1f1f1 79%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(79%,#f1f1f1), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6f6f6f 0%,#f1f1f1 79%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6f6f6f 0%,#f1f1f1 79%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6f6f6f 0%,#f1f1f1 79%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6f6f6f 0%,#f1f1f1 79%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	position: relative;
}

div.cart-header-ajax p.top_spacer span,
div.youama-window p.top_spacer span,
div.account-header-ajax p.top_spacer span {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #111;
	position: absolute;
	top: 0;
	right: 16px;
}

div.youama-window p.top_spacer {
	border-bottom: 1px solid #ccc;
}

#cart-header,
div.cart-header-ajax div.cart-empty-wrap {
	width: 375px;
	background: #f1f1f1;
	border-collapse: collapse;
}

div.cart-header-ajax div.cart-empty-wrap p {
	margin: 0;
	text-align: left;
	font-family: 'VegurLight', 'Myriad Pro', Arial, Helvetica, Sans-Serif;	
}

div.cart-header-ajax div.cart-empty-wrap p.cart-empty-title {
	border-top: 1px solid #ccc;
	padding: 18px 20px 0;
	height: 35px;
	line-height: 35px;
	font-size: 23px; 
}

div.cart-header-ajax div.cart-empty-wrap p.cart-empty-text {
	padding: 0 20px 20px;
	line-height: 18px;
	font-size: 14px; 
}

div.youama-window-content {
	background: #f1f1f1;
	padding: 12px 24px;
	line-height: 15px;
	font-size: 13px;
	color: #4f4f4f;
}

div.youama-window-content {
	background: #f1f1f1;
	padding: 12px 24px;
	line-height: 15px;
	font-size: 13px;
	color: #4f4f4f;
}

#cart-header td {
	padding: 0;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
	color: #333;
	line-height: 16px;
	height: 70px;
	border-top: 1px solid #ccc;
	background: #f1f1f1;
	font-family: VegurMedium, 'Myriad Pro', Arial, Sans-Serif;
}

#cart-header td.image {
	width: 124px;
	text-align: center;
}

#cart-header td.name {
	width: 101px;	
}

#cart-header td.qty {
	width: 43px;
	text-align: right;
}

#cart-header td.subtotal {
	width: 88px;
	padding-right: 20px;
	text-align: right;
}

#cart-header td a {
	color: #333;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	font-family: VegurMedium, 'Myriad Pro', Arial, Sans-Serif;
}

#cart-header td.image a {
	font-size: 10px;
	margin: 0;
	padding: 0;
	display: block;
	height: 70px;
}

#cart-header td.image img {
	height: 70px;
	width: auto;
}

#cart-header td.name a {
	font-family: VegurBold, 'Myriad Pro', Arial, Sans-Serif;
}

#cart-header tr.subtotal td {
	height: 40px;
	text-align: right;
	font-family: VegurBold, 'Myriad Pro', Arial, Sans-Serif;
	color: #000;
}

#cart-header tr.free_shipping td {
	height: 40px;	
}

#cart-header tr.free_shipping td p {
	padding: 11px 20px 11px 100px;
	margin: 0;
	background: transparent url(../images/shipping-airplane.png) left center no-repeat; 
	color: #575757;
	height: 18px;
}

#cart-header tr.free_shipping td p span {
	color: #111;
	float: right;
}


div.cart-header-ajax div.actions,
div.youama-window div.actions {	
	text-align: center;
	height: 44px;
	margin-right: 0;
	background: transparent url(../images/mini-cart-shadow.png) top center repeat;
	padding-top: 4px;
}

div.cart-header-ajax div.actions button,
div.youama-window div.actions button {
	vertical-align: top;
	border-top: 1px solid white;
}

.cart-header-ajax .btn-checkout,
div.youama-window .btn-checkout {
	border-left: 1px solid white;	
}

.cart-header-ajax .btn-checkout:hover span,
div.youama-window div.actions .btn-checkout:hover span {
	box-shadow: inset 0 0 12px #004;
}

.cart-header-ajax button.btn-continue,
div.youama-window button.btn-continue {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 184px;
	height: 44px;
	background: transparent url(../images/continue-mini-cart-button.png) center center no-repeat;
	text-indent: -999em;
	position: relative;
}

div.youama-window button.btn-continue {
	width: 172px;
	background: transparent url(../images/gray-mini-button.jpg) center center repeat;
}


div.youama-window button,
div.youama-window button.btn-continue,
div.youama-window button.btn-checkout,
div.youama-window button.btn-checkout span { 
	text-indent: 0;
	width: 172px;
	font-weight: normal;
	font-size: 14px;
}

div.youama-window .btn-checkout span,
div.youama-window .btn-checkout:hover span {
	width: 172px;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	background: transparent url(../images/blue-mini-button.jpg) center center repeat;
	color: white;
	padding: 0;
}

.cart-header-ajax button.btn-continue:hover,
div.youama-window button.btn-continue:hover {
	box-shadow: inset 0 0 8px #444;
	border: none;
}

.account-header-ajax ul {
	left: auto;
	position: relative;
	width: auto;
	top: auto;
}

.account-header-ajax ul li {
	position: relative;
	display: block;
	background: #f1f1f1;
	text-align: left;
	overflow: hidden;
}

header nav.global ul div.account-header-ajax ul {
	padding: 0;
	margin: 0;	
	border-top: 1px solid #ccc;
}

header nav.global ul div.account-header-ajax ul li a {
	position: relative;
	color: #000 !important;
	font-family: 'VegurMedium', 'Myriad Pro', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	display: block;
	z-index: 2;
	padding-left: 10px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #ccc;
}

header nav.global ul div.account-header-ajax ul li:hover a {
	transition: .5s;
	color: white !important;
	text-decoration: none;
}

header nav.global ul div.account-header-ajax ul li span {
	transition: .3s;
	display: block;
	position: absolute;
	top: 0;
	left: 190px;
	width: 100%;
	height: 40px;
	background: #328fc2;
	z-index: 1;
}

header nav.global ul div.account-header-ajax ul li:hover span {
	transition: .5s;
	left: 0;
}

footer .social_slide {
	width: 180px;
	margin-left: 10px;
}

footer nav.social_slide li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 23px;
	padding: 0 1px;
} 

footer .social_slide a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 23px;
	height: 25px;
	background: url(../images/social_sprite_all.png);
	background-position: -3px 29px;
	transition: background-position 1.4s;
}

footer .social_slide a:hover {
	background-position: -3px 0;
	transition: background-position .6s ease;
}

footer .social_slide a.social_twitter {
	background-position: -28px 29px;
}

footer .social_slide a.social_twitter:hover {
	background-position: -28px 0;
}

footer .social_slide a.social_pinterest {
	background-position: -52px 29px;
}

footer .social_slide a.social_pinterest:hover {
	background-position: -52px 0;
}

footer .social_slide a.social_google {
	background-position: -76px 29px;
}

footer .social_slide a.social_google:hover {
	background-position: -76px 0;
}

footer .social_slide a.social_instagram {
	background-position: -100px 29px;
}

footer .social_slide a.social_instagram:hover {
	background-position: -100px 0;
}

footer .social_slide a.social_youtube {
	background-position: -125px 29px;
}

footer .social_slide a.social_youtube:hover {
	background-position: -125px 0;
}


/**
Careers custom styling 
**/

/** Main listing **/
#careers {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

#careers h2 {
	width: 1010px;
	margin: 30px auto 30px auto;
	color: #898989;
	font-weight: normal;
}

#careers > div > div > h2 + p {
	display: none;
}

#careers ul.smartrecruitersJobList {
	margin: 0;
	padding-left: 0;
}

#careers ul.smartrecruitersJobList li {
	list-style-type: none;
	margin: 0;
}

#careers ul.smartrecruitersJobList li:first-child {
	background: transparent url("../images/product_nav_bg.png") no-repeat center top;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	margin: 0;
}

#careers ul.smartrecruitersJobList li p {
	width: 1030px;
	margin: 0 auto 15px auto;
}

#careers ul.smartrecruitersJobList li h2 {
	margin: 0 auto;	
	padding: 22px 20px 18px;
	border-bottom: 1px solid #ccc;
	width: 970px;
}

#careers ul.smartrecruitersJobList li h2 a {
	text-decoration: none;
	color: #54a1cc;
}

#careers ul.smartrecruitersJobList li h2 a:hover {
	color: #FF6633;
}

.smartrecruitersJobList ul.smartrecruitersJobListDetails {
	display: none;
}

/* Job detail */
#careers .career_nav {
	width: 100%;
	background: transparent url("../images/product_nav_bg.png") no-repeat center top;
	border-top: 1px solid #ddd;
	margin-top: 70px;
	padding: 10px 0;
}

#careers .careers_details .post {
	width: 1030px;
	position: relative;
	margin: 0 auto;
}

#careers div.smartrecruitersBackLink a,
#careers div.smartrecruitersApplyLink a {
	display: block;
	position: absolute;
	top: -65px;
	height: 23px;
}
	
#careers div.smartrecruitersBackLink a {
	left: 0;
	color: #3d93c2;	
	width: 140px;
	text-align: left;
	text-decoration: none;
	font-size: 16px;
}

#careers div.smartrecruitersBackLink a:hover {
	color: #FF6633;
}

#careers div.smartrecruitersApplyLink a {
	top: -74px;
	right: -2px;
	width: 143px;
	height: 41px;
	text-align: center;
	text-indent: -999em;
	line-height: 23px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: white;
	background: transparent url("../images/careers_apply_button.png") no-repeat 0 0;
}

#careers div.smartrecruitersApplyLink a:hover {
	background-position: 0 -42px;
}

#careers .careers_details .smartrecruitersJobDetails .smartrecruitersDescriptionBlock {
	font-weight: bold;
}

#careers .careers_details .smartrecruitersJobDetails .smartrecruitersDescriptionBlock br {
	display: block;
	width: auto;
	height: 1px;
}

#careers .careers_details .smartrecruitersJobDetails .smartrecruitersDescriptionBlock p,
#careers .careers_details .smartrecruitersJobDetails .smartrecruitersDescriptionBlock li {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0;
}

#careers .careers_details li {
	list-style-type: upper-alpha;
}

#careers .careers_details li li {
	list-style-type: decimal;
}

#careers .careers_details li li li {
	list-style-type: lower-alpha;
}


#careers .careers_details li li li li {
	list-style-type: decimal;
}

#careers .careers_details li li li li {
	list-style-type: disc;	
}

/** Media Queries **/

@media only screen
and (max-device-width: 640px) {
	html, body {
		width: 100%;
		height: auto;
	}
}

@media only screen
and (max-device-width: 640px) 
and (orientation: portrait) {
	html, body {
        min-height: 1536px;
	}
}
	

@media only screen
and (max-device-width: 1024px)
and (orientation: portrait) {
	html, body {
		width: 100%;
		height: auto;
		min-height: 1536px;
	}
	
	#footerwrapper {
		height: 100%;
	}
}

/** Media Queries **/
@media only screen
and (max-device-width: 1024px) {
	html, body {
		width: 100%;
		height: auto;
    }
	
	.ls-wp-fullwidth-container, 
	.ls-wp-fullwidth-helper {
		width: 100% !important;
	}
}


/**
 * Safari bug correction: http://stackoverflow.com/questions/2946748/iphone-webkit-css-animations-cause-flicker
 */
 
.octa_ctas,
.cta {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
