h1, h2, h3, h4 {font-family: 'Gill Sans W04 Roman'; text-transform: uppercase; color: rgb(220, 40, 40); font-weight: 600; letter-spacing: 1px; line-height: 1.3; -webkit-font-smoothing: antialiased;}
h1 {font-size: 19px;}
h2 {font-size: 17px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}

/* The following two change the spacing on Safari */

@media not all and (min-resolution:.001dpcm) { @media {
	h1, h2, h3, h4 {letter-spacing: 0px}
}}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	h1, h2, h3, h4 {letter-spacing: 0px}
}

.section-title {font-family:'Gill Sans W04 Roman'; text-transform: uppercase; font-size: 12px; color: rgb(220, 40, 40); font-weight: 600; letter-spacing: 1px; line-height: 1.2; padding-bottom: 5px;}

#content {
	max-width: 1040px;
	text-align: left;
	margin: 10px 15px;
}

#navbar {
	display: inline-block;
	max-width: 1015px;
	box-sizing: border-box;
	font-family: 'GillSans', 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing:	 0.08em;
	line-height: 14px;
	margin-top: 0px;
	padding-left: 24px;
}

#responsive_navbar {
	display: none;
	box-sizing: border-box;
}

#navbar .links {
	display: table-row;
}

#navbar .box {
	display: table-cell; 
	box-sizing: border-box;
	vertical-align: middle;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0px 9px;
}

#navbar .first_box {
	padding-left: 0px;
}

#navbar .link,
#responsive_navbar .link {
	color: rgb(66, 66, 66);
	text-decoration: none;
	vertical-align: top;
}

#navbar .link:hover {
	color: rgb(220, 45, 21);
}

#navbar .social_links {
	padding-left: 20px;
	padding-right: 0px;
	text-align: right;
}

#navbar .cart_link {
	float: left; 
	padding-right: 3px;
	margin-top: -1px;
}

#navbar .search_line {
	box-sizing: border-box;
	width: 100%; 
	text-align: right; 
	padding-top: 5px;
	padding-right: 3px;
}

@media (max-width: 700px) {

	#navbar {
		width: 100%;
		margin-bottom: 20px;
		display: none;
		font-size: 16px;
		line-height: 26px;
	}

	#navbar .links {
		display: block;
	}

	#navbar .box {
		display: block;
		width: 100%;
		padding: 10px;
		text-align: left;
		border-bottom: 1px solid #999;
	}

	#navbar .social_links, #navbar .search_line {
		display: none;
	}

	#responsive_navbar {
		display: table;
		width: 100%;
		padding: 0px;
		margin: 0px 0px 15px 0px;
	}

	#responsive_navbar_left {
		display: table-cell;
		font-size: 16px;		
  	font-family: GillSans, 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', sans-serif;
		color: rgb(66, 66, 66);
		vertical-align: middle;
	}

	#responsive_navbar_right {
		display: table-cell;
		text-align: right;
	}
}

@media (max-width: 450px) {
	#content {
		margin: 0px 5px 0px 5px;
	}
}

.fullwidthtable {} 

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.forum {
	color: #CC0000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.text { font-size: 15px; color: #000000;font-family: Arial, Helvetica, sans-serif; line-height: 21px;}
.textsm { font-size: 14px; color: #000000;font-family: Arial, Helvetica, sans-serif; line-height: 21px;}
.textxsm { font-size: 13px; color: #000000;font-family: Arial, Helvetica, sans-serif; line-height: 21px;}
.link { text-decoration: none; color=#CC0000}
.link:hover { text-decoration: underline; color: #CC0000}
.belink { text-decoration: none; color=#000000}
.belink:hover { text-decoration: underline; color: #CC0000}
.taglink { margin-top: 4pt; }
.smalltext {
	font-family:'Times New Roman','Times','Serif';
	font-size:13px;
	text-decoration:none;
	color:black;
}

.bboard_image_credit { font-size: 10pt; color: #000000; font-family: Times, Arial, Helvetica, sans-serif; line-height: 21px;}

.search_box {
	width: 205px; 
	font-size: 11px; 
	font-family: 'GillSans', 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', sans-serif; 
	color: #999999;
}

.form-error {margin-top: 2px; font-weight: 700; color: rgb(220, 40, 40); font-size: 14px;}

.half-spacing-paragraph {margin: 8px 0px}
.sans-serif {font-family: 'GillSans', 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', sans-serif;}
.sans-serif {font-family: 'GillSans', 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', sans-serif;}

.main-page {padding: 0px 25px 25px 25px;}
@media (max-width: 700px) {
	.main-page {padding: 0px 0px;}
}

.add-to-cart-button {width: 114px; height: 19px; border: 0; margin: 5px 0px;}
