﻿/* ======== GENERAL RULES ======== */
html {height: 101%; margin-6DA48C: 1px;}
header, footer, nav, article, section, aside {display: block;}
body {
  background: #FFF url('../images/background.jpg'); 
  background-attachment: fixed;
  font-family: 'Trebuchet MS', Arial;
  font-size: 140%;
  background-color: #8D725A;
  padding: 0;
  margin: 20px 0;
  line-height: 1.7em;
  height: 100%;
}
hr {
  background-color: #8D725A;
  border: none;
  height: 3px;
}
ul {
  margin: 10px 0 20px 10px;
  padding: 0 0 0 10px;
}
ul li a {
  color: #4682B4
;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
}
ul li a:hover {
  color:#8D725A;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}
/* ======== TYPOGRAPHY ======== */
a {
	font-family: 'Trebuchet MS', Arial;
	color: #4682B4
;
	font-weight: 500;
	line-height: 1.7em;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #8D725A;
	text-decoration: none;
}
h1 {
	font: 140% 'Trebuchet MS', Arial;
	color: #6DA48C;
	font-weight: bold;
	text-align: center;
}
h2 {
	font: 130% 'Trebuchet MS', Arial;
	color: #6DA48C;
	margin: .3em 0;
	font-weight: bold;
	text-align: left;
}
h3 {
	font: 120% 'Trebuchet MS', Arial;
	color: #6DA48C;
	text-align: left;
}
h4 {
	font: 137.5% 'Trebuchet MS', Arial;
	color: #6DA48C;
	text-align: left;
}
h5 {
	font: 24px 'Trebuchet MS', Arial;
	color: #6DA48C;
	margin: 0.4em 0;
}
h6 {
	font: 18px 'Trebuchet MS', Arial;
        text-transform: uppercase; 
        color: #6DA48C;
	margin: 0.4em 0;
	border-6DA48C: 1px #303030 solid;
}
.alternate1 {
	color: #000000;
	border-bottom: 1px #000000 solid;
	font: 32px 'Trebuchet MS', Arial;
	letter-spacing: -2px;
	margin: 0.2em 0 0.5em 0;
	padding: 1px 6px;
	text-align: center;
}
.button {
	color: #FFF;
	font: 16px 'Trebuchet MS', Arial;
	text-shadow: 1px 1px 1px #000;
	padding: 5px 8px;
	text-decoration: none;
	background: #8D725A;
	box-shadow: 0 0 15px #111 inset;
	border-radius: 5px;
}
.button:hover {
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	background: #8D725A;
	box-shadow: 0 0 15px #ae642e inset;
}
ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet01.png) no-repeat 0 6px;
      margin: 0 0 0 -15px;
	padding: 1px 0 0 18px;
}
ul.list2 li {
	list-style-type: none;
	background: url(../images/bullet02.png) no-repeat 0 6px;
      margin: 0 0 0 -15px;
	padding: 1px 0 0 18px;
}
ul.list3 li {
	list-style-type: none;
	background: url(../images/bullet03.png) no-repeat 0 6px;
  margin: 0 0 0 -15px;
	padding: 1px 0 0 18px;
}
.auto-style1 {
	text-decoration: underline;
}
.auto-style2 {
	vertical-align: baseline;
	margin: 15px;
}
.auto-style3 {
	text-align: center;
	font-size: small;
}
.auto-style4 {
	text-align: center;
	font-size: medium;
}
.auto-style5 {
	font-size: medium;
}
ol.leadingzero {
	background: none;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}
blockquote {
	font-family: 'Trebuchet MS', Arial;
	font-size: 1.2em;
	color: #8D725A;
	margin: 2px 40px;
	padding: 10px;
	text-align: left;
	border-top: 4px #8D725A solid;
	border-6DA48C: 4px #8D725A solid;
}
blockquote p {padding: 0; margin: 0;}
blockquote strong {
  color:#8D725A;
  font-size:1.7em;
  font-weight:normal;
  letter-spacing:-1px;
}
blockquote.leftside {
	float: left;
	display: block;
	width: 30%;
	margin: 1% 2% 1.5% 2%;
}
blockquote.rightside {
	float: right;
	display: block;
	width: 30%;
	margin: 1% 2% 1.5% 2%;
}
p.comment {
	background: transparent url('../images/comment.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;}
p.home {
	background: transparent url('../images/home.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;}
p.phone {
	background: transparent url('../images/phone.png') 0 1px no-repeat;
	padding: 0 0 5px 35px;}
p.email {
	background: transparent url('../images/email.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;}
p.hours {
	background: transparent url('../images/clock.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;}
p.breadcrumbs {color: #000; font-size: 0.95em; text-transform: uppercase; letter-spacing: 2px; margin: 0; padding: 0; text-align: center;}
p.authorDate {color: #555; font-size: 0.95em; text-transform: uppercase;
  border-6DA48C: 1px #888 solid; font-weight: lighter; letter-spacing: 2px;
  margin: 0; padding: 0;}
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.small {font-size: 0.85em;}
/* ======== SECTION BLOCKS ======== */
.contentBox3a {float: left; width: 31.33333%; padding: 0; margin: 0 2% 0 0;}
.contentBox3b {float: left; width: 31.33333%; padding: 0; margin: 0 1% 0 1%;}
.contentBox3c {float: left; width: 31.33333%; padding: 0; margin: 0 0 0 2%;}
/* ======== LAYOUT RULES ======== */
.wrapper {
	width: 1200px;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: left;
	background-color: #FFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.inside {
	width: 96%;
	padding: 0 2%;
}
.row1 {padding: 10px 0; margin: 0 0 15px 0; border-6DA48C: 1px #ddd solid;}
.row1 h1 {
  font-size: 34px;
  margin: 0; padding: 0;
  text-align: center;
}
.row1 p {padding: 0; margin: 0;}
header {
  padding: 0;
  background: #FFF;
}
/* ======== LOGO/SITE NAME AREA ======== */
#logo {
	width: 100%;
	height: 80px;
        text-align: center;
	padding: 10px 0 5px;
}
#logo h1, #logo h1 a, #logo h1 a:hover  {
	font: 42px 'Trebuchet MS', Arial;
	color: #8D725A;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	margin: 0; padding: 0;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#logo h2 {
	font: italic normal 0.95em 'Trebuchet MS', Arial;
	font-weight: 200;
	color: #8D725A;
	margin: 0; padding: 0;
	letter-spacing: 1px;
}
#logo img {display: block; margin: 0 auto; padding: 3px 0;}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
    width: 100%;
    height: 47px;
    background: #FFF;
    font: normal 300 1em 'Trebuchet MS', Arial;
    text-align: center;
    letter-spacing: 1px;
}  
#nav {
	margin: 0; padding: 0;
	list-style: none;
	text-align: center;
}
#nav a:link  {
color: #4682B4
;
background: #FFF;
text-decoration: none;
font-size: 1em;
}
#nav li {
	display: inline-block;
	position: relative;
	z-index: 500;
	margin: 0 -2px 0 -3px;
	padding: 0;
	text-align: left;
	font-weight: normal;
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 8px 14px 9px 14px;
	text-decoration: none;
	font-weight: bold;
	color: #4682B4
;
	text-align: left;
}
#nav li a:hover {
	font-weight: normal;
	padding: 8px 14px 9px 14px;
	color: #8D725A;
	background: #FFF;}
}

/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	box-shadow: 0 3px 8px rgba(0,0,0,0.5);
}
#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: 22px;
	font-weight: normal;
	text-transform: none;
	padding: 5px 3px 5px 15px;
	color: #8D725A;
	background: #FFF;
	border-top: none;
	border-6DA48C: none;
}
#nav ul a:hover {												`
	font-weight: normal;
	color: #8D725A;
	background: #FFF;
	box-shadow: 0 0 20px #8D725A inset;
	padding: 5px 3px 5px 15px;
	text-transform: none;
	text-decoration: none;
}
.selectnav { display: none; }

/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
	float: left;
	width: 16%;
	padding: 0;
	margin: 0 2% 0 0;
}
#sidebarRight {
	float: right;
	width: 30%;
	padding: 0;
	margin: 0 0 0 2%;
}
#pageright1 {
	max-width: 300px;
	max-height: 600px;
	text-align: center;
}
#pageright2 {
	max-width: 300px;
	max-height: 600px;
	text-align: center;
}
#pageright3 {
	max-width: 300px;
	max-height: 250px;
	text-align: center;
}
#pageright4 {
	max-width: 300px;
	max-height: 250px;
	text-align: center;
}
#6DA48Ccenter {
	max-width: 1200px;
	max-height: 500px;
}
/* ======== CONTENT AREA ======== */
#content6DA48C {
	width: 1000x;
      height: 600px;
	text-align: center;
}
#contentRight {
	float: right;
	width: 73%;
	padding: 0;
	margin: 0 0 0 2%;	
}
#contentLeft {
	float: left;
	width: 73%;
	padding: 0;
	margin: 0 2% 0 0;
}
#contentMiddle {
	overflow: hidden;
	float: left;
	width: 60%;
	padding: 0;
	margin: 0 2%;
}
#contentRight, #sidebarRight {
	float: right;
	margin: 0 0 0 2%;
}
#contentLeft, #sidebarLeft {
	margin: 0 2% 0 0;
	float: left;
}
/* ======== FOOTER AREA ======== */
.socialmedia {
    letter-spacing: 5px;
}
.copyright {
    letter-spacing: 3px;
    text-align: center; 
    color: #8D725A; 
    font-size: 0.85em; 
    margin: 10px 0 0 0; 
    padding: 0;
}
.designed {
    color: #8D725A; 
    text-align: center; 
    letter-spacing: 1px; 
    font-size: 0.75em; 
    margin: 0; 
    padding: 0 0 20px 0;}
.designed a {
    color: #8D725A; 
    font-weight: normal; 
    text-decoration: none;
}
.designed a:hover {color: #8D725A; 
    font-weight: normal; 
    text-decoration: underline;
}
/* ======== 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;
}
.catalogResize { /* allows the large product image to scale with the size of the viewport */
    width: 80%;
    max-width: 200px;
    height: auto;
}
.image-mainRound { /* allows the home page circle images to scale with the size of the viewport */
    max-width: 300px;
    min-width: 150px;
    width: 80%;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
}
.imageleft {
	margin: 5px 10px 0 0;
	float: left;
}
.imageright {
	margin: 5px 0 0 10px;
	float: right;
}
.image-border, .image-googlemap {
	background-color: #FFF;
	margin: 2px 0;
	padding: 3px;
	border: 1px #c0c0c0 solid;
}
.imageleft-border {
	background-color: #FFF;
	margin: 5px 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px #c0c0c0 solid;
}
.imageright-border {
	background-color: #FFF;
	margin: 5px 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #c0c0c0 solid;
}
.image-round {
	border-radius: 50%;
	border: 1px #FFF solid;
	background-color: #FFF;
	padding: 3px;
	border: 1px #c0c0c0 solid;
}
.image-catalog {
	border: 1px #c0c0c0 solid;
	background-color: #FFF;
	padding: 5px;
	margin: 5px 10px;
	box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.6);
}
/* ======== MISC. CLASSES ======== */
.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;}

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

/* ========================================================== */
/* ================ CELL PHONE - PORTRAIT VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 320px) {
	.wrapper {
  	width: 100%;
  	margin: 0;}
	#logo h1, #logo h1 a, #logo h1 a:hover {
    font-size: 24px; letter-spacing: normal;}
  #logo h2 {
    font-size: 0.80em;}
/* ===== navigation ===== */
	.js #nav {display: none;}
	#mainnav {
	  height: 25px;
	  padding: 5px 0;
	  margin: 0 auto;}
	.js .selectnav {
    display: block;
    margin: 0;}
	 select#selectnav1 {
    color: #444;
	  background: transparent;
    width: 230px; 
    margin: 0 auto 0 auto; 
    padding: 3px; 
    font-size: 1.0em; 
    letter-spacing: 1px;
    border: none;}
	select#selectnav1 option {
    background-color: #FFFfff; 
    color: #000000; 
    font-size: 0.90em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
	.nivo-caption {visibility: hidden; display: none;}
	.nivo-caption p {visibility: hidden; display: none;}
/* ===== footer ===== */
  .footerBoxa {width: 98%;}
  .footerBoxb {width: 98%;}
  .footerBoxc {width: 98%;}
/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {
    visibility: hidden; display: none;}
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d,
	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
    width: 98%; margin: 1%; padding: 0;}
  .catalog {margin-6DA48C: 20px;}
}

/* ========================================================== */
/* =============== CELL PHONE - LANDSCAPE VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 480px) and (min-width: 321px) {
	.wrapper {
  	width: 100%;
  	margin: 0;}
	#logo h1, #logo h1 a, #logo h1 a:hover {
    font-size: 26px; letter-spacing: normal; font-weight: 300;}
  #logo h2 {
    font-size: 0.80em;}
/* ===== navigation ===== */
	.js #nav {display: none;}
	#mainnav {
	  height: 25px;
	  padding: 5px 0;
	  margin: 0 auto;}
	.js .selectnav {
    display: block;
    margin: 0;}
	 select#selectnav1 {
    color: #444;
	  background: transparent;
    width: 230px; 
    margin: 0 auto 0 auto; 
    padding: 3px; 
    font-size: 1.0em; 
    letter-spacing: 1px;
    border: none;}
	select#selectnav1 option {
    background-color: #FFFfff; 
    color: #000000; 
    font-size: 0.80em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
	.nivo-caption {visibility: hidden; display: none;}
	.nivo-caption p {visibility: hidden; display: none;}
/* ===== footer ===== */
  .footerBoxa {width: 98%;}
  .footerBoxb {width: 98%;}
  .footerBoxc {width: 98%;}
/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox2a, .contentBox2b,
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d,
	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
  .catalog {margin-6DA48C: 20px;}
}

/* ========================================================== */
/* ============== SMALL TABLET - PORTRAIT VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 623px) and (min-width: 481px) {
	.wrapper {
  	width: 96%;
  	margin: 0 2% 0 2%;}
	#logo h1, #logo h1 a, #logo h1 a:hover {
    font-size: 38px;}
  #logo h2 {
    font-size: 0.80em;}
/* ===== navigation ===== */
	.js #nav {display: none;}
	#mainnav {
	  height: 25px;
	  padding: 5px 0;
	  margin: 0 auto;}
	.js .selectnav {
    display: block;
    margin: 0;}
	 select#selectnav1 {
    color: #444;
	  background: transparent;
    width: 230px; 
    margin: 0 auto 0 auto; 
    padding: 3px; 
    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 ===== */
	.nivo-caption {font-size: 1.3em;}
/* ===== footer ===== */
  .footerBoxa {width: 48%;}
  .footerBoxb {width: 48%;}
  .footerBoxc {width: 98%;}
/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox3a, .contentBox3b, .contentBox3c,
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d,
	#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
}

/* ========================================================== */
/* ============= SMALL TABLET - LANDSCAPE VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 800px) and (min-width: 769px) {
	.wrapper {
  	width: 94%;
  	margin: 0 3% 0 3%;}
	#logo h1, #logo h1 a, #logo h1 a:hover {
    font-size: 38px;}
  #logo h2 {
    font-size: 0.85em;}
/* ===== navigation ===== */
	.js #nav {display: none;}
	#mainnav {
	  height: 25px;
	  padding: 5px 0;
	  margin: 0 auto;}
	.js .selectnav {
    display: block;
    margin: 0;}
	 select#selectnav1 {
    color: #444;
	  background: transparent;
    width: 230px; 
    margin: 0 auto 0 auto; 
    padding: 3px; 
    font-size: 1.0em; 
    letter-spacing: 1px;
    border: none;}
	select#selectnav1 option {
    background-color: #FFFfff; 
    color: #000000; 
    font-size: 0.90em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
	.nivo-caption {font-size: 1.6em;}
/* ===== footer ===== */
  .footerBoxa {width: 48%;}
  .footerBoxb {width: 48%;}
  .footerBoxc {width: 98%;}
/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.image-googlemap {max-width: 90%;}
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 0 1%; padding: 0;}
}

/* ========================================================== */
/* ============== LARGE TABLET - PORTRAIT VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 768px) and (min-width: 624px) {
	.wrapper {
  	width: 94%;
  	margin: 0 3% 0 3%;}
	#logo h1, #logo h1 a, #logo h1 a:hover {
    font-size: 42px;}
  #logo h2 {
    font-size: 0.95em;}
/* ===== navigation ===== */
	.js #nav {display: none;}
	#mainnav {
	  height: 25px;
	  padding: 5px 0;
	  margin: 0 auto;}
	.js .selectnav {
    display: block;
    margin: 0;}
	 select#selectnav1 {
    color: #444;
	  background: transparent;
    width: 230px; 
    margin: 0 auto 0 auto; 
    padding: 3px; 
    font-size: 1.0em; 
    letter-spacing: 1px;
    border: none;}
	select#selectnav1 option {
    background-color: #FFFfff; 
    color: #000000; 
    font-size: 0.90em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
	.nivo-caption {font-size: 1.6em;}
/* ===== footer ===== */
  .footerBoxa {width: 48%;}
  .footerBoxb {width: 48%;}
  .footerBoxc {width: 98%;}
	/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.image-googlemap {max-width: 90%;}
	.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 0 1%; padding: 0;}
}

/* ========================================================== */
/* ======== LARGE TABLET PORTRAIT/DESKTOP/LAPTOP VIEW ======= */
/* ========================================================== */
@media screen and (max-width: 1299px) and (min-width: 801px) {
	.wrapper {
  	width: 94%;
  	margin: 0 3% 0 3%;}
/* ===== main image area ===== */
	.nivo-caption {font-size: 1.9em;}
/* ===== footer ===== */
  .footerBoxa {width: 23%;}
  .footerBoxb {width: 28%;}
  .footerBoxc {width: 43%;}
}
