﻿/* ======== GENERAL RULES ======== */
html {
	height: 101%;
	margin-bottom: 1px;
}
body {
	background: #c7b8ae;
	color: #000000;
	font: normal 0.95em 'Muli', Verdana, Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
}
header, footer, nav, article, section, aside {
	display: block;
}
hr {
	background-color: #c0c0c0;
	color: #c0c0c0;
	border: none;
	height: 1px;
}
ul {
	margin: 10px 0 20px 10px;
	padding: 0 0 0 10px;
}
ul li a {
	color: #b6a498;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}
ul li a:hover {
	color: #e1434a;
	text-decoration: underline;
}
blockquote {
	background: url('../images/blockquote.png') no-repeat 5px 5px;
	font: normal 0.95em Georgia, Times, "Times New Roman", serif;
	color: #666666;
	margin: 5px;
	padding: 3px 5px 3px 35px;
	text-align: left;
	line-height: normal;
}
.leftside {
	float: left;
	display: block;
	width: 30%;
	margin-right: 5%;
	border-right: 1px #909090 dashed;
}
.rightside {
	float: right;
	display: block;
	width: 30%;
	margin-left: 5%;
	border-left: 1px #909090 dashed;
}
fieldset {
	border: 1px #bbb solid;
	margin: 20px 0;
	text-align: center;
	line-height: normal;
}
fieldset img {
	background-color: #ffffff;
	margin: 5px 10px;
	border: 1px #919191 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: #857265;
	letter-spacing: 1px;
	font: small-caps bold 18px Georgia, Times, "Times New Roman", serif;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}
/* ======== TYPOGRAPHY ======== */
a {
	color: #b6a498;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #e1434a;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font: normal 500 2.40em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #857265;
	letter-spacing: 1px;
	margin: 0.5em 0;
}
h2 {
	font: normal 2.1em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #857265;
	margin: 0.3em 0;
}
h3 {
	font: normal 1.90em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #857265;
	margin: 0.5em 0;
	text-align: left;
}
h4 {
	font: normal 400 1.90em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #a62026;
	margin: 0.5em 0;
}
h5 {
	font: normal 1.70em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #a62026;
	margin: 0.5em 0;
}
h6 {
	font: normal 1.40em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #a62026;
	margin: 0.5em 0;
}
.alternate1 {
	color: #212121;
	font: normal 300 1.70em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: left;
}
.alternate2 {
	color: #ffffff;
	font-size: 1.5em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	background: #e1434a;
	background-image: -webkit-linear-gradient(top, #e1434a, #a62026); 
	background-image: -moz-linear-gradient(top, #e1434a, #a62026);
	background-image: -ms-linear-gradient(top, #e1434a, #a62026);
	background-image: -o-linear-gradient(top, #e1434a, #a62026);
	border: solid 1px #a62026;
	margin: 0.2em -5px 0.5em -5px;
	padding: 3px 10px;
	text-align: center;
	border-radius: 8px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.6);
}
.alternate3 {
	color: #857265;
	margin: 0.5em 0;
	text-align: center;
	border-bottom: 1px #857265 solid;
}
.button {
	color: #444;
	font-size: 0.90em;
	font-weight: normal;
	padding: 4px 6px;
	text-decoration: none;
	background: #eee;
	background-image: -webkit-linear-gradient(top, #eee, #ccc); 
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	border: solid 1px #bbb;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.3);
}
.button:hover {
	color: #222;
	font-size: 0.90em;
	font-weight: normal;
	padding: 4px 6px;
	text-decoration: none;
	background: #eee;
	background-image: -webkit-linear-gradient(top, #eee, #bbb); 
	background-image: -moz-linear-gradient(top, #eee, #bbb);
	background-image: -ms-linear-gradient(top, #eee, #bbb);
	background-image: -o-linear-gradient(top, #eee, #bbb);
	border: solid 1px #999;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.5);
}
p.dropcap {
	overflow: hidden;
}
p.dropcap:first-letter {
	color: #000000;
	display: block;
	float: left;
	font: 60px/50px Georgia, Times, "Times New Roman", serif;
	padding: 7px 4px 0 0;
}
.bignumber {
    border-radius: 25px;
    background-color: #a62026;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 28px/50px Verdana, 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 {
	background: #ffffff;
	color: #000000;
	width: 1100px;
	max-width: 1100px;
	margin: 10px auto 10px auto;
	text-align: left;
	border: 1px #ffffff solid;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
/* ======== HEADER AREA ======== */
header {
	background: transparent;
	position: relative;
	width: 100%;
	height: 180px;
}
/* ======== LOGO/SITE NAME AREA ======== */
#logo {
	background: #b6a498;
	background-image: -webkit-linear-gradient(top, #b6a498, #857265); 
	background-image: -moz-linear-gradient(top, #b6a498, #857265);
	background-image: -ms-linear-gradient(top, #b6a498, #857265);
	background-image: -o-linear-gradient(top, #b6a498, #857265);
	height: 120px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px #ffffff solid;
}
#logo h1 {
	font: normal 2.6em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#logo h1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#logo h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#logo h2 {
	font: normal 1.0em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	width: 100%;
	height: 41px;
	color: #ffffff;
	background: #e1434a;
	background-image: -webkit-linear-gradient(top, #e1434a, #a62026); 
	background-image: -moz-linear-gradient(top, #e1434a, #a62026);
	background-image: -ms-linear-gradient(top, #e1434a, #a62026);
	background-image: -o-linear-gradient(top, #e1434a, #a62026);
	font: normal 300 1.20em 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
	border-bottom: 1px #ffffff solid;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 500;
	margin: 0 5px;
	padding: 0;
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 8px 10px 7px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}
#nav li a:hover {
	background-color: #b6a498;
	padding: 8px 10px 7px 10px;
	color: #ffffff;
}
/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 3px #a62026 solid;
	box-shadow: 0 3px 8px #000;
}
#nav ul li {
	width: 145px; /* you can increase or decrease width of submenu */
	float: left;
	padding: 0;
	margin: 0;
	font-size: 0.90em;
}
#nav ul a {
	display: block;
	height: 18px;
	font-weight: normal;
	text-transform: none;
	padding: 5px 6px 5px 6px;
	color: #000000;
	background-color: #efefef;
	box-shadow: none;
}
#nav ul a:hover {
	color: #ffffff;
	padding: 5px 6px 5px 6px;
	text-decoration: none;
	border-top: none;
	background-color: #b6a498;
	border-radius: 0;
	box-shadow: none;
}
.selectnav { display: none; }

/* ======== TOP IMAGE AREA ======== */
#photoblock {
	background: #ffffff;
	position: relative;
	width: 90%;
	height: 92%;
	padding:  4% 5%;
	display: table;
}
#image1 {
	float: left;
  display: table-cell;
  width: 33.3%;
  max-height: 260px;
  vertical-align: middle;
  text-align: center;
}
#image2 {
	float: left;
  display: table-cell;
  width: 33.3%;
  max-height: 260px;
  vertical-align: middle;
  text-align: center;
}
#image3 {
	float: left;
  display: table-cell;
  width: 33.3%;
  max-height: 260px;
  vertical-align: middle;
  text-align: center;
}
#image1 img {
  border: 8px #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 #333;  
}
#image2 img {
  border: 8px #f0f0f0 solid;
  width: 95%;
  height: auto;
	box-shadow: 0 0 10px #333;
}
#image3 img {
  border: 8px #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 #333;
}
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
	float: left;
	width: 22%;
	padding: 0 1%;
	margin: 0 0.50%;
	font-size: 0.90em;
	line-height: 1.4em;
}
#sidebarRight {
	float: right;
	width: 22%;
	padding: 0 1%;
	margin: 0 0.50%;
	font-size: 0.90em;
	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 {
	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-left: 0; margin-left: 0;}
.omega {padding-right: 0; margin-left: 0;}

/* 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 24px 'Open Sans Condensed', "Century Gothic", Verdana, Helvetica, sans-serif;
}
/* ======== FOOTER AREA ======== */
footer {
	clear: both;
	background: #ffffff url('../images/footerbg.jpg') no-repeat;
	background-size: 100%;
	color: #000000;
	width: 100%;
	font-size: 0.85em;
	padding: 20px 0 10px 0;
	border-radius: 0 0 10px 10px;
}
footer ul {
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
footer ul li {
	margin: 3px 0;
	background: url(../images/bullet02.png) no-repeat 0 3px;
	padding: 1px 0 0 18px;
}
footer ul li a {
	color: #e1434a;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
footer ul li a:hover {
	color: #b6a498;
	text-decoration: underline;
}
footer a {
	color: #b6a498;
}
footer a:hover {
	color: #e1434a;
}
footer hr {
	width: 90%;
	margin: 10px 5%;
}
#socialmedia {
  width: 90%;
  margin: 10px 5%;
  letter-spacing: 10px;
  text-align: center;
}
/* ======= 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;
	background: #e1434a;
	color: #ffffff;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
}
ul.tabs li:hover {
	background: #b6a498;
	color: #ffffff;
}	
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;
}
/* ======== 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: 0 10px 0 0;
	float: left;
}
.imageright {
	margin: 0 0 0 10px;
	float: right;
}
.image-border, .image-googlemap {
	background-color: #ffffff;
	margin: 2px 0;
	padding: 3px;
	border: 1px #d0d0d0 solid;
}
.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-catalog {
	border: 1px #d0d0d0 solid;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
/* ======== 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;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: 0.85em;
}
.clearsmall {
	height: 1px;
	line-height: 1px;
	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}
dt.question {
	font: normal 20px Georgia, Times, "Times New Roman", serif;
	background: #ffffff url('../images/arrow.png') no-repeat scroll left bottom;
	color: #857265;
	font-variant: small-caps;
	padding: 10px 0 0 30px;
	border-bottom: 1px #555 dashed;
	margin: 0 50px;
}
dd.answer {
	padding: 10px 0;
	margin: 0 100px;
	display: block;
}
.highlight {
	background-color: #FFFF00;
}


/* ========================== MEDIA QUERIES ======================== */

/* ============================================== */
/* ================ phone/portrait ============== */
/* ============================================== */
@media screen and (max-width: 320px) {

	#wrapper {width: 98%;}
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #ffffff; width: 240px; margin: 0 auto; padding: 10px 4px 8px 4px; letter-spacing: 1px; border: none;}
	select#selectnav1 option {background-color: #e0e0e0; color: #000; font-size: 0.80em; padding: 1px 10px;}
	#image1 img, #image2 img, #image3 img {border: 3px #f0f0f0 solid;}
	.alternate {	margin: 0.5em 0;}
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
	ul.tabs, .tab_container {visibility: hidden; display: none;}
	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;}
}

/* ============================================== */
/* =============== phone/landscape ============== */
/* ============================================== */
@media screen and (max-width: 480px) and (min-width: 321px) {

	#wrapper {width: 98%;}
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #ffffff; width: 240px; margin: 0 auto; padding: 10px 4px 8px 4px; letter-spacing: 1px; border: none;}
	select#selectnav1 option {background-color: #e0e0e0; color: #000; font-size: 0.80em; padding: 1px 10px;}
	#image1 img, #image2 img, #image3 img {border: 3px #f0f0f0 solid;}
	.alternate {	margin: 0.5em 0;}
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
	ul.tabs, .tab_container {visibility: hidden; display: none;}
	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 ============ */
/* ============================================== */
@media screen and (max-width: 657px) and (min-width: 481px) {

	#wrapper {width: 95%;}
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: transparent; color: #ffffff; width: 240px; margin: 0 auto; padding: 10px 4px 8px 4px; letter-spacing: 1px; border: none;}
	select#selectnav1 option {background-color: #e0e0e0; color: #000; font-size: 0.80em; padding: 1px 10px;}
	#image1 img, #image2 img, #image3 img {border: 4px #f0f0f0 solid;}
	.alternate {	margin: 0.5em 0;}
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
	.contentBox4.catalog {width: 48%;}
	ul.tabs, .tab_container {visibility: hidden; display: none;}
	dt.question {padding: 10px 0 0 30px; margin: 0 5px;}
	dd.answer {margin: 0 20px;}
	footer section.contentBox4 {width: 48%;}
}

/* ============================================== */
/* =========== small tablet/landscape =========== */
/* ============================================== */
@media screen and (max-width: 800px) and (min-width: 769px) {

	#wrapper {width: 95%;}
	#image1 img, #image2 img, #image3 img {border: 6px #f0f0f0 solid;}
	#nav li {margin: 0 2px;}
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox4.catalog img {width: 80%;}
	dt.question {padding: 10px 0 0 30px; margin: 0 5px;}
	dd.answer {margin: 0 20px;}
	ul.tabs, .tab_container {visibility: hidden; display: none;}
	.image-googlemap {max-width: 90%;}
}

/* ============================================== */
/* ============ large tablet portrait =========== */
/* ============================================== */
@media screen and (max-width: 768px) and (min-width: 658px) {

	#wrapper {width: 95%;}
	#nav li {margin: 0 2px;}
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox4.catalog img {width: 80%;}
	dt.question {padding: 10px 0 0 30px; margin: 0 5px;}
	dd.answer {margin: 0 20px;}
	ul.tabs, .tab_container {visibility: hidden; display: none;}
	.image-googlemap {max-width: 90%;}
	footer section.contentBox4 {width: 48%; margin: 0 1%; padding: 0;}
}

/* ============================================== */
/* ================ desktop/laptop ============== */
/* ============================================== */
@media screen and (max-width: 1024px) and (min-width: 801px) {

	#wrapper {width: 95%;}
}

