﻿@charset "utf-8";
/* ======== GENERAL RULES ======== */
html {
	height: 101%;
	margin-bottom: 1px;
}
body {
	background: #eee url('../images/back.jpg');
	font: normal .90em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #202020;
	text-align: left;
}
header, footer, nav, article, section, aside, figure, figcaption {
	display: block;
}
img {
	border: none;
}
hr {
	background-color: #58646c;
	color: #58646c;
	height: 1px;
	width: 100%;
}
ul li a {
	color: #58646c;
	font-weight: bold;
	padding: 0;
}
ul li a:hover {
	color: #707070;
	text-decoration: underline;
}
blockquote {
	background: url('../images/quote.png') no-repeat top left;
	font-style: italic;
	color: #404040;
	margin: 5px;
	padding: 3px 5px 3px 35px;
	line-height: normal;
	border: dashed 1px #888;
}
.leftside {
	float: left;
	display: block;
	width: 30%;
	margin-right: 5%;
}
.rightside {
	float: right;
	display: block;
	width: 30%;
	margin-left: 5%;
}
fieldset {
	border: 1px dashed #c0c0c0;
	padding: 1%;
	margin: 2% 0;
}
legend {
	color: #58646c;
	background-color: #ffffff;
	font: 1.9em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #58646c;
	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: #58646c;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a:hover {
	color: #40484e;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}
h1 {
	font: 2.3em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #58646c;
	margin: .3em 0 .3em 0;
	letter-spacing: 1px;
	line-height: 42px;
}
h2 {
	font: 2.1em 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	color: #404040;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
	border-bottom : 1px solid;
}
h3 {
	font: 1.9em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #40484e;
	margin: .2em 0;
	padding: 0;
}
h4 {
	font: normal 1.6em Verdana, Helvetica, sans-serif;
	color: #404040;
	margin: .3em 0;
}
h5 {
	font: normal 1.35em Verdana, Helvetica, sans-serif;
	color: #58646c;
	margin: .3em 0;
}
h6 {
	font: normal 1.2em Verdana, Helvetica, sans-serif;
	color: #404040;
	margin: .3em 0;
}
h2.alternate {
	font: 1.7em 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	color: #3c4147;
	margin: .3em 0;
	padding: .1em;
	letter-spacing: 1px;
	text-align: center;
}
.dropcap {
	float: left;
	color: #58646c;
	font: 60px/50px Georgia, Times, "Times New Roman", serif;
	padding: 0 4px 0 0;
}
p.dropcap {
	overflow: hidden;
}
.bignumber {
	font: 2.0em '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: #40484e;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	float: left;
}
.button {
	font-size: 0.90em;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background-color: #40484e;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
.button:hover {
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background-color: #505050;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
/* ======== LAYOUT RULES ======== */
#wrapper {
	width: 980px;
	background: #fff;
	margin: 10px auto;
	border-radius: 15px 15px;
	box-shadow: 3 0 10px #000;
}
/* ======== HEADER AREA ======== */
header {
	position: relative;
	width: 100%;
	height: 170px;
	background: #ffffff url('../images/BackBar_4.jpg') repeat-x;
	border-radius: 15px 15px 0 0;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	position: absolute;
	top: 115px;
	left: 0;
	color: #ffffff;
	width: 100%;
	height: 23px;
	padding-top: 5px;
	text-align: center;
	font-size: .90em;
	text-transform: uppercase;
}
#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: transparent;
	position: relative;
	z-index: 500;
	margin: 0 6px;
	padding: 0;
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 12px 3px 11px 3px;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
}
#nav li a:hover {
	color: #ffffff;
}
/* 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: #404040;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display: block;
	height: 15px;
	padding: 6px 5px;
	color: #ffffff;
	background-color: #58646c;
	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-color: #404040;
}
.selectnav {
	display: none;
}
/* ======== LOGO/SITE NAME AREA ======== */
#nameplate {
	position: absolute;
	top: 15px;
	left: 0;
	width: 590px;
	text-align: center;
	padding: .5em;
}
#nameplate h1 {
	font: 2.8em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 0.07em;
	margin-top: 0;
}
#nameplate p {
	font-size: 18px;
	font-family: 'Philosopher', cursive, Verdana, Helvetica, sans-serif;
	color: #404040;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
#tagline {
	position: absolute;
	top: 55px;
	left: 0;
	width: 590px;
	text-align: center;
	font: 16px 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #808080;
	font-weight: normal;
	font-style: italic;
	padding: .5em;
}
#address {
	position: absolute;
	top: 20px;
	right: 10px;
	height: 90px;
	width: 250px;
	text-align: right;
	font: 16px 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
}
/* ======== 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;
}
#contentLeft {
	float: left;
	width: 69%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
}
#contentMiddle {
	float: left;
	width: 42%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.5em;
}
#contentFull {
	width: 98%;
	margin: 0 1%;
	line-height: 1.5em;
}
/* ======== 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;
	width: 980px;
	background: #222327 url('../images/BackBar_4.jpg') repeat-x;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 1.5em;
	border-radius: 0 0 15px 15px;
	padding: 20px 0;
}
footer p {
	padding: 0;
	margin: 0;
}
footer a {
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
footer a:hover {
	color: #c0c0c0;
	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: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
footer li a:hover {
	color: #c0c0c0;
	text-decoration: underline;
	font-weight: bold;
}
footer h2 {
	font: 20px 'Philosopher', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #fff;
	margin: .5em 0;
	letter-spacing: 1px;
	border-bottom: 1px solid;
	text-align: center;
}
/* ======== MISCELLANEOUS CLASSES ======== */
.center {
	text-align: center;
}
.tiny {
	font-size: 75%;
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.clearsmall {
	clear: both;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 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: #FFFF00;
	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 {
	background-color: #ffffff;
	margin: 0 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px #d0d0d0 solid;
}
.imageright-border {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #d0d0d0 solid;
}
.image-catalog {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.image-gallery {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
}
.lgproduct-image {
	float: left;
	width: 350px;
	padding: 1%;
	margin: 2%;
}
.lgproduct-text {
	float: left;
	width: 200px;
	padding: 1%;
	margin: 2%;
	text-align: center;
}
figure {
	float: left;
	width: 150px;
	text-align: center;
}
figcaption {
	text-align: center;
	font-size: .90em;
}
/* ======== PRODUCT TAB FORMATTING ======== */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #58646c;
	border-left: 1px solid #58646c;
	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 #58646c;
	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: #58646c;
	border-bottom: 1px solid #58646c;
	color: #ffffff;
}
.tab_container {
	border: 1px solid #58646c;
	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: 98%; margin: 0 auto; font-size: 0.90em;}
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #fff; width: 80%; min-width: 250px; max-width: 400px; margin: 5px 0 0 5px; padding: 3px; font-size: 1.0em; letter-spacing: 1px; border: 1px #606060 solid;}
	select#selectnav1 option {background-color: #4e5c79; color: #fff; font-size: 0.85em; padding: 1px 20px 1px 10px;}
 	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
/* === header block ==== */
  header {width: 100%; height: 166px;}
  #nameplate {text-align: center; width: 95%;}
  #nameplate h1 {font-size: 2.5em; text-align:center; }
  #tagline { display: none;}
  #address {display: none;}
/* === footer ==== */
	footer {display: 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 {display:none;}
  .bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px; }
  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: 95%; margin: 0 auto; font-size: 0.90em;} 
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #fff; width: 80%; margin: 5px 0 0 5px; padding: 3px; font-size: 1.0em; letter-spacing: 1px; border: 1px #606060 solid; border-radius: 5px;}
	select#selectnav1 option {background-color: #4e5c79; color: #fff; font-size: 0.85em; padding: 1px 20px 1px 10px;}
	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
/* === header block ==== */
  header {width: 100%; height: 166px;}
  #nameplate {text-align: center; width: 98%;}
  #nameplate h1 {font-size: 2.5em; text-align:center; }
  #tagline { display: none;}
  #address {display: none;}
/* === footer ==== */
	footer {display: 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 {display:none;}
  .bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px; }
  ul.tabs {display: none;	}
	.tab_content {display: none;}
	.tab_container {display: none;}
}

/* ================ small tablet/portrait ============== */
@media screen and (max-width: 623px) and (min-width: 481px) {
 	#wrapper {width: 95.8%; margin: 0 auto; font-size: 0.90em;} 
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #fff; width: 80%; margin: 7px auto; padding: 3px; font-size: 0.90em; letter-spacing: 1px; border: 1px #606060 solid; border-radius: 5px;}
	select#selectnav1 option {background-color: #4e5c79; color: #fff; font-size: 1.0em; padding: 1px 20px 1px 10px;}
	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
/* === header block ==== */
  header {height: 106px; width: 100%; height: 166px;}
  #nameplate {text-align: center; width: 100%;}
  #tagline {display: none;}
  #address {display: none;}
/* === footer ==== */
	footer {display: none;}
/* === miscellaneous coding ==== */
  .lgproduct-image {width: 60%; margin: 1%; padding: 0; text-align:center;}
	.lgproduct-text {width: 98%; margin: 1%; padding: 0;}
	h2 {font-size:1.5em }
  .bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px; }
  ul.tabs {display: none;	}
	.tab_content {display: none;}
	.tab_container {display: none;}
  .contentBox4 {width: 47%; margin: 1%; padding: 0;}
}

/* ================ small tablet/landscape ============== */
@media screen and (max-width: 800px) and (min-width: 769px) {
	#wrapper {width: 95%; margin: 0 auto; font-size: 0.90em;} 
/* === header block ==== */
  header {width: 100%; height: 166px;}
  #nameplate {text-align: center; width: 75%;}
  #tagline {display:none;}
  #address {width: 25%;}
/* === miscellaneous coding ==== */	
	h2 {font-size:1.5em }
  .bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px; }
  .contentBox4 {width: 47%; margin: 1%; padding: 0;}
  .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;} 
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #fff; width: 90%; margin: 6px auto; padding: 3px; font-size: 0.90em; letter-spacing: 1px; border: 1px #606060 solid; border-radius: 5px;}
	select#selectnav1 option {background-color: #4e5c79; color: #fff; font-size: 0.95em; padding: 1px 20px 1px 10px;}	
/* === header block ==== */
  header {width: auto; height: 166px;}
  #nameplate {text-align: center; width: 75%;}
  #tagline {display: none;}
  #address {width: 25%;}
/* === miscellaneous coding ==== */
  h2 {font-size:1.5em }
  .bignumber {font-size: 1.8em; height: 40px; width: 40px; line-height: 40px; }
  .contentBox4 {width: 47%; margin: 1%; padding: 0;}
	.lgproduct-image {width: 60%; margin: 1%; padding: 0; text-align:center;}
	.lgproduct-text {width: 98%; margin: 1%; padding: 0;}
}

/* ================ between desktop laptop large tablet landscape ============== */
@media screen and (max-width: 914px) and (min-width: 801px) {
	#wrapper {width: 95%; margin: 0 auto; font-size: 0.90em;} 
}
 
/* ================ desktop laptop ============== */
@media screen and (max-width: 980px) and (min-width: 915px) {
	#wrapper {width: 95%; margin: 0 auto; font-size: 0.90em;} 
}


