﻿/* ======== GENERAL RULES ======== */
html {
	height: 101%;
	margin-bottom: 1px;
}
body {
    background:white;
	font: normal 0.90em Verdana, Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
}
header, footer, nav, article, section, aside, hgroup {
	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: #c6301f;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}
ul li a:hover {
	color: #808080;
	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: #6d1815;
	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: #660066;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font: normal 2.30em 'Playball', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #6d1815;
	letter-spacing: 1px;
	margin: 0.5em 0;
}
h2 {
	font: normal 2.10em 'Playball', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #6d1815;
	margin: 0.3em 0;
}
h3 {
	font: normal 1.90em 'Playball', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #6d1815;
	margin: 0.5em 0;
	text-align: left;
}
h4 {
	font: normal 1.60em 'Playball', "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #505050;
	margin: 0.5em 0;
}
h5 {
	font: bold 1.35em Georgia, Times, "Times New Roman", serif;
	color: #505050;
	margin: 0.5em 0;
}
h6 {
	font: bold 1.20em Georgia, Times, "Times New Roman", serif;
	color: #505050;
	margin: 0.5em 0;
}
.alternate {
	color: #ffffff;
	background-color: #c6301f;
	background-image: -webkit-linear-gradient(top, #c6301f, #6d1815); 
	background-image: -moz-linear-gradient(top, #c6301f, #6d1815);
	background-image: -ms-linear-gradient(top, #c6301f, #6d1815);
	background-image: -o-linear-gradient(top, #c6301f, #6d1815);
	margin: 0.5em 0;
	padding: 5px 10px 3px 10px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 4px 4px -2px #333;
}
.alternate2 {
	color: #6d1815;
	margin: 0.5em 0;
	padding: 2px 10px;
	text-align: center;
	border-top: 3px #6d1815 double;
	border-bottom: 3px #6d1815 double;
}
.alternate3 {
	margin: 0.5em 0;
	text-align: center;
	border-bottom: 1px #6d1815 solid;
}
.button {
	font-size: 0.75em;
	text-transform: uppercase;
	padding: 5px 5px;
	color: #ffffff;
	text-decoration: none;
	background-color: #444;
	font-weight: bold;
	border-radius: 8px;
	box-shadow: inset 0 -2px 4px #000000, 0 8px 6px -6px #444;
	text-shadow: 0 1px 1px #000000;
}
.button:hover {
	background-color: #c6301f;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: inset 0 -2px 4px #000000, 0 8px 6px -6px #444;
	text-shadow: 0 1px 1px #000000;
}
p.dropcap {
	overflow: hidden;
}
p.dropcap:first-letter {
	color: #000000;
	display: block;
	float: left;
	font: 60px/50px Georgia, Times, "Times New Roman", serif;
	padding: 3px 4px 0 0;
}
.bignumber {
    border-radius: 25px;
    background-color: #c6301f;
    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 {
	color: #000000;
	width: 980px;
	max-width: 980px;
	margin: 0 auto 20px auto;
	text-align: left;
}
/* ======== HEADER AREA ======== */
header {
	position: relative;
	background: #ffffff url(../images/headerbg.jpg) repeat-x;
	height: 130px;
}
/* ======== TOP SOCIAL MEDIA AREA ======== */
#global {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	letter-spacing: 5px;
	padding: 5px 0 0 0;
}
/* ======== LOGO/SITE NAME AREA ======== */
#logo {
	position: absolute;
	top: 30px;
	left: 0;
	height: 50px;
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
#logo h1 {
	font: normal 2.30em 'Playball', "Century Gothic", Verdana, Helvetica, sans-serif;
	display: inline;
	color: #ffffff;
	margin: 0;
	padding: 0 30px 0 0;
	text-align: right;
	border-right: 1px #606060 dashed;
}
#logo h1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#logo h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#logo h2 {
	font: italic normal 0.90em Georgia, Times, "Times New Roman", serif;
	display: inline;
	color: #ffffff;
	text-align: left;
	margin: 0;
	padding: 0 0 0 30px;
	letter-spacing: 1px;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	position: absolute;
	top: 95px;
	left: 0;
	color: #ffffff;
	width: 100%;
	margin: 0;
	font-variant: small-caps;
	text-align: center;
}
#nav {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
#nav li {
	/*float: left;*/
	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 6px 5px 6px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}
#nav li a:hover {
	color: #ffffff;
	background-color: #c6301f;
	border-radius: 8px 8px 0 0;
}
/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0 3px 8px #333;
}
#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: 13px;
	font-weight: normal;
	text-transform: none;
	padding: 5px 6px 5px 6px;
	color: #000000;
	background-color: #eeeeee;
	box-shadow: none;
}
#nav ul a:hover {
	padding: 5px;
	color: #ffffff;
	padding: 5px 6px 5px 6px;
	text-decoration: none;
	background-color: #c6301f;
	border-radius: 0;
	box-shadow: none;
}
.selectnav { display: none; }

/* ======== SLIDESHOW AREA ======== */
#photoblock {
	background-color: #fff;
	background-size: 100%;
	padding: 0;
}
.rslides {
  position: relative;
  list-style: none;
  background-image: none;
  overflow: hidden;
  width: 100%;
  max-width: 980px;
  max-height: 400px;
  padding: 0;
  margin: 0 auto 15px auto;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .80);
}
.rslides li {
	-webkit-backface-visibility: hidden;/
	position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
} 
/* ======== 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 20px Georgia, Times, "Times New Roman", serif;
}
/* ======== FOOTER AREA ======== */
footer {
	clear: both;
	background-color: #ffffff;
	background-size: 100%;
	color: #000000;
	width: 100%;
	font-size: 0.85em;
	border-top: 5px #c6301f solid;
	padding: 10px 0 10px 0;
}
footer ul {
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
footer ul li {
	margin: 5px 0;
	background: url(../images/bullet02.png) no-repeat 0 3px;
	padding: 1px 0 0 18px;
}
footer ul li a {
	color: #808080;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
footer ul li a:hover {
	color: #c6301f;
	text-decoration: underline;
}
footer a {
	color: #c6301f;
}
footer a:hover {
	color: #808080;
}
footer hr {
	text-align: center;
	width: 90%;
}
/* ======= 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: #6d1815;
	color: #ffffff;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
}
ul.tabs li:hover {
	background: #333;
	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%;
}
.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: #6d1815;
	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;
}
/* ================ */
.codeblock {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.95em;
	color: #333;
	padding-left: 7px;
	margin: 10px 20px;
}
.codesnippet {
	padding-left: 5px;
	border-left: 1px #333 dotted;
}
.codeblock ol {
	list-style-type: decimal-leading-zero;
	margin: 0 0 0 20px;
}

/* ================ MEDIA QUERIES ============== */
/* ================ phone/portrait ============== */
@media screen and (max-width: 320px) {

	#wrapper {width: 100%;}
	#logo {width: 90%; font-size: 0.80em;}
	#logo h1 {padding: 0 0 0 0; text-align: center; border-right: none;}
	#logo h2 {display: none;}
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: #333; color: #fff; width: 90%; margin: 0 auto; padding: 3px; font-size: 0.90em; letter-spacing: 1px; border: 1px #606060 solid; border-radius: 5px;}
	select#selectnav1 option {background-color: #333; color: #fff; font-size: 0.85em; padding: 1px 20px 1px 10px;}
	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: 100%;}
	#logo {font-size: 0.90em;}
	#logo h1 {padding: 0 0 0 0; text-align: center; border-right: none;}
	#logo h2 {display: none;}
	#global img {width: 20px; height: auto;}
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: #333; color: #fff; width: 80%; margin: 0 auto; padding: 3px; font-size: 0.90em; letter-spacing: 1px; border: 1px #606060 solid; border-radius: 5px;}
	select#selectnav1 option {background-color: #333; color: #fff; font-size: 0.85em; padding: 1px 20px 1px 10px;}
	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: 600px) and (min-width: 481px) {

	#wrapper {width: 98%; margin: 0 auto;}
	#logo {font-size: 0.80em;}
	#logo h1 {padding: 0 10px 0 0;}
	#logo h2 {padding: 0 0 0 10px;}
	.js #nav {display: none;}
	.js .selectnav {display: block;}
	select#selectnav1 {background-color: #333; color: #fff; width: 60%; margin: 0 auto; padding: 3px; font-size: 0.90em; letter-spacing: 1px; border: 1px #606060 solid; border-radius: 5px;}
	select#selectnav1 option {background-color: #333; color: #fff; font-size: 0.85em; padding: 1px 20px 1px 10px;}
	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%;}
	dt.question {padding: 10px 0 0 30px; margin: 0 5px;}
	dd.answer {margin: 0 20px;}
	footer section.contentBox4 {width: 48%;}

}

/* ================ large tablet portrait ============== */
@media screen and (max-width: 768px) and (min-width: 601px) {

	#wrapper {width: 95%; margin: 0 auto;}
	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;}
	.image-googlemap {max-width: 90%;}
	footer section.contentBox4 {width: 48%; margin: 0 1%; padding: 0;}

}

/* ================ small tablet/landscape ============== */
@media screen and (max-width: 800px) and (min-width: 769px) {

	#wrapper {width: 95%; margin: 0 auto;}
	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;}
	.image-googlemap {max-width: 90%;}

}

/* ================ desktop/laptop ============== */
@media screen and (max-width: 980px) and (min-width: 801px) {

	#wrapper {width: 95%; margin: 0 auto;}

}

