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


/*GENERAL STYLES*/
body{
	margin:0px;
	padding:0px;
	background:url(../images/site_body_bg_02.gif) repeat-x #F0EEE7;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	overflow-y:visible;
}
body,html {
	margin:0px;
	padding:0px;
	width:100%;
	overflow-x:hidden;
	background-color:#F0EEE7;
}
img{
	border:none;
}
h1{
	color:#FFF;
	font-size:16px;
	margin:6px 0px 0px 15px;
	padding:0px;
}
h2{
	color:#0033AC;
	font-size:16px;
	padding:0px;
	margin:0px 10px 10px 0px;
}
h4{
	color:#0033AC;
	font-size:12px;
	padding:0px;
	margin:0px 10px 10px 0px;
}
h3{
	color:#C37400;
	font-size:14px;
	padding:0px;
	margin:0px 10px 10px 0px;
}
ul, li{
	margin:0px;
	padding:0px;
	text-align:left;
}
.leftNavDisplay{
	width:170px;
}
.clearBoth{
	clear:both;
}
.goButt{
	width:31px;
	height:23px;
	background-image:url(../images/macks_earplugs.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-color:transparent;
	padding:0 0 0 0;
	margin:0px 30px 0px 3px;
	border:none;
	color:#FFF;
	font-weight:bold;
	vertical-align:middle;
}

#form1 {margin-top:5px; margin-right:25px;}

.SlideShowLevel{       /*Z-index by AMIN*/
	z-index:0;
	position:relative;

}

/*News Alert Link*/
.NewsAlert a{
	color:#8C8B8B;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}

.NewsAlert a:hover,.NewsAlert a:visited{
	color:#8C8B8B;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: underline;
}


/*HORIZONTAL NAVIGATION DROP DOWN*/
.imagenav {
	margin:0px auto;
	width:800px;
	padding-left:205px;
	height:34px;
	
}

.chromestyle{
	float:left;
	height:37px;
	width:100%;
	background-image:url(../images/newnavbg.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	font-size: 16px;
	list-style-type: none;
	text-align:center;
	margin-left:60px;
}

.chromestyle ul li{
	display: inline;
	background-image:url(../images/main_nav_divider.jpg);
	background-repeat:no-repeat;
}

.chromestyle ul li a{
	color: #5D5C5A;
	height:37px;
	line-height:38px;
	padding:7px 30px;
	margin-left:6px;
	text-decoration:none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/ /*THEME CHANGE HERE*/
	background-color:#C4C4C4;
	height:37px;
}
.chromestyle .divider{
	background-image:url(../images/macks_earplugs.png);
	background-position:3px -29px;
	background-repeat:no-repeat;
	width:2px;
	height:32px;imagenav
	float:left;
	position:relative;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 200px;
	border: 0px solid #0039A6; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px helvetica;
	line-height:22px;
	z-index:100;
	background-color: #F3F3F3;
	width: 135px;
	visibility: hidden;
	margin-left:2px;
	float:left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #8C8B8B; /*THEME CHANGE HERE - Changes the color of the bottom border for the drop down list items*/
	padding: 2px 10px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #00338b;
	color:#FFF;
}

/*Drop Menu for Hearing Protection */

.dropmenudiv2{    		/*Drop Menu for Hearing Protection */
	position:absolute;
	top: 0;
	border: 0px solid #0039A6; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px helvetica;
	line-height:22px;
	z-index:100;
	background-color: #F3F3F3;
	width: 242px;
	visibility: hidden;
	margin-left:2px;
}

.dropmenudiv2 a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #8C8B8B; /*THEME CHANGE HERE - Changes the color of the bottom border for the drop down list items*/
	padding: 2px 10px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv2 a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
	background-color: #00338b;
	color:#FFF;
}

/*VERTICAL NAVIGATION*/
#vert_nav{
	position:relative;
	float:left;
	margin:0px 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:1;
}
#vert_nav .top{
	width:176px;
	height:30px;
	background-image:url(../images/macks_earplugs.png);
	background-position:0px -89px;
	color:#FFF;
	text-align:center;
	line-height:30px;
}
.glossymenu{
	list-style-type: none;
	margin-top: 0;
	padding: 0;
	width: 176px; /*WIDTH OF MAIN MENU ITEMS*/
	border-bottom:#DEDEDE thin solid;
	border-top:#FFF thin solid;
	z-index:3000;
}
.glossymenu li ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 176px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
	background: #F3F3F3;
	position: relative;
	z-index:1;
}

.glossymenu li a{
	color:#454443;
	font-weight:bold;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu li a:hover{
	background: #DDDDDD;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
	position:absolute;
	width: 270px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	margin-left:3px;
	z-index:1;      /* z-index by AMIN*/
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.glossymenu li ul li{
	float: left;
}

.glossymenu li ul a{
	width: 260px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}
.glossymenu li a:visited, .glossymenu li a:active{
	color:#454443;
	font-weight:bold;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

/*MAIN DIVS*/
.outer{
	width:100%;
	margin:0px auto;
}
.header{
	background-image:url(../images/vert_slices.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
	margin-top:0px;
	width:100%;
	height:107px;
	text-align:right;
	font-weight:bold;
	color:#FFF;
	float:left;
}
.header_wrap {
	width:1030px;
	margin-left:auto;
	margin-right:auto;
}
.header img#tag{
	margin:15px 78px 0px 0px;
}
.header .logo{
	width:177px;
	height:150px;
	position:relative;
	float:left;
	top:0px;
	left:20px;
}
.header .logo2{
	width:277px;
	height:150px;
	position:relative;
	float:left;
	top:0px;
	left:-80px;
	
}
.header_text{
	position:relative;
	float:right;
	color: #fef709;
	font-size: 21px;
	font-family: Arial;
	font-weight: 900; 
	font-stretch: ultra-condensed;
	text-shadow: 2px 2px 5px black;
	left: -40px;
	/* left: 65px;  Before the free earplug image */
	top: 20px;
	
}
.middle{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.main_tl{
	width:9px;
	height:8px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-155px 0px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	margin-top:2px;
}
.main_t{
	width:962px;
	height:8px;
	background-image:url(../images/vert_slices.png);
	background-position:0px -221px;
	background-repeat:repeat-x;
	float:left;
	position:relative;
	margin-top:2px;
}
.main_tr{
	width:9px;
	height:8px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-167px 0px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	margin-top:2px;
}
.main_middle{
	float:left;
	position:relative;
	background-color:#FFF;
	width:978px;
	min-height:100px;
	height:100%;
	border-left:#b7b7b7 1px solid;
	border-right:#b7b7b7 1px solid;
}
.main_bl{
	width:9px;
	height:8px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-155px -12px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	margin-bottom:5px;
}
.main_b{
	width:962px;
	height:8px;
	background-image:url(../images/vert_slices.png);
	background-position:0px -229px;
	background-repeat:repeat-x;
	float:left;
	position:relative;
	margin-bottom:5px;
}
.main_br{
	width:9px;
	height:8px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-167px -12px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	margin-bottom:5px;
}
.container{
	float:left;
	position:relative;
}
.content_tl{
	width:9px;
	height:8px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-155px 0px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.content_t{
	height:8px;
	width:767px;
	background-image:url(../images/vert_slices.png);
	background-position:0px -221px;
	background-repeat:repeat-x;
	float:left;
	position:relative;
}
.content_tr{
	width:9px;
	height:8px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-167px 0px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.content_middle{
	float:left;
	position:relative;
	background-color:#FFF;
	min-height:100px;
	height:100%;
	width:782px;
	border-left:#CACACA 1px solid;
	border-right:#CACACA 1px solid;
}
.content_bl{
	width:9px;
	height:8px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-155px -12px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.content_b{
	width:767px;
	height:8px;
	background-image:url(../images/vert_slices.png);
	background-position:0px -229px;
	background-repeat:repeat-x;
	float:left;
	position:relative;
}
.content_br{
	width:9px;
	height:8px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-167px -12px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.title_tl{
	width:4px;
	height:30px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-18px -29px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.title_t{
	height:30px;
	width:776px;
	background-image:url(../images/vert_slices.png);
	background-position:0px -176px;
	background-repeat:repeat-x;
	float:left;
	position:relative;
}
.title_t_ed{
	height:30px;
	width:900px;
	background-image:url(../images/vert_slices.png);
	background-position:0px -176px;
	background-repeat:repeat-x;
	float:left;
	position:relative;
}
.title_tr{
	width:4px;
	height:30px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-23px -29px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.footer{
	height:100px;
	width:100%;
	float:left;
	position:relative;
	color:#5D5C5A;
	font-size:10px;
	text-align:center;
	padding-top:5px;
	border-top:#8C8B8B 2px solid;
	margin-top:5px;
}

 
.footer a{	
	color:#5D5C5A;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.footer .copyright{
	float:left;
	position:relative;
	left:10px;
	z-index:100;
}

.footer .SocialBar{
	margin-left:65px;
	margin-top:10px;
}

.content_padding {
	width:750px;;
	margin:20px 15px;
	float:left;
	position:relative;
}
.content_padding_contact {
	margin:20px 15px;
	float:left;
	position:relative;
}

/*INDEX STYLES*/
.home_message{
	color:#8C8B8B;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:0px auto;
}

.home_message2{
	color:#727272;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin:0px auto;
	padding-left: 10pt;
	border: 1px solid #8C8B8B;
	border-bottom-width: 1px;
	/*background-color:#FFC; */
	width: 365px; /*width of featured content slider*/
	height: 205px;
	

}



.home_message2, { 
margin-top: -3px;
} 

.home_messageFree{
	color:#727272;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	margin:0px auto;
	padding-left: 10pt;
	border: 1px solid #8C8B8B;
	border-bottom-width: 1px;
	/*background-color:#FFC; */
	width: 365px; /*width of featured content slider*/
	height: 174px;
	z-index:0;
	

}



.home_messageFree, { 
margin-top: -3px;
} 


/*HEARING PROTECTION STYLES*/
.q_a {
	float:left;
	position:relative;
}
.q{
	float:left;
	width:21px;
	height:21px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-58px 0px;
	position:relative;
	margin-right:15px;
}
.a{
	width:21px;
	height:21px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-37px 0px;
	float:left;
	position:relative;
	margin-right:15px;
}
.q_a .text{
	width:700px;
	position:relative;
	margin-left:38px;
	margin-bottom:15px;
}

/*ABOUT US STYLES*/
.quotes{
	color:#055AA9;
}

/*CONTACT STYLES*/
.contact_left{
	text-align:center;
	float:left;
	position:relative;

}
.contact_left .orange{
	color:#C37400;
	font-size:14px;
	font-weight:bold;
}
.contact_left .blue{
	color:#055AA9;
	font-size:16px;
	font-weight:bold;
}
.contact_left .newsletter{
	background-image:url(../images/newsletter_signup.png);
	background-repeat:no-repeat;
	width:306px;
	height:80px;
	margin-left:7px;
}
.contact_left .newsletter .submit{
	background-image:url(../images/macks_earplugs.png);
	background-repeat:no-repeat;
	width:54px;
	height:28px;
	background-position:-79px 0px;
	margin:0px;
	padding:0px;
	border:none;
	background-color:transparent;
	color:#FFF;
}
.contact_right{
	text-align:left;
	float:right;
	position:relative;
	border:1px solid #D2E4E8;
	background:url(../images/contact.jpg) no-repeat #F2FCFE;
	width:412px;
	height:100%;
	margin-left:12px;
	padding-top:3px;
}
.contact_right .content{
	margin-left:10px;
}

/*ALL PRODUCTS STYLES*/
.all_product{
	float:left;
	width:150px;
	height:175px;
	position:relative;
	color:#055AA9;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:15px 15px 15px 15px;
}
.all_product a{
	text-decoration:none;
	color:#055AA9;
}
.media_images{
	float:left;
	width:160px;
	height:75px;
	position:relative;
	color:#055AA9;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin:8px 8px 8px 10px;
}
.media_images_d{
	float:left;
	position:relative;
	color:#055AA9;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-left:25px;
}
.media_images_d a {
	text-decoration:none;
}
.media_images a {
	text-decoration:none;
}
.mi_text {
	color:#000;
	font-size:14px;
}
.media_image_details h1 {
	font-size:20px;
	color:#B37215;
	margin:0;
}
.mid_img {
	margin:15px 15px 15px 15px;
}
.mid_img a{
	margin:15px 15px 15px 15px;
	color:#00F;
}
.media_image_desc {
	margin-left:20px;
	margin-right:20px;
}
.media_image_desc h1 {
	font-size:20px;
	color:#B37215;
	margin:0;
}

/*MEDIA  IMAGES STYLES*/
.media_image{
	float:left;
	position:relative;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	margin-right:15px;
}
.media_image a{	
	color:#055AA9;
	font-size:12px;
	text-decoration:none;
}
.media_search{
	text-align:center;
	color:#044773;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

/*PRODUCT CATEGORIES TABS*/
.blue_tl {
	width:4px;
	height:30px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-18px -29px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.blue_t {
	height:30px;
	background-image:url(../images/vert_slices.png);
	background-position:0px -176px;
	background-repeat:repeat-x;
	float:left;
	position:relative;
}
.blue_t h1 a{
	color:#FFF;
	text-decoration:none;
	margin:0px 5px 0px -10px;
	font-size:14px;
}
.blue_tr{
	width:4px;
	height:30px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-23px -29px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	margin-right:4px;
}
.grey_tl{
	width:4px;
	height:30px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-8px -30px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.grey_t{
	height:30px;
	background-image:url(../images/vert_slices.png);
	background-position:0px -145px;
	background-repeat:repeat-x;
	float:left;
	position:relative;
}
.grey_t h1 a{
	color:#5D5C5A;
	text-decoration:none;
	margin:0px 5px 0px -10px;
	font-size:14px;
}
.grey_tr{
	width:4px;
	height:30px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-13px -30px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	margin-right:4px;
}
.tabs_top {
	border-top:#CACACA 1px solid;
}

/*PRODUCT INFO STYLES*/
.more_info_butts{
	width:129px;
	height:29px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-37px -29px;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	margin:0px;
	padding:0px;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}
.main_product_info{
	float:left;
	position:relative;
	width:350px;
}
.main_product_info li{
	margin:0px 10px 0px 10px;
	padding:0px;
	line-height:18px;
}
.main_product_view{
	width:350px;
	font-size:;
	float:right;
	position:relative;
	margin-right:10px;
}
.main_product_view .thumb{
	position:relative;
	float:right;
	bottom:14px;
	margin-right:10px;
	margin-top:10px;
	z-index:150;
}

/*WHERE TO BUY STYLES*/
.retailer_container_wrap{
	float:left;
	position:relative;
	left:50%;
}
.retailer_container {
	position:relative;
	left:-50%;
}
.where_product_wrap{
	float:left;
	position:relative;
	left:50%;
}
.where_product_main {
	position:relative;
	left:-50%;
}
.where_product{
	float:left;
	position:relative;
	text-align:center;
	margin:5px;
}
.where_location{
	width:128px;
	height:104px;
	border:#C4C4C4 1px solid;
	text-align:center;
	float:left;
	position:relative;
	margin:5px 5px;
}
.where_location img{
	margin:7px;
}
.where_locate_butt{
	width:42px;
	height:20px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-101px -59px;
	background-color:transparent;
	border:none;
	color:#FFF;
	font-size:9px;
}
.where_buy_butt{
	width:65px;
	height:20px;
	background-image:url(../images/macks_earplugs.png);
	background-position:-37px -59px;
	background-color:transparent;
	border:none;
	color:#FFF;
	font-size:9px;
}
.where_center{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.butt_wrap {
	margin-top:3px;
}
.question {
	cursor:pointer;
}
.sitemap a{
	text-decoration:none;
	color:#00F;
}
.faq_product{ 
	text-align:center;
	margin-bottom:10px;
}
.testimonial_product{ 
	text-align:center;
	margin-bottom:20px;
}

/* ZOOM SEARCH STYLES */



		.highlight { background: #FFFF40; }

		.searchheading { font-size: 130%; font-weight: bold; }

		.summary { font-size: 80%; font-style: italic; }

		.suggestion { font-size: 100%; }

		.results { font-size: 100%; }

		.category { color: #999999; }

		.sorting { text-align: right; }



		.result_title { font-size: 100%; }		

		.description { font-size: 100%; color: #008000; }

		.context { font-size: 100%; }

		.infoline { font-size: 80%; font-style: normal; color: #808080;}



		.zoom_searchform { font-size: 100%; }

		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }

		.zoom_match { font-size: 80%; margin-left: 10px;}				

		.zoom_categories { font-size: 80%; }

		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}

		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }

		

		.cat_summary ul { margin: 0px; padding: 0px; display: inline; }

		.cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }		

		

		input.zoom_button {  }

		input.zoom_searchbox {  }		

		

		.result_image { float: left; display: block; }

		.result_image img { margin: 10px; width: 80px; border: 0px; }



		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }

		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }

		

		.result_pages { font-size: 100%; }

		.result_pagescount { font-size: 100%; }

		

		.searchtime { font-size: 80%; }

		

		.recommended 

		{ 

			background: #DFFFBF; 

			border-top: 1px dotted #808080; 

			border-bottom: 1px dotted #808080; 

			margin-top: 15px; 

			margin-bottom: 15px; 

		}

		.recommended_heading { float: right; font-weight: bold; }

		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		

		.recommend_title { font-size: 100%; }

		.recommend_description { font-size: 100%; color: #008000; }

		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}

		.recommend_image { float: left; display: block; }

		.recommend_image img { margin: 10px; width: 80px; border: 0px; }
