/* Table of Content
==================================================

	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
/* #Site Styles
================================================== */
body {
	font-family: 'bariolRegular', Arial, Helvetica, sans-serif;
	margin: 0;
	background: url(../images/background.jpg);
}
a:link, 
a:visited, 
a:hover, 
a:active {
	text-decoration: none;
	outline: none;
	border: none;
}
img {
	border: none;
	outline: none;
}
:focus {
	outline: none;
}
.wrapper {
	float: left;
	width: 100%;
	clear: both;
}
span strong {
color: #008000 !important;
}
#pageBoundary {
	background: #FFFFFF none;
	padding: 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	box-shadow: 1px 3px 20px #000000, 1px 3px -20px #000000;
}
header {
	float: left;
	width: 100%;
	clear: both;
}
header .logoBound{
	float: left;
}
header .logoBound a{
	float: left;
	background: url(../images/logo.jpg) center left no-repeat;
}
header .logoBound a h1{
	float: left;
	width: 300px;
	height: 90px;
	text-indent: -999999px;
}
header #search{
	float: right;
}
header #search div{
	float: right;
	width: 100%;
	color: #3b3c3c;
	clear: both;
}
header #search div.contactInfo{
	text-align:right;
}
header #search div p{
	margin: 0;
}
header #search span strong{
	font-weight: bolder;
	color: #c95875;
}
header #search form{
	float: right;
	margin: 10px 0px 0px 0px;
	clear: both;
}
header #search form label{
	display: none;
}
header #search .search-query{
	float: left;
	min-width: 210px;
	color: #a9a6a6;
	padding: 6px 10px;
	border: 1px solid #f1efef;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	
}
header #search form button{
	float: left;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	border: 1px solid #f1efef;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #eef0f0 url(../images/search_ico.png) center center no-repeat;
	border-radius: 0px 3px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
	
}
.page {
	float: left;
	width: 100%;
	clear: both;
}
.page section{
	float: left;
}
.page #navigation{
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	clear: both;
}
.page #navigation .screenOutNav{
	float: left;
	display: none;
	width: 100%;
	padding: 0;
	margin: 10px 0px 0px 0px;
	background: #f7f9f8 url(../images/title_bg.jpg) bottom left repeat-x;
	padding: 0;
	border: 1px solid #eee;
}
.page #navigation .screenOutNav a{
	float: left;
	width: 94%;
	color: #333333;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 18px;
	font-family: 'bariolRegular', Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 10px;
	background: url(../images/navbar-icon.png) center right no-repeat;
	margin: 0;
}
.page #navigation ul{
	float: left;
	text-align: center;
	list-style: none;
	background: url(../images/nav_gradiant.jpg) top left repeat-x;
	border: 1px solid #d8d7d7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	margin: 0;
	padding: 0;
}
.page #navigation ul li{
	float: left;
	text-align: center;
	list-style: none;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #d8d7d7;
	margin: 0;
	padding: 0;
}
.page #navigation ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 5px 23px 5px 23px;
	color: #333333;
	clear: both;
}
.page #navigation ul li:hover,
.page #navigation ul li:hover li:hover{
	background: #c00808; /* Old browsers */
	background: -moz-linear-gradient(top,  #c00808 0%, #860102 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00808), color-stop(100%,#860102)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c00808 0%,#860102 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c00808 0%,#860102 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c00808 0%,#860102 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c00808 0%,#860102 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00808', endColorstr='#860102',GradientType=0 ); /* IE6-9 */
}
.page #navigation ul li a:hover,
.page #navigation ul li:hover a,
.page #navigation ul li.active > a{
	color: #FFFFFF;
}
.page #navigation ul li.active{
	background-color: #c00808; /* Old browsers */
	background: -moz-linear-gradient(top,  #c00808 0%, #860102 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00808), color-stop(100%,#860102)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c00808 0%,#860102 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c00808 0%,#860102 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c00808 0%,#860102 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c00808 0%,#860102 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00808', endColorstr='#860102',GradientType=0 ); /* IE6-9 */
}
.page #navigation ul> li:first-child{
	border-left: none;
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	
}
.page #navigation ul> li:last-child{
	border-right: none;
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 30px 3px 3px 0px;
	
}
.page #navigation ul li ul{
	float: left;
	display: none;
	position: absolute;
	z-index: 11111;
	width: 200px;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #dee1e1;
	background: #f7f9f8 none;
	border-top: none;
	border-bottom: 3px solid #eef0ef;
	clear: both;
}
.page #navigation ul li ul> li:first-child,
.page #navigation ul li ul> li:last-child{
	border-left: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.page #navigation ul li ul> li:first-child { border-left:none;}

.page #navigation ul li:hover ul li{
	float: left;
	width: 100%;
	text-align: left;
	list-style: none;
	background: none;
	border: none;
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #FFFFFF;
	margin: 0;
	color: #333333;
	display: block;
	padding: 0;
}
.page #navigation ul li:hover ul li a{
	width: 166px;
	display: block;
	padding: 5px 17px;
	color: #333333;
	clear: both;
}

.page #navigation ul li ul li:hover a,
.page #navigation ul li ul li a:hover {
	color:#fff;
}
.page #navigation ul li ul li.active{
	background-color: #c00808; /* Old browsers */
	background: -moz-linear-gradient(top,  #c00808 0%, #860102 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00808), color-stop(100%,#860102)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c00808 0%,#860102 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c00808 0%,#860102 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c00808 0%,#860102 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c00808 0%,#860102 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00808', endColorstr='#860102',GradientType=0 ); /* IE6-9 */
}
.page section #featuredBox{
	float: left;
	position: relative;
	overflow: hidden;
	width: 98.5%;
	padding: 5px;
	margin: 0px 0px 20px 0px;
	background: #eeeded none;
	clear: both;
}
.page section .contentRegion{
	float: left;
	display: block;
	width: 98.5%;
	padding: 0;
	margin: 0px 0px 20px 0px;
	clear: both;
}
.page section .contentRegion .region{
	float: left;
	margin-left: 0px;
}
.page section .contentRegion .region h3{
	float: left;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 3px solid #950e1d;
	clear: both;
}
.page section .contentRegion #protect_a_Bed img{
	float: left;
	max-width: 100%;
	height: auto;
	clear: both;
}
.page section .contentRegion #protect_a_Bed p{
	float: left;
	font-size: 13px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0px;
	margin: 15px 0px 10px 0px;
	clear: both;
}
.page section .contentRegion #protect_a_Bed p a{
	color: #800000;
	text-decoration: underline;
}
.page section .contentRegion #protect_a_Bed a.readmore{
	float: right;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 5px 4px 20px;
	margin: 5px 0px 0px 0px;
	background-color: #8c131a;
	background: url(../images/arrow.png) center left no-repeat, url(../images/nav_gradiant_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #800000;
	border: 1px solid #800000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	clear: both;
}
.page section .contentRegion #protect_a_Bed a.readmore:hover{
	float: right;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 5px 4px 20px;
	margin: 5px 0px 0px 0px;
	background-color: #8c131a;
	background: url(../images/arrow_hover.png) center left no-repeat, url(../images/nav_gradiant_yello_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #bf5700;
	border: 1px solid #bf5700;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	clear: both;
}
.page section .contentRegion #currentNews ul{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.page section .contentRegion #currentNews ul li{
	float: left;
	display: block;
	width: 100%;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	clear: both;
}
.page section .contentRegion #currentNews ul li:nth-child(even){
	background-color: #f7f9f9;
	border-top: 1px solid #ebe9e9;
	border-bottom: 1px solid #ebe9e9;
	padding: 5px 5px 10px 5px;
}
.page section .contentRegion #currentNews ul li h4{
	float: left;
	color: #950e1d;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
.page section .contentRegion #currentNews ul li h4 a{
	color: #950e1d;
}
.page section .contentRegion #currentNews ul li p{
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.page section .contentRegion #currentNews ul li p img{
	float: left;
	min-width: 50px;
	max-width: 50px;
	overflow: hidden;
	height: auto;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}
.page section .contentRegion #currentNews ul li a.readmore{
	float: right;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 5px 4px 20px;
	margin: 5px 0px 0px 0px;
	background-color: #8c131a;
	background: url(../images/arrow.png) center left no-repeat, url(../images/nav_gradiant_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #800000;
	border: 1px solid #800000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	clear: both;
}
.page section .contentRegion #currentNews ul li a.readmore:hover{
	float: right;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 5px 4px 20px;
	margin: 5px 0px 0px 0px;
	background-color: #8c131a;
	background: url(../images/arrow_hover.png) center left no-repeat, url(../images/nav_gradiant_yello_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #bf5700;
	border: 1px solid #bf5700;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	clear: both;
}
.page section .contentRegion #currentNews a.morenews{
	float: right;
	color: #800000;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	clear: both;
}
.page section .contentRegion #Temprid75{
	float: right;
	margin: 0;
}
.page section .contentRegion #Temprid75 img{
	float: left;
	max-width: 100%;
	height: auto;
	clear: both;
}
.page section .contentRegion #Temprid75 p{
	float: left;
	font-size: 13px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0;
	margin: 15px 0px 10px 0px;
	clear: both;
}
.page section .contentRegion #Temprid75 p a{
	color: #800000;
	text-decoration: underline;
}
.page section .contentRegion #Temprid75 a.readmore{
	float: right;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 5px 4px 20px;
	margin: 5px 0px 0px 0px;
	background-color: #8c131a;
	background: url(../images/arrow.png) center left no-repeat, url(../images/nav_gradiant_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #800000;
	border: 1px solid #800000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	clear: both;
}
.page section .contentRegion #Temprid75 a.readmore:hover{
	float: right;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 5px 4px 20px;
	margin: 5px 0px 0px 0px;
	background-color: #8c131a;
	background: url(../images/arrow_hover.png) center left no-repeat, url(../images/nav_gradiant_yello_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #bf5700;
	border: 1px solid #bf5700;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	clear: both;
}
.page #content #innerAside{
	float: left;
	margin: 0px 10px 0px 0px;
}
.page #content #innerAside nav{
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	background-color: #f7f7f7;
}
.page #content #innerAside nav ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #dddddc;
}
.page #content #innerAside nav ul li{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dddddc;
}
.page #content #innerAside nav ul li.active{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dddddc;
	background-color: #FFFFFF;
}
.page #content #innerAside nav ul li.active a{
	color: #ac0505;
}
.page #content #innerAside nav ul li:hover, .page #content #innerAside nav ul li:hover a{
	color: #ac0505;
	background-color: #FFFFFF;
}
.page #content #innerAside nav ul li a{
	float: left;
	display: block;
	font-size: 13px;
	margin: 0;
	padding: 5px 10px;
}
.page #content #innerAside .leftAdx{
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	background: none;
	border: none;
}
.page #content #innerAside .leftAdx img{
	float: left;
	width: 100%;
	height: auto;
	clear: both;
}
.page #content #innerContent{
	float: right;
	margin: 0px;
}
#innerContent .content_section_sub{
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	clear: both;
}
.content_section_sub #msdsHelp {
	width: 45%;
	min-height: 170px;
	margin: 0;
	padding: 0;
	border: 1px solid #EEEEEE;
	background-color: #f7f9f9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.content_section_sub #msdsHelp h3{
	float:left;
	width: 92.5%;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-shadow: 1px 1px 1px #FFFFFF;
	background-color: #FFF;
	margin: 0 0 0px 0;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	clear: both;
}
.content_section_sub #msdsHelp h4{
	float:left;
	width: 92.5%;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin: 0 0 0px 0;
	padding: 10px;
	clear: both;
}
.content_section_sub .displayFilter{
	float: left;
	margin-right: 5px;
}
.content_section_sub .displayFilter .letterFilter, .content_section_sub .displayFilter .catFilter{
	float: left;
	margin: 0;
	padding: 10px 10px 0px 10px;
	clear: both;
}
.content_section_sub .displayFilter .catFilter{
	padding-top: 0;
}
.content_section_sub .displayFilter .letterFilter li{
	float: left;
	text-shadow: 1px 1px 1px #FFFFFF;
	padding: 0px 4px 0px 0px;
	margin: 0px 4px 5px 0px;
	border-right: 1px solid #EEEEEE;
}
.content_section_sub .displayFilter .letterFilter li a{
	display: block;
	color: #d73333;
	font-size: 14px;
}
.content_section_sub .displayFilter .catFilter li{
	float: left;
	padding: 0;
	margin: 0;
}
.content_section_sub .displayFilter .catFilter li a{
	float: left;
	font-size: 13px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #FFFFFF;
	padding: 0px 5px 0px 5px;
	margin: 0px 10px 10px 0px;
	background: #fbfbfb url(../images/nav_gradiant_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #800000;
	border: 1px solid #800000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.content_section_sub .displayFilter .catFilter li a:hover{
	float: left;
	font-size: 13px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #FFFFFF;
	padding: 0px 5px 0px 5px;
	margin: 0px 10px 10px 0px;
	background-color: #8c131a;
	background: url(../images/nav_gradiant_yello_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #bf5700;
	border: 1px solid #bf5700;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.content_section_sub .searchMsds{
	float: right;
	margin-left: 5px;
}
.content_section_sub .searchMsds form{
	float: left;
	width: 92.5%;
	margin: 0;
	padding: 10px;
	clear: both;
}
.content_section_sub .searchMsds form input[type="text"]{
	float: left;
	width: 96%;
	padding: 6px 4px;
	margin: 0px 0px 10px 0px;
	color: #282448;
	font-size: 13px;
	background: #fbfbfb url(../images/input-bg.jpg) top left repeat-x;
	clear: both;
}
.content_section_sub .searchMsds form select{
	float: left;
	width: 100%;
	padding: 6px 4px;
	margin: 0px 0px 10px 0px;
	color: #282448;
	font-size: 13px;
	background: #fbfbfb url(../images/input-bg.jpg) top left repeat-x;
	clear: both;
}
.content_section_sub .searchMsds form input[type="submit"]{
	float: left;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0px;
	padding: 5px 10px;
	background: #fbfbfb url(../images/nav_gradiant_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #800000;
	border: 1px solid #800000;
	clear: both;
}
.content_section_sub .searchMsds form input[type="submit"]:hover{
	float: left;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0;
	padding: 5px 10px;
	background-color: #8c131a;
	background: url(../images/nav_gradiant_yello_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #bf5700;
	border: 1px solid #bf5700;
	clear: both;
}
.content_section_sub .msdsList{
	float: left;
	width: 100%;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dashed #EEEEEE;
	clear: both;
}
#innerContent .content_section_text{
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	clear: both;
}
#ff_div58 {
	height:150px;
}
#innerContent .droppableArea {
	float: left;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	width: 96.5%;
	min-height: 550px;
	background-color: #ffffff;
	border: 1px dashed #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#innerContent .droppableArea .ff_listItem{
	float: left;
	padding: 0px 0px 10px 0px;
	width: 45%;
	margin: 0px 10px 10px 0px;
}
#innerContent .droppableArea .ff_listItem img{
	width: 100%;
	height: auto;
}
#innerContent .droppableArea .ff_listItem:nth-child(even){
	float: right;
	padding: 0px 0px 10px 0px;
	width: 45%;
	margin: 0px 10px 10px 0px;
}
#innerContent .droppableArea .ff_listItem:nth-child(even):last-child{
	float: right;
	padding: 0px 0px 10px 0px;
	width: 45%;
	margin: 0px 10px 10px 0px;
}
#innerContent .droppableArea #ff_listItem25{
	float: left;
	padding: 0;
	width: 100%;
	margin: 0px 0px 10px 0px;
	clear: both;
}
#innerContent .droppableArea #ff_listItem25 .ff_div{
	float: left;
	width: 100%;
	clear: both;
}
#innerContent .droppableArea #ff_listItem25 .ff_div .ff_elem{
	float: left;
	min-height: 150px;
	clear: both;
}
#innerContent .droppableArea #ff_listItem24{
	float: left;
	padding: 0;
	width: 100%;
	margin: 0px 0px 10px 0px;
	clear: both;
}
#innerContent .droppableArea #ff_listItem24 .ff_div input[type="submit"]{
	float: left;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0;
	padding: 5px 10px;
	background: #fbfbfb url(../images/nav_gradiant_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #800000;
	border: 1px solid #800000;
	clear: both;
}
#innerContent .droppableArea .ff_listItem .ff_div{
	float: left;
	width: 100%;
	clear: both;
}
#innerContent .droppableArea .ff_listItem .ff_div .ff_label{
	float: left;
	text-shadow: 1px 1px 1px #FFF;
	font-weight: normal;
	font-family: 'bariolRegular', Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	clear: both;
}
#innerContent .droppableArea .ff_listItem .ff_div input[type="text"]{
	float: left;
	width: 92%;
	color: #282448;
	font-size: 13px;
	margin: 0;
	padding: 5px 10px;
	background: #fbfbfb url(../images/input-bg.jpg) top left repeat-x;
	clear: both;
}
#innerContent .droppableArea .ff_listItem .ff_div select{
	float: left;
	width: 99%;
	height: 35px;
	color: #282448;
	font-size: 13px;
	margin: 0;
	padding: 7px 10px;
	background: #fbfbfb url(../images/input-bg.jpg) top left repeat-x;
	clear: both;
}
.page #content #innerContent .search{
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0;
	clear: both;
}
.page #content #innerContent .search .page-title{
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: 36px;
	font-family: 'bariolRegular';
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #EEEEEE;
	clear: both;
}
.page #content #innerContent .search form{
	float: left;
	width: 100%;
	clear: both;
}
.page #content #innerContent .search form .btn-toolbar{
	float: left;
	width: 100%;
	clear: both;
}
.page #content #innerContent .search form .btn-toolbar .btn-group{
	float: left;
}
.page #content #innerContent .search form .btn-toolbar .btn-group input[type="text"]{
	float: left;
	color: #a9a6a6;
	padding: 6px 10px 6px 10px;
	border: 1px solid #f1efef;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}
.page #content #innerContent .search form .btn-toolbar .btn-group button{
	float: left;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	border: 1px solid #f1efef;
	margin: 0;
	padding: 0;
	background: #eef0f0 url(../images/search_ico.png) center center no-repeat;
	border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
	
}
.page #content #innerContent .search form .searchintro{
	float: left;
	width: 95%;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	background-color: #f1fcdf;
	border: 1px solid #cadfaa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	
	clear: both;
}
.page #content #innerContent .search form .searchintro p{
	float: left;
	padding: 0;
	margin: 0;
	clear: both;
}
.page #content #innerContent .search form .searchintro p strong{
	font-size: 14px;
	color: #78a03b;
}
.page #content #innerContent .search form fieldset {
	min-height: 155px;
}
.page #content #innerContent .search form .phrases{
	float: left;
	width: 45%;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	background-color: #f7f9f9;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.page #content #innerContent .search form .only{
	float: right;
	width: 45%;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	background-color: #f7f9f9;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.page #content #innerContent .search form fieldset legend {
	font-size: 20px;
	text-shadow: 1px 1px 1px #FFFFFF;
	width: 100%;
	margin: 0;
	clear: both;
}
.page #content #innerContent .search form .form-limit{
	float: left;
	width: 95%;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	background-color: #f7f9f9;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;	
	clear: both;
}
.page #content #innerContent .search .search-results{
	float: left;
	width: 100%;
	clear: both;
}
.page #content #innerContent .search .search-results dt{
	float: left;
	color: #d92026;
	font-size: 24px;
	text-decoration:underline;
	width: 100%;
	margin: 20px 0px 0px 0px;
	clear: both;
}
.page #content #innerContent .search .search-results dt a{
	font-size: 24px;
	color: #d92026;
}
.page #content #innerContent .search .search-results dd{
	float: left;
	width: 100%;
	margin: 0px;
	clear: both;
}
.page #content #innerContent .contact{
	float: left;
	width: 100%;
	margin: 0px;
	clear: both;
}
.page #content #innerContent .contact h3{
	display: none;
}
.page #content #innerContent .contact .contact-address {
	float: left;
	padding: 10px;
	width: 30%;
	background-color: #f7f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px ;
	border-radius: 3px;
	
}
.page #content #innerContent .contact .contact-address dt{
	font-size: 16px;
	font-family: 'bariolRegular', Arial, Helvetica, sans-serif;
}
.page #content #innerContent .contact .contact-address dt span{
	color: #b70606;
	text-shadow: 1px 1px 1px #FFF;
}
.page #content #innerContent .contact .contact-address dd{
	font-size: 13px;
	text-shadow: 1px 1px 1px #FFF;
	font-family: 'bariolRegular', Arial, Helvetica, sans-serif;
}
.page #content #innerContent .contact .contact-address dd span{
	color: #666666;
	font-weight: normal;
}
.page #content #innerContent .contact .contact-form {
	float: right;
	padding: 10px;
	margin: 0px 0px 20px 10px;
	width: 60%;
	background-color: #ffffff;
	border: 1px dashed #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
}
.page #content #innerContent .contact .contact-form form{
	margin: 0;
}
.page #content #innerContent .contact .contact-form form fieldset{
	margin: 0;
}
.page #content #innerContent .contact .contact-form legend{
	float: left;
	font-size: 18px;
	color: #000000;
	margin: 0px 0px 20px 0px;
	clear: both;
}
.page #content #innerContent .contact .contact-form .control-group{
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.page #content #innerContent .contact .contact-form .control-group .control-label{
	float: left;
	width: 100%;
	margin: 0px 0px 5px 0px;
	clear: both;
}
.page #content #innerContent .contact .contact-form .control-group .control-label label{
	text-shadow: 1px 1px 1px #FFF;
	font-weight: normal;
	font-family: 'bariolRegular', Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
}
.page #content #innerContent .contact .contact-form .control-group .control-label label span{
	color: #b70606;
}
.page #content #innerContent .contact .contact-form .control-group .controls{
	float: left;
	width: 100%;
	margin: 0;
	clear: both;
}
.page #content #innerContent .contact .contact-form .control-group .controls input[type="text"],.page #content #innerContent .contact .contact-form .control-group .controls input[type="email"]{
	float: left;
	width: 95%;
	color: #282448;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 5px;
	background: #fbfbfb url(../images/input-bg.jpg) top left repeat-x;
	clear: both;
}
.page #content #innerContent .contact .contact-form .control-group .controls .invalid{
	border: 1px solid #fed6d6;
}
.page #content #innerContent .contact .contact-form .control-group .controls textarea{
	float: left;
	width: 95%;
	height: 80px;
	color: #282448;
	font-size: 13px;
	margin: 0;
	padding: 5px 10px 10px 5px;
	background: #fbfbfb url(../images/input-bg.jpg) top left repeat-x;
	clear: both;
}
.page #content #innerContent .contact .contact-form .control-group .controls input[type="checkbox"] {
	float: left;
	clear: both;
}
.page #content #innerContent .contact .contact-form .form-actions{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.page #content #innerContent .contact .contact-form .form-actions button{
	float: left;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0;
	padding: 5px 10px;
	background: #fbfbfb url(../images/nav_gradiant_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #800000;
	border: 1px solid #800000;
	clear: both;
}
.page #content #innerContent .item-page{
	float: left;
	width: 100%;
	margin: 0;
	clear: both;
}
.page #content #innerContent .item-page h3{
	float: left;
	font-size: 28px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0px 0px 5px 0px;
	clear: both;
}
.page #content #innerContent .item-page .page-header:nth-of-type(2){
	float: left;
	padding: 0;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #CCCCCC;
	clear: both;
}
.page #content #innerContent .item-page .page-header:nth-of-type(2) h2{
	float: left;
	font-size: 18px;
	line-height:20px;
	clear: both;
}
.page #content #innerContent .item-page .page-header:nth-of-type(2) h2 a{
	color: #950e1d;
}
.page #content #innerContent .item-page p{
	float: left;
	font-size: 14px;
	width: 100%;
	margin: 0;
	padding: 0px 0px 5px 0px;
	clear: both;
}
.page #content #innerContent .item-page img{
	max-width: 97%;
	height: auto;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin: 0px 10px 10px 0px;
}
.page #content #innerContent .item-page p img{
	max-width: 97%;
	height: auto;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin: 0px 10px 10px 0px;
}
.page #content #innerContent .blog{
	float: left;
	width: 100%;
	margin: 0;
	clear: both;
}
.page #content #innerContent .page-header{
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #EEEEEE;
	clear: both;
}
.page #content #innerContent .page-header h1{
	float: left;
	font-size: 30px;
	line-height: 36px;
	font-family: 'bariolRegular';
	margin: 0px 0px 0px 0px;
}
.page #content #innerContent .page-header h2{
	float: left;
	font-size: 30px;
	line-height: 36px;
	font-family: 'bariolRegular';
	margin: 0px 0px 0px 0px;
}
.page-header h2 .contact-name{
	font-weight: normal;
}
.page #content #innerContent .blog h2:first-of-type{
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: 36px;
	font-family: 'bariolRegular';
	margin: 0;
	padding: 0px 0px 5px 0px;
	clear: both;
}
.page #content #innerContent .blog .category-desc{
	float: left;
	margin: 0px 0px 20px 0px;
	clear: both;
}
.page #content #innerContent .blog .category-desc p{
	float: left;
	color: #999999;
	margin: 0;
	clear: both;
}
.page #content #innerContent .blog .items-row{
	float: left;
	display:block;
	width: 100%;
	margin: 0px 0px 20px 0px;
	clear: both;
}
.page #content #innerContent .blog .items-row .item {
	float: left;
	width: 100%;
	clear: both;
}
.page #content #innerContent .blog .items-row .item .btn-group {
	display: none;
}
.page #content #innerContent .blog .items-row .item .page-header {
	float: left;
	padding: 0;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #CCCCCC;
	clear: both;
}
.page #content #innerContent .blog .items-row .item .page-header h2{
	float: left;
	font-size: 20px;
	line-height:20px;
	clear: both;
}
.page #content #innerContent .blog .items-row .item .page-header h2 a{
	font-weight: bold;
	color: #950e1d;
}
.page #content #innerContent .blog .items-row .item p{
	float: left;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
.page #content #innerContent .blog .items-row .item p img{
	float: left;
	max-width: 80px;
	max-height: auto;
	padding: 3px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	clear: both;
}
.page #content #innerContent .blog .items-row .item a.btn{
	float: left;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0px;
	padding: 0px 10px 2px 20px;
	background-color: #8c131a;
	background: url(../images/arrow.png) center left no-repeat, url(../images/nav_gradiant_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #800000;
	border: 1px solid #800000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	clear: both;
}
.page #content #innerContent .blog .items-row .item a.btn:hover{
	float: left;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0;
	padding: 0px 10px 2px 20px;
	background-color: #8c131a;
	background: url(../images/arrow_hover.png) center left no-repeat, url(../images/nav_gradiant_yello_hover.jpg) top left repeat-x;
	text-shadow: 1px 1px 1px #bf5700;
	border: 1px solid #bf5700;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	clear: both;
}
.page #content #innerContent .blog .items-more{
	float: left;
	display:none;
	width: 100%;
	margin: 0px 0px 20px 0px;
	clear: both;
}
.page #content #innerContent .blog .pagination{
	float: left;
	display:block;
	width: 100%;
	height: 30px;
	margin: 0px 0px 20px 0px;
	clear: both;
}
.page #content #innerContent .blog .pagination ul{
	float: left;
	position:relative;
    margin: 0 auto;
	padding: 0;
	clear: both;
}
.page #content #innerContent .blog .pagination ul li{
	float: left;
	font-size: 13px;
	display:block;
	margin: 0;
	padding: 0;
}
.page #content #innerContent .blog .pagination ul li span{
	float: left;
	font-weight: normal;
	color: #dedcdc;
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px 10px;
}
.page #content #innerContent .blog .pagination ul li a{
	float: left;
	font-weight: normal;
	color: #585858;
	background-color: #f5f5f3;
	margin: 0;
	padding: 5px 10px;
}
.page #content #innerContent .blog .pagination ul li a:hover{
	float: left;
	font-weight: normal;
	color: #dedcdc;
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px 10px;
}
.page #content #innerContent .blog .pagination ul li.pagination-start span{
	color: #999;
	text-shadow: 1px 1px 1px #FFFFFF;
	background-color: #dcdcdb;
	margin: 0;
	padding: 5px 10px;
	-webkit-border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	-o-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
	
}
.page #content #innerContent .blog .pagination ul li.pagination-start a{
	color: #FFFFFF;
	background-color: #8c131a;
	margin: 0;
	padding: 5px 10px;
	-webkit-border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	-o-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
	
}
.page #content #innerContent .blog .pagination ul li.pagination-prev span{
	font-weight: normal;
	color: #999;
	text-shadow: 1px 1px 1px #FFFFFF;
	background-color: #dcdcdb;
	padding: 5px 10px;
}
.page #content #innerContent .blog .pagination ul li.pagination-prev a{
	font-weight: normal;
	color: #585858;
	background-color: #f5f5f3;
	text-shadow: 1px 1px 1px #FFFFFF;
	padding: 5px 10px;
}
.page #content #innerContent .blog .pagination ul li.pagination-next span{
	font-weight: normal;
	color: #999;
	text-shadow: 1px 1px 1px #FFFFFF;
	background-color: #dcdcdb;
	padding: 5px 10px;
}
.page #content #innerContent .blog .pagination ul li.pagination-end span{
	color: #999;
	text-shadow: 1px 1px 1px #FFFFFF;
	background-color: #dcdcdb;
	margin: 0;
	padding: 5px 10px;
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	-o-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
	
}
.page #content #innerContent .blog .pagination ul li.pagination-end a{
	color: #FFFFFF;
	background-color: #8c131a;
	margin: 0;
	padding: 5px 10px;
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	-o-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
	
}
.page #content #innerContent .blog .pagination ul li.pagination-end a:hover{
	color: #FFFFFF;
	background-color: #d21e28;
	margin: 0;
	padding: 5px 10px;
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	-o-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
	
}
/*MSDS Stylesheet*/
#msdsList .msds_head{
	float: left;
	width: 96%;
	background-color: #faf9f9;
	padding: 10px;
	clear: both;
	border: 1px solid #DDD;
}
#msdsList .msds_head h4{
	float: left;
	width: 100%;
	color: #950e1d;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFF;
	font-size: 18px;
	line-height:20px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
	clear: both;
}
#msdsList .msds_head ul{
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	clear: both;
}
#msdsList .msds_head ul li{
	float: left;
	font-size: 14px;
	color: #999999;
	margin-bottom: 5px;
	clear: both;
}
#msdsList .msds_head ul li p{
	margin-bottom: 5px;
}
#msdsList .msds_head ul li strong{
	color: #000000;
}
.page #content #innerContent .filesList{
	float: left;
	min-width: 97%;
	padding: 7px;
	margin: 0px 0px 40px 0px;
	background-color: #fff;
	border: 1px solid #DDD;
	clear: both;
	border-top: none;
}
.page #content #innerContent .filesList ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.page #content #innerContent .filesList ul li{
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}
.page #content #innerContent .filesList ul li .head {
	float:left;
	font-size: 14px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	clear:both;
}
.page #content #innerContent .filesList ul li.filesize {
	float: left;
	font-size: 12px;
	color: #999999;
	margin: 0px 0px 0px 0px;
}
.page #content #innerContent .filesList ul li .filesize {
	float: left;
	font-size: 12px;
	color: #999999;
	margin: 0px 0px 0px 0px;
}
.page #content #innerContent .filesList ul li .nofile {
	float: left;
	color: #999999;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
.page #content #innerContent .filesList ul li .pdf {
	float: left; 
	width: 16px; 
	height: 16px;
	margin: 2px 5px 0px 0px;
	clear: left;
}
/*Removable Content*/
.page #content #innerContent .filesList td{
	padding: 5px 5px 5px 10px;
}
.page #content #innerContent #msdsList{
	float: left;
	margin: 20px 0px 20px 0px;
	clear: both;
}
/*Feature Slideshow */
.wk-slideshow
.nav{position: absolute; list-style:none; margin: 15px 20px 0px 0px; padding:0; right:0; top: 0; z-index: 11;}
.wk-slideshow
.caption{position:absolute;left:0;right:0;bottom:0;color: #636464;z-index:5; padding:15px 0px 8px 0px; margin: 0px 0px 0px 0px; background: none;}
.wk-slideshow .caption, .wk-slideshow .caption a {
	color: #800000;
	font-size: 15px;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.page #sidebar{
	float: right;
}
#sidebar .region{
	float: left;
	border: 1px solid #dee1e1;
	margin: 0px 0px 30px 0px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#sidebar .region h3{
	width: 87.5%;
	display: block;
	font-size: 14px;
	padding: 0px 10px 5px 10px;
	margin: 0;
	background: url(../images/title_bg.jpg) bottom center repeat-x;
	border-bottom: 1px solid #dee1e1;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
.element-image img {
	padding: 11px 11px 0 11px;
}
#sidebar .region .custom{
	float: left;
	text-align: center;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar .region .spotlight{
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar .region .custom .supplier{
	float: left;
	text-align: center;
	display: block;
	width: 100%;
	list-style: none;
	padding: 5px 0px;
	margin: 5px 0px;
	border-bottom: 1px solid #EEEEEE;
}
#sidebar .region .custom .supplier{
	float: left;
	text-align: center;
	display: block;
	width: 100%;
	list-style: none;
	padding: 5px 0px;
	margin: 5px 0px;
	border-bottom: 1px solid #EEEEEE;
}
#sidebar .region .custom .supplier img{
	height: auto;
}
#sidebar .region .custom .rightbox_content> :last-child{
	border: none;
}
#pageFooter {
	float: left;
	width: 100%;
	border-top: 2px solid #EEEEEE;
	padding: 10px 0px;
	clear: both;
}
#pageFooter .credit{
	float: left;
}
#pageFooter .credit p {
	float: left;
	clear: both;
	font-size: 13px;
	color: #989797;
	margin: 0px;
}
#pageFooter .credit p span{
	float: left;
	font-size: 13px;
	color: #989797;
	margin: 0;
}
#pageFooter .credit p .credit_logo{
	float: left;
	width: 69px;
	height: 30px;
	margin-left:5px;
	background: url(../images/logofooter.png) 0 0 no-repeat;
	background-size: cover;
	-webkit-transition: all 300ms ease-in-out;
  	-moz-transition: all 300ms ease-in-out;
  	-o-transition: all 300ms ease-in-out;
  	transition: all 300ms ease-in-out;
}
#pageFooter .credit p .credit_logo:hover {
	background-position: 0 100%;
	-webkit-transition: all 300ms ease-in-out;
  	-moz-transition: all 300ms ease-in-out;
  	-o-transition: all 300ms ease-in-out;
  	transition: all 300ms ease-in-out;
}
	
#pageFooter .credit a{
	color: #989797;
}
#pageFooter nav {
	float: right;
}
#pageFooter nav ul{
	float: right;
}
#pageFooter nav ul li{
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #eeeeee;
}
#pageFooter nav ul li ul{
	display: none;
}
#pageFooter nav ul> :last-child{
	border-right: none;
}
#pageFooter nav ul li a{
	float: left;
	font-size: 13px;
	color: #8c131a;
}
#pageFooter nav ul li a:hover{
	color: #328444;
}

.wk-slideshow .slides {
	padding-bottom:41px;
}
.wk-map {
	margin:0 0 20px 0;
}
.notice {
	margin: 15px;
	padding: 15px;
	background-color:#FFFCC6;
	border: 1px solid #F9DF77;
	height:30px;
}
.notice p {
	line-height:30px;
}
.notice a {
	text-decoration:underline !important;
	color:#950e1d !important;
}
.notice img {
	float:left;
	margin:0 15px 0 5px;
}
.yoo-zoo a {
color: #d92026;
text-decoration:underline;
}
/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.page #navigation ul li a{
			float: left;
			font-size: 13px;
			display: block;
			padding: 5px 9px;
			color: #333333;
			clear: both;
		}
		#pageFooter span{
			float: left;
			font-size: 11px;
			color: #989797;
		}
		#pageFooter nav ul li{
			float: left;
			padding: 0px 5px;
			border-right: 1px solid #eeeeee;
		}
		#pageFooter nav ul li a{
			float: left;
			font-size: 11px;
			color: #8c131a;
		}
		.page #content #innerContent .contact .contact-address {
			float: left;
			padding: 10px;
			width: 35%;
			background-color: #f7f9f9;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
			
		}
		.page #content #innerContent .contact .contact-form {
			float: right;
			padding: 10px;
			margin: 0px 0px 20px 10px;
			width: 50%;
			background-color: #ffffff;
			border: 1px dashed #eeeeee;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
			
		}
		.page #content #innerContent .search form .only{
			float: right;
			width: 40%;
			padding: 10px;
			margin: 0px 0px 20px 0px;
			background-color: #f7f9f9;
			border: 1px solid #eeeeee;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			
		}
		#msdsList .msds_head{
			float: left;
			width: 95.6%;
			background-color: #faf9f9;
			padding: 10px;
			clear: both;
			border: 1px solid #DDD;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
	}
	@media only screen and (max-width: 768px) {
		#msdsList .msds_head{
			float: left;
			width: 95.7%;
			background-color: #faf9f9;
			padding: 10px;
			clear: both;
			border: 1px solid #DDD;
		}
		#sidebar .region h3{
			width: 400px;
			display: block;
			font-size: 11px;
			padding: 0px 10px 5px 10px;
			margin: 0;
			background: url(../images/title_bg.jpg) bottom center repeat-x;
			border-bottom: 1px solid #dee1e1;
		}
		.element-image img {
		padding: 11px 140px 0 140px;
		}
		.content_section_sub #msdsHelp {
			width: 100%;
			min-height: auto;
			margin: 0 0 20px 0;
			padding: 0;
			border: 1px solid #EEEEEE;
			background-color: #f7f9f9;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
		}
		.content_section_sub #msdsHelp h3{
			float:left;
			width: 95.3%;
			font-weight: bold;
			font-size: 16px;
			line-height: 16px;
			text-shadow: 1px 1px 1px #FFFFFF;
			background-color: #FFF;
			margin: 0 0 0px 0;
			border-bottom: 1px solid #eeeeee;
			padding: 10px;
			-moz-border-radius: 3px 3px 0px 0px;
			-webkit-border-radius: 3px 3px 0px 0px;
			-o-border-radius: 3px 3px 0px 0px;
			border-radius: 3px 3px 0px 0px;
			clear: both;
		}
	}
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.page #navigation .screenOutNav{
			float: left;
			width: 100%;
			display: block;
			padding: 0;
			margin: 10px 0px 0px 0px;
			background: #f7f9f8 url(../images/title_bg.jpg) bottom left repeat-x;
			padding: 0;
			border: 1px solid #eee;
		}
		.page #navigation .screenOutNav a{
			float: left;
			width: 95.5%;
			color: #333333;
			text-shadow: 1px 1px 1px #FFFFFF;
			font-size: 18px;
			font-family: 'bariolRegular', Arial, Helvetica, sans-serif;
			display: block;
			padding: 5px 10px 8px 10px;
			background: url(../images/navbar-icon.png) center right no-repeat;
			margin: 0px 0px 0px 0px;
		}
		.page #navigation{
			float: left;
			width: 100%;
			margin: 0px 0px 20px 0px;
			clear: both;
		}
		.page #navigation ul{
			float: left;
			display: none;
			width: 100%;
			list-style: none;
			padding: 0;
			margin: 0;
			background: #f7f9f8;
			border: 1px solid #eeeeee;
			border-top: none;
		}
		.page #navigation ul li{
			float: left;
			width: 100%;
			text-align: center;
			list-style: none;
			background: none;
			border: none;
			border-bottom: 1px solid #d8d7d7;
			margin: 0;
			padding: 0;
			display: block;
		}
		.page #navigation ul li a{
			float: left;
			text-align: left;
			width: 93%;
			display: block;
			padding: 5px 10px;
			color: #333333;
			clear: both;
		}
		.page #navigation ul li a:hover{
			color: #FFFFFF;
		}
		.page #navigation ul li:hover{
			background: #c00808; /* Old browsers */
			background: -moz-linear-gradient(top,  #c00808 0%, #860102 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00808), color-stop(100%,#860102)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #c00808 0%,#860102 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #c00808 0%,#860102 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #c00808 0%,#860102 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #c00808 0%,#860102 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00808', endColorstr='#860102',GradientType=0 ); /* IE6-9 */
		}
		.page #navigation ul li.active{
			background: #FFF; /* Old browsers */
			background: -moz-linear-gradient(top,  #c00808 0%, #860102 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00808), color-stop(100%,#860102)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #c00808 0%,#860102 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #c00808 0%,#860102 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #c00808 0%,#860102 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #c00808 0%,#860102 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00808', endColorstr='#860102',GradientType=0 ); /* IE6-9 */
		}
		.page #navigation ul> :first-child{
			border-left: none;
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			-o-border-radius: 0;
			
		}
		.page #navigation ul> :last-child{
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			-o-border-radius: 0;
			
		}
		.page #navigation ul li ul{
			float: left;
			display: none;
			width: 95.3%;
			list-style: none;
			padding: 0;
			margin: 29px 0px 0px 0px;
			border: 1px solid #CCC;
			border-top: none;
			background-color: #ffffff;
			clear: both;
		}
		.page #navigation ul li ul> :first-child{
			border-left: none;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;
			
		}
		.page #navigation ul li ul> :last-child{
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;
			
		}
		.page #navigation ul li ul li{
			float: left;
			width: 100%;
			text-align: left;
			list-style: none;
			background: none;
			border: none;
			border-bottom: 1px solid #EEEEEE;
			border-top: 1px solid #FFFFFF;
			margin: 0;
			color: #333333;
			display: block;
			padding: 0;
		}
		.page #navigation ul li ul li.active{
			background: url(../images/nav_gradiant_yello_hover.jpg)
		}
		.page #navigation ul li ul li a{
			float: left;
			width: 166px;
			display: block;
			padding: 5px 17px;
			color: #333333;
			clear: both;
		}
		.page section .contentRegion #protect_a_Bed p{
			float: left;
			text-align: center;
			font-size: 13px;
			line-height: 15px;
			font-family: Arial, Helvetica, sans-serif;
			width: 100%;
			padding: 0;
			margin: 15px 0px 10px 0px;
			clear: both;
		}
		.page section .contentRegion #protect_a_Bed img{
			float: none;
			max-width: 100%;
			height: auto;
		}
		header #search div{
			float: left;
			width: 100%;
			color: #ea6b00;
			clear: both;
		}
		header #search form input[type="text"]{
			float: left;
			min-width: 368px;
			color: #a9a6a6;
			padding: 6px 10px;
			border: 1px solid #f1efef;
			-webkit-border-radius: 3px 0px 0px 3px;
			-moz-border-radius: 3px 0px 0px 3px;
			-o-border-radius: 3px 0px 0px 3px;
			border-radius: 3px 0px 0px 3px;
			
		}
		.page section .contentRegion #currentNews ul li{
			float: left;
			display: block;
			width: 97%;
			padding: 5px;
			margin: 5px 0px;
			clear: both;
		}
		.page section .contentRegion #Temprid75 p{
			float: left;
			text-align: center;
			font-size: 13px;
			line-height: 15px;
			font-family: Arial, Helvetica, sans-serif;
			width: 100%;
			padding: 0;
			margin: 15px 0px 10px 0px;
			clear: both;
		}
		.page section .contentRegion #Temprid75 img{
			float: none;
			max-width: 100%;
			height: auto;
			clear: both;
		}
		.page #content #innerAside .leftAdx{
			display: none;
		}
		.page #content #innerContent .blog .pagination ul li{
			float: left;
			font-size: 13px;
			display:block;
			margin: 0;
			padding: 0;
		}
		.page #content #innerContent .blog .pagination ul li span, .page #content #innerContent .blog .pagination ul li a, .page #content #innerContent .blog .pagination ul li.pagination-start span, .page #content #innerContent .blog .pagination ul li.pagination-start a, .page #content #innerContent .blog .pagination ul li.pagination-prev span, .page #content #innerContent .blog .pagination ul li.pagination-prev a, .page #content #innerContent .blog .pagination ul li.pagination-end span, .page #content #innerContent .blog .pagination ul li.pagination-end a{
			padding: 5px 10px;
		}
		.page #content #innerContent .contact .contact-address {
			float: left;
			padding: 10px;
			width: 95%;
			background-color: #f7f9f9;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
			clear: both;
			margin: 0px 0px 20px 0px;
		}
		.page #content #innerContent .contact .contact-form {
			float: left;
			padding: 10px;
			margin: 0px 0px 20px 0px;
			width: 94%;
			background-color: #ffffff;
			border: 1px dashed #eeeeee;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;		
		}
		.page #content #innerContent .search form fieldset {
			float: left;
			min-width: 95%;
			min-height: 155px;
		}
		.page #content #innerContent .search form .only{
			float: left;
			width: 45%;
			padding: 10px;
			margin: 0px 0px 20px 0px;
			background-color: #f7f9f9;
			border: 1px solid #eeeeee;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;	
		}
		.page #content #innerContent .search form .searchintro{
			float: left;
			width: 95%;
			padding: 10px;
			margin: 0px 0px 20px 0px;
			background-color: #f1fcdf;
			border: 1px solid #cadfaa;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			clear: both;
		}
		.page #content #innerContent .search form .btn-toolbar .btn-group input[type="text"]{
			float: left;
			width: 248px;
			color: #a9a6a6;
			padding: 6px 10px;
			border: 1px solid #f1efef;
			-webkit-border-radius: 3px 0px 0px 3px;
			-moz-border-radius: 3px 0px 0px 3px;
			-o-border-radius: 3px 0px 0px 3px;
			border-radius: 3px 0px 0px 3px;
		}
		.page #content #innerContent .item-page img{
			float: left;
			max-width: 97%;
			min-width: 97%;
			height: auto;
			padding: 5px;
			border: 1px solid #CCCCCC;
			background: #FFFFFF;
			margin: 0px 10px 10px 0px;
		}
		.page #content #innerContent .item-page p img{
			max-width: 92%;
			min-width: auto;
			height: auto;
			padding: 5px;
			border: 1px solid #CCCCCC;
			background: #FFFFFF;
			margin: 0px 10px 10px 0px;
		}
		#pageFooter nav {
			float: right;
		}
		#pageFooter nav ul{
			float: right;
		}
		#pageFooter nav ul li{
			float: left;
			padding: 0px 5px;
			border-right: 1px solid #eeeeee;
		}
		#pageFooter nav ul li ul{
			display: none;
		}
		#pageFooter nav ul> :last-child{
			border-right: none;
		}
		#pageFooter nav ul li a{
			float: left;
			font-size: 11px;
			color: #8c131a;
		}
		.page #content #innerAside nav{
			display: none;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.page #navigation .screenOutNav{
			float: left;
			width: 100%;
			display: block;
			padding: 0px;
			margin: 10px 0px 0px 0px;
			background: #f7f9f8 url(../images/title_bg.jpg) bottom left repeat-x;
			padding: 0px;
			border: 1px solid #eee;
		}
		.page #navigation{
			float: left;
			width: 100%;
			margin: 0px 0px 20px 0px;
			clear: both;
		}
		.page #navigation ul{
			float: left;
			display:none;
			width: 100%;
			list-style: none;
			padding: 0px;
			margin: 0px;
			background: #f7f9f8;
			border: 1px solid #eeeeee;
			border-top: none;
		}
		.page #navigation ul li{
			float: left;
			width: 100%;
			text-align: center;
			list-style: none;
			background: none;
			border: none;
			border-bottom: 1px solid #d8d7d7;
			margin: 0px;
			padding: 0px;
			display: block;
		}
		.page #navigation ul li a{
			float: left;
			text-align: left;
			width: 93%;
			display: block;
			padding: 5px 10px;
			color: #333333;
			clear: both;
		}
		.page #navigation ul li a:hover{
			color: #FFFFFF;
		}
		.page #navigation ul li:hover{
			background: #c00808; /* Old browsers */
			background: -moz-linear-gradient(top,  #c00808 0%, #860102 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00808), color-stop(100%,#860102)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #c00808 0%,#860102 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #c00808 0%,#860102 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #c00808 0%,#860102 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #c00808 0%,#860102 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00808', endColorstr='#860102',GradientType=0 ); /* IE6-9 */
		}
		.page #navigation ul li.active{
			background: #FFF; /* Old browsers */
			background: -moz-linear-gradient(top,  #c00808 0%, #860102 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00808), color-stop(100%,#860102)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #c00808 0%,#860102 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #c00808 0%,#860102 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #c00808 0%,#860102 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #c00808 0%,#860102 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00808', endColorstr='#860102',GradientType=0 ); /* IE6-9 */
		}
		.page #navigation ul> :first-child{
			border-left: none;
			border-radius: 0px;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-o-border-radius: 0px;
			
		}
		.page #navigation ul> :last-child{
			border-radius: 0px;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px ;
			-o-border-radius: 0px;
			
		}
		.page #navigation ul li ul{
			float: left;
			display: none;
			width: 93.3%;
			list-style: none;
			padding: 0;
			margin: 29px 0px 0px 0px;
			border: 1px solid #CCC;
			border-top: none;
			background-color: #ffffff;
			clear: both;
		}
		.page #navigation ul li ul> :first-child{
			border-left: none;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;
			
		}
		.page #navigation ul li ul> :last-child{
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;
			
		}
		.page #navigation ul li ul li{
			float: left;
			width: 100%;
			text-align: left;
			list-style: none;
			background: none;
			border: none;
			border-bottom: 1px solid #EEEEEE;
			border-top: 1px solid #FFFFFF;
			margin: 0;
			color: #333333;
			display: block;
			padding: 0;
		}
		.page #navigation ul li ul li.active{
			background: url(../images/nav_gradiant_yello_hover.jpg)
		}
		.page #navigation ul li ul li a{
			float: left;
			width: 166px;
			display: block;
			padding: 5px 17px;
			color: #333333;
			clear: both;
		}
		.page section .contentRegion #protect_a_Bed p{
			float: left;
			text-align: center;
			font-size: 13px;
			line-height: 15px;
			font-family: Arial, Helvetica, sans-serif;
			width: 100%;
			padding: 0;
			margin: 15px 0px 10px 0px;
			clear: both;
		}
		.page section .contentRegion #protect_a_Bed img{
			float: none;
			max-width: 100%;
			height: auto;
		}
		header #search div{
			float: left;
			width: 100%;
			color: #ea6b00;
			clear: both;
		}
		header #search form input[type="text"]{
			float: left;
			min-width: 247px;
			color: #a9a6a6;
			padding: 6px 10px;
			border: 1px solid #f1efef;
			border-radius: 3px 0px 0px 3px;
		}
		.page section .contentRegion #currentNews ul li{
			float: left;
			display: block;
			width: 97%;
			padding: 5px;
			margin: 5px 0px;
			clear: both;
		}
		.page section .contentRegion #Temprid75 p{
			float: left;
			text-align: center;
			font-size: 13px;
			line-height: 15px;
			font-family: Arial, Helvetica, sans-serif;
			width: 100%;
			padding: 0;
			margin: 15px 0px 10px 0px;
			clear: both;
		}
		.page section .contentRegion #Temprid75 img{
			float: none;
			max-width: 100%;
			height: auto;
			clear: both;
		}
		.page #content #innerAside .leftAdx{
			display: none;
		}
		#sidebar .region h3{
			width: 93.5%;
			display: block;
			font-size: 14px;
			padding: 0px 10px 5px 10px;
			margin: 0;
			background: url(../images/title_bg.jpg) bottom center repeat-x;
			border-bottom: 1px solid #dee1e1;
		}
		.element-image img {
		padding: 11px 80px 0 80px;
		}
		.page #content #innerContent .blog .pagination ul li{
			float: left;
			font-size: 11px;
			display:block;
			margin: 0;
			padding: 0;
		}
		.page #content #innerContent .blog .pagination ul li span{
			padding: 0;
			padding: 2px 5px;
		}
		.page #content #innerContent .blog .pagination ul li a{
			padding: 0;
			padding: 2px 5px;
		}
		.page #content #innerContent .blog .pagination ul li.pagination-start span, .page #content #innerContent .blog .pagination ul li.pagination-start a, .page #content #innerContent .blog .pagination ul li.pagination-prev span, .page #content #innerContent .blog .pagination ul li.pagination-prev a, .page #content #innerContent .blog .pagination ul li.pagination-end span, .page #content #innerContent .blog .pagination ul li.pagination-end a{
			padding: 2px 5px;
		}
		.page #content #innerContent .contact .contact-address {
			float: left;
			padding: 10px;
			width: 93%;
			background-color: #f7f9f9;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
			clear: both;
			margin: 0px 0px 20px 0px;
		}
		.page #content #innerContent .contact .contact-form {
			float: left;
			padding: 10px;
			margin: 0px 0px 20px 0px;
			width: 93%;
			background-color: #ffffff;
			border: 1px dashed #eeeeee;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
			
		}
		.page #content #innerContent .search form fieldset {
			float: left;
			min-width: 93%;
			min-height: 155px;
		}
		.page #content #innerContent .search form .searchintro{
			float: left;
			width: 93%;
			padding: 10px;
			margin: 0px 0px 20px 0px;
			background-color: #f1fcdf;
			border: 1px solid #cadfaa;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			
			clear: both;
		}
		.page #content #innerContent .search form .btn-toolbar .btn-group input[type="text"]{
			float: left;
			width: 248px;
			color: #a9a6a6;
			padding: 6px 10px;
			border: 1px solid #f1efef;
			-webkit-border-radius: 3px 0px 0px 3px;
			-moz-border-radius: 3px 0px 0px 3px;
			-o-border-radius: 3px 0px 0px 3px;
			border-radius: 3px 0px 0px 3px;
			
		}
		.page #content #innerContent .item-page img{
			float: left;
			max-width: 97%;
			min-width: auto;
			height: auto;
			padding: 5px;
			border: 1px solid #CCCCCC;
			background: #FFFFFF;
			margin: 0px 10px 10px 0px;
		}
		.page #content #innerContent .item-page p img{
			max-width: 92%;
			min-width: auto;
			height: auto;
			padding: 5px;
			border: 1px solid #CCCCCC;
			background: #FFFFFF;
			margin: 0px 10px 10px 0px;
		}
		.page #content #innerAside nav{
			display: none;
		}
		.content_section_sub .cart a{
			float: left;
			color: #d73333;
			font-size: 14px;
			padding: 0px 5px;
			margin: 0px 0px 20px 0px;
			border-right: 1px solid #EEEEEE;
		}
		.content_section_sub .cart form input[type="text"] {
			float: left;
			color: #282448;
			font-size: 13px;
			margin: 0px 0px 10px 0px;
			padding: 5px 10px 10px 5px;
			background: #fbfbfb url(../images/input-bg.jpg) top left repeat-x;
			min-width: 94%;
			clear: both;
		}
		.content_section_sub .cart form select{
			float: left;
			color: #282448;
			font-size: 13px;
			margin: 10px 0px 0px 0px;
			padding: 6px 10px 7px 5px;
			background: #fbfbfb url(../images/input-bg.jpg) top left repeat-x;
			min-width: 98%;
			min-height: 33px;
		}
		#innerContent .droppableArea .ff_listItem{
			float: left;
			padding: 0px 0px 10px 0px;
			width: 100%;
			margin: 0px 10px 10px 0px;
		}
		#innerContent .droppableArea .ff_listItem img{
			width: 100%;
			height: auto;
		}
		#innerContent .droppableArea .ff_listItem:nth-child(even){
			float: left;
			padding: 0px 0px 10px 0px;
			width: 100%;
			margin: 0px 10px 10px 0px;
		}
		#innerContent .droppableArea .ff_listItem:nth-child(even):last-child{
			float: left;
			padding: 0px 0px 10px 0px;
			width: 100%;
			margin: 0px 10px 10px 0px;
		}
		#innerContent .droppableArea #ff_listItem25 .ff_div .ff_elem {
			float: left;
			min-width: 98%;
			min-height: 150px;
			clear: both;
		}
		.content_section_sub #msdsHelp {
			width: 100%;
			min-height: auto;
			margin: 0 0 20px 0;
			padding: 0;
			border: 1px solid #EEEEEE;
			background-color: #f7f9f9;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
		}
		.content_section_sub #msdsHelp h3{
			float:left;
			width: 93.3%;
			font-weight: bold;
			font-size: 16px;
			line-height: 16px;
			text-shadow: 1px 1px 1px #FFFFFF;
			background-color: #FFF;
			margin: 0 0 0px 0;
			border-bottom: 1px solid #eeeeee;
			padding: 10px;
			-moz-border-radius: 3px 3px 0px 0px;
			-webkit-border-radius: 3px 3px 0px 0px;
			-o-border-radius: 3px 3px 0px 0px;
			border-radius: 3px 3px 0px 0px;
			clear: both;
		}
		#innerContent .droppableArea {
			float: left;
			padding: 10px;
			margin: 0px 0px 20px 0px;
			width: 93%;
			min-height: 550px;
			background-color: #ffffff;
			border: 1px dashed #eeeeee;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
		}
		#msdsList .msds_head{
			float: left;
			width: 92.7%;
			background-color: #faf9f9;
			padding: 10px;
			clear: both;
			border: 1px solid #DDD;
		}
		.page #content #innerContent .filesList{
			float: left;
			min-width: 94%;
			padding: 7px;
			margin: 0px 0px 40px 0px;
			background-color: #fff;
			border: 1px solid #DDD;
			clear: both;
			border-top: none;
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
    font-family: 'DroidSerif';
    src: url('../assets/droid/droid-serif-regular-webfont.eot');
    src: url('../assets/droid/droid-serif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/droid/droid-serif-regular-webfont.woff') format('woff'),
         url('../assets/droid/droid-serif-regular-webfont.ttf') format('truetype'),
         url('../assets/droid/droid-serif-regular-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bariolRegular';
    src: url('../assets/bariol/bariol_regular-webfont.eot');
    src: url('../assets/bariol/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/bariol/bariol_regular-webfont.woff') format('woff'),
         url('../assets/bariol/bariol_regular-webfont.ttf') format('truetype'),
         url('../assets/bariol/bariol_regular-webfont.svg#bariol_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}