@charset "UTF-8";
/* CSS Document */


.logobar {
	background-color: #E6E6E6;
	height: 100px;
	width: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 2;
}
.menu_wrap {
	background-color: #134891;
	padding: 6px;
	height: auto;
	width: 100%;
	position: relative;
	display: table;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.menu_story {
	display: table-cell;
	height: 100%;
	width: 25%;
	position: relative;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	padding: 5px;
}
.menu_storyright {
	display: table-cell;
	height: 100%;
	width: 25%;
	position: relative;
	padding: 5px;
}
.menu_click {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: underline;
	height: auto;
	width: auto;
	position: absolute;
	left: 5px;
	bottom: 0px;
	clear: both;
	margin-top: 5px;
}
.menu_click_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #134891;
	text-decoration: underline;
	height: auto;
	width: auto;
	left: 5px;
	bottom: 0px;
	clear: both;
	margin-top: 5px;
	position: relative;
	font-weight: bolder;
	text-align: left;
}
.wrap_content {
	display: table;
	padding: 10px;
	height: auto;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
.wrap_content_left {
	height: auto;
	width: 25%;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.wrap_content_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #134891;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #134891;
}
.wrap_content_right {
	display: inline-block;
	height: auto;
	width: 72%;
	float: right;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.wrap_content_right_row {
	display: block;
	height: auto;
	width: auto;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	margin-bottom: 60px;
}
.wrap_content_right_column {
	display: inline-block;
	height: auto;
	width: 47%;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
.wrap_content_right_product {
	margin: 3px;
	height: auto;
	width: 30%;
	border: thin solid #E6E6E6;
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	background-color: #FFF;
}

.wrap_content_right_list {
	padding: 0;
	list-style: none;
	position: relative;
	vertical-align: top;
	text-align: center;
}
.wrap_content_right_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #134891;
	height: auto;
	width: auto;
	margin-bottom: 7px;
	text-transform: uppercase;
	position: relative;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
}
.wrap_content_right_videotitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #134891;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	text-transform: uppercase;
	position: relative;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
}
.menu_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	height: auto;
	width: auto;
	margin-bottom: 7px;
	text-transform: uppercase;
	position: relative;
}
.menu_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	height: auto;
	width: auto;
	margin-bottom: 30px;
	position: relative;
}
.img_logo {
	height: 80px;
	width: auto;
}
.img_brands {
	display: inline-block;
	height: auto;
	width: 32%;
	border: thin solid #134891;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 3px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFF;
	background-color: #134891;
	width: auto;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.img_specials {
	height: auto;
	max-width: 100%;
}

.subtractslider {
	height: 350px;
	width: 100%;
	margin-top: 150px;
	z-index: -2;
	overflow: hidden;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	margin-top: 10px;
}
.footer_link_wrap {
	display: block;
	width: auto;
}
.footer_link_blocks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	height: auto;
	width: auto;
	padding-right: 10px;
	display: inline-block;
	margin-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.map {
	height: 350px;
	width: auto;
	margin-bottom: 40px;
}
.linkwhite {
	color: #FFF;
}
.videowrap {
	display: inline-block;
	height: auto;
	width: 49.5%;
	border: thin solid #22468B;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.buton_white {
	color: #FFF;
}

