/* resets */
body {
	background: none;
	font-size: 12px;
	background-color: #007A5E;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #F67105;
}
a:hover {
	text-decoration: underline;
}
.subFooter {
	background: none;
	border: none;
}
.container {
	background: url('images/headerBG-top.png') top left repeat-x #FFF;
	border: 1px solid #252525;
	padding: 0 10px;
	margin-top: 10px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 100);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 100);
	box-shadow: 0 0 4px rgba(0, 0, 0, 100);
}
.logo {
	font-size: 24px;
	font-weight: bold;
	min-width: 220px!important;
	line-height: 1em;
	min-height:58px!important;
	
}
.headerRow2 {
	width: 960px;
	padding: 0 10px;
	margin-left: -10px;
	background: url('images/headerBG-bot.png') bottom left repeat-x;
}
/*#ctl01_ctl05_imgLogoLnk {width:130%;}*/

/* HEADERS */
h3, h4, h5, h6 {
	margin-bottom: 5px;
}
.header {
	margin-bottom: 20px;
}
.styledtxt {
	color: #F67105
}
/* TOP MENU
-------------------------------------------------------------------*/
.header .Menu {
	padding-left: 13px;
	background: url('images/sprite.png') 0 -12px no-repeat;
	height: 38px;
}
.header .grid_9>div:first-child .menuWrap {
	padding-right: 14px;
	background: url('images/sprite.png') right -12px no-repeat;
	height: 38px;
}
.header .menu {
	background: none;
	border-top: 1px solid #FF8901;
}
.header .menu ul {
	font-size: 1.0em;
	color: #FFF;
	height: 36px;
	margin: 0;
	background: #FF8901 url('images/menuBG.png') repeat-x top;
	background: -moz-linear-gradient(top, #ffc700 0%, #ff8b01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc700), color-stop(100%, #ff8b01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc700 0%, #ff8b01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc700 0%, #ff8b01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc700 0%, #ff8b01 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc700 0%, #ff8b01 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ff8b01', GradientType=0 ); /* IE6-9 */
	list-style-type: none;
	padding:0;
	margin: 0;
	border-top: 1px solid #FFF3C6;
	border-bottom: 1px solid #F9D180;
}
.header .EndUserStatus .menu>ul {
	border-left: 2px solid #ED7601;
}
.header .menu>ul li {
	display: table-cell;
	float: left;
	margin: 0;
	position: relative;
	line-height: 32px;
	padding: 0;
}
.header .menu>ul li a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 8px;
	text-shadow: 0 1px 4px #F16304;
}
.header .menu>ul li a.divider {
	padding: 0;
}
.header .menu>ul li a:hover, .menu>ul li a.current {
	background: none;
	border: none;
	text-decoration: none;
	color: #842902;
	text-shadow: 0 1px 4px #FEEEB2;
}
/* END USER STATUS */
.header .EndUserStatus, .header .Menu {
	float: right;
	margin-top:-6px;
}
.header .EndUserStatus {
	margin-right: -10px;
}
.header .EndUserStatus .menuWrap {
	padding-left: 0px;
}
.header .EndUserStatus .menu ul {
	border-right: none;
	padding: 0;
}
/* HEADER DROP MENU */
.header .menu ul.dropdown {
	display: none;
	height: auto;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 100%;
	background: #FFF;
	border: 1px solid #B3B3B3;
	-moz-box-shadow: 0px 0px 5px #A4A4A5;
	-webkit-box-shadow: 0px 0px 5px #A4A4A5;
	box-shadow: 0px 0px 5px #A4A4A5;
	white-space: nowrap !important;
	z-index: 999;
}
.header .menu ul.dropdown li {
	display: block;
	float: none;
	margin:0;
	font-size: 12px;
	clear: left;
}
.header .menu ul.dropdown li a {
	display: block;
	font-weight: normal;
	color: #4D4D4D;
	line-height: normal;
	padding: 5px;
	margin:0;
	border-radius: 0;
	text-shadow: none;
	float:none;
}
.header .menu ul.dropdown li a:hover, ul.dropdown li a:hover {
	background: #F2F2F2;
	display:block;
	cursor:pointer;
	border: none;
	color: #F67105;
}
.header .menu ul.dropdown ul {
	left: 95%;
	top: 0;
	width: auto;
}
/* SECTION MENU */
.section .menu, .section .menu ul {
	margin: 0;
	background: none;
	width: auto;
}
.section .menu a.current, .section .menu a:hover {
	text-shadow: none;
}
.section .menu ul.dropdown {
	left: 100%;
	top: 0;
	z-index: 100000;
	background: #FFF;
}
.section .menu ul.dropdown li {
	padding: 0;
}
/* VERT MENU */
.menu.vertical {
	height: auto;
}
.menu.vertical>ul li {
	clear: left;
	display: block;
}
.header .menu.vertical ul.dropdown, .section .menu.vertical ul.dropdown {
	left: 100%;
	top: 0;
}
/* FORMS
-------------------------------------------------------------------*/
/* -- href Link button - no background --*/
a.btnLink {
	display: inline-block;
	margin-right:4px;
	padding: 0.25em 0 0.16em;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.0em;
	position: relative;
	cursor: pointer;
}
a.btnLink:hover .btnTxt {
	text-decoration:underline;
}
.buttons {
	padding: 0.3em 8px;
	border: 0 none;
}
a.btn {
	font-size: 16px;
	vertical-align: middle;
	color: #FFF!important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 8px;
	margin-top:1px;
	line-height: 15px;
	position: relative;
	border: 1px solid #B12800;
	background-color: #007A5E;
	background-image: -moz-linear-gradient(top, #007A5E, #014132);
	background-image: -ms-linear-gradient(top, #007A5E, #014132);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007A5E), to(#014132));
	background-image: -webkit-linear-gradient(top, #007A5E, #014132);
	background-image: -o-linear-gradient(top, #007A5E, #014132);
	background-image: linear-gradient(top, #007A5E, #014132);
	background-repeat: repeat-x;
	text-shadow:none;
}
a.btn:hover, a.btn:active {
	color: #FFF!important;
	text-decoration: none;
	background-color: #049C78;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
a.btn:hover .btnTxt {
	text-decoration: none;
}
/* --  inline form -- */
.formLayout.inline {
	overflow: hidden;
	zoom: 1;
}
.formLayout.inline .flGrp {
	float: left;
	display: inline-block;
	clear: none;
	overflow: hidden;
	padding: 0.6em 0 0.6em 8px;
}
.formLayout.inline label.lblTitle {
	float: left;
	margin: 0.2em 0.5em 0 0;
}
.formLayout.inline .flGrp.buttons {
	padding: 0.3em 8px;
	border: 0 none;
}
.formLayout.inlineTitle {
	padding: 0;
}
.formLayout.inlineTitle .info {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 7px 0;
	border-bottom: 0 none;
}
.formLayout.inlineTitle .info h2 {
	font-size: 2em;
	line-height: 1.0em;
	margin: 0;
	clear: left;
}
/* ADDRESS | Header
-------------------------------------------------------------------*/
.header .Address {text-align:right;
	float: right;
	padding: 20px;
	font-size: 1em;
	min-width:400px;
}
.address.inline h3, .address.inline .addressline, .address.inline .map, .address.inline .map dive {
	display:none;
}
.address.inline .phone, .address.inline .email, .address.inline .phone span, .address.inline .email a {
	display:inline;
	color: #808080;
	text-decoration: none;
}
.address.inline .email a:hover {
	text-decoration: underline;
}
.address.inline .email {
	margin-left: 5px;
	padding-left: 10px;
	float:right;
}
.address.inline .phone {
	float:right!important;
	margin-left: 5px;
	padding-left: 10px;
}
/* ADDRESS | Body
-------------------------------------------------------------------*/
.section .Address {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background: none repeat scroll 0 0 #F2F2F2;
}
.section .address .map {
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
	box-shadow: 1px 1px 5px #CCC;
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	overflow: hidden;
	padding: 8px 0 0 8px;
	margin-bottom:10px;
}
.section .address:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* SOCIAL LINKS */
.social li a {
	vertical-align: middle;
}
.social li a:after {
	content: ' >';
}
/* SOCIAL FEED 
-----------------------------------------------------------------------*/
.fbConnectWidgetTopmost {
	border-top: none!important;
}
.footer .socialFeed {
	background: #fff;
}
.footer .socialFeed ul.ui-tabs-nav {
	margin-bottom: 0!important;
}
ul.ui-tabs-nav li.ui-tabs-selected a, ul.ui-tabs-nav li.ui-tabs-selected {
	color:#F67105;
}
/* FOOTER
-------------------------------------------------------------------*/
.footer {
	color: #FFF;
	margin:0 -10px;
	border: 1px solid #FF8901;
	background: #FF8901;
	background:-moz-linear-gradient(19% 75% 90deg, #FF8901, #F96302);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F96302), to(#FF8901));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F96302', endColorstr='#FF8901', gradientType='0');
}
.footer .innerWrapper {
	padding: 20px 10px;
	border-top: 1px solid #FFF3C6;
	border-bottom: 1px solid #F9D180;
}
.footer .asiModule .email a {
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}
.footer h3, .footer p, .footer span, .footer .contentModule {
	color: #FFFFFF;
	margin: 0px;
	text-shadow: 0 1px 4px #F16304;
}
.footer p {
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 18px;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color: #FFFFFF;
}
.footer a:hover {
	color: #842902;
}
.footer .txt {
	clear: both;
	display: block;
}
.footer .newsletter .formLayout input.text {
	padding: 3px 8px;
	width: 275px;
	height: 25px;
	border: 1px solid #FF5600;
}
.footer .grid_4 .newsletter .formLayout input.text {
	width: 195px!important;
}
.footer .newsletter .formLayout, .newsletter .formLayout .flGrp {
	margin: 0;
	padding: 4px 0 0 0;
}
.footer .newsletter .formLayout.inline .flGrp.buttons {
	padding-right: 0pt;
}
.footer .NewsletterSignup {display:none;
	margin-bottom: 10px;
}
.footer .socialLinks .social {
	list-style: none outside none !important;
	margin: 0;
	padding: 0;
}
.footer .socialLinks li {
	margin-left: 0px;
	margin-bottom: 4px;
}
.footer .socialLinks .social li a {
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	text-shadow: 0 1px 4px #F16304;
}
.footer .address .map {float: right;
	background-color: #FFFFFF;
	height: 130px!important;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 8px 0 0 8px;
	width: 300px!important;
	border: 1px solid #FF5600;
	-moz-box-shadow: 1px 1px 5px #F16304;
	-webkit-box-shadow: 1px 1px 5px #F16304;
	box-shadow: 1px 1px 5px #F16304;
}
.footer .SocialFeed p, .footer .SocialFeed span, .footer .SocialFeed div {
	text-shadow: none;
}
.footer .errorMessage, .footer .successMessage {
	background: #a2eaff;
	border: none;
	padding: 5px;
	color: #0189dd;
}
/* COPYRIGHT */
div[id$="FullWidthSubFooterZone"] {
color: #5E5D5D;
font-size: 11px;
width: 940px;
margin: 10px auto;
padding-bottom: 10px;
}
/* CONTENT
--------------------------------------------------------------------*/
.section .asiModule {
	margin-bottom: 20px;
}
.section .FeaturedVideos, .section .Video, .section .ProductSetAutoUpdate, .section .ProductOfTheDay, .section .grid_3 .Content {
	padding:10px;
	border: 1px solid #CCCCCC;
}
.section .grid_12 .asiModule {
	padding: 0;
	border: none;
}
.section h2 {
	border-bottom: 1px solid #CCC;
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/* SHOPPING CART | Header
-------------------------------------------------------------------*/
.shoppingCart-container {
	clear: both;
	float: right;
}
.Cart {
	padding: 15px 0 17px 0
}
.Cart .btnLink {
	color: #808080;
	font-weight: bold;
	display: inline-block;
	line-height: 1em;
	font-size: 1.2em;
	background: none;
	padding: 5px 10px 5px 10px;
	border: 1px solid #999999;
}
.Cart .btnLink.scTrigger {
	margin-right: 8px;
	position: relative;
}
.Cart .btnLink:hover {
	background-color:#E6E6E6;
}
.Cart .btnLink:hover .btnTxt {
	text-decoration: none;
}
/* SHOPPING CART Menu | Header
-------------------------------------------------------------------*/
#shoppingCart {
	-moz-box-shadow: 0px 0px 5px #A4A4A5;
	-webkit-box-shadow: 0px 0px 5px #A4A4A5;
	box-shadow: 0px 0px 5px #A4A4A5;
}
#shoppingCart {
	position: absolute;
	right: -1px;
	top: 100%;
}
#shoppingCart .scTop {
	border-bottom: 1px solid #CCCCCC;
	height: 35px;
}
#shoppingCart-empty td {
	padding: 2px 0 5px 10px;
}
#shoppingCart .menu ul.tabs li a {
	color: #5d5d5d;
	font-weight: normal;
	border-left: 1px solid #CCCCCC;
}
#shoppingCart .menu ul.dropdown li a {
	color: #464646;
	font-weight: normal;
	border-left: none;
}
#shoppingCart .menu ul.tabs .divider span {
	display: none;
}
#shoppingCart .menu ul.tabs li a:hover {
	background: #E6E6E6;
	color: #0085DB;
	cursor: pointer;
}
/* QUICK SEARCH / Product Search
-------------------------------------------------------------------*/
.QuickSearchBasic {
	margin: 0 -20px;
	width:1010px;
	position:relative;
	left: -16px;
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .66);
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .66);
	border: 1px solid #FF8901;
	background: #FF8901;
	background:-moz-linear-gradient(19% 75% 90deg, #FF8901, #F96302);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F96302), to(#FF8901));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F96302', endColorstr='#FF8901', gradientType='0');
}
.QuickSearchBasic:before, .QuickSearchBasic:after {
	top: -16px;
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	width: 7px;
	height: 0;
}
.QuickSearchBasic:before {
	left: -7px;
	border-width: 15px 15px 0 0;
	border-color: transparent #FF5600 transparent transparent;
}
.QuickSearchBasic:after {
	right: -7px;
	border-width: 15px 0 0 15px;
	border-color: transparent transparent transparent #FF5600;
}
.QuickSearchBasic .quickSearch {
	width: 1010px !important;
	height:64px;
	padding-top: 6px;
	text-align: right;
	border-top: 1px solid #FFF3C6;
	border-bottom: 1px solid #F9D180;
}
.quickSearch .formLayout {
	float: right;
	margin: 5px 10px 0 0;
}
.quickSearch .formLayout.inlineTitle .info {
	background: none;
	border: none;
}
.quickSearch .formLayout.inlineTitle .info h2, .quickSearch .formLayout.inline span {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	border: none;
	text-shadow: 0px 1px 4px #F16304;
}
.quickSearch .formLayout input.text {
	padding: 3px 8px;
	height: 25px;
	margin-left: 5px;
	border: 1px solid #FF5600;
}
.quickSearch .formLayout.inline .inlineLabel {
	font-size: 14px;
}
.quickSearch .formLayout .flGrp.Xxxx input {
	width: 300px;
	margin-left: 0;
}
.quickSearch .formLayout.inline .flGrp span {
	float: none;
}
.quickSearch .formLayout.inline .flGrp.price span:before {
	content: "Price Range";
}
.quickSearch .formLayout.inline .flGrp label {
	display: none;
}
.quickSearch .formLayout.inline a.btn {
	float: right;
}
.quickSearch .formLayout.inline .flGrp.price span + span:before {
	content: "";
}
.quickSearch .formLayout.inline .flGrp.price .field {
	color: #222222;
	font-size: 12px;
	width: 80px;
	line-height: 2em;
}
.quickSearch .formLayout.inline .flGrp.price .symbol {
	display: none;
}
.quickSearch .formLayout.inline .flGrp.buttons {
	padding-right: 0pt;
	margin-top: 3px;
}
.quickSearch .formLayout.inline .flGrp.buttons div {
	float: left;
	margin-right: 10px;
}
.quickSearch .formLayout.inline .flGrp {
	overflow: visible;
}
.quickSearch .errorMessage {
	display: inline;
	float: right;
	margin-right: 10px;
	text-align: left;
	width: 150px;
}
/* BANNER
-------------------------------------------------------------------*/
.Ad, .Banner {
	background: url("images/bannerBG.png") repeat-x left top #CCCCCC;
	padding: 10px 20px;
	margin: 0 -20px;
}
.adSlider {
	background: #FFF;
	padding: 4px;
	-moz-box-shadow: 0px 1px 5px #737373;
	-webkit-box-shadow: 0px 1px 5px #737373;
	box-shadow: 0px 1px 5px #737373;
	border: 1px solid #A5A5A5;
}
.adSlider .inner {
	background: url("images/bannerInnerBG.png") repeat-x left bottom #FFF;
	padding: 8px;
	height:242px;
}
.adSlider .pagerBtn {
	float: left;
	clear: both;
	overflow: hidden;
	margin: 10px 0 0 20px;
	bottom:21px;
}
.adSlider .pagerBtn ul, ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.adSlider .pagerBtn .pagination li {
	float: left;
	margin: 0 7px 0 0;
}
.adSlider .pagerBtn .pagination li a {
	background: url("images/sprite.png") no-repeat scroll 0 -143px transparent;
	float: left;
	font-size: 0;
	height: 11px;
	width: 11px;
	line-height: 0;
	overflow: hidden;
}
.adSlider .pagerBtn .pagination li a:hover, .adSlider .pagerBtn .pagination li.active a {
	background-position: 0 -132px;
}
.adSlider .btns {
	height: 17px;
	margin-top: 6px;
	float: right;
}
.adSlider .btns a {
	margin-right: 15px;
}
/* PRODUCT SET AUTO
-------------------------------------------------------------------*/
#productset-content.carousel {
	padding-top: 25px;
	margin-top: 7px;
}
#productset-content.carousel .dataTables_info {
	position: absolute;
	top: -46px;
	right: 0px;
	text-align: right;
	width: 300px;
}
#productset-content.carousel .fg-toolbar.ui-widget-header {
	border: 0;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
}
#productset-content.carousel .pagination-links {
	display: none;
}
#productset-content.carousel a.previous {
	margin-right: 10px;
}
#productset-content.carousel li {
	padding: 0;
}
/* POTD 
-------------------------------------------------------------------*/
.PODay {
	position: relative;
}
.PODay .prodInfo {
	float: right;
	width: 60%;
}
.PODay .prodImg {
	float: left;
	width: 35%;
}
.PODay .prodLink {
	font-size: 14px;
	font-weight: bold;
	font-size: 18px;
}
.PODay img {
	float: left;
	width: 100%;
}
.PODay h4 {
	margin: 0 0 5px 0;
	line-height: 1.2;
}
.PODay h4 a {
	color: #464646;
}
.PODay p {
	margin: 0 0 5px 0;
}
.PODay btn {
	border: none;
	background: none;
font-size:
}
.PODay .socialLinks {
	position: absolute;
	right: 0px;
	top: 5px;
}
.grid_3 .PODay .socialLinks {
	top: 40px;
}
/* PROD DETAILS 
-------------------------------------------------------------------*/
.configOptions {
	position: absolute;
	left: -35px;
	top: 230px;
	z-index: 200;
	width: 27px;
}
.configOptions .configHandle {
	position: absolute;
	width: 185px;
	height: 25px;
	line-height: 22px;
	color: #FFF;
	text-align: center;
	z-index: 199;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #FF8901;
	border-width: 1px 0;
	left: -80px;
	top: 100px;
	background: url('images/menuBG.png') left top repeat-x #FF8901;
	background: -moz-linear-gradient(19% 100% 90deg, #FF8901, #F96302);
	background:	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F96302), to(#FF8901));
	/* writing-mode:tb-lr; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  */
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
}
@media \0screen {
.configOptions .configHandle {
	position: absolute;
	width: 200px;
	height: 25px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	z-index: 199;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #FF8901;
	left: -80px;
	top: 100px;
	background: url('images/menuBG.png') left top repeat-x #FF8901;
	background: -moz-linear-gradient(19% 100% 90deg, #FF8901, #F96302);
	background:	-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F96302), to(#FF8901));
    /* writing-mode:tb-lr; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	top: 0px;
	left: 0px;
}
}
.configOptions .configHandle:hover {
	cursor:pointer;
}
.configOptions .configHandle:before, .prdrebConfig .configHandle:after {
	content:' ';
	display: block;
	position: absolute;
	top:-1px;
	width: 13px;
	height:27px;
	background:url(images/sprite.png) 0 0 no-repeat;
}
.configOptions .configHandle:before {
	background-position: 0 -52px;
	left: -13px;
}
.configOptions .configHandle:after {
	background-position: -22px -52px;
	right: -12px;
}
.configOptions .configHolder {
	overflow: hidden;
	position: relative;
	margin-left: 12px;
	padding: 10px;
	height: auto;
	width: auto;
}
.configOptions .config {
	position: relative;
	background: #FFF;
	margin: 0 0 0 10px;
	left:-240px;
	width: 210px;
	border: none;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.configOptions .configHolder .ui-widget-header {
	color: #fff;
	background: #FF8901;
	background:-moz-linear-gradient(19% 75% 90deg, #FF8901, #F96302);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F96302), to(#FF8901));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F96302', endColorstr='#FF8901', gradientType='0');
}
.configOptions .configHolder .ui-widget-header h5 {
	color: #fff;
}
/* PROD TILE */
.prodTile .prodName a {
	color: #464646;
}
.prodTile .prodName a:hover {
	text-decoration: underline;
}
.prodSet li .prodName {
	line-height: normal;
}
/* FEATURED VIDS *
-------------------------------------------------------------------*/
.featureVideoSet ul {
	margin: 0 -5px;
}
.featureVideoSet ul li {
	float: left;
	padding:0;
}
.featureVideoSet .tile {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 5px;
}
.featureVideoSet .title {
	margin: 5px;
	text-align: center;
	font-size: 11px;
	line-height: normal;
	height: 25px;
	overflow: hidden;
}
.featureVideoSet ul li:first-child {
	width: 100%;
	display: block;
}
.featureVideoSet ul li:first-child .tile {
	border: none;
	margin: 0;
}
.featureVideoSet ul li:first-child .title {
	text-align: left;
	float: none;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
}
/* ARTICLES 
-------------------------------------------------------------------*/
.article {
	float: left;
	display: inline-block;
	margin: 0 20px 20px 0;
	line-height: inherit;
}
.article:last-child {
	margin-right: 0px;
}
.article h3 {
	margin-bottom: 8px;
	line-height: normal;
}
.article .readmore {
	padding: 8px 0 0 0;
	width: inherit;
	font-weight: bold;
}
.article .readmore a:after {
	content:">";
}
.article, .article img {
	max-width:100%;
}
/* OVERRIDES 
-------------------------------------------------------------------*/
.fg-button.ui-button.ui-state-default {
	color: #3780D4;
}
 @media only screen and (max-width: 1040px) {
 .QuickSearchBasic {
margin: 0 -5px;
width:980px;
}
 .QuickSearchBasic:before, .QuickSearchBasic:after {
border: none;
}
 .QuickSearchBasic .quickSearch {
width: 980px !important;
}
}
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica
}

.container_12 .grid_3 .address{
width: 620px;
}

.canvas_map{width:290px!important;}
.footer .socialLinks h3, .header .ownerNameTitle, .header .fax, .header .addressline, .header .companyName { display:none; }