/* ------------------------- things that display or don't depending on width ------------- */

.fouracross {
	display: block;
}
.threeacross {
	display: none;
}
.oneacross {
	display: none;
}

div.pricebox {
	display: block;
}
div.pricebox_narrow {
	display: none;
}
.expendable {
	display: visible;
}

.mb_sel {
	display: none;
}

.addable, .addable2, .addable_text {
	display: none;
}

#navbar {
	display: none;
}
/* ------------------------- things that display or don't depending on width end -------- */

/* ======= generic 2-column quasi-table ========*/

.col_container {
	border: 0px solid #ff0; 
	width: 100%; 
	display: table;
}
.col_left {
	border: 0px solid #f00;
	display: table-cell;
	width: 50%;
	padding-right: .25em;
}
.col_right {
	border: 0px solid #00f;
	display: table-cell;
	width: 50%; 
	padding-left: .25em;
}
.col_l {
	display: table-cell;
}
.col_r {
	display: table-cell;
}

/* ======= generic 2-column quasi-table end ========*/

/* show pages topper intro and viewer */
.showintro_container {
	border: solid 0px #f00; 
	width: 100%; 
	display: table;
}
.showintro {
	border: solid 0px #ff0; 
	display: table-cell; 
	vertical-align: top;
	padding: .5em;
}
.showintro_viewer {
	border: solid 0px #f0f; 
	display: table-cell; 
	vertical-align: top;
	padding-top: 1em;
 	width: 40%; 
	min-width: 320px;
}
.posterpair {
	border: 0px solid #fff;
	display: inline-block;
	float: left; 
	width: 49%;
	padding: .5em; 
}
.posterpair_r {
	border: 0px solid #0f0;
	display: inline-block;
	float: right; 
	width: 49%; 
	padding: .5em; 
}
.posterpair img, .posterpair_r img {
	float: left; 
	margin: 0em 1em 1em 0em;
}
/* show pages topper intro and viewer end */
 
.posterblock {
	border: 0px solid #ff0; 
 float: left; 
	margin: 0em 1em 1em 0em; 
	min-width: 250px;
	text-align: center;
}
.posterblock img {
	display: block;
	margin: 0 auto;
}

 .sidepad {
   padding: 1em 10%;
 }

.updateform_pair {
	border: 0px solid #999;
	display: table;
	width: 100%;
}
.updateform_l {
	border: 1px solid #999;
	display: table-cell;
	width: 50%;
	padding: .5em; 
}
.updateform_r {
	border: 1px solid #999;
	display: table-cell;
	padding: .5em; 
}

/* ======= sitenews ========*/
.newsblock {
	border: 0px solid #ff0; 
	display: table;
}
.newsitem_l, .newsitem_r {
	border: 0px solid #0f0; 
	display: table-cell;
	padding: .5em;
	vertical-align: top;
}
.newsitem_l {
	border: 0px solid #f00; 
	text-align: right;
	width: 30%;
}
.newsdate {
	border: 0px solid #ff0;
	display: inline-block;
	color: #fff;
	background-color: #06f;
	font-size: 90%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	font-weight: bold;
	padding: .5em;
}
/* ======= sitenews end ========*/

.album_container {
	border: solid 0px #fff;
	width: 100%;
	float: left;
}
.album {
	border: 0px solid #0ff;
	width: 32%; 
	min-width: 160px;
	display: inline-table; 
}

.pics {
	border: 2px solid #930;
	width: 100%;
}
.pic {
	margin: .5em .2em;
	vertical-align: top;
	border: 2px solid #900;
	padding: .5em;
 	font-size: .825em; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	width: 250px;
	height: auto;
	display: inline-block;
	text-align: center;
}

.faq_container {
	border: 0px solid #ff0;
	display: table;
	width: 100%;
}
.faq {
	border: 0px solid #f0f;
	width: 25%;
	display: table-cell;
	vertical-align: top;
	padding-right: 1em;
}
.faa {
	vertical-align: top;
	border: 0px solid #fff;
	display: table-cell;
}

/* ----------------======= shipbox  ========----------- */

.shipbox_container {
	border: 0px solid #fff;
	width: 100%;
	display: inline-block;
	padding: .25em;
}
.shipbox {
	border: 0px solid #0ff;
	width: 49%;
	min-width: 120px;
	max-width: 47%;
	display: inline-table; 
	vertical-align: top;
	margin: .25em;
}
.shipbox TABLE {
	border: 0px solid #f00;
	width: 100%;
}
.shipbox#usps TABLE {
	background-color: #009;
}
.shipbox#fedex TABLE {
	background-color: #f60;
}
.shipbox TABLE td {
	padding: .25em;
	border: 0px solid #f00;
}
.usps_uh {
	background-color: #cbf;
}
.usps_ur1 {
	background-color: #cdf;
}
.usps_ur2 {
	background-color: #cdf;
}
.usps_ur3 {
	background-color: #cef;
}
.usps_4h {
	background-color: #dcc;
}
.usps_4r1 {
	background-color: #ccc;
}
.usps_4r2 {
	background-color: #dcc;
}
.usps_4r3 {
	background-color: #ecc;
}

.fedex_uh {
	background-color: #fdb;
}
.fedex_ur1 {
	background-color: #fcc;
}
.fedex_ur2 {
	background-color: #fdc;
}
.fedex_ur3 {
	background-color: #fec;
}
.fedex_4h {
	background-color: #fc6;
}
.fedex_4r1 {
	background-color: #fdc;
}
.fedex_4r2 {
	background-color: #fdf;
}
.fedex_4r3 {
	background-color: #fe0;
}

/* ----------------======= shipbox end ========----------- */

.promo {
	width: 32%; 
	min-width: 260px;
	display: inline-block; 
	vertical-align: top; 
	padding: .5em;
	margin: .25em;
	text-align: center;
}

/* =============================== responsive videos */
.videowrapper {
	position: relative;
	height: 0;
	margin: .2em 0em;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vhxwrapper {
	position: relative;
	height: 0;
	margin: .2em 0em;
}
.vhxwrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 360px;
}

/* ratios */
.widescreen {padding-bottom: 56.25%;}
.youtube {padding-bottom: 53%;}
.fourbythree {padding-bottom: 70%;}

/* chromes */
.chrome_25 {padding-top: 25px;}
.chrome_35 {padding-top: 35px;}
.chrome_0 {padding-top: 0px;}

/* =============================== responsive videos end */

.img-wrapper {
	border: 0px solid #f0f;
	max-width: 640px;
	overflow: hidden; 
}
.img-wrapper2 {
    height: 0;
    padding-bottom: 56.25%; /* The image's height divided by its width */
}
.img-wrapper2 img {
    max-width: 100% !important;
    height:auto;
}
.img-wrapper2.ssg {
    padding-bottom: 21%; /* The image's height divided by its width */
}
.img-wrapper2.pixeldome {
	max-width: 450px;
}
.img-wrapper2.starmap {
    padding-bottom: 33%; /* The image's height divided by its width */
}
.img-wrapper2.album {
    padding-bottom: 1%; /* The image's height divided by its width */
}

.img-wrapper3 {
	min-height: 300px;
	min-width: 300px;
	max-width: 750px;
}

.cdbabyplayer {
	max-width: 600px; 
	min-width: 350px; 
	max-height: 785px; 
	border: 0px solid #fff; 
	background-color: #222;
}
.cdbabyplayerwrapper {
	position: relative; 
	height: 0; 
	overflow: hidden; 
	padding-bottom: 98%; 
	padding-top: 200px;
}
.cdbabyplayerwrapper iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	border: 0;
}

/* ===================================-------------------  site menu ----------------------====== */
/* Advanced Checkbox Hack */
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#nav input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#nav label {
  display: none;
  cursor: pointer;
  user-select: none;
}
#nav2 input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#nav2 label {
  display: none;
  cursor: pointer;
  user-select: none;
}
/* ========================================= */

/* --------------------------------- right-side tap-friendly site menu ----------*/
#nav {
  position: relative;
  width: 100%;
}
#nav a,
#nav label {
  display: block;
  color: #ccc;
  background-color: transparent;
  text-decoration: none;
  /* font-size: 1.05em; */
  font-size: 11pt; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< no resize <<<<<<< */
  transition: color .3s ease-in-out;
  width: 100%;
}
#nav a:after {
  content: url(art/arrow_menu_down_grey.gif);
}
#nav ul {
  padding: 0;
  margin: 0 auto;
  width: auto;
  list-style: none;
  float: right;
}
#nav ul > li {
	position: relative;
	float: left;
	width: auto;
	padding: .55em .95em;
	margin: 0px;
	text-align: left;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	transition-property: box-shadow, color;
	box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.85);
	cursor: pointer;
}
#nav ul li#products{
	background-image: url(art/bgs/00_purple_n.png);
}
#nav ul li#services{
	background-image: url(art/bgs/00_blue_n.png); 
}
#nav ul li#reference{
	background-image: url(art/bgs/00_orange_n.png); 
}
#nav ul li#shop{
	background-image: url(art/bgs/00_green_n.png); 
}
#nav ul li#company{
	background-image: url(art/bgs/00_rred_n.png); 
}
#nav ul > li:hover {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
	text-decoration: underline;
	box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.35), inset 0 0 0 2em rgba(0, 0, 0, 0.3);
}
#nav ul > li:hover > a {
	display: inline-block;
	color: #fff;
}

/*--- sub-menu ---*/
#nav ul li ul{
    background:#333; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible. */
    background:rgba(99,99,99,1); /* But! Let's make the background fully transparent where we can, we don't actually want to see it... */
    list-style: none;
    position: absolute;
    left: -9999px;	/* Hide off-screen when not needed (this is more accessible than display:none;) */
	z-index: 2000;
}
#nav ul li ul > li {
	font-size: 1em; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
    padding-top: 11px; /* Introducing a padding between the li and the a give the illusion of spaced items */
    padding-bottom: 11px; 
	width: 100%;
	text-align: left;
	height: auto;
}
#nav ul li#products ul li{
	background-image: url(art/bgs/00_purple_n.png);
}
#nav ul li#services ul li{
	background-image: url(art/bgs/00_blue_n.png); 
}
#nav ul li#shop ul li{
	background-image: url(art/bgs/00_green_n.png); 
}
#nav ul li#reference ul li{
	background-image: url(art/bgs/00_orange_n.png); 
}
#nav ul li#company ul li{
	background-image: url(art/bgs/00_rred_n.png); 
}
#nav ul li ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav ul li ul a:after{
   content: "" /* Lose arrows */
}
/* Display the dropdown on hover */
#nav ul li:hover ul { 
	position: absolute;
	top: 29px; /* make sure there is no gap between the menu and the dropdown */
    left: 0px; /* Bring back on-screen when needed */
}
#nav ul li:hover a { 
/* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    text-decoration:underline;
}
#nav ul li:hover ul a { 
/* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
#nav ul li:hover ul li a:hover{ 
    text-decoration:underline;
	/* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:rgba(133,133,133,0); 
	/* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
}
/* --------------------------------- right-side site menu end ----------*/


/* left-side page menu ------------------------------------------------*/
#pagemenu {
	width: 50%;
	float: none;
}
#pagemenu #nav2 label {
	position: relative;
	display: block;
	width: 100%;
	min-height: 2.25em;
	padding: 0.45em;
	font-size: 1.2em; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< shouldn't matter <<<<<<<<<<<<<<<<<<<<<< */
	margin: 0;
	border: 0.15em solid rgba(60, 60, 60, 0.2);
	background-color: rgba(0, 111, 222, .8);
}
#pagemenu #nav2 label:after {
	position: absolute;
	left: 0.25em;
	top: 8px;
	/* [disabled]content: "\2261  PAGE"; */
}
#pagemenu #nav2.page_red label {
	background-color: rgba(200, 80, 0, .8);
}
#pagemenu #nav2.navpage_i label:after {
	content: url(art/nav_page_i.png);
}
#pagemenu #nav2.navpage_is label:after {
	content: url(art/nav_page_is.png);
}
#pagemenu #nav2.navpage_ivs label:after {
	content: url(art/nav_page_ivs.png);
}
#pagemenu #nav2.navpage_isl label:after {
	content: url(art/nav_page_isl.png);
}
#pagemenu #nav2.navpage_iiu label:after {
	content: url(art/nav_page_iiu.png);
}
#pagemenu #nav2.navpage_i input[type=checkbox]:checked ~ label:after {
	content: url(art/nav_page_i_w.png);
}
#pagemenu #nav2.navpage_is input[type=checkbox]:checked ~ label:after {
	content: url(art/nav_page_is_w.png);
}
#pagemenu #nav2.navpage_ivs input[type=checkbox]:checked ~ label:after {
	content: url(art/nav_page_ivs_w.png);
}
#pagemenu #nav2.navpage_isl input[type=checkbox]:checked ~ label:after {
	content: url(art/nav_page_isl_w.png);
}
#pagemenu #nav2.navpage_iiu input[type=checkbox]:checked ~ label:after {
	content: url(art/nav_page_iiu_w.png);
}

/* ------------------- drop-down */
#nav2 {
  position: relative;
  width: 100%;
}
#nav2 a,
#nav2 label {
  width: auto;
  display: block;
  color: #009;
  background-color: transparent;
  text-decoration: none;
  font-size: .825em; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
  transition: color .3s ease-in-out;
}
#nav2.page_red a {
	color: #600;
}
#nav2 ul {
  padding: 0;
  margin: 0 auto;
  width: auto;
  list-style: none;
  float: right;
}
#nav2 ul > li {
	float: left;
	width: auto;
	padding: .5em .95em;
	margin: 0;
	background-image: url(art/bgs/bg_dark_grey.png);
	text-align: center;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	transition-property: box-shadow, color;
	box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.85);
	cursor: pointer;
}
#nav2 ul > li:hover {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  box-shadow: 0 0.05em 0.25em 0 rgba(0, 0, 0, 0.35), inset 0 0 0 2em rgba(0, 0, 0, 0.3);
}
#nav2 ul > li:hover > a {
  text-decoration: underline;
  color: #fff;
}

#nav2 ul > li:nth-child(odd) {background: rgba(180, 210, 250, 1);}
#nav2 ul > li:nth-child(even) {background: rgba(190, 220, 250, 1);}
/*
#nav2 ul > li:nth-child(1) {background: rgba(150, 180, 250, 1);}
#nav2 ul > li:nth-child(2) {background: rgba(160, 190, 250, 1);}
#nav2 ul > li:nth-child(5) {background: rgba(190, 220, 250, 1);}
#nav2 ul > li:nth-child(6) {background: rgba(200, 230, 250, 1);}
#nav2 ul > li:nth-child(7) {background: rgba(210, 240, 250, 1);}
#nav2 ul > li:nth-child(8) {background: rgba(220, 250, 250, 1);}
*/

#nav2.page_red ul > li:nth-child(odd) {background: rgba(230, 190, 170, 1);}
#nav2.page_red ul > li:nth-child(even) {background: rgba(250, 220, 180, 1);}
/*#nav2.page_red ul > li:nth-child(1) {background: rgba(210, 180, 160, 1);}
#nav2.page_red ul > li:nth-child(2) {background: rgba(220, 190, 160, 1);}
#nav2.page_red ul > li:nth-child(5) {background: rgba(250, 180, 160, 1);}
#nav2.page_red ul > li:nth-child(6) {background: rgba(255, 190, 160, 1);}
*/

#nav2 ul > li.pdf, #nav2.page_red ul > li.pdf {background: rgba(255, 200, 100, 1);}

/* ------------------- drop-down end */


/* ------------------- hide it until needed  */

#pagemenu {
	display: none;
	height: 100%;
}
/* ------------------- hide it until needed  end */

/* left-side page menu end ------------------------------------------------*/

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/* for tablets, narrow desktops -- lose the margins, tap-friendly navbar instead of sitenav */
@media screen and (max-width: 1024px) {
	
	p {
		font-size: 90%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	}
	.size1 {
		font-size: 75%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	}
	.size2 {
		font-size: 82.5%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	}
	.CollapsiblePanelTab, .CollapsiblePanelTabRed {
		font-size: 90%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	}
	#pagelayout {
		width: 100%;
		padding: 0;
	}
	#header {
		height: 140px;
	}
	#header_spacer {
		height: 55px;
		float: right;
	}
	#header_spacer_mag {
		display: none;
		height: 55%;
	}
	#header_spacer_red {
		display: none;
		width: 15%;
		height: 38%;
	}
	#header_titlebar {
		display: block;
		height: 55px;
		float: left;
	}
	#titlebar {
		display: block;
		vertical-align: middle;
		font-size: 135%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	}
	#searchnav {
		width: 50%;
		height: 20%;
		float: right;
		font-size: 95%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
		margin-bottom: 10px;
	}
	#sitenav {
		display: none;
	}
	#navbar {
		display: block;
	}

	.viewer.flvs {
		display: block;
		width: 100%;
	}

	.posterpair, .posterpair_r {
		float: none; 
		width: 100%; 
	}

 .sidepad {
   padding: 0em 2%;
 }
	.album {
		width: 49%; 
	}

	div.pricebox {
		display: none;
	}
	div.pricebox_narrow {
		display: block;
	}
	.expendable1 {
		display: none;
	}
.submit_container {
	height: 180px;
}

	.fouracross {
		display: none;
	}
	.threeacross {
		display: block;
	}
	.updateform_l, .updateform_r {
		display: block;
		width: 100%;
	}
}

/* for phones -- iconize searchnav, lose sidebar and nav menus*/
@media screen and (max-width: 710px) {
	p {
		font-size: 95%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	}
	.size1 {
		font-size: 80%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	}
	.size2 {
		font-size: 85%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	}
	.size4 {
		font-size: 105% /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	}
	#header {
		height: 100px;
	}
	#header_spacer {
		float: left;
		width: 50%;
		height: 30px;
	}
	#header_titlebar {
		width: 75%;
		height: 55%;
	}
	#titlebar {
		width: auto;
		font-size: 125%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
	}
	#header_spacer_mag, #header_spacer_red {
		display: none;
	}
	.searchnav {
		display: none;
	}
	#searchnav {
		display: block;
		width: auto;
		height: auto;
		float: right;
		margin-right: .5em;
	}
	#searchglass {
		border: solid 0px #6f6;
		display: block;
		position: static;
		width: auto;
		height: 100%;
	}
	.sidebar {
		display: none;
	}
	.sidebar.searchsite {
		display: block;
		width: 100%;
  overflow:auto;
	}
	.content.searchsite {
		display: block;
		width: 100%;
		float: relative;
	}
	#index.sidebar_right {
		float: left;
		width: 100%;
	}
 .sidepad {
   padding: 0em 1%;
 }
	.album {
		float: none;
		width: 180px;
	}
	.album_container {
		width: 100%;
	}
	.newsitem_l, .newsitem_r {
		border: 0px solid #0ff; 
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.newsitem_r {
		text-align: left;
	}
	.newsdate {
		display: block;
	}

	#geo.content_left {
		width: 48%;
	}
	#geo.sidebar_right {
		width: 50%;
	}
	.content {
		width: 100%;
		float: left;
	}
	.content#geo {
		width: 100%;
	}
	#content_left {
		width: 100%;
		float: none;
	}
	#qcontent {
		width: 100%;
		float: left;
	}
	.qcard {
		display: block;
		width: 100%;
		float: left;
	}
	#meat {
		padding: 0;
	}

	#navbar {
		width: 100%;
 		float: right;
	}


	.footer_container {
		border: 0px solid #f00; 
		height: 55px;
		width: 500px;
	}
	.footer_logo {
		border: 0px solid #ff0; 
		padding-top: 2px;
}

	.footer_down {
		width: auto;
		height: 65px;
	}
	.footer_down img {
		padding-top: 3px;
		width: 32px;
	}

	.expendable {
		display: none;
	}
	.addable {
		display: block;
	}
	.addable_text {
		display: inline-block;
	}
	.viewer.trans {
		width: 100%;
		float: none;
	}
	.mb_sel {
		display: block;
	}
	.showintro, .showintro_viewer {
		display: block;
		width: 100%;
	}
	.faq, .faa {
		display: block;
		width: 100%;
	}

	.threeacross {
		display: none;
	}
	.oneacross {
		display: block;
	}

	.listing {
		display: table;
		width: 99%;
	}
	.plt_block {
		display: table-cell;
		float: left;
		width: 60%;
		border: 0;
		border-right: 1px solid #000;
	}
	.inst_block {
		display: table-cell;
		float: left;
		width: 40%;
	}
	.dome_block {
		display: block;
		width: 100%;
		clear: both;
		border: 0;
		border-top: 1px solid #000;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#nav ul {
    	display: none; /* don't display the menu, just the label */
	}
	#nav label {
		position: relative;
	    display: block;
	    width: 100%;
	    min-height: 2.25em;
	    padding: .45em;
	    font-size: 1.2em; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< shouldn't matter <<<<<<<<<<<<<<<<<<<<<<<<< */
	    margin: 0;
	    border: 2px solid rgba(60, 60,60, 1);
	    background-image: url(art/bgs/bg_dark_grey.png);
	}
	#nav label:after {
    	position: absolute;
	    right: 6px;
	    top: 8px;
		content: url(art/nav_site.png);
	    /* content: "MENU \2261"; */
	}
	#nav input[type=checkbox]:checked ~ label:after {
		content: url(art/nav_site_w.png);
	}

    /* top level menu */
	#nav input[type=checkbox]:checked ~ ul {
		width: 100%;
    	display: inline-block;
	}
	#nav input[type=checkbox]:checked ~ ul > li {
    	display: inline-block;
		width: 50%;
	    opacity: 1;
	    text-align: left;
	    font-size: 90%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
		padding: 1em;
	}
	#nav input[type=checkbox]:checked ~ ul li#company {
		width: 100%;
	}

	#nav input[type=checkbox]:checked ~ ul > li a {
  white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	}
	#nav input[type=checkbox]:checked ~ ul > li a:after {
  content: "" + url(art/arrow_menu_down_grey.gif); /* dropdown arrow here */
 }


	#nav input[type=checkbox]:checked ~ ul li:hover a { 
	/* create persistent hover states, the top-most link stays 'hovered' when cursor has moved down the list. */
	    text-decoration:underline;
	}
	#nav input[type=checkbox]:checked ~ ul li:hover ul a { 
	/* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    	text-decoration:none;
	}

    /* the sub-menu */
	#nav input[type=checkbox]:checked ~ ul li:hover ul { 
		top: 3.2em;
	    left: 0; /* Bring back on-screen when needed */
	}

    /* Display the dropdown on hover */
	#nav input[type=checkbox]:checked ~ ul li:hover ul {
    	display: block;
		/* position: relative; */
		position: absolute;
		z-index: 2000;
		float: none;
	}

	#nav input[type=checkbox]:checked ~ ul li:hover ul li {
		width: auto;
		min-width: 100%;
	    opacity: 1;
	    text-align: left;
	    font-size: 100%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
		padding: 1em;
	}

	/* Stop text wrapping and creating multi-line dropdown items */
	#nav input[type=checkbox]:checked ~ ul li:hover ul li a {
    	white-space: nowrap; 
	}
	#nav input[type=checkbox]:checked ~ ul li:hover ul li a:after {
	   content: "" /* Lose arrows */
	}

	#nav input[type=checkbox]:checked ~ ul li:hover ul li a:hover { 
	/* Here we define the most explicit hover states--what happens when you hover each individual link. */
	    text-decoration:underline;
	/* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    	background:rgba(133,133,133,0); 
	}


	/* ------------------- show page menu */

	#pagemenu {
		display: block;
	}
	#pagemenu #nav2 ul {
		display: none;
		height: 100%;
	}

    /* top level menu */
	#pagemenu #nav2 input[type=checkbox]:checked ~ ul {
    	display: block;
	}
	#pagemenu #nav2 input[type=checkbox]:checked ~ ul > li {
    	width: 200%;
	    opacity: 1;
    	text-align: center;
	    font-size: 1.1em; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
		/* margin: 0; */
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

}

/* for iPhone -- really narrow width, bigger font, single-column, lose more margins and pads */
@media screen and (max-width: 480px) {

	#header {
		min-width: 320px;
		height: 76px;
	}
	#header_spacer {
		width: 40%;
		height: 10px;
		float: none;
	}
	#header_titlebar {
		display: table;
		width: 66%;
		height: 40px;
	}
	#titlebar {
		display: table-cell;
		font-size: 100%; /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
		vertical-align: middle;
	}

	.expendable2 {
		display: none;
	}
	.addable_text {
		display: inline-block;
	}
	.addable2 {
		display: block;
	}

	.posterblock {
		float: none;
		width: 100%;
	}

	.col_left, .col_right, .col_l, .col_r {
		width: 100%;
		display: inline-block;
	}

	H1, H2 {
		text-align: center;
	}

	.viewer.flvs {
		padding-left: 0;
		padding-right: 0;
	}

	.content#previews {
		padding: 0;
	}
	.orderblock {
		width: 100%;
		float: none;
	}
	.album_container {
		margin: 0;
		padding: 0;
	}

	.shipbox_container {
		display: inline-block;
		width: 100%;
		max-width: 100%;
	}
	.shipbox {
		display: block;
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 0;
	}
	.shipbox TABLE {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	#geo.content_left {
		margin: 0;
		padding: 0;
		width: 100%;
		float: left;
	}
	#geo.sidebar_right {
		margin: .5em;
		width: 95%;
		float: left;
		display: block;
	}
.sidebar_right.geo {
		margin: .5em;
		width: 95%;
		float: left;
		display: block;
	}
.cdbabyplayer {
	min-width: 300px; 
}
	.footer_container {
		width: 318px;
	}
	.footer_down {
		width: 239px;
		padding-top: 16px;
	}
	.footer_down img {
		display: none;
	}
}

/* for desktop (default) */

