/*
	Colour scheme:

	Dark Hue	A7A37E
	Mid Hue	E6E2AF
	Light Hue	EFEBCA
	Lightest	F4F1D8
	Menu Colour	506865
	Darkest	00362F
	Background	506865
*/


/** DIVs*/

div.bigbox_pretty {
	background: #FFFFFF;
	margin: 1em;
	border: 2px solid #E6E2AF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	min-width: 660px;
	max-width: 4000px;
}

div.bigbox {
	background: #FFFFFF;
    width: 100%;
	height: 100%;
	min-width: 660px;
	max-width: 4000px;
}

div.pullout {
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 80%;
	
	background: #F4F1D8;
	background-image: -moz-linear-gradient(top, #F4F1D8, #E5E1C8);
	background-image: -webkit-linear-gradient(top, #F4F1D8, #E5E1C8);
	background-image: -ms-linear-gradient(top, #F4F1D8, #E5E1C8);	
	
	border:2px solid #A7A37E;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/**  Facebook **/
div.fb-like {
	height: 	32px;
	min-height: 32px;
	max-height: 32px;
	padding-top: 4px;
	vertical-align: top !important;
}


/** Product Header **/

div.product_header {
	padding-top: 2em;
	padding-bottom: 2em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

table.product_header {
	width: 100%;
	padding: 1em;
	border: 2em;
	border-collapse: collapse;
}

div.product_iconlist_header {
	padding-bottom: 20px;
}

table.product_iconlist_header {
	width: 100%;
	border-collapse: collapse;
}

span.listprice {
	margin-right: 0;
	margin-left: 4em;
	padding: 0px;
	float:right;
	width: 17em;
	
	background: #F4F1D8;
	background-image: -moz-linear-gradient(top, #F4F1D8, #CCC996);
	background-image: -webkit-linear-gradient(top, #F4F1D8, #CCC996);
	background-image: -ms-linear-gradient(top, #F4F1D8, #CCC996);
	
	border:2px solid #A7A37E;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

span.headerprice {
	padding: 0px;
	margin: 0px;
}

/** Floating Sub Menu (products popup) , but not when mobile nav is active. **/
#floating_sub_menu.fixed:not(.show_nav){
	position:fixed;
	z-index: 9999;
	top:0;
	background-color: #FFFFFF;
	border-bottom: 4px solid #A7A37E;
	width: 100%;
	max-height: 400px;
	min-height: 40px;
	display: table;
	table-layout:fixed;
	text-align: center;
    vertical-align: middle;
	
	opacity: 1;
	
	-webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

#floating_sub_menu {
	opacity: 0;
	max-height: 0;
}

#floating_sub_menu .product_popup_l, .product_popup_r, .product_popup {
	display: table-cell;
    vertical-align: middle;
	width: 33.33%;
}

#floating_sub_menu .product_popup_l {
	text-align: left;
}

#floating_sub_menu .product_popup_r {
	text-align: right;
}

#product_social {
	width: 100%;
	display: table;
	table-layout:fixed;
	text-align: center;
    vertical-align: middle;
}

#product_social .product_social_content {
	display: table-cell;
	text-align: center;
    vertical-align: middle;
	padding: 10px;
}


/** Tables */

table.infoTable {
	width: 80%;
	padding: 0px;
	border: none;
	border: 2px solid #A7A37E;
	border-collapse: collapse;
	align: centre;
}

table.infoTable td {
	font-size: 0.9em;
	border: 1px solid #A7A37E;
	background-color: #F4F3EE; 
	vertical-align: middle;
	padding: 7px;
	font-weight: bold;
}

table.infoTable th {
	font-size: 0.9em;
	color: #ffffff;
	border: 1px solid #A7A37E;
	background-color: #506865; 
	vertical-align: middle;
	padding: 7px;
	font-weight: bold;
}

table.specTable {
	width: 80%;
	padding: 0px;
	border: none;
	border: 3px solid #506865;
	border-collapse: collapse;
	align: centre;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

table.specTable td {
	font-size: 0.9em;
	color: #000000;
	border: 1px solid #506865;
	background-color: #FFFFFF; 
	vertical-align: middle;
	padding: 9px;
	font-weight: bold;
}

table.specTable th {
	font-size: 0.9em;
	color: #000000;
	border: 1px solid #506865;
	background-color: #F4F3EE; 
	vertical-align: middle;
	padding: 9px;
	font-weight: bold;
}

/** Tabbed Interface **/
div.TabView {
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 80%;
}

div.TabView div.Tabs {
  height: 30px;
  overflow: hidden;
}

div.TabView div.Tabs a {
  float: left;
  display: block;
  width: 150px;
  text-align: center;
  height:      30px;
  line-height: 32px;
  vertical-align: middle;
  background: url('images/tabs.png') no-repeat 0px 0px;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  color: #F4F1D8;
}

div.TabView div.Tabs a.Active {
  background: url('images/tabs.png') no-repeat 0px -32px;
  color: #ffffff;
}

div.TabView div.Tabs a:hover {
  background: url('images/tabs.png') no-repeat 0px -64px;
  color: #00362F;
  outline: none;
}

div.TabView div.Pages {
  clear: both;
  background: #F4F1D8;
  border:2px solid #A7A37E;
  height: 350px;
  overflow: hidden;
}

div.TabView div.Pages div.Page {
  height: 100%;
  padding: 0px;
  overflow: scroll;
}

div.TabView div.Pages div.Page div.Pad {
  padding: 3px 18px;
}

/** Image grids **/
div.imageGrid {
	text-align: center;
	display: inline-block;
	float: none;
	width: 100%;
}

div.imageGridElement {
	padding: 20px;
	float: none;
}

div.imageGridElement p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-stretch: condensed;
	margin: 0px;
	color: #506865;
}


/** Paragraphs **/

hr {
	width: 80%;
	height: 4px;
	position: relative;
	left: -10%;
	style: dashed;
	border: none;
	color: #A7A37E;
	background-color: #A7A37E;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background: #00362F; 
}

h1-tight, h1, h2, h3, h3-tight, h4, h5, h6, hArtist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-stretch: condensed;
	margin: 0px;
	color: #506865;
}

hArtistInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-stretch: condensed;
	margin: 0px;
	color: #506865;
}

h1-tight {
	font-size: 2.2em;
	padding-top: 0px;
}

h1 {
	font-size: 2.2em;
	padding-top: 1.1em;
}

h2 {
	font-size: 1.4em;
	margin-top: 1.7em;
	margin-bottom: 0.5em;
	
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	
	background: #506865;
	color: white;
}

h3 {
	font-size: 1.0em;
	padding-top: 0.5em;
}

h3-tight {
	font-size: 1.0em;
	padding-top: 0px;
}

hArtist {
	font-size: 1.0em;
}

hArtistInfo {
	font-size: 1.0em;
}

page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #ffffff;
}

p.list_price_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	color: #00362F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
} 

p.header_price_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px;
} 

p, ol, ul, li {
	line-height: 160%;
}

ol, ul, li {
	margin-bottom: 0.8em;
}

a {
	color: #506865;
}

h2 a, h2 a:link {
	color: #ffffff;
}

/* Hover on normal links (don't hover on simple anchors) */

a[href]:hover {
	text-decoration: none;
	outline: #A7A37E solid thin;
	-moz-outline-radius: 0.3em;
	background-color: #EFEBCA;
	color: #00362F;
}

img {
	max-width: 100% !important;;
	height: auto !important;;
}

a img.nohighlight { border:0 }

/* Hover on links in img class -- no highlight */
a.img:hover {
	text-decoration: none;
	outline: none;
	background: none;
}

/* Hover on image in link */
a:hover img {
	text-decoration: none;
	outline: #A7A37E solid 3px;
	background: none;
}

/* Hover on links in gallery id */
#gallery img {
	text-align: center;
	
	text-decoration: none;
	outline: none;
	background: none;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;	
}

#gallery img:hover {
	text-decoration: none;
	outline: none;
	background: none;
		
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	
	-webkit-box-shadow: 0px 0px 30px gray;
	-moz-box-shadow: 0px 0px 30px gray;
	-o-box-shadow: 0px 0px 30px gray;
	-ms-box-shadow: 0px 0px 30px gray;	
}


/* Hover on gallery link (no border)*/
a:hover img.gallery {
	text-decoration: none;
	background: none;
}

/* Hover on links in img class -- no highlight */
a.img.nohighlight, a.img.nohighlight:link, a.img.nohighlight:visited, a.img.nohighlight:hover {
	text-decoration: none;
	outline: none;
	background: none;
	border: 0 none;
}

a.nohighlight, a.nohighlight:link, a.nohighlight:visited, a.nohighlight:hover {
	text-decoration: none;
	outline: none;
	background: none;
	border: 0 none;
}

a:hover img.nohighlight {
	text-decoration: none;
	outline: none;
	background: none;
}


input, textarea, select
	{
	padding-top: 0.3em;
  	padding-bottom: 0.3em;
  	padding-left: 0.8em;
  	padding-right: 0.8em;
    margin: 2px 0;
	
	border: 2px;
  	border-style: solid;
  	border-color: #A7A37E;
	}

/** LATEST NEWS */

div.latest_news {
	width: auto;
	float: centre;
}

#latest_news {
	border-bottom: 4px solid #A7A37E;
	width: 96%;
	padding-top: 0.5em;
	padding-left: 2%;
	padding-right: 2%;
}

p.latest_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	font-size: 1.4em;
	color: #A7A37E;	
}

p.black_friday, p.black_friday a, p.black_friday a:hover
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	//padding-bottom: 1em;
	text-align: center;
	font-size: 1.4em;
	color: #FFFFFF;	
	background-color: #000000;
	outline: none;
	}

/** HEADER */

div.header {
	width: auto;
	float: left;
	position: relative;
}

#header {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #00362F;
	border-bottom: 4px solid #A7A37E;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
}

div.left_logo {
	width: 60%;
	text-align: left;
}

div.right_logo {
	width: 33%;
	display: inline;
	float: right;
	text-align: right;
}

div.header_sublogo {
	display:inline;
	}
	
#header h1 {
	margin: 0px;
}

#header h2 {
	margin: 0px;
}


/** FOOTER */

#footer {
	clear: both;
	background-color: #00362F;
	border-top: 4px solid #A7A37E;
	border-bottom-left-radius: 0px;
	-webkit-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}

p.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	font-size: .75em;
	color: #A7A37E;	
}


/** MENU */

/** Main menu container **/
div.menu_container {
	background: #E7E6DC;
	margin: 1em, 1em, 1em, 1em;
	//border-bottom: 4px solid #A7A37E;
}

#menu {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-smooth: always;
}

#menu a, #menu li ul {
	display: inline-block;

	margin: 0px 0px 0px 0px;
	padding: 1em 0.5em 1em 0.5em;
	
	background-color: #F4F3EE;
	
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-size: 0.9em;
	font-weight: bold;
	color: #00362F;
}

/*Strip the ul of padding and list styling*/
#menu li ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

#menu li {
	display:inline-block;
	margin-right: 1px;
}

/* Hide dropdown until needed */
#menu li ul {
	display: none;
    z-index: 99999; 
}

/*Display the dropdown on hover*/
#menu li:hover ul{
	/*display: inline-block;*/
	display: block;
}

/*Make dropdown links vertical*/
#menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#menu li ul li a {
	width: auto;
	min-width: 100px;
}

#header_menu {
	display:none;
}

#header div.mobile_nav{
	display: none;
}

#header div.mobile_nav.show_nav{
	display: none;
}

#menu a:hover {		
	background-color: #EFEBCA;
	background-image: -moz-linear-gradient(top, #FFFFDE, #CCC996);
	background-image: -webkit-linear-gradient(top, #FFFFDE, #CCC996);
	background-image: -ms-linear-gradient(top, #FFFFDE, #CCC996);
	
	outline: none;
		
	color: #00362F;
}


#home .home, 
#about .about, 
#technology .technology, 
#news .news, 
#products .products, 
#downloads .downloads, 
#register .register, 
#guides .guides, 
#users .users, 
#where_to_buy .where_to_buy, 
#distributors .distributors, 
#presskit .presskit, 
#contact .contact, 
#forum .forum,
#G2M .G2M,
#B2M .B2M,
#i2M_mp .i2M_mp,
#Wahoo .Wahoo,
#Voluum .Voluum,
#Loopa .Loopa,
#G2M_app .G2M_app,
#FLAME_app .FLAME_app,
#Accessories .Accessories
{
	background-color: #8A8662;
	background-image: -moz-linear-gradient(top, #D1CDA6, #8A8662);
	background-image: -webkit-linear-gradient(top, #D1CDA6, #8A8662);
	background-image: -ms-linear-gradient(top, #D1CDA6, #8A8662);
	
	color: #FFFFFF;
	
	//outline: #00362F solid thin;
}


/** SUB-MENU */

/** Sub  menu container **/
div.sub_menu_container {
	background: #E7E6DC;
	margin: 1em, 1em, 1em, 1em;
	border-bottom: 4px solid #A7A37E;
}

#sub_menu, #product_list_menu {
	//padding: 0.8em 0em 3px 0em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-smooth: always;
}

#sub_menu ul, #product_list_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#sub_menu li, #product_list_menu li {
	display: inline;
}

#sub_menu a, #product_list_menu a {
	display: inline-block;
	
	margin: 0.5em 0em 0em 0em;
	padding: 1em 0.5em 1em 0.5em;
	
	background-color: #F4F3EE;
	
	text-decoration: none;
	//text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	color: #00362F;
	//border-radius: 0.5em;
	//-webkit-border-radius: 0.5em;
	//-moz-border-radius: 0.5em;
	//-ms-border-radius: 0.5em;
	
	//-webkit-transition: all 1.5s;
	//-moz-transition: all 1.5s;
	//-o-transition: all 1.5s;
	//-ms-transition: all 1.5s;
}

#sub_menu a:hover, #product_list_menu a:hover {		
	background-color: #EFEBCA;
	background-image: -moz-linear-gradient(top, #FFFFDE, #CCC996);
	background-image: -webkit-linear-gradient(top, #FFFFDE, #CCC996);
	background-image: -ms-linear-gradient(top, #FFFFDE, #CCC996);
		
	outline: none;
	color: #00362F;
	
	//-webkit-transform: translate(0, -0.2em) scale(1.05, 1.4);
	//-moz-transform: translate(0, -0.2em) scale(1.05, 1.4);
	//-o-transform: translate(0, -0.2em) scale(1.05, 1.4);
	//-ms-transform: translate(0, -0.2em) scale(1.05, 1.4);
}

#sub_menu_a .sub_menu_a, #sub_menu_b .sub_menu_b, #sub_menu_c .sub_menu_c, #sub_menu_d .sub_menu_d, #sub_menu_e .sub_menu_e, 
#sub_menu_f .sub_menu_f, #sub_menu_g .sub_menu_g, #sub_menu_h .sub_menu_h, #sub_menu_i .sub_menu_i, #sub_menu_j .sub_menu_j,
#overview .overview, #photos .photos, #specs .specs, #docs .docs, #editor .editor, #reviews .reviews, #faq .faq
{
	background-color: #8A8662;
	background-image: -moz-linear-gradient(top, #D1CDA6, #8A8662);
	background-image: -webkit-linear-gradient(top, #D1CDA6, #8A8662);
	background-image: -ms-linear-gradient(top, #D1CDA6, #8A8662);
		
	color: #FFFFFF;
		
	//outline: #00362F auto solid thin;
	//outline-radius: 0.5em;
	//-webkit-outline-radius: 0.5em;
	//-moz-outline-radius: 0.5em;
	//-ms-outline-radius: 0.5em;
}


/** CONTENT */

#content {
	position: relative;
	clear: both;
	min-height: 600px;
}


#content h2 {
}

/**  For main page **/
#full {
	float: left;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}

/** For content colums within a page **/
#full_width_column {
	position: relative;
	float: left;
	width: 100%;
}

#main_artists_container {
	position: relative;
	float: left;
	width: 100%;
}

#product_photo_container {
	position: relative;
	float: left;
	width: 100%;
}

#left {
	float: left;
	width: 64%;
	padding-right: 2%;
}

#left_thin {
	float: left;
	width: 31%;
	padding-right: 2%;
}

#centre {
	float: left;
	width: 31%;
	padding-right: 2%;
}


#left_nofloat_container {
	width: 100%;
	float: left;
	margin-right: -340px;
}

#left_nofloat {
	margin-right: 340px;
}

#right {
	overflow:auto;
	float: right;
	width: 28%;
	padding-left: 2%;
	padding-right: 2%;
	border-left: 1px dashed #A7A37E;
}

#right-nosep {
	overflow:auto;
	float: right;
	width: 28%;
	padding-left: 2%;
	padding-right: 2%;
}


#mailing_list_signup {
	text-align: right;
	vertical-align: middle;
	padding-right: 4px;
}

#mailing_list_signup_prompt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 0.8em;
	color: #506865;
}

/* social media on top menu */
div.social_media_top_container {
	position:relative;
	overflow:auto;
	background: #E7E6DC;
	padding-top: 4px;
	//padding: 5px, 5px, 5px, 5px;
	//margin:5px, 5px, 5px, 5px;
	border-bottom: 4px solid #A7A37E;
}

#social_media_top_links {
	text-align: center;
	vertical-align: middle;
}

#social_media_top_links_item {
	margin:4px auto;
	padding:0px 4px 0px 4px;
	min-height: 32px;
	display: table-cell;
	vertical-align: middle;
	float: left;
	//width: 20%;
}

/* social media on main page */
#socialmedia_links {
	display: inline-block;
	float: left;
	text-align: center;
	width: 100%;
}

#socialmedia_links a {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 2em 1em 2em 1em;
}

#fb-like-container {
	float: left;	
	width: 100%;
}

#right_facebook {
	float: right;
	width: 292px;
	padding-left: 18px;
	border-left: 1px dashed #A7A37E;
}

.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;
}

#product_finder {
	display: table;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
}

#product_finder .img{	
}

#artist_gallery {
	text-align: center;
}

#artist_profile {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	display: table-cell;
}

.artist_header {
	line-height: 1.1;
    height: 3.3em;
	width: 100%;
	display: table;
	background:#E7E6DC;
}

.artist_header hArtist, .artist_header hArtistInfo {
	display: table-cell;
	vertical-align: middle;
}

.tooltipsy {
    padding: 10px;
    max-width: 200px;
    color: #303030;
    background-color: #f5f5b5;
    border: 1px solid #deca7e;
}


/** Landing page product overview **/

#overview_link {
	position: relative;
	float: left;
	width: 33.3333%;
  }
  


#flash {
	border: 4px solid #A7A37E;
	background-color: #506865;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#flash_right {
	float: right;
	border: 4px solid #A7A37E;
	background-color: #506865;
	margin: 1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

p.pullout_quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
	color: #506865;
}

p.pullout_quote_source {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	padding-top: 2.0em;
	color: #506865;
}

p.notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
	text-align: center;
	color: #aa0000;
}



/****** Responsive Slides ******/
.rslides_container {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
   
.caption {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0px;
  padding: 0.6em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #F4F1D8;
  background: #000;
  background: rgba(0,0,0, .5);
}

.caption_quote {
  position: absolute;
  display: block;
  bottom: 1.8em;
  left: 0;
  right: 0;
  padding: 0.6em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #F4F1D8;
  background: #000;
  background: rgba(0,0,0, .5);
}

/** Standard navigation on view **/
.rslides-centre-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.4;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/rslides_nav.gif") no-repeat left top;
  margin-top: -45px;
  }
  
.rslides-centre-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }


.rslides-centre-btns_nav:active {
  opacity: 0.8;
  }

  
.rslides-centre-btns_nav:focus {
  outline: none;
  }
  
.rslides-centre-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.rslides-centre-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides-centre-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }
 
.rslides-centre-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }


/** remove default link highlighting from controls **/
.rslides-centre-btns_nav.next a:hover, .rslides-centre-btns_nav a:hover, .rslides-centre-btns_here a:hover, .rslides-centre-btns_tabs a:hover {
	outline: none;
  }
  
 
a:hover.rslides-centre-btns_nav, a:hover.rslides-centre-btns_nav.next {
	outline: none;
	background-color: none;
	opacity: 0.8;
}
 
/** overview links (using rslides to simplify resizing) **/
.rslides-overview {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.66;
  	//padding:0;
	//margin:0;
  }
 
.rslides-overview:hover {
  opacity: 1.0;
  }
  


/****** Customer Registration Pages ******/
.formBox {
	margin-left: 5%; /* IE issue. Can't just set margin-right: 10% */
	width: 90%;
	margin-top: 2em;
	padding-bottom: 5px;
	clear: both;
}

.formBox table {
	width: 100%;
}

.formBox table tr th {
	width: 30%;
	text-align: right;
	font-weight: normal;
	color: #000000;
}

.formBox table td {
	width: 70%;
	font-weight: normal;
	color: #000000;
}

.messageBox {
	margin-left: 5%; /* IE issue. Can't just set margin-right: 10% */
	width: 90%;
	margin-top: 2em;
	padding-bottom: 5px;	
}

/* Mailing list required fields */
div.required {
	color: #B00000;
}


/** For smaller screen size **/
@media only screen and (max-width: 870px) {
	
	/*** Menu Hide / Resize ***/
	div.menu_container {
		display: none;
	}
	
	/*Make dropdown links appear inline*/	
	div.mobile_nav {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		background: #E7E6DC;
		
		text-decoration: none;
		/*text-transform: lowercase;*/
		font-size: 1.0em;
		font-weight: bold;
		list-style-type: none;
		
		text-align: left;
		
		/* Display above other content */
		z-index: 9999;
		display: block;
		position: absolute;
		
		/* Full display width */
		width: 100%;
		/*width: 100vw;
		left: calc(-50vw + 50%);
		*/
	}
	
	#header div.mobile_nav.show_nav{
		z-index: 9999;
		display: inline;
	}
		
	/* Formatting of links */
	div.mobile_nav ul li,
	div.mobile_nav li a {
		color: #565656;
		text-decoration: none;
		list-style-type: none;
		display: block;
		position: relative;
	}

	/*Display 'show menu' link, remove sub-logo*/
	div.header_sublogo {
		display:none;
	}
	
	#header_menu {
		display:inline;
	}
	
	/* Adjust sizes to match graphics */
	div.left_logo {
		width: 86.1%;
	}
	div.right_logo {
		width: 13.9%;
	}
	
	/* Hide product selection menu on mobile version */
	#product_list_menu {
		display:none;
	}
	
	/*** end of Menu Hide / Resize ***/

	/* Make headers a little smaller, body a little bigger */
	h1-tight {
		font-size: 1.4em;
	}

	h1 {
		font-size: 1.4em;
	}

	h2 {
		font-size: 1.25em;
	}
	
	h3 {
		font-size: 1.1em;
	}
	
	h3-tight {
		font-size: 1.1em;
	}
	
	p.latest_news {
		font-size: 1.0em;
	}
	
	body {
		font-size: 0.9em;
	}
	
	/* Make line spacing a bit wider */
	p, ol, ul, li {
		line-height: 180%;
	}

	/* Layout Divs */

	#left, #left_thin, #centre {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	#left_nofloat_container {
		margin-right: 0;
	}

	#left_nofloat {
		margin-right: 0;
	}

	#main_artists_container {
		float: none;
	}
	
	#product_photo_container {
		float: none;
	}

	#right {
		//float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		border-left: none;
		clear:both;
	}
	
	#right-nosep {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		border-left: none;
		clear:both;		
	}
	
	#right_facebook {
		float: left;
		width: 100%;
		border-left: none;
	}

	#product_finder {
		float: left;
		width: 96%;
		border-top: none;
		border-right: none;
		padding-left: 2%;
		padding-right: 2%;
	}
	
	#product_finder .img{
		padding: 20px;
	}

	
	/** Main Page Fomatting. Shrink outer border to make more space **/

	div.bigbox {
		background: #FFFFFF;
		border: 0px;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		min-width:240px;
		max-width: 4000px;
	}

	#header {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		background-color: #00362F;
		border-bottom: 4px solid #A7A37E;
		border-top-right-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		border-top-left-radius: 0px;
		-webkit-border-top-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
	}

	#footer {
		clear: both;
		background-color: #00362F;
		border-top: 4px solid #A7A37E;
		border-bottom-left-radius: 0px;
		-webkit-bottom-left-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-right-radius: 0px;
		-webkit-bottom-right-radius: 0px;
		-moz-border-radius-bottomright: 0px;
	}

	body {
		background: #FFFFFF; 
	}

	#full {
		float: left;
		width: 98;
		padding-left: 1%;
		padding-right: 1%;
	}

	#overview_link {
		position: relative;
		float: left;
		width: 33.33%;
	 }

	table.product_iconlist_header {
		width: 98%;
	}

	#socialmedia_links {
		display: inline-block;
		float: left;
		text-align: center;
		width: 98%;
	}

	#fb-like-container {
		float: left;	
		width: 100%;
	}

	.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    	width: 98% !important;
	}
	
	/* Don't dim icons when there may not be a mouse on some mobile devices */
	.rslides-overview {
		opacity: 1.0;
	}
	
	.caption_quote {
		font-size: 0.8em;
	}
	
}