﻿@charset "utf-8";
/* ======== GENERAL RULES ======== */

html {
	height: 101%;
	margin-bottom: 1px;
	}
  
body {
	background: #fff url('../images/back.jpg');
	font: normal .90em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #202020;
	text-align: left;
	margin-top: 10px;
	}

header, footer, nav, article, section, aside, figure, figcaption {display: block;}  
  
img {border: none;}

hr {
	background-color: #4d3f2b;
	color: #6a563b;
	height: 2px;
	width: 60%;
	}

ul li a {
	color: #4d3f2b;
	font-weight: bold;
	padding: 0;
	}
 
ul li a:hover {
	color: #404040;
	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 { 
	padding:5px 50px 5px 50px; 
	line-height:24px; 
	font-style: italic;
	background: url('../images/quote.png') no-repeat top left; 
	color:#404040;
	border:dashed 1px #c0c0c0;
	}

.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: #6a563b;
	background-color: #ffffff;
	font: 1.9em 'Lobster Two', Verdana, Helvetica, sans-serif; 
	color: #6a563b; 
	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: #4d3f2b;	text-decoration: none; font-weight: bold;	outline: none;}
a:hover {color: #606060; text-decoration: underline;	font-weight: bold; outline: none;}

h1 {font: 2.3em 'Lobster Two', Verdana, Helvetica, sans-serif; color: #4d3f2b; margin: .3em 0 .6em 0; letter-spacing: 1px;}
h2 {font: 2.1em 'Lobster Two', Arial, Verdana, Helvetica, sans-serif; color: #6a563b; margin: .3em 0; letter-spacing: 1px; text-align: center; border-bottom: 1px solid;}
h3 {font: 1.9em 'Lobster Two', Verdana, Helvetica, sans-serif; color: #4d3f2b; margin: .2em 0; padding: 0;}
h4 {font: normal 1.5em Verdana, Helvetica, sans-serif; color: #404040; margin: .3em 0;}
h5 {font: normal 1.35em Verdana, Helvetica, sans-serif; color: #4d3f2b; margin: .3em 0;}
h6 {font: normal 1.2em Verdana, Helvetica, sans-serif; 	color: #404040; margin: .3em 0;}

h2.alternate {
	font: 1.7em 'Lobster Two', Arial, Verdana, Helvetica, sans-serif; 
	color: #ffffff; 
	margin: .3em 0; 
	text-align: center; 
	background-color: #4d3f2b;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d3f2b', endColorstr='#6a563b');
	background: -webkit-gradient(linear, left top, left bottom, from(#4d3f2b), to(#6a563b));
	background: -moz-linear-gradient(top,  #4d3f2b, #6a563b);
	border: 1px solid #fff; 
	border-radius: 10px 10px; 
	box-shadow: 0 0 10px #000;
	}

.dropcap {
	float: left; 
	color: #4d3f2b; 
	font: 60px/50px 'Lobster Two', Georgia, Times, "Times New Roman", serif;
	padding: 3px 4px 0 0;
	}

p.dropcap {overflow: hidden;}

.bignumber {
	font: 32px 'Lobster Two', 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: #4d3f2b;	
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	float:left;
	}

.button {
	font-size: 0.90em;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background-color: #4d3f2b;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d3f2b', endColorstr='#6a563b');
	background: -webkit-gradient(linear, left top, left bottom, from(#4d3f2b), to(#6a563b));
	background: -moz-linear-gradient(top,  #4d3f2b, #6a563b);
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
	}

.button:hover {
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background-color: #505050;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#202020');
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#202020));
	background: -moz-linear-gradient(top,  #505050, #202020);
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
	}

/* ======== LAYOUT RULES ======== */
#wrapper {
	width: 1080px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #4d3f2b;
	border-radius: 15px 15px;
  box-shadow: 0 0 10px #000;
	}

/* ======== HEADER AREA ======== */
header {
	position: relative; 
	width: 100%; 
	height: 130px;
	color: #4d3f2b;
	background: #4d3f2b url('../images/headerback.jpg') repeat-x;
	border-bottom: 1px solid #4d3f2b;
	border-radius: 15px 15px 0 0;
	}

/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	position: absolute;
	top: 101px;
	left: 0;
	width: 100%;
	height: 30px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	font-size: 1.00em;
	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:transparent;
	position: relative;
	z-index: 500;
	margin: 0 4px;
	padding: 0;
	}

/* this is the parent menu */
#nav li a {
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	color: #ffffff;
	background-color: #6a563b;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d3f2b', endColorstr='#6a563b');
	background: -webkit-gradient(linear, left top, left bottom, from(#4d3f2b), to(#6a563b));
	background: -moz-linear-gradient(top,  #4d3f2b, #6a563b);
	text-align: left;
	font-weight:normal;
	letter-spacing: 1px;
	border-radius: 10px 10px 0 0;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	}

#nav li a:hover {
	color: #ffffff;
	background-color: #6a563b;	
	}

/* 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: #4d3f2b;
	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: #6a563b;
	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: #4d3f2b;
	}

.selectnav { 
	display: none; 
	}
	
/* ======== LOGO/SITE NAME AREA ======== */
#nameplate {
	position: absolute; 
	top: 5px;
	left: 10px;
	width: 480px;
	text-align: left;
	padding: .5em;
	}

#nameplate h1 {
	font: 2.8em 'Lobster Two', Verdana, Helvetica, sans-serif; 
	color: #4d3f2b; 
	letter-spacing: 0.02em;
	margin-top: 0;
	}
	
#nameplate p {
	font-size: 16px;
	font-family: 'Lobster Two', cursive, Verdana, Helvetica, sans-serif; 
	color: #4d3f2b; 
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	}

#address {
	position: absolute;
	top: 0;
	right: 20px;
	height: 90px;
	width: 200px;
	text-align:right;
	font: 18px 'Lobster Two', Verdana, Helvetica, sans-serif; 
	color: #4d3f2b;
	font-weight: normal;
	font-style: italic;
	line-height: 0.70em;
	}

/* ======== SLIDE SHOW, TOP TEXT AREA FOR SLIDE SHOW, MAIN IMAGE AREA AND TOP BOXES ======== */
#topsection {
	position: relative;
	height: 350px;
	width: 100%;
	background: #fff url('../images/topsection.jpg') no-repeat;
	border-bottom: 1px solid #4d3f2b;
	margin-bottom: 10px;
	}
	
#topsection img {	
	width: 100%;
	height: 100%;
	}

#topsection h2 {
	font: 1.7em 'Lobster Two', Verdana, Helvetica, sans-serif; 
	font-style: italic;
	text-align: center;
	color: #ffffff; 
	margin: .3em 0 .3em 0; 
	letter-spacing: 1px;
	border-bottom: none;
	}
	
#toptextarea {
	position: absolute;
	top: 15px;
	left: 50px;
	width: 400px;
	max-width: 400px;
	height: 300px;
	max-height: 300px;
	font: 1.7em 'Lobster Two', Verdana, Helvetica, sans-serif; 
	font-size: 16px;
	line-height: normal;
	text-align: center;
	color: #ffffff; 
	background-color: #6a563b;	
	border: 5px solid #ffffff;
	margin: .3em 0 .3em 0; 
	letter-spacing: 1px;
  box-shadow: 0 0 10px #000;
	}	

#sliderwrapper {
	position: absolute;
	top: 20px;
	right: 50px;
	float: left;
	width: 500px;
	max-width: 500px;
	height: 300px;
	max-height: 300px;
	background-size: 100%;
	text-align:center;
	border: 5px solid #ffffff;
  box-shadow: 0 0 10px #000;
	}
	
#sliderwrapper img {
	width: 100%;
	height: 100%;
	}
		
#slider {
	position:relative;
	}
	
#slider img {
	position:absolute;
	top: 0px;
	left: 0px;
	display:none;
	}

.nivo-caption {
	position:absolute;
	left: -470px;
	bottom:0;
	width: 400px !important;
	height: 270px;
	background: transparent;
	color:#ffffff;
	width:100%;
	z-index:8;
	padding: 15px 10px 5px 10px ;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}
	
.nivo-caption h1 {
	font-family: 'Lobster Two', Verdana, Helvetica, sans-serif; 
	font-size: 38px;
	color: #ffffff; 
	margin: .1em 0; 
	letter-spacing: 1px;
	text-shadow: 1px 1px 3px #404040;
	margin-bottom: 20px;
	}

.nivo-caption p {
	font-family: 'Lobster Two', Verdana, Helvetica, sans-serif; 
	font-size: 24px;
	color: #fff; 
	text-shadow: 1px 1px 3px #404040;
	margin: .1em 0;
	}
	
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
	float: left;
	width: 25%;
	text-align: left;
	font-size: 0.90em;
	line-height: 1.4em;
	margin: 0 1%;
	}
	
#sidebarRight {
	float: right;
	width: 25%;
	text-align: left;
	font-size: 0.90em;
	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;
	color: #ffffff;
	background: #4d3f2b url('../images/footerback.jpg') repeat-x;	
	text-align: center;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 1.5em;
	border-top: 1px solid #4d3f2b;
	border-radius: 0 0 15px 15px;
	padding-top: 10px;
	height: 68px;
	}

footer p {
	padding: 0;
	margin: 0;
	}
  
footer a {
	color: #c0c0c0;
	text-decoration: none;
	font-weight: bold;
	}
  
footer a:hover {
	color: #404040;
	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: #c0c0c0;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	}

footer li a:hover {
	color: #404040;
	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: #004886;
	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: #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-round {
	border-radius: 50%;
	box-shadow: 0 0 10px #444;
	border: 1px #ffffff solid;
	background-color: #ffffff;
	}
.image-border, .image-googlemap {
	background-color: #ffffff;
	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 #6a563b;
	border-left: 1px solid #6a563b;
	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 #6a563b;
	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: #4d3f2b;
	border-bottom: 1px solid #4d3f2b;
	color: #ffffff;
	}
	
.tab_container {
	border: 1px solid #4d3f2b;
	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;}
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #fff; width: 80%; min-width: 250px; max-width: 400px; margin: 0 0 0 20px; padding: 3px; font-size: 1.1em; letter-spacing: 1px; border: none;}
	select#selectnav1 option {background-color: #4d3f2b; 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 ==== */
  #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%; height: 180px;}
  #sliderwrapper {top: 10px; left: 10px; width:90%; height: auto; overflow:hidden; box-shadow: 0 0 10px #000; border: 5px solid #ddd;}
  #toptextarea {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;}
  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%;} 
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #fff; width: 80%; margin: 2px auto; padding: 2px; font-size: 0.90em; letter-spacing: 1px; border: none;}
	select#selectnav1 option {background-color: #4d3f2b; 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 ==== */
  #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;}
  #sliderwrapper {top: 10px; left: 30px; width:80%; height: auto; overflow:hidden; box-shadow: 0 0 10px #000; border: 5px solid #ddd;}
  #toptextarea {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;}
  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;} 
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #fff; width: 50%; margin: 2px auto; padding: 3px; font-size: 0.90em; letter-spacing: 1px; border: none;}
	select#selectnav1 option {background-color: #4d3f2b; 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 ==== */
  #nameplate {text-align: center; width: 97%;}
  #address {display: none;}
  #toptextarea {display:none;}
/* === top section ==== */
  #topsection {width: 100%; height: 260px;}
  #sliderwrapper {top: 10px; left: 70px; width:70%; height: auto; overflow:hidden; box-shadow: 0 0 10px #000; border: 5px solid #ddd;}
/* === 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 }
  ul.tabs {display: none;	}
	.tab_content {display: none;}
	.tab_container {display: none;}
}
 
/* ================ 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%; height: 280px;}
  #sliderwrapper {top: 15px; right: 10px; width:55%; height: auto; box-shadow: 0 0 10px #000; border: 5px solid #ddd;}
  #toptextarea {top: 10px; left: 10px; width: 35%; height: 240px;}
  .nivo-caption {	left: -295px; top: 5px;	width: 250px !important; height: 230px;}
	.nivo-caption h1 {font-size: 28px;}
	.nivo-caption p {font-size: 18px;}

/* === miscellaneous coding ==== */
  h2 {font-size:1.5em }
  .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: 1023px) and (min-width: 601px) {
	#wrapper {width: 95%; margin: 0 auto; font-size: 0.90em;} 
	#mainnav {top: 102px;}
/* === top section ==== */
  #topsection {width: 100%; height: 280px;}
  #sliderwrapper {top: 15px; right: 10px; width:58%; height: auto; box-shadow: 0 0 10px #000; border: 5px solid #ddd;}
  #toptextarea {top: 10px; left: 10px; width: 35%; height: 240px;}
  .nivo-caption {	left: -270px; top: 5px;	width: 250px !important; height: 230px;}
	.nivo-caption h1 {font-size: 30px;}
	.nivo-caption p {font-size: 20px;}
/* === miscellaneous coding ==== */
  h2 {font-size:1.5em }
  .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;}
}

/* ================ desktop laptop ============== */
@media screen and (max-width: 1024px) and (min-width: 915px) {
	#wrapper {width: 98%; margin: 0 auto; font-size: 0.90em;} 
	#mainnav {top: 102px;}
/* === top section ==== */
  #sliderwrapper {right: 10px; width:58%; height: auto; box-shadow: 0 0 10px #000; border: 5px solid #ddd;}
  #toptextarea {left: 10px; width: 42%; height: 350px;}
  .nivo-caption {	left: -420px; top: 5px;	width: 390px !important;}
/* === miscellaneous coding ==== */
  h2 {font-size:1.5em }
  .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;}

}


