body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #770B18;
}
img {
	padding:0;
	margin:0
	}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
}
p a {
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
h1 {
	color: #AA1122;
	font-family: 'Josefin Sans',"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: -1px;
	margin-bottom: 8px;
	padding-left: 25px;
}
h2 {
	color: #163A80;
	font-family: 'Raleway', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: -1px;
	margin-bottom: 4px;
}
h3 {
	color: #AA1122;
	font-family: 'Josefin Sans',"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 4px;
}
h4 {
	color: #AA1122;
	font-family: 'Josefin Sans',"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 3px;
	margin-top: 16px;
	padding-top: 15px;
}
h6 {
	color: #AA1122;
	font-family: 'Josefin Sans',"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 4px;
}
h1 span {
	display: none;
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/josephsBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	z-index: 1;
}
#header {
	height: 129px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
#bigPicture {
	background-position: center top;
	min-height: 200px;
	width: 100%;
	border-bottom: 2px solid #770B18;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 10px 20px #4E402A;
	box-shadow: 0px 10px 20px #4E402A;
}
#bigPicture.history {
	background-image: url(../images/page-headers/history.jpg);
	background-color: #280B07;
}

.faqheader {
	background-image: url(../images/page-headers/faq.jpg);
	background-color: #008E14;
}

.contactheader {
	background-image: url(../images/page-headers/contact.jpg);
	background-color: #FDD706;
}

.whereheader {
	background-image: url(../images/page-headers/where-to-buy.jpg);
	background-color: #D90017;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearRight { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear: right;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #770B18;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 900;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
}
#footer p a {
	color: #FFD6D6;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer p span {
	margin-left: 10px;
	margin-right: 10px;
}
#footer h6 {
	color: #FFFFFF;
	margin-bottom: 10px;
}
#footer a.social img {
	position: relative;
	left: 1px;
	top: 5px;
	margin-left: 2px;
}
#footer .floatRight {
	margin-left: 20px;
}
#navbar {
	background-color: #770B18;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #E6E0D6;
	border-top: 1px solid #E6E0D6;
	padding-top: 37px;
}
#navBox {
	height: 37px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 300px;
}
#headerBox {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1010;
	height: 50px;
}
#logo {
	position: absolute;
	top: 1px;
	left: 1px;
}
#beigeblock {
	background-color: #E6E0D6;
	padding-top: 25px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-box-shadow: inset 0px 0px 60px #AD9E85;
	box-shadow: inset 0px 0px 60px #AD9E85;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	padding-bottom: 5px;
}
#beigeblockshadow {
	width: 928px;
	margin: 20px auto 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-box-shadow: 0px 20px 25px #4E402A;
	box-shadow: 0px 20px 25px #4E402A;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 150;
}
#fourRow {
	clear: both;
	height: 149px;
	width: 928px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 160;
	margin-top: 0px;
}
.fourblock {
	float: left;
	width: 232px;
	height: 149px;
	margin-top: 0px;
}
.fourblock a img {
	opacity: 0.8;
	margin-top: 0px
}
.fourblock a img:hover {
	opacity: 1;
}
.fourblock img {
	border-bottom: 1px solid #E6E0D6;
	border-right: 1px solid #E6E0D6;
	border-left: 1px solid #E6E0D6;
	margin: 0px;
	vertical-align: top;
	opacity: 1;
}
#bigredDOT {
	background-image: url(images/newTemplate/bigredDOT.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#slideshow {
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: auto;
	height: 500px;
	width: 975px;
	z-index: 110;
	margin-right: auto;
}
#slideshow img {
	display: none;
	background-color: rgba(0,0,0,0.00) !important;
}
#slideshow img.first { display: block }
.pics img { display: none }
.pics a { display: block; width: 737; height: 504; top: 0; left: 0 }
.column {
	float: left;
	width: 430px;
	margin-left: 23px;
	padding-top: 10px;
	padding-bottom: 25px;
	position: relative;
	top: 0px;
	left: 0px;
}
.column2 {
	float: left;
	width: 430px;
	margin-left: 23px;
	padding-top: 200px;
	padding-bottom: 25px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 170;
}
.column2 p {
	color: #12539d;
	font-size: 16px;
	line-height: 22px;
}
.column p img {
	border: 1px solid #770B18;
	-webkit-box-shadow: 0px 5px 15px #4e402a;
	box-shadow: 0px 5px 15px #4e402a;
	margin-top: 10px;
	margin-bottom: 10px;
}
img.stores {
	margin: 15px 6px;
}
