﻿@charset "utf-8";
/* ======== GENERAL RULES ======== */
html {
	height: 101%;
	margin-bottom: 1px;
}
body {
	background: #f3d293 url('../images/backbar.jpg') repeat-x;
	font: normal 0.95em 'Muli', Verdana, Arial, Helvetica, sans-serif;
	color: #202020;
	text-align: left;
}
header, footer, nav, article, section, aside, figure, figcaption {
	display: block;
}
img { 
	border: none;
}
hr {
	color: #444;
	height: 2px;
	width: 80%;
}
ul li a {
	color: #3c2c12;
	font-weight: bold;
	padding: 0;
}
ul li a:hover {
	color: #3c2c12;
	text-decoration: underline;
}
ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet1.png) no-repeat 0 8px;
	padding: 1px 0 0 15px;
}
blockquote {
	background: url('../images/quote.png') no-repeat top left;
	font-style: italic;
	color: #3c2c12;
	margin: 5px;
	padding: 3px 5px 3px 35px;
	line-height: normal;
	border: dashed 1px #3c2c12;
}
.leftside {
	float: left;
	display: block;
	width: 30%;
	margin-right: 5%;
}
.rightside {
	float: right;
	display: block;
	width: 30%;
	margin-left: 5%;
}
fieldset {
	border: 1px dashed #3c2c12;
	padding: 1%;
	margin: 2% 0;
}
legend {
	color: #3c2c12;
	background-color: transparent;
	font: 1.9em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #3c2c12;
	margin: 0 0 0 1%;
	letter-spacing: .08em;
	padding: 1%;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	text-align: center;
}
.cellborder {
	border: solid 1px #c0c0c0;
	padding: 5px;
}
/* ======== TYPOGRAPHY ======== */
a {
	color: #3c2c12;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a:hover {
	color: #a3792c;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}
h1 {
	font: 2.3em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #3c2c12;
	margin: .3em 0 .6em 0;
	letter-spacing: 1px;
}
h2 {
	font: 2.1em 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	color: #a3792c;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid;
}
h3 {
	font: 1.9em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #a3792c;
	margin: .2em 0;
	padding: 0;
}
h4 {
	font: normal 1.5em Verdana, Helvetica, sans-serif;
	color: #3c2c12;
	margin: .3em 0;
}
h5 {
	font: normal 1.35em Verdana, Helvetica, sans-serif;
	color: #a3792c;
	margin: .3em 0;
}
h6 {
	font: normal 1.2em Verdana, Helvetica, sans-serif;
	color: #444;
	margin: .3em 0;
}
h2.alternate {
	font: 1.5em 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	text-align: center;
	background-color: #a3792c;
	background-image: -webkit-linear-gradient(top, #a3792c, #3c2c12); 
	background-image: -moz-linear-gradient(top, #a3792c, #3c2c12);
	background-image: -ms-linear-gradient(top, #a3792c, #3c2c12);
	background-image: -o-linear-gradient(top, #a3792c, #3c2c12);
	border: 1px solid #fff;
	border-radius: 10px 10px;
	box-shadow: 0 0 10px #000;
}
.dropcap {
	float: left;
	color: #3c2c12;
	font: 60px/50px 'Philosopher', Georgia, Times, "Times New Roman", serif;
	padding: 3px 4px 0 0;
}
p.dropcap {
	overflow: hidden;
}
.bignumber {
	font: 32px 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	color: #ffffff;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	background-color: #a3792c;
	background-image: -webkit-linear-gradient(top, #a3792c, #3c2c12); 
	background-image: -moz-linear-gradient(top, #a3792c, #3c2c12);
	background-image: -ms-linear-gradient(top, #a3792c, #3c2c12);
	background-image: -o-linear-gradient(top, #a3792c, #3c2c12);
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 0 2px 3px #000;
	float: left;
}
.button {
	font-size: 0.90em;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background-color: #a3792c;
	background-image: -webkit-linear-gradient(top, #000, #3c2c12); 
	background-image: -moz-linear-gradient(top, #000, #3c2c12);
	background-image: -ms-linear-gradient(top, #000, #3c2c12);
	background-image: -o-linear-gradient(top, #000, #3c2c12);
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #fff;
	box-shadow: 0 2px 3px #000;
}
.button:hover {
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background-color: #505050;
	background-image: -webkit-linear-gradient(top, #a3792c, #202020); 
	background-image: -moz-linear-gradient(top, #a3792c, #202020);
	background-image: -ms-linear-gradient(top, #a3792c, #202020);
	background-image: -o-linear-gradient(top, #a3792c, #202020);
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
/* ======== LAYOUT RULES ======== */
#wrapper {
	width: 1080px;
	margin: 0 auto;
}
/* ======== HEADER AREA ======== */
header {
	position: relative;
	width: 100%;
	height: 113px;
	color: #fff;
}
/* ======== LOGO/SITE NAME AREA ======== */
#nameplate {
	float:left;
	width: 460px;
	height: 95px;
	text-align: left;
	padding-top: 15px;
}
#nameplate h1 {
	font: 2.8em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.02em;
	margin-top: 0;
}
#nameplate p {
	font-size: 16px;
	font-family: 'Philosopher', cursive, Verdana, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
#address {
  float: right;
  width: 200px;
  text-align: right;
}
#topsection {
	position: relative;
	width: 100%;
	color: #fff;
	height: 350px;
	background: url('../images/back.png');
	box-shadow: 0 0 20px #000;
	padding: 20px 0;
	margin: 20px 0;
	border: 1px solid #444;
}
.topcontentBox3 {
	float: left;
	width: 31.333%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}

.bubble {
	position: relative;
	width: 80%;
	margin: 0 auto 40px auto;
	padding: 10px 5%;
	height: 300px;
	background: #3c2c12;
	background-image: -webkit-linear-gradient(top, #a3792c, #3c2c12); 
	background-image: -moz-linear-gradient(top, #a3792c, #3c2c12);
	background-image: -ms-linear-gradient(top, #a3792c, #3c2c12);
	background-image: -o-linear-gradient(top, #a3792c, #3c2c12);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #3c2c12;	
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.6);
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #3c2c12 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -15px;
	bottom: -15px;
	left: 50%;
}
.bubble p {
  color: #ffffff;
	text-align: center;
	font: normal 2.1em 'Philosopher', "Century Gothic", Verdana, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);  
}
.bubble p.second {
  color: #ffffff;
	text-align: left;
	font: normal 1.0em 'Muli', Verdana, Verdana, Geneva, sans-serif;
	text-shadow: none;  
}

.bubble2 {
	position: relative;
	width: 80%;
	height: 300px;
	margin: 0 auto 40px auto;
	padding: 22px 5% 0 5%;
	background: #3c2c12;
	background-image: -webkit-linear-gradient(top, #a3792c, #3c2c12); 
	background-image: -moz-linear-gradient(top, #a3792c, #3c2c12);
	background-image: -ms-linear-gradient(top, #a3792c, #3c2c12);
	background-image: -o-linear-gradient(top, #a3792c, #3c2c12);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #3c2c12;	
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.6);
}
.bubble2:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #3c2c12 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -15px;
	bottom: -15px;
	left: 50%;
}
.bubble2 p {
  color: #ffffff;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	font: normal 2.1em 'Philosopher', "Century Gothic", Verdana, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);  
}
.bubble2 p.second {
  color: #ffffff;
	text-align: left;
	font: normal 1.0em 'Muli', Verdana, Verdana, Geneva, sans-serif;
	text-shadow: none;  
}

/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	width: 100%;
	height: 30px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 16px;
	font-size: 0.85em;
	text-transform: uppercase;
	background-color: transparent;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* make the LI display inline */
/* its position relative so that position absolute */
/* can be used in submenu */
#nav li {
	display: inline-block;
	background-color: #3c2c12;
	background-image: -webkit-linear-gradient(top, #a3792c, #3c2c12); 
	background-image: -moz-linear-gradient(top, #a3792c, #3c2c12);
	background-image: -ms-linear-gradient(top, #a3792c, #3c2c12);
	background-image: -o-linear-gradient(top, #a3792c, #3c2c12);
	border-radius:  0 0 10px 10px;
	position: relative;
	z-index: 500;
	margin: 0 4px;
	padding: 0;
	box-shadow: 0 2px 2px #000;
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 8px 7px;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	border-radius:  0 0 10px 10px;
}
#nav li a:hover {
	color: #ffffff;
	background-color: #a3792c;
}
/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 2px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
#nav ul li {
	width: 140px;
	float: left;
	background-color: #a3792c;
	padding: 0;
	margin: 0;
}
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display: block;
	height: 15px;
	padding: 4px 5px;
	color: #ffffff;
	background: #a3792c;
	border-radius: 0;
	box-shadow: none;
	border: none;
	font-size: 0.90em;
	text-transform: none;
}
#nav ul a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #3c2c12;
}
.selectnav {
	display: none;
}
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
	float: left;
	width: 25%;
	text-align: left;
	font-size: 0.95em;
	line-height: 1.4em;
	margin: 0 1%;
}
#sidebarRight {
	float: right;
	width: 25%;
	text-align: left;
	font-size: 0.95em;
	line-height: 1.4em;
	margin: 0 1%;
}
/* ======== CONTENT AREA ======== */
#contentRight {
	float: right;
	width: 69%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
}
#contentLeft {
	float: left;
	width: 69%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
}
#contentMiddle {
	float: left;
	width: 42%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
}
#contentFull {
	width: 98%;
	margin: 0 1%;
	line-height: 1.5em;
	overflow: hidden;
}
/* ======== SECTION BLOCKS ======== */
.contentBox2 {
	float: left;
	width: 48%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}
.contentBox3 {
	float: left;
	width: 31.333%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}
.contentBox4 {
	float: left;
	width: 23%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 1%;
}
.contentBox4-gallery {
	float: left;
	width: 23%;
	text-align: center;
	line-height: 1.4em;
	margin: 0 1%;
}
/* ======== FOOTER ======== */
footer {
	clear: both;
	text-align: center;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 1.5em;
	padding-top: 10px;
	height: 68px;
}
footer p {
	padding: 0;
	margin: 0;
}
footer a {
	color: #3c2c12;
	text-decoration: none;
	font-weight: bold;
}
footer a:hover {
	color: #202020;
	text-decoration: underline;
	font-weight: bold;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer li {
	margin: 0;
	padding: 0;
}
footer li a {
	color: #3c2c12;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
footer li a:hover {
	color: #606060;
	text-decoration: underline;
	font-weight: bold;
}
/* ======== CONTACT FORM ======== */
form.contactform {
	width: 100%;
	text-align: left;
}
.contactform label {
	width: 100%;
	text-align: left;
}
.contactform input {
	width: 100%;
	border: 1px #c0c0c0 solid;
	padding: 3px;
	margin-bottom: 10px;
}
.contactform textarea {
	width: 100%;
	border: 1px #c0c0c0 solid;
	padding: 3px;
}
.contactform .submit {
	width: 100px;
	margin: 10px 0 0 0;
	cursor: pointer;
	font-size: 0.90em;
	font-weight: normal;
	padding: 4px 6px;
	text-decoration: none;
	background: #3c2c12;
	color: #ffffff;
	border-radius: 4px;
	border: solid 1px #808080;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.8);
}
/* ======== MISCELLANEOUS CLASSES ======== */
.center {
	text-align: center;
}
.tiny {
	font-size: 75%;
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.clearsmall {
	height: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix, *:first-child + html .clearfix {zoom: 1;}
.calendar {text-align: center;}
.highlight {background-color: #f1ef61; color: #000000;}
.home {
	background: url('../icons/home.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.call {
	background: url('../icons/call.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.email {
	background: url('../icons/email.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.hours {
	background: url('../icons/hours.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.comment {
	background: url('../icons/comment.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
/* ======== IMAGE FORMATTING ======== */
img {
	border: none;
}
.imageleft {
	margin: 0 10px 0 0;
	float: left;
}
.imageright {
	margin: 0 0 0 10px;
	float: right;
}
.imageleft-border {
	margin: 0 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px #d0d0d0 solid;
}
.imageright-border {
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #d0d0d0 solid;
}
.image-round {
	border-radius: 50%;
	box-shadow: 0 0 10px #444;
	border: 1px #ffffff solid;
}
.image-border, .image-googlemap {
	margin: 2px 0;
	padding: 3px;
	border: 1px #d0d0d0 solid;
}
.galleryimage {
	/* allows the large product image to scale with the size of the viewport */
	background-color: #ffffff;
	width: 200px;
	height: auto;
	margin: 5px 10px 15px 10px;
	border: 10px #ffffff solid;
	box-shadow: 0 0 10px #333;
}
.galleryimage:hover {
	background-color: #ffffff;
	opacity: 0.5;
}
.image-catalog {
	border: 1px #d0d0d0 solid;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.lgproduct-image {
/* this is used on the div class */
	float: left;
	width: 350px;
	padding: 1%;
	margin: 2%;
}
.lgproduct-text {
	float: left;
	width: 200px;
	padding: 1%;
	margin: 2%;
	text-align: center;
}
.image-product {
/* this is used on the image */
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
}
/* ======== PRODUCT TAB FORMATTING ======== */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #482a14;
	border-left: 1px solid #482a14;
	border-radius: 15px 15px 0 0;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px ;
	height: 31px;
	line-height: 31px;
	border: 1px solid #482a14;
	border-left: none;
	font-weight: bold;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0 0;
}

ul.tabs li:hover {
	background: #c0c0c0;}
	
ul.tabs li.active{
	background: #482a14;
	border-bottom: 1px solid #482a14;
	color: #ffffff;
}
	
.tab_container {
	border: 1px solid #482a14;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #ffffff;
}
		
.tab_content {
	padding: 10px;
	font-size: 1.0em;
	display: none;
}

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

/* ======================================================================= */
/* ========================== PHONE/PORTRAIT ============================= */
/* ======================================================================= */
@media screen and (max-width: 320px) {
#wrapper {width: 97%;	margin: 0 auto;	font-size: 0.90em;}
.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}

/* === navigation ==== */
.js #nav {display: none;}
.js .selectnav {display: block;}
select#selectnav1 {background-color: transparent;	color: #fff; width: 250px; min-width: 250px; max-width: 400px; margin: 0 auto; padding: 6px 0 0 0; font-size: 1.1em; letter-spacing: 1px; border: none;}
select#selectnav1 option {background-color: transparent; color: #fff; font-size: 0.85em; padding: 1px 20px 1px 10px;}
#mainnav {width: 100%; margin: 0 auto; background-color: #3c2c12; background-image: -webkit-linear-gradient(top, #a3792c, #3c2c12); background-image: -moz-linear-gradient(top, #a3792c, #3c2c12); background-image: -ms-linear-gradient(top, #a3792c, #3c2c12); background-image: -o-linear-gradient(top, #a3792c, #3c2c12); border-radius: 10px 10px;}

/* === header block ==== */
#nameplate {position: absolute; top: 15px; left: 0;	width: 290px; height:65px; text-align: left; padding: 0;}
#nameplate h1 {font-size: 2.2em; text-align: center;}
#address {display: none;}

/* === top section ==== */
#topsection {padding: 0; width: 100%; background: none; border: none; box-shadow: none;}
.topcontentBox3 {width: 98%; margin: 1%; padding-top: 20px;	background: url('../images/back.png'); box-shadow: 0 0 20px #000; border: 1px solid #444;}

/* === miscellaneous coding ==== */
.lgproduct-image {width: 75%;	margin: 1%;	padding: 0;}
.lgproduct-text {width: 98%; margin: 1%;	padding: 0;}
h2 {font-size: 1.5em;}
blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
ul.tabs {display: none;}
.tab_content {display: none;}
.tab_container {display: none;}
}

/* ======================================================================= */
/* ============================ PHONE/LANDSCAPE ========================== */
/* ======================================================================= */
@media screen and (max-width: 480px) and (min-width: 321px) {
#wrapper {width: 97%;}
.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
.topcontentBox3 {width: 98%; margin: 1%; padding-top: 20px;	background: url('../images/back.png'); box-shadow: 0 0 20px #000; border: 1px solid #444;}

/* === navigation ==== */
.js #nav {display: none;}
.js .selectnav {display: block;}
select#selectnav1 {background-color: transparent;	color: #fff; width: 250px; min-width: 250px; max-width: 400px; margin: 0 auto; padding: 6px 0 0 0; font-size: 1.1em; letter-spacing: 1px; border: none;}
select#selectnav1 option {background-color: transparent; color: #fff; font-size: 0.85em; padding: 1px 20px 1px 10px;}
#mainnav {width: 80%; margin: 0 auto; background-color: #3c2c12; background-image: -webkit-linear-gradient(top, #a3792c, #3c2c12); background-image: -moz-linear-gradient(top, #a3792c, #3c2c12); background-image: -ms-linear-gradient(top, #a3792c, #3c2c12); background-image: -o-linear-gradient(top, #a3792c, #3c2c12); border-radius: 10px 10px;}

/* === header block ==== */
#nameplate {text-align: center; width: 90%;}
#nameplate h1 {font-size: 2.5em; text-align: center;}
#address {display: none;}

/* === top section ==== */
#topsection {width: 100%;	height: 240px; background: none; border: none; box-shadow: none;}

/* === miscellaneous coding ==== */
.lgproduct-image {width: 75%;	margin: 1%;	padding: 0;}
.lgproduct-text {width: 98%;	margin: 1%;	padding: 0;}
h2 {font-size: 1.5em;}
blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
ul.tabs {display: none;}
.tab_content {display: none;}
.tab_container {display: none;}
}
/* ======================================================================= */
/* =========================== SMALL TABLET/PORTRAIT ===================== */
/* ======================================================================= */
@media screen and (max-width: 600px) and (min-width: 481px) {
#wrapper {width: 95%; margin: 0 auto; font-size: 0.90em;} 
.contentBox3, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
.contentBox2, .contentBox4 {width: 48%; margin: 1%; padding: 0;}
/* === navigation ==== */
.js #nav {display: none;}
.js .selectnav {display: block;}
select#selectnav1 {background-color: transparent;	color: #fff; width: 250px; min-width: 250px; max-width: 400px; margin: 0 auto; padding: 6px 0 0 0; font-size: 1.1em; letter-spacing: 1px; border: none;}
select#selectnav1 option {background-color: transparent; color: #fff; font-size: 0.85em; padding: 1px 20px 1px 10px;}
#mainnav {width: 60%; margin: 0 auto; background-color: #3c2c12; background-image: -webkit-linear-gradient(top, #a3792c, #3c2c12); background-image: -moz-linear-gradient(top, #a3792c, #3c2c12); background-image: -ms-linear-gradient(top, #a3792c, #3c2c12); background-image: -o-linear-gradient(top, #a3792c, #3c2c12); border-radius: 10px 10px;}
/* === header block ==== */
#nameplate {text-align: center; width: 97%;}
#address {display: none;}	
/* === top section ==== */
#topsection {padding: 0; width: 100%; background: none; border: none; box-shadow: none;}
.topcontentBox3 {width: 60%; margin: 0 20% 0 15%; padding: 20px 30px; background: url('../images/back.png'); box-shadow: 0 0 20px #000; border: 1px solid #444;}
.bubble {height: 330px;}
.bubble2 {height: 330px;}
/* === miscellaneous coding ==== */
h2 {font-size:1.5em }
}

/* ======================================================================= */
/* ========================== SMALL TABLET/LANDSCAPE ===================== */
/* ======================================================================= */
@media screen and (max-width: 800px) and (min-width: 769px) {
#wrapper {width: 95%;	margin: 0 auto;	font-size: 0.90em;}
#mainnav {top: 103px;}

/* === top section ==== */
#topsection {width: 100%;background: none; border: none; box-shadow: none;}
.topcontentBox3 {width: 30%; height: 350px; margin: 1%;	padding: 20px 0; background: url('../images/back.png'); box-shadow: 0 0 20px #000; border: 1px solid #444;}
.bubble {height: 330px;}
.bubble2 {height: 330px;}

/* === miscellaneous coding ==== */
.contentBox2, .contentBox3, .contentBox4 {width: 48%; margin: 1%; padding: 0;}
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
h2 {font-size: 1.5em;}
.lgproduct-image {width: 60%;	margin: 1%;	padding: 0;}
.lgproduct-text {width: 98%; margin: 1%;	padding: 0;}
}

/* ======================================================================= */
/* ======================= LARGE TABLET PORTRAIT ========================= */
/* ======================================================================= */
@media screen and (max-width: 768px) and (min-width: 624px) {
#wrapper {width: 95%;	margin: 0 auto;	font-size: 0.90em;}
#mainnav {top: 102px;}

/* === top section ==== */
#topsection {width: 100%;background: none; border: none; box-shadow: none;}
.topcontentBox3 {width: 31%; height: 350px; margin: 1%;	padding: 25px 0; background: url('../images/back.png'); box-shadow: 0 0 20px #000; border: 1px solid #444;}
.bubble {height: 330px;}
.bubble2 {height: 330px;}

/* === miscellaneous coding ==== */
h2 {font-size: 1.5em;}
.lgproduct-image {width: 60%;	margin: 1%;	padding: 0;	text-align: center;}
.lgproduct-text {width: 98%;	margin: 1%;	padding: 0;}
}
/* ======================================================================= */
/* =============== LARGE TABLET PORTRAIT/DESKTOP/LAPTOP VIEW ============= */
/* ======================================================================= */
@media screen and (max-width: 1024px) and (min-width: 801px) {
#wrapper {width: 95%;	margin: 0 auto;	font-size: 0.90em;}

}