/* Base Styles */
html, body {
	width: 100%;
}
html, body, div, textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal
}
body {
	background: #fff;
}

a {text-decoration: none; color: #e02102; outline: none;} 
a:active {outline: none;}
a:hover {text-decoration: underline;}
.clear {width:100%;height:0px;clear:both;float:none;line-height:0;font-size:0px;margin:0;padding:0; display: block;}
.dropshadow {
	padding: 7px;
	border: 1px solid #eee;
	background-color: #fff;

	-webkit-box-shadow: 0 0 5px rgba(20,20,20,0.38);
	-moz-box-shadow: 0 0 5px rgba(20,20,20,0.38);
	box-shadow: 0 0 5px rgba(20,20,20,0.38);
}

/* General Blocks */
#wrap {
	width: 100%;
	min-height: 400px;
	background: url(../images/global/bg.jpg) top center no-repeat;
	margin: 0 auto 0;
}

#header {
	max-width: 998px;
	min-width:280px;
	width:100%;
	margin: 0 auto;
	position: relative;
	min-height:152px;
}

#logo {

}
#top_info {
	top: 15px;
	right: 5px;
	width:100%;
	text-align:right;
	padding-top:18px;
}
#top_info h6 {
	color: #fff;
	font-size: 14px;
}
#top_info .phone_num {
	color: #36a2ee;
	font-size: 33px;
	margin-left: 5px;
}

#top_info .phone_num a {
	text-decoration:none !important;
	color: #36a2ee;
}

#top_info .phone_num a:hover {
	text-decoration:none !important;
	color:#fff;
}

#top_extra_menu {
	width:100%;
	text-align:right;
	padding-top:30px;
}
#top_extra_menu a {
	color: #d80018;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	padding-left: 15px;
	background: url(../images/global/plus_icon.png) 0 3px no-repeat;
	margin-left: 20px;
}
#top_extra_menu a:hover {
	color: #bdc1cd;
	text-decoration: none;
	background: url(../images/global/plus_icon_h.png) 0 3px no-repeat;
}

.navbar-collapse {
	padding:0 !important;
}

#menubar {
	z-index: 100;
	width:100%;
	height: 42px;
	display:block;
}
#menubar ul {
	display:table !important;
	width:100%;
}

#menubar li {
	float:none !important;
	min-width: 50px;
		display:table-cell;
		text-align:center;

}
#menubar li a {
	height: 42px;
	text-align: left;
	background: url(../images/global/menu-bg.png) 0 0 repeat;
	text-transform:uppercase;
	font-size:12px;
	position:relative;
	height:42px;
	line-height:42px;
	padding:0px 10px;
	display:block;
	font-weight:bold;
	color:#000;
	text-align:center;
}

#menubar li a:after {
	position:absolute;
	content:"";
	right:0px;
	top:3px;
	width:1px;
	height:38px;
	z-index:1;
	background:url(../images/global/menu-separator.png) no-repeat;
}

#menubar li a:hover {
	background: url(../images/global/menu-bg-hover.png) 0 0 repeat;
	text-decoration:none !important;
}
 
#menubar li.current a {
	background: url(../images/global/menu-bg-active.png) 0 0 repeat;
}

#menubar li:last-child a:after {
	display:none;
}

#page_main_banner {
	overflow: hidden;
	padding: 4px;
	background-color: #fff;
	position: relative;
	top: 0; left: 0px;
	margin-bottom: 15px;
	min-width:300px;
	max-width:998px;
	width:100%;
	margin:0 auto;
	
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
}

#main {
	max-width: 998px;
	min-width:280px;
	width:100%;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	background:#fff;
	
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

#content {
	padding: 25px 25px 25px 25px;
		background: #fff url(../images/global/main_bg.png) right top repeat-y;
}
#content h3 {
	color: #505050;
	font-size: 22px;
	margin-bottom: 15px;
}
#content h4 {
	color: #505050;
	font-size: 18px;
	margin-bottom: 15px;
}
#content p {
	color: #505050;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}
#sidebar {
	padding:5px;
}

#bottom_logos {
	max-width: 998px;
	min-width:280px;
	width:100%;
	overflow: hidden;
	padding: 15px 20px 40px;
	margin: 0 auto;
}


#footer {
	max-width: 998px;
	min-width:280px;
	width:100%;
	margin: 0 auto;
	padding-bottom: 30px;
}
#footer #black_overlay {
	background-color: #151516;
	overflow: hidden;
	padding: 25px 15px;
	
	border-radius: 2px;
}
#footer #black_overlay p {
	color: #a4a4a4;
	line-height:150%;
}
#bottom_nav {
	text-align: center;
	padding: 15px 0;
}
#bottom_nav a {
	font-size: 11px;
	color: #777;
	margin: 0 10px;
}

.tab-content img.alignleft { float:left; margin-right:15px; margin-bottom:10px; max-width:189px;}
.tab-content a { white-space:nowrap;}

.nav-tabs>li { float:none !important;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { border:none !important;}
.nav-tabs>li.active>a { text-decoration:none !important; color:#e02102 !important;}

.accessories { display:block; width:100%;}
.accessories ul { margin-bottom:10px; width:20%;}

.nlp { padding-left:0 !important;}
.nrp { padding-right:0 !important;}
.np { padding:0 !important;}

img { height:auto; max-width:100%;}

.gallery_section a {
	display:inline-block;
	margin-bottom:10px;
}

div#lightbox-container-image-box {
	min-height:455px;
}

div#lightbox-container-image-box, div#lightbox-container-image-data-box {
	max-width:600px;
	width:100%;
	min-width:300px !important;
	height:auto !important;
}

.bx-viewport { position:relative;}

.bx-controls.bx-has-controls-direction { position:absolute;top:50%; left:0; width:100%; display:none;}
a.bx-prev { position:absolute;left:0;top:50%;}
a.bx-next { position:absolute;right:0;top:50%;}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 25px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 25px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.featured_slider { padding-left:5px !important; padding-right:5px !important;}

@media (min-width: 1200px) {
.container {
  max-width: 998px !important;
  width: 100% !important;
}
}
@media (max-width: 1024px) {
	#logo { padding:0px 10px;}
	#top_info .phone_num { font-size:22px;}
	#top_info, #top_extra_menu { padding-right:15px;}
}

@media (max-width: 991px) {
	.accessories ul { width:33%;}
	#top_extra_menu a { font-size:13px; margin-left:2px;}
	#featured li.ui-tabs-nav-item.first { font-size:9px !important;}
	#menubar li a { font-size:11px;}
	#menubar li a { padding:0px 5px;}
}

@media (max-width: 767px) {
	img.m-center { text-align:center; margin:0 auto !important; float:none !important; display:block;}
	div.m-center { width:100%; text-align:center; margin:0 auto !important; float:none !important; display:block;}
	#bottom_nav { padding-left:10px; padding-right:10px;}
	#bottom_logos { padding:15px 10px !important; padding-left:5px !important;}
	#menubar li { display:block;}
	#menubar li a:after { display:none;}
	.navbar-collapse { min-height:260px;}
	.navbar-toggle { float:none !important; margin-top:10px !important; padding:0 !important; }
	.navbar-toggle .icon-bar { background:#e30613; width:40px !important; height:5px !important; margin-bottom:4px !important;}
	a.phone { background:url(../images/global/phone.png) no-repeat; width:48px; height:48px; text-indent:-9999px;}
	#top_extra_menu { padding-right:15px; text-align:left; padding-top:20px; max-width:300px; margin-left:auto; margin-right:auto;}
	#top_extra_menu a { display: inline-block;
  float: left;
  padding-bottom: 10px; width:45%;}
  #logo { padding-left:15px; padding-right:15px;}
  #footer #black_overlay {padding:12px 5px 10px 5px;}
  #homepage_gallery_banner, #products_list, #three_columns .col { margin-right:0 !important; border-right:none !important;}
  #products_list, #three_columns .col { padding-right:0 !important;}
  #content{ padding:15px !important;}
  #certs_list { float:none !important; padding-top:15px; text-align:center;}
  .gallery_section { padding-bottom:15px !important; padding-top:15px !important;}
  .tab-content h4 { margin-top:10px;}
  .accessories ul { margin-bottom:10px; width:49%;}
  #accessories_table .accessory_cell { width:48% !important; padding-left:15px !important;}
  
  div#lightbox-container-image-box  { min-height:200px;}
  div#lightbox-container-image-box, div#lightbox-container-image-data-box {
	max-width:95% !important;
	width:100%;
	min-width:300px !important;
}
.featured_slider { width:100% !important; padding:0 !important;}
#featured .ui-tabs-panel, #featured .ui-tabs-panel a, #featured .ui-tabs-panel a img { width:100% !important;}
ul.list_style_01 { display:inline-block;}
.list_style_01 li { padding-left:15px;}
.bx-controls.bx-has-controls-direction { display:block;}
}

@media (max-width: 480px) {
	#top_extra_menu { text-align:center !important;}
	#top_extra_menu a { display:block; margin:0 auto; width:50%;}
	#bottom_logos { padding-left:0px !important; margin-left:0px !important;}
	.gallery_section a {width:49%;}
	.gallery_section a .dropshadow { padding:5px;}
	.gallery_section img { margin:0 !important;}
	.accessories ul { margin-bottom:10px; width:98%;}
	 #accessories_table .accessory_cell { width:98% !important; padding-left:20px !important;}
}