﻿/* ======== GENERAL RULES ======== */
html {
	height: 101%;
	margin-bottom: 1px;
}
body {
	background: #ffffff url(../images/background.jpg) repeat-x;
	color: #000000;
	font: normal 1.0em 'Muli', Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
}
header, footer, nav, article, section, aside {
	display: block;
}
hr {
	background-color: #959595;
	color: #959595;
	border: none;
	height: 1px;
}
ul {
	margin: 10px 0 20px 10px;
	padding: 0 0 0 10px;
}
ul li a {
	color: #d989a3;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}
ul li a:hover {
	color: #919191;
	text-decoration: underline;
}
blockquote {
	background: url('../images/blockquote.png') no-repeat 5px 5px;
	font: italic 0.95em Georgia, Garamond, "Times New Roman", serif;
	color: #555;
	margin: 2px 5px;
	padding: 2px 5px 2px 35px;
	text-align: left;
	line-height: normal;
}
.leftside {
	float: left;
	display: block;
	width: 30%;
	margin-right: 5%;
	border-right: 1px #999 dashed;
}
.rightside {
	float: right;
	display: block;
	width: 30%;
	margin-left: 5%;
	border-left: 1px #999 dashed;
}
fieldset {
	border: 1px #999 solid;
	margin: 20px 0;
	text-align: center;
	line-height: normal;
}
fieldset img {
	background-color: #ffffff;
	margin: 5px 10px;
	border: 1px #999 solid;
}
fieldset p {
	font-size: 0.85em;
	text-align: left;
	padding: 0 10px;
}
legend {
	background-color: transparent;
	padding: 0 10px;
	margin: 0 0 0 10px;
	color: #616161;
	letter-spacing: 1px;
	font: small-caps normal 20px Georgia, Garamond, serif;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}
/* ======== TYPOGRAPHY ======== */
a {
	color: #d989a3;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #919191;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font: normal 2.2em 'Federo', Verdana, Helvetica, sans-serif;
	color: #792d4b;
	margin: 0.5em 0;
}
h2 {
	font: normal 1.9em 'Federo', Verdana, Helvetica, sans-serif;
	color: #792d4b;
	margin: 0.3em 0;
}
h3 {
	font: normal 1.6em 'Federo', Verdana, Helvetica, sans-serif;
	color: #792d4b;
	margin: 0.5em 0;
	text-align: left;
}
h4 {
	font: normal 1.6em 'Federo', Verdana, Helvetica, sans-serif;
	color: #616161;
	margin: 0.5em 0;
}
h5 {
	font: normal 1.50em 'Federo', Verdana, Helvetica, sans-serif;
	color: #616161;
	margin: 0.5em 0;
}
h6 {
	font: normal 1.20em 'Muli', Verdana, Helvetica, sans-serif;
  text-transform: uppercase; 
  color: #792d4b;
	margin: 0.5em 0;
	border-bottom: 1px #792d4b solid;
}
.alternate1 {
	color: #000000;
	font: normal 1.9em 'Oswald', Verdana, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px #000000 solid;
}
.alternate2 {
	color: #ffffff;
	font: normal 1.3em 'Oswald', Verdana, Helvetica, sans-serif;
	background: #792d4b;
	background-image: -webkit-linear-gradient(top, #d989a3, #792d4b); 
	background-image: -moz-linear-gradient(top, #d989a3, #792d4b);
	background-image: -ms-linear-gradient(top, #d989a3, #792d4b);
	background-image: -o-linear-gradient(top, #d989a3, #792d4b);
	border: solid 1px #792d4b;
	margin: 0.2em -3px 0.5em -3px;
	padding: 3px 6px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.alternate3 {
	font: normal 1.9em 'Oswald', Verdana, Helvetica, sans-serif;
	color: #333;
	margin: 0.5em 0;
	text-align: center;
	border-bottom: 1px #666 solid;
}
.button {
	color: #fff;
	text-shadow: 0 1px 1px #202020;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 10px;
	text-decoration: none;
	background: #808080;
	background-image: -webkit-linear-gradient(top, #808080, #303030); 
	background-image: -moz-linear-gradient(top, #808080, #303030);
	background-image: -ms-linear-gradient(top, #808080, #303030);
	background-image: -o-linear-gradient(top, #808080, #303030);
	border: solid 1px #303030;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.button:hover {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: #792d4b;
	background-image: -webkit-linear-gradient(top, #d989a3, #792d4b); 
	background-image: -moz-linear-gradient(top, #d989a3, #792d4b);
	background-image: -ms-linear-gradient(top, #d989a3, #792d4b);
	background-image: -o-linear-gradient(top, #d989a3, #792d4b);
	border: solid 1px #792d4b;
}
p.dropcap {
	overflow: hidden;
}
p.dropcap:first-letter {
	color: #444;
	display: block;
	float: left;
	font: 60px/50px Georgia, Garamond, serif;
	padding: 6px 4px 0 0;
}
.bignumber {
  border-radius: 25px;
	background: #792d4b;
	background-image: -webkit-linear-gradient(top, #d989a3, #792d4b); 
	background-image: -moz-linear-gradient(top, #d989a3, #792d4b);
	background-image: -ms-linear-gradient(top, #d989a3, #792d4b);
	background-image: -o-linear-gradient(top, #d989a3, #792d4b);
	text-shadow: 0 1px 1px #202020;
  color: #ffffff;
  display: block;
  float: left;
  font: normal 28px/50px Garamond, Georgia, serif;
  height: 50px;
  margin: 0 10px 5px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}
ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet01.png) no-repeat 0 3px;
	padding: 1px 0 0 15px;
}
ul.list2 li {
	list-style-type: none;
	background: url(../images/bullet02.png) no-repeat 0 3px;
	padding: 1px 0 0 15px;
}
ul.list3 li {
	list-style-type: none;
	background: url(../images/bullet03.png) no-repeat 0 5px;
	padding: 1px 0 0 18px;
}
ol.leadingzero {
	background: none;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}
/* ======== LAYOUT RULES ======== */
#wrapper {
	color: #000000;
	max-width: 1300px;
	width: 75%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/* ======== HEADER AREA ======== */
header {
	position: relative;
	width: 100%;
	height: 160px;
	text-align: center;
}
/* ======== LOGO/SITE NAME AREA ======== */
#logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	text-align: center;
}
#logo h1 {
	font: normal 2.4em 'Oswald', Verdana, Helvetica, sans-serif;
	color: #792d4b;
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: none;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#logo h1 a {
	color: #792d4b;
	text-decoration: none;
	font-weight: normal;
}
#logo h1 a:hover {
	color: #792d4b;
	text-decoration: none;
}
#logo h2 {
	font: normal 0.9em 'Muli', Verdana, Helvetica, sans-serif;
	color: #666;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
  clear: both;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 50px;
	color: #000000;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}
#nav li {
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 500;
	margin: 0 -2px 0 -3px;
	padding: 0;
	text-align: left;
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 15px 15px 14px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
#nav li a:hover {
	font-weight: normal;
	padding: 15px 15px 14px 15px;
	color: #000000;
	background: #efefef;
	background-image: -webkit-linear-gradient(top, #efefef, #616161); 
	background-image: -moz-linear-gradient(top, #efefef, #616161);
	background-image: -ms-linear-gradient(top, #efefef, #616161);
	background-image: -o-linear-gradient(top, #efefef, #616161);
	-webkit-transition: all 0.2s ease 0.0s;
	transition: all 0.2s ease 0.0s;
}
/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	box-shadow: 0 3px 8px #000;
}
#nav ul li {
	width: 170px; /* you can increase or decrease width of submenu */
	float: left;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 0.90em;
}
#nav ul a {
	display: block;
	height: 18px;
	font-weight: normal;
	text-transform: none;
	padding: 5px 3px 5px 15px;
	color: #000000;
	background-color: #e1e1e1;
	background-image: none;
	border-top: none;
	border-radius: 0;
	box-shadow: none;
}
#nav ul a:hover {
	font-weight: normal;
	color: #ffffff;
	padding: 5px 3px 5px 15px;
	text-transform: none;
	text-decoration: none;
	border-top: none;
	background: #d989a3;
	background-image: -webkit-linear-gradient(top, #d989a3, #792d4b); 
	background-image: -moz-linear-gradient(top, #d989a3, #792d4b);
	background-image: -ms-linear-gradient(top, #d989a3, #792d4b);
	background-image: -o-linear-gradient(top, #d989a3, #792d4b);
	border-radius: 0;
	box-shadow: none;
}
.selectnav { display: none; }
/* ======== MAINIMAGE AREA ======== */
#photoblock {
	width: 96%;
	padding: 0 2%;
	margin: 10px 0 10px 0;
	display: table;
}
#image1 {
	float: left;
  display: table-cell;
  width: 33.3%;
  max-height: 400px;
  vertical-align: middle;
  text-align: center;
}
#image2 {
	float: left;
  display: table-cell;
  width: 33.3%;
  max-height: 400px;
  vertical-align: middle;
  text-align: center;
}
#image3 {
	float: left;
  display: table-cell;
  width: 33.3%;
  max-height: 400px;
  vertical-align: middle;
  text-align: center;
}
#image1 img {
  border: 10px #f0f0f0 solid;
  width: 95%;
  height: auto;
	-webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);	
	transform: rotate(-9deg);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);  
}
#image2 img {
  border: 10px #f0f0f0 solid;
  width: 95%;
  height: auto;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);	
	transform: rotate(2deg);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);  
}
#image3 img {
  border: 10px #f0f0f0 solid;
  width: 95%;
  height: auto;
	-webkit-transform: rotate(9deg);
	-moz-transform: rotate(9deg);
	-ms-transform: rotate(9deg);	
	transform: rotate(9deg);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);  
}
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
	float: left;
	width: 22%;
	padding: 0 1%;
	margin: 0 0.50%;
	line-height: 1.4em;
}
#sidebarRight {
	float: right;
	width: 22%;
	padding: 0 1%;
	margin: 0 0.50%;
	line-height: 1.4em;
}
/* ======== CONTENT AREA ======== */
#contentRight {
	float: right;
	width: 72%;
	padding: 0 1%;
	margin: 0 0.50%;	
	line-height: 1.5em;
}
#contentLeft {
	float: left;
	width: 72%;
	padding: 0 1%;
	margin: 0 0.50%;
	line-height: 1.5em;
}
#contentMiddle {
	float: left;
	width: 47%;
	padding: 0 1%;
	margin: 0 0.50%;
	line-height: 1.5em;
	overflow: hidden;
}
#contentFull {
	float: left;
	width: 98%;
	padding: 0 1%;
	line-height: 1.5em;
}
/* ======== SECTION BLOCKS ======== */
.contentBox2 {
	float: left;
	width: 46%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
}
.contentBox3 {
	float: left;
	width: 29.33333%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
}
.contentBox4 {
	float: left;
	width: 21%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
}
.alpha {padding: 0 2% 0 0; margin: 0 2% 0 0;}
.omega {padding: 0 0 0 2%; margin: 0 0 0 2%;}

/* adds a border to the bottom of a div */
.catalog {
	max-width: 100%;
	border-bottom: 1px #c0c0c0 solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.catalog h6 {
	text-align: center;
	font: normal 20px Georgia, Garamond, serif;
}
/* ======== FOOTER AREA ======== */
footer {
	clear: both;
	background: transparent url('../images/footerbg.jpg') no-repeat center top;
	background-size: 100%;
	color: #000000;
	width: 100%;
	font-size: 0.85em;
	padding: 20px 0 10px 0;
}
footer ul {
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
footer ul li {
	margin: 1px 0;
	background: url(../images/bullet02.png) no-repeat 0 3px;
	padding: 0 0 0 18px;
}
footer ul li a {
	color: #505050;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 2px;
}
footer ul li a:hover {
	color: #d989a3;
	text-decoration: underline;
	font-weight: normal;
}
footer a {
	color: #d989a3;
}
footer a:hover {
	color: #919191;
}
footer hr {
	width: 90%;
	margin: 10px 5%;
}
#socialmedia {
  width: 90%;
  margin: 10px 5%;
  letter-spacing: 10px;
  text-align: center;
}
/* ======== CONTACT FORM ======== */
form.contactform {
	width: 99%;
	text-align: left;
}
.contactform label {
  width: 99%;
  text-align: left;
  font-style: italic;
	line-height: 1.5em;
	display: block;
	margin-bottom: 4px;
}
.contactform input {
  width: 99%;
  border: 1px #c0c0c0 solid;
  background-color: #efefef;
  padding: 5px;
  margin-bottom: 10px;
	color: #000000;
	border-radius: 5px;
}
.contactform textarea {
  width: 99%;
  border: 1px #c0c0c0 solid;
  background-color: #efefef;
  padding: 5px;
  resize:none;
	color: #000000;
	border-radius: 5px;
}
.contactform .submit {
  width: 100px;
  margin: 10px 0 0 0;
  cursor: pointer;
	color: #fff;
	text-shadow: 0 1px 1px #202020;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 10px;
	text-decoration: none;
	background: #808080;
	background-image: -webkit-linear-gradient(top, #808080, #303030); 
	background-image: -moz-linear-gradient(top, #808080, #303030);
	background-image: -ms-linear-gradient(top, #808080, #303030);
	background-image: -o-linear-gradient(top, #808080, #303030);
	border: solid 1px #303030;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.contactform .submit:hover {
  width: 100px;
  margin: 10px 0 0 0;
  cursor: pointer;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: #792d4b;
	background-image: -webkit-linear-gradient(top, #d989a3, #792d4b); 
	background-image: -moz-linear-gradient(top, #d989a3, #792d4b);
	background-image: -ms-linear-gradient(top, #d989a3, #792d4b);
	background-image: -o-linear-gradient(top, #d989a3, #792d4b);
	border: solid 1px #792d4b;
}
/* ======= PHOTO GALLERY ========= */
.photogallery {
  background-color: #efefef;
  border: 20px #ffffff solid;
  padding: 20px;
  margin: 0 2% 40px 2%;
  text-align: center;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.8);
}
.photogallery img {
  background-color: #ffffff;
  padding: 8px;
  border: 1px #c0c0c0 solid;
  margin: 3px 3px 12px 3px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.8);
}
.photogallery p {
  text-align: left;
}
/* ======= TABBED CONTENT ======== */
ul.tabs {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	width: 100%;
	border-radius: 10px 0 0 0;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 15px ;
	height: 31px;
	line-height: 31px;
	border: 1px solid #bbb;
	border-left: none;
	color: #444;
	background: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #ddd); 
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
}
ul.tabs li:hover {
	background: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #bbb); 
	background-image: -moz-linear-gradient(top, #fff, #bbb);
	background-image: -ms-linear-gradient(top, #fff, #bbb);
	background-image: -o-linear-gradient(top, #fff, #bbb);
	color: #000;
}	
ul.tabs li.active{
	background: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid #ffffff;
}
.tab_container {
	border: 1px solid #bbb;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.tab_content {
	padding: 20px;
	font-size: 0.90em;
	display: none;
	line-height: normal;
}
/* ======== IMAGES ======== */
img {
	border: none;
}
#catalogimage { /* allows the large product image to scale with the size of the viewport */
  max-width: 60%;
  min-width: 30%;
  height: auto;
}
.imageleft {
	margin: 5px 10px 0 0;
	float: left;
}
.imageright {
	margin: 5px 0 0 10px;
	float: right;
}
.image-border, .image-googlemap {
	background-color: #ffffff;
	margin: 2px 0;
	padding: 3px;
	border: 1px #c0c0c0 solid;
}
.imageleft-border {
	background-color: #ffffff;
	margin: 5px 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px #c0c0c0 solid;
}
.imageright-border {
	background-color: #ffffff;
	margin: 5px 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #c0c0c0 solid;
}	
.image-round {
	border-radius: 50%;
	border: 1px #ffffff solid;
	background-color: #ffffff;
	padding: 3px;
	border: 1px #c0c0c0 solid;
}
.image-catalog {
	border: 1px #c0c0c0 solid;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px 10px;
	box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.6);
}
/* ======== MISC. CLASSES ======== */
p.comment {
	background: transparent url('../images/comment.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.home {
	background: transparent url('../images/home.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.phone {
	background: transparent url('../images/phone.png') 0 2px no-repeat;
	padding: 0 0 5px 25px;
}
p.email {
	background: transparent url('../images/email.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.hours {
	background: transparent url('../images/clock.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.photo {
	background: transparent url('../images/photo.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: 0.85em;
}
p.info {
	background: transparent url('../images/info.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}

.clear {height: 0; line-height: 0; margin: 0; padding: 0; clear: both;}
.clearsmall {height: 0; line-height: 0; margin: 0; padding: 0; clear: both;}
.clearfix:before, .clearfix:after {content: "."; display: block; height: 0; overflow: hidden;}
.clearfix:after {clear: both;}

dt.question {
	font: normal 1.3em Georgia, Garamond, serif;
	color: #444;
	font-variant: small-caps;
	padding: 3px 10px;
	margin: 10px 50px 0 50px;
	border-bottom: 1px #444 solid;
}
dd.answer {
	padding: 0 0 30px 0;
	margin: 0 100px;
	display: block;
}
.highlight {
	background-color: #FFFF00;
	color: #000;
}

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

/* ========================================================== */
/* ================ CELL PHONE - PORTRAIT VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 320px) {
	#wrapper {
  	width: 96%;
  	margin: 0 2%;}
	#logo h1 {
    font-size: 2.0em;}
  #logo h2 {
    font-size: 0.80em;}
/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {
    display: block;}
	 select#selectnav1 {
    color: #000000;
	background: #efefef;
	background-image: -webkit-linear-gradient(top, #efefef, #616161); 
	background-image: -moz-linear-gradient(top, #efefef, #616161);
	background-image: -ms-linear-gradient(top, #efefef, #616161);
	background-image: -o-linear-gradient(top, #efefef, #616161);
    width: 240px; 
    margin: 12px auto 0 auto; 
    padding: 3px 6px 3px 6px; 
    font-size: 1.0em; 
    letter-spacing: 1px; 
    border: none;}
	select#selectnav1 option {
    background-color: #efefef; 
    color: #000000; 
    font-size: 0.90em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
	#image1 img, #image2 img, #image3 img {border: 5px #f0f0f0 solid;}
/* ===== tabbed content ===== */
	ul.tabs, .tab_container {
    visibility: hidden; 
    display: none;}
/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {
    visibility: hidden; display: none;}
	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
    width: 98%; margin: 1%; padding: 0;}
  .catalog {margin-bottom: 20px;}
	dt.question {
    padding: 10px 0 0 30px; 
    margin: 0 5px;}
	dd.answer {
    margin: 0 20px;}
	footer section.contentBox4 {
    visibility: hidden; 
    display: none;}
	footer hr {display: none;}
}

/* ========================================================== */
/* =============== CELL PHONE - LANDSCAPE VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 480px) and (min-width: 321px) {
	#wrapper {
  	width: 96%;
  	margin: 0 2%;}
	#logo h1 {
    font-size: 2.0em;}
  #logo h2 {
    font-size: 0.80em;}
/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {
    display: block;}
	select#selectnav1 {
    color: #000000;
	background: #efefef;
	background-image: -webkit-linear-gradient(top, #efefef, #616161); 
	background-image: -moz-linear-gradient(top, #efefef, #616161);
	background-image: -ms-linear-gradient(top, #efefef, #616161);
	background-image: -o-linear-gradient(top, #efefef, #616161);
    width: 240px; 
    margin: 12px auto 0 auto; 
    padding: 3px 6px 3px 6px; 
    font-size: 1.0em; 
    letter-spacing: 1px; 
    border: none;}
	select#selectnav1 option {
    background-color: #efefef; 
    color: #000000; 
    font-size: 0.80em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
	#image1 img, #image2 img, #image3 img {border: 5px #f0f0f0 solid;}
/* ===== tabbed content ===== */
	ul.tabs, .tab_container {
    visibility: hidden; 
    display: none;}
/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
  .catalog {margin-bottom: 20px;}
	dt.question {padding: 10px 0 0 30px; margin: 0 5px;}
	dd.answer {margin: 0 20px;}
	footer section.contentBox4 {visibility: hidden; display: none;}
	footer hr {display: none;}
}

/* ========================================================== */
/* ============== SMALL TABLET - PORTRAIT VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 623px) and (min-width: 481px) {
	#wrapper {
  	width: 96%;
  	margin: 0 2%;}
	#logo h1 {
    font-size: 2.2em;}
  #logo h2 {
    font-size: 0.80em;}
/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {
    display: block;}
	select#selectnav1 {
    color: #000000;
	background: #efefef;
	background-image: -webkit-linear-gradient(top, #efefef, #616161); 
	background-image: -moz-linear-gradient(top, #efefef, #616161);
	background-image: -ms-linear-gradient(top, #efefef, #616161);
	background-image: -o-linear-gradient(top, #efefef, #616161);
    width: 280px; 
    margin: 12px auto 0 auto; 
    padding: 3px 6px 3px 6px; 
    font-size: 1.0em; 
    letter-spacing: 1px; 
    border: none;}
	select#selectnav1 option {
    background-color: #efefef; 
    color: #000000; 
    font-size: 0.90em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
	#image1 img, #image2 img, #image3 img {border: 5px #f0f0f0 solid;}
/* ===== tabbed content ===== */
	ul.tabs li {padding: 0px 5px;	text-transform: none; font-size: 0.90em;}
/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
	.contentBox4.catalog {width: 48%; margin-bottom: 20px;}
	dt.question {padding: 10px 0 0 30px; margin: 0 5px;}
	dd.answer {margin: 0 20px;}
	footer section.contentBox4 {width: 46%; margin: 0 2%; padding: 0;}
}

/* ========================================================== */
/* ============= SMALL TABLET - LANDSCAPE VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 800px) and (min-width: 769px) {
	#wrapper {
  	width: 96%;
  	margin: 0 2%;}
	#logo h1 {
    font-size: 2.4em;}
  #logo h2 {
    font-size: 0.85em;}
/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {
    display: block;}
	select#selectnav1 {
    color: #000000;
	background: #efefef;
	background-image: -webkit-linear-gradient(top, #efefef, #616161); 
	background-image: -moz-linear-gradient(top, #efefef, #616161);
	background-image: -ms-linear-gradient(top, #efefef, #616161);
	background-image: -o-linear-gradient(top, #efefef, #616161);
    width: 280px; 
    margin: 12px auto 0 auto; 
    padding: 3px 6px 3px 6px; 
    font-size: 1.0em; 
    letter-spacing: 1px; 
    border: none;}
	select#selectnav1 option {
    background-color: #efefef; 
    color: #000000; 
    font-size: 0.90em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
/* ===== tabbed content ===== */
	ul.tabs li {padding: 0px 5px;	text-transform: none; font-size: 0.90em;}
/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox4.catalog {width: 48%; margin-bottom: 20px;}
	dt.question {padding: 10px 0 0 30px; margin: 0 5px;}
	dd.answer {margin: 0 20px;}
	.image-googlemap {max-width: 90%;}
	.contentBox4 {width: 48%; margin: 0 1%; padding: 0;}
	footer section.contentBox4 {width: 46%; margin: 0 2%; padding: 0;}
}

/* ========================================================== */
/* ============== LARGE TABLET - PORTRAIT VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 768px) and (min-width: 624px) {
	#wrapper {
  	width: 96%;
  	margin: 0 2%;}
	#logo h1 {
    font-size: 2.4em;}
  #logo h2 {
    font-size: 0.95em;}
/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {
    display: block;}
	select#selectnav1 {
    color: #000000;
	background: #efefef;
	background-image: -webkit-linear-gradient(top, #efefef, #616161); 
	background-image: -moz-linear-gradient(top, #efefef, #616161);
	background-image: -ms-linear-gradient(top, #efefef, #616161);
	background-image: -o-linear-gradient(top, #efefef, #616161);
    width: 280px; 
    margin: 12px auto 0 auto; 
    padding: 3px 6px 3px 6px; 
    font-size: 1.0em; 
    letter-spacing: 1px; 
    border: none;}
	select#selectnav1 option {
    background-color: #efefef; 
    color: #000000; 
    font-size: 0.90em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
/* ===== tabbed content ===== */
	ul.tabs li {padding: 0px 5px;	text-transform: none; font-size: 0.90em;}
	/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	dt.question {padding: 10px 0 0 30px; margin: 0 5px;}
	dd.answer {margin: 0 20px;}
	.image-googlemap {max-width: 90%;}
	.contentBox4.catalog {width: 48%; margin-bottom: 20px; padding: 0;}
	footer section.contentBox4 {width: 46%; margin: 0 2%; padding: 0;}
}

/* ========================================================== */
/* ======== LARGE TABLET PORTRAIT/DESKTOP/LAPTOP VIEW ======= */
/* ========================================================== */
@media screen and (max-width: 1250px) and (min-width: 801px) {
	#wrapper {
  	width: 96%;
  	margin: 0 2%;}
/* ===== main image area ===== */
/* ===== tabbed content ===== */
	ul.tabs li {padding: 0px 5px;	text-transform: none; font-size: 0.90em;}
/* ===== navigation ===== */
	#nav li {
	margin: 0 4px;}
}
