@charset "UTF-8";
/* CSS Document */

/*---------------------  START CSS RESET  ---------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}

table {
	border-spacing: 0;
	}

fieldset, img, abbr {
	border: 0;
	}

ul {
	list-style: none;
	}

caption, th {
	text-align: left;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight:bold;
	}

q:before, q:after {
	content: '';
	}

a, ins {
	text-decoration: none;
	}




/*---------------------   END CSS RESET   ---------------------*/

body {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#515151;
}
#container {
	width:98%;
	margin:0px auto;
	position:relative;
	z-index:1;
}

/*---------------------  START CLEARFIX  ---------------------*/

.clearfix:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%}

.clearfix {display: block;}

.clear {
	clear:both;
}

/*---------------------   END CLEARFIX   ---------------------*/



/*---------------------  START TEXT ELEMENTS  ---------------------*/

h1 {
	font-weight:bold;
	color:#1B73B7;
	font-size:20px;
	line-height:20px;
	padding-bottom:12px;
font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:14px;
	line-height:36px;
	background:url(img/bkgd_h2.gif) repeat-x top left;
	color:#0f3b76;
	font-weight:bold;
	margin-bottom:5px;
}

h3 {
	font-size:13px;
	line-height:17px;
	color:#1B73B7;
}
h3.width100 {
	width:100%;
}
h4 {
	font-size:11px;
	fornt-weight:bold;
	line-height:12px;
	color:#777777;
	padding-bottom:10px;
	text-transform:uppercase;
}

h5 {
	font-size:14px;
	line-height:15px;
}

h6 {
	font-size:13px;
	line-height:14px;
}
p {
	font-size:11px;
	line-height:13px;
	padding:0px 0px 1em;
	color:#515151;
	
}
ul {
	padding-left:2em;
	list-style-position: outside;
	list-style-type: disc;
}
ol {
	padding-left:2em;
	list-style-position: outside;
	list-style-type: decimal;
}

a:link {
	color:#1B73B7;
}
a:active {
	color:#1B73B7;
}

a:visited {
	color:#1B73B7;
}
a:hover {
	color:#868686;
}
.bold {
	font-weight:bold;
}
a:focus {
-moz-outline-style: none;
}

/*---------------------   END TEXT ELEMENTS   ---------------------*/



/*---------------------  START GLOBAL LAYOUT  ---------------------*/
#container {
	width:942px;
	margin:0px auto;
}
#footer ul, #footer li, #header ul, #header li {
	margin:0px;
	padding:0px;
}
#footer li, #header li {
	display:inline;
	padding-right:2px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.hr {
	background:url(img/hr.gif) top left repeat-x;
	height:1px;
	margin:5px 0px 0px;
}
body#homepage {
	background:#FFFFFF url(img/bkgd.jpg) top left repeat-x;
}
body#standard {
	background:#FFFFFF url(img/bkgd_standard.jpg) top left repeat-x;
}
#logo {
	width:230px;
	float:left;
	height:108px;
	overflow:hidden;
}
#mainNav img {
	border-left:1px solid #FFFFFF;
}
#mainNav a {
	display:block;
	width:133px;
	height:34px;
	border-right:1px solid #FFFFFF;
	float:left;
}
#mainNav a.nav_home {
	background:url(img/btn_home.gif) no-repeat left top;
	border-left:1px solid #FFFFFF;
}
#mainNav a.nav_home:hover {
	background:url(img/btn_home_over.gif) no-repeat left top;
}
#mainNav a.nav_about {
	background:url(img/btn_about.gif) no-repeat left top;
}
#mainNav a.nav_about:hover {
	background:url(img/btn_about_over.gif) no-repeat left top;
}
#mainNav a.nav_products {
	background:url(img/btn_products.gif) no-repeat left top;
}
#mainNav a.nav_products:hover {
	background:url(img/btn_products_over.gif) no-repeat left top;
}
#mainNav a.nav_resources {
	background:url(img/btn_resources.gif) no-repeat left top;
}
#mainNav a.nav_resources:hover {
	background:url(img/btn_resources_over.gif) no-repeat left top;
}
#mainNav a.nav_distributor {
	background:url(img/btn_distirbutorinfo.gif) no-repeat left top;
}
#mainNav a.nav_distributor:hover {
	background:url(img/btn_distirbutorinfo_over.gif) no-repeat left top;
}
#mainNav a.nav_oem {
	background:url(img/btn_oemprivatelabel.gif) no-repeat left top;
}
#mainNav a.nav_oem:hover {
	background:url(img/btn_oemprivatelabel_over.gif) no-repeat left top;
}
#mainNav a.nav_contact {
	background:url(img/btn_contact.jpg) no-repeat left top;
}
#mainNav a.nav_contact:hover {
	background:url(img/btn_contact_over.jpg) no-repeat left top;
}
.hiddenpic {
	display:none;
}
.searchField {
	background:url(img/searchField.gif) top left no-repeat;
	background-color:transparent;
	width:122px;
	padding:2px;
	border:none;
}
#header li.search {
	padding-right:60px;
}
#header li.search input {
	margin-top:7px;
}
#header ul.right {
	margin-top:10px;
}
#footer {
	background:url(img/bkgd_footer.gif) top left no-repeat;
	position:relative;
	z-index:40;
}
#footerBox {
	height:50px;
	padding:17px 25px;
	line-height:27px;
}

#content {
	/*height:600px;*/
background: #fff url(/img/blueline.gif) repeat-x;
}
.html_full h1 {
	background:url(img/bkgd_h1.jpg) top left no-repeat;
	height:33px;
	width:400px;
	font-size:12px;
	font-weight:normal;
	line-height:33px;
	padding:0px 0px 0px 10px;
	color:#777777;
}
.html_full {
	background:url(img/bkgd_p.gif) bottom left no-repeat;
	width:380px;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	/*padding:15px 20px 20px 10px;*/
	color:#333333;
	margin-bottom:7px;
}

.html_full {
	width:410px;
	padding-right:10px;
}
.html_full .pad {
	padding:15px 20px 20px 10px;
}
.html_full p, .html_full li {
	font-size:11px;
}
.html_full li {
	padding-bottom:12px;
	line-height:14px;
}
#breadcrumbs {
	padding:14px 0px 28px 0px;
	font-size:9px;
}
#breadcrumbs a {
	color:#444444;
	text-decoration:underline;
}	
/*#footer {
	margin-top:10px;
}*/

#menu {
	border-top:1px solid #969696;
	padding: 0px 0px 0px;
	width:205px;
font-family:Arial, Helvetica, sans-serif;
}
#menu li {
background:transparent url(img/icon_subnav.gif) no-repeat scroll 0 0;
line-height:18px;
list-style-position:inside;
list-style-type:none;
margin-top:1px;
padding-left:20px;
}

#menu li a, #menu a {
	padding:0px 0px 3px;
	margin:0px;
	font-size:11px;
	font-weight:bold;
}
#menu ul {
	padding-left:13px;
}	
.menuCat {
	border-bottom:1px solid #969696;
	padding: 12px 0px 12px 10px;
}
#columnContnent { 
	padding-top:20px;
	line-height:16px;
	-moz-column-width: 260px;
	-moz-column-gap: 40px;
	-webkit-column-width: 260px;
	-webkit-column-gap: 40px;
	column-width: 260px;
	column-gap: 40px;
}	
/*---------------------   END GLOBAL LAYOUT   ---------------------*/



/*---------------------  START HOME PAGE  ---------------------*/
.featuredtable .moretext {
	color:#1B73B7;
	text-decoration:underline;
}
.featuredtable:hover {
	background-color: #dddddd;
	color:#000000;
}
a.featuredtable .home-featured:hover h4, a.featuredtable .home-featured:hover .moretext {
	color:#1b90c2;
}
a.featuredtable .home-featured:hover {
	border-top:1px solid #aaaaaa;
}
a.featuredtable .home-featured p.feat {
text-decoration:none;
}
.home-featured {
	border-top:1px solid #e2e2e2;
	margin:0 1px;
	width: 518px;
}
.home-featured h4{
	margin:7px 0 2px;
	padding:0;
	line-height: 13px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #1B73B7;
}
.home-featured h4 {
	text-decoration:none;
}

.home-featured p {
	margin:0;
	padding:0;
}
.home-featured1 {	
	border-top:1px solid #e2e2e2;
	margin:0 1px;
	width: 518px;
}
.featuredtable .img {
	width:153px;
	overflow:hidden;
	height:104px;
	border:1px solid #DEDEDE;
}
#featuredTech {
	background:url(img/bkgd_featured_tech.gif) bottom left no-repeat;
}
#featuredTech h2 {
	background:url(img/bkgd_featured_h2.gif) top left no-repeat;
	height:33px;
	width:510px;
	font-size:12px;
	font-weight:normal;
	line-height:33px;
	padding:0px 0px 0px 10px;
	margin:0px;
	color:#777777;
}
#featuredTech td {
	padding: 6px;
}
#BrandingBox {
	position:relative;
	z-index:1;
	margin-bottom:7px;
	padding-top:4px;
}
#tagline {
	position:absolute;
	top:50px;
	left:755px;
	z-index:10;
}

/*---------------------   END HOME PAGE   ---------------------*/



/*---------------------  START CATEGORY PAGE  ---------------------*/
#category_list {
	background-color:#eeeff0; 
	padding:10px 6px 0px;
	margin-bottom:50px;
}
.cat_name {
	padding-bottom:10px;
}
.cat_name h3, .cat_name p {
	text-align:left;
	padding:0px 8px 15px 4px;
}
.cat_name h3 {
	padding:8px 0px 0px 4px;
}
.cat_name a h3 {
	color:#1B90C2;
}

.cat_name a:hover h3 {
	color:#868686;
}

.cat_list_name {
	background-color:#FFFFFF;
	border:1px solid #DEDEDE;
	width:340px;
	height:260px;
	margin-bottom:10px;
}
.cat_list_name h3, .cat_list_name p {
	text-align:left;
	padding:0px 8px 2px 20px;
}
#mfg_listing {
	background:url(img/bkgd_medical.jpg) top left no-repeat;
	position:absolute;
	z-index:20;
	height:330px;
	width:500px;
	top:399px;
	left:-163px;
}
* html #mfg_listing {
	background:none;
}
#content_mfg_list {
	position:relative;
	z-index:30;
}
#content_mfg_list_complete {
	background:url(img/bkgd_mfg_list.jpg) left 95px no-repeat;
}
a.mfg_link {
	background:url(/img/bkgd_list.gif) top left repeat-x;
	padding:12px 12px 12px 20px;
	display:block;
	width:96%;
	color:#1b90c2;
	font-weight:bold;
	font-size:12px;
}
a.mfg_link:hover {
	background:url(/img/bkgd_list_hover.gif) top left repeat;
	color:#FFFFFF;
}
.cat_name h3, .cat_name p {
	padding-left:10px;
}
#infocolumn {
	width:360px;
}
#imgcolumn, #addImgBox {
	width:340px;
	overflow:hidden;
}
#infocolumn p {
	line-height:16px;
}
#imgcolumn .mainImg {
	border:6px solid #FFF;
}
.addImg img, .addImgLast img {
	border:2px solid #FFF;
	margin-right:8px;
}
#detailinfo .roundedCorner {
	float:right;
	background:url(img/detailCorner.gif) top left no-repeat;
	width:8px;
	height:8px;
}
#detailinfo {
	background-color:#FFF;
	margin-bottom:2px;
}
#detailinfo .padding {
	padding:12px;
}
#detailinfo .padding p {
	padding-bottom:0px;
	line-height:11px;
}
#price {
	color:#FF6600;
	font-size:14px;
	line-height:20px;
}
.related {
	border-bottom: 1px solid #DEDEDE;
	padding-bottom:12px;
	margin-bottom:12px;
	padding:0px 10px 10px;
}
.related img {
	margin-right:12px;
	border:1px solid #DEDEDE;
}
h3.related_h3 {
	padding:10px 0px 0px;
	margin-bottom:12px;
	border-bottom: 1px solid #DEDEDE;
}
.related a.title {
	font-size:12px;
	font-weight:bold;
	color:#1B73B7;
}
#mainImg {
	position:relative;
	z-index:1;
	width:340px;
	overflow:hidden;
}
#zoom {
	position:relative;
	z-index:2;
	top:-40px;
	left:9px;
	width:36px;
	height:30px;
	border: 1px solid #DEDEDE;
}

#addImgBox {
	padding-top:8px;
	margin-bottom:5px;
	position:relative;
	z-index:2;
	top:-32px;
}
.qtyboxform h5 {
	font-size:10px;
	color:#0099CC;
	font-weight:bold;
}
.qtyBox {
	width:30px;
	padding:2px 0px;
	font-size:12px;
	text-align:center;
	margin-top:3px;
}
ul.fileSpec {
	margin:0px;
}
.fileSpec {
	padding:10px;
	background-color:#eff0f1;
	border:1px solid #E2E2E2;
}
.fileSpec a {
	text-decoration:underline;
}
.fileSpec li {
list-style:none;
}
/*---------------------   END CATEGORY PAGE   ---------------------*/



/*---------------------  START PRODLIST PAGE  ---------------------*/
#pagination li {
	list-style:none;
	padding-right:15px;
	display:inline;
}
ul#pagination {
	padding:0px;
	margin:0px;
}

#prodListItems .image {
	padding:10px 0px 10px 10px;
}
#prodListItems .info {
	padding:0px 0px 10px 10px;
}
/*---------------------   END PRODLIST PAGE   ---------------------*/



/*---------------------  START PROD FAMILY PAGE  ---------------------*/

/*---------------------   END PROD FAMILY PAGE   ---------------------*/



/*---------------------  START PROD DETAIL PAGE  ---------------------*/
#mfg_detail_description img {
	/*padding:0px 12px 12px 0px;*/
}
#mfg_detail_description p {
	line-height:16px;
}
.mfg_detail_infoBox {
	padding:12px;
	background-color:#FFFFFF;
	border:1px solid #dEDEDE;
	margin-bottom:12px;
}
#spec_imgs td {
	padding:5px;
}
#spec_imgs {
	padding:5px;
}
#detailImg {
	width:207px;
	overflow:hidden;
	margin:0px 12px 12px 0px;
	float:left;
	background-color:#FFFFFF;
}
/*---------------------   END PROD DETAIL PAGE   ---------------------*/



/*---------------------  START SHOPPING CART PAGE  ---------------------*/
#cart_promo {background: #f3f3f3; border: 1px solid #dddddd; padding: 10px; margin-bottom: 10px;}

#cart_promo_text {font-size: 12px; float: left; width: 350px; padding: 5px 0 0 0;}

#cart_promo_box {float: left; width: 225px;}
	#cart_promo_box input{width: 210px; padding: 5px 0 5px 5px; border: 1px solid #dddddd; background: #ffffff;}

#cart_promo_btn {float: left;} 

#cart_wrapper {border: 1px solid #dddddd;}

#shopping_cart_header {background: url(img/bkgd_shopcart_header.gif) repeat-x; color: #ffffff; font-weight: bold; padding: 5px 0 5px 10px;}

#c_h_items {float: left; width: 330px;}
#c_h_sku {float: left; width: 150px;}
#c_h_price {float: left; width: 150px;}
#c_h_qty {float: left; width: 200px;}
#c_h_subtotal {float: left;}

.cart_item_1 {background: #f3f3f3; padding: 10px 0 10px 10px; margin-bottom: 1px; font-size: 12px;}

.cart_item_2 {background: #f9f9f9; padding: 10px 0 10px 10px; margin-bottom: 1px; font-size: 12px;}

.cart_item_image {float: left; width: 80px; background: #ffffff; border: 1px solid #c7c7c7;}

.cart_item_title {float: left; width: 220px; font-size: 12px; font-weight: bold; padding: 5px 15px 0 15px;}
	.cart_item_title ul{margin: 0; padding: 0; list-style-type: none; padding: 3px 0 0 0; font-size: 11px;}
	
.cart_item_sku {float: left; width: 149px; padding: 5px 0 0 0;}

.cart_item_price {float: left; padding: 5px 0 0 0; width: 150px;}

.cart_item_qty_wrap {float: left; width: 200px;}

.cart_qty_box {float: left; padding: 0 5px 0 0;}
	.cart_qty_box input{border: 1px solid #dfdfdf; background: #ffffff; padding: 5px 0 5px 0;}

.cart_qty_remove {float: left;}

.cart_item_subtotal {float: left; padding: 5px 0 0 0;}

#update_qty_row {background: #ececec; padding: 5px 0 5px 507px; margin-bottom: 1px;}

#update_qty_text {float: left; font-weight: bold; padding: 5px 5px 0 0;}

#update_qty_btn {float: left;}

#grand_subtotal_row {background: #bec9d9; padding: 5px 0 5px 770px; font-size: 14px; font-weight: bold; color: #1f3148; margin-bottom: 1px;}

#cart_buttons {padding: 10px 0 10px 685px;}

#cont_shopping {float: left;}

#checkout {float: left; padding: 1px 0 0 5px;}

#suggested_accessories {}
	#suggested_accessories h2{font-size: 11px; font-weight:bold; padding: 0 0 0 0; margin: 0; background: none;}
	#suggested_accessories h3{padding: 5px 0 5px 10px;}
	
.error_text {font-size: 14px; font-weight:bold; color: #6ba500; text-align: center; padding: 5px 0 5px 0;}
	
.rel_prod_price {padding: 2px 0 4px 0;}

.cart_image {border: 1px solid red;}

.cartAccessory {
	margin:12px 0px 0px 0px;
	border:1px solid #DEDEDE;
}
.cartAccessory h3 {
	border:0px none;
	font-size:12px;
	font-weight:bold;
	color:#1F3148;
	line-height:13px;
	margin:0px;
	padding:3px 5px;
}
.cartAccessory .tooltip h3 {
	border:0px none;
	font-size:12px;
	font-weight:normal;
	color:#0F3D76;
	padding:0px;
}
.cartAccessory .tooltip {
	float:left;
	width:237px;
	padding:0px 0px 0px 5px;
	border:none 0px;
	margin:12px 0px;
}
.cartAccessory .tooltip .left {
	border:none 0px;
	padding-right:2px;
}
.cartAccessory .tooltip .left img {
	border:1px solid #DEDEDE;
}
.cartAccessory .tooltip .name {
float:left;
width:140px;
}




#cart_promo {background: #FFF; border: 1px solid #DEDEDE; padding: 10px; margin-bottom: 10px;}

#cart_promo_text {font-size: 12px; float: left; width: 425px; padding: 3px 0 0 0;}

#cart_promo_box {float: left; width: 225px;}
	#cart_promo_box input{width: 210px; padding: 2px 0 2px 5px; border: 1px solid #dddddd; background: #ffffff;}

#cart_promo_btn {float: left;}

.cart_header {
	padding:7px;
	font-weight:bold;
	background-color:#DEDEDE;margin:1px;
	border-right:1px solid #FFFFFF;
} 
.noborder {
	border:0px none;
}
.qty input, .emailOrderForm {
	border:1px solid #dedede;
	padding:2px 0px 2px 3px;
	margin:0px 3px 0px 0px;
}

.shopImage {
	overflow:hidden;
	/*height:125px;*/
	margin-bottom:10px;
}
/*---------------------   END SHOPPING CART PAGE   ---------------------*/



/*---------------------  START GENERIC PAGE  ---------------------*/
#column1, #column2, #column3 {
	background: url(img/bkgd_column.gif) bottom left no-repeat;
	width:302px; 
	overflow:hidden; 
	float:left; 
}
.column_img {
	margin:0px 6px 6px;
	width:290px;
	overflow:hidden;
}
#column1 p, #column2 p, #column3 p {
	padding:30px;
}
#column3 {
	margin-right:0px;
}

.topCap {
	background: url(img/bkgd_column_topcap.gif) top left no-repeat;
	width:302px; 
	height:20px;
}

.content_static, .content_static pre {
	line-height:133%!important;
}
/*---------------------   END GENERIC PAGE   ---------------------*/



/*---------------------  START FAQ PAGE  ---------------------*/

/*---------------------   END FAQ PAGE   ---------------------*/



/*---------------------  START NEWS LISTING PAGE  ---------------------*/

/*---------------------   END NEWS LISTING PAGE   ---------------------*/



/*---------------------  START BLOG LISTING PAGE  ---------------------*/

/*---------------------   END BLOG LISTING PAGE   ---------------------*/



/*---------------------  START ARTICLE PAGE  ---------------------*/

/*---------------------   END ARTICLE PAGE   ---------------------*/



/*---------------------  START SEARCH PAGE  ---------------------*/

/*---------------------   END SEARCH PAGE   ---------------------*/



/*---------------------  START SITEMAP PAGE  ---------------------*/

/*---------------------   END SITEMAP PAGE   ---------------------*/



/*---------------------  START DEALER LOCATOR PAGE  ---------------------*/


/*---------------------   END DEALER LOCATOR PAGE   ---------------------*/



/*---------------------  START MEDIA PAGE  ---------------------*/

/*---------------------   END MEDIA PAGE   ---------------------*/



/*---------------------  START CAREER PAGE  ---------------------*/

/*---------------------   END CAREER PAGE   ---------------------*/



/*---------------------  START CONTACT US PAGE  ---------------------*/




/*---------------------   END CONTACT US PAGE   ---------------------*/

/*---------------------  START TECHNOLOGY US PAGE  ---------------------*/
#tech_manuf {
	width:205px;
	background-color:#1b90c2;
	padding:12px;
}	
#tech_manuf p, #tech_manuf h4{
	color:#FFFFFF;
	font-size:10px;
}

#tech_manuf h4{
	padding:0px;
	margin:0px;
	font-size:14px;
}
#tech_manuf_link {
	background-color:#DEDEDE;
	padding:12px;
	width:205px;
}
#tech_manuf_link a {
	text-decoration:underline;
}
/*---------------------   END TECHNOLOGY US PAGE   ---------------------*/