
@media only screen {body {    background-color: #3F4345;    margin: 0;    padding: 0;}
}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

.nav-bkgnd {
	height: 80px;
	margin-bottom: 0px;
	background-color: #39281a;
}

#tinynav1.tinynav.tinynav1 { 
   width: 100px !important;
   float: right;
	clear: left;
	margin-top: 20px;
}

a#footerlink {
	color:grey;
}

a#bndcolink {
	color:#CACACA;
	font-size: .9em;
}

#cat_btn:hover {
	background-color: #5c7f2d;
	color: white !important;
	text-decoration: none !important;
}

#cat_btn {
	background-color: #90c547;
	text-decoration: none !important;
}

h1 {
	font-size: 220% !important;
}

h2 {
	font-size: 140% !important;
	line-height: 1.7em !important;
}

h3 {
	font-size: 110% !important;
	line-height: 1.7em !important;
}

.reviews-hd {
	font-weight: bold;
	color: gray;
	font-size: 2em;
	margin-right: 40px;
	margin-left: 10px;
	padding-left: 0;
	border-bottom-width: 2px;
}

.reviews {
	margin-right: 4px;
	padding: 10px 30px 30px;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
	display: none;
}

