* {
	margin: 0; padding: 0;
	border: none;
	outline: none;
	background: transparent;
	}

html {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(/assets/images/global/bg_html.gif) repeat left top;
	}

body {
	margin: 0 auto; padding: 0;
	width: 990px;
	color: #444;
	}

p, li, label, blockquote, address, input, textarea, button, h3 {
	font: normal 1.2em/1.5 Verdana, Arial, Helvetica, sans-serif;
	}

p, ul, ol, h2, h3, h4, h5, form, blockquote, address {
	margin: 0 0 14px;
	}

ul, ol {
	margin-left: 1.5em;
	}

	ul {
		list-style: square;
	}

	ol {
		list-style: decimal;
	}

a {
	text-decoration: none;
	color: #36c;
	outline: none;
	}

	a:hover {
		color: #f33;
	}

img, a img {
	display: inline;
	border: none;
	}

acronym {
	cursor: help;
	}

h1 {
	margin: 0 0 15px 0; padding: 0;
	font-size: 2.5em; font-weight: normal;
	}

h2 {
	font-size: 17px; font-weight: normal;
	color: #204374;
	background: url(/assets/images/site/bg_dotline.gif) repeat-x left bottom;
	}

h3 {
	font-size: 1.9em; font-weight: normal;
	}

.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	overflow: hidden;
	}

.clearafter:after {
	content: "";
	display: block; 
	height: 100%;
	clear: both;
	visibility: hidden;
	}

#wrapper {
	padding: 2px 5px;
	background-color: #fff;
	}

/** HEADER ******************************************************************************/

#header {
	position: relative;
	}

/** NAV + LOGO **************************************************************************/

#nav-top {
	background: #fff url(/assets/images/global/bg_nav_top.jpg) no-repeat left top;
	}

#nav-bottom {
	background: #fff url(/assets/images/global/bg_nav_bottom.jpg) no-repeat left top;
	}

.nav-blocks {
	margin: 0 0 2px 0; padding: 0;
	height: 150px;
	list-style: none;
	overflow: hidden;
	}
	
	.nav-blocks li {
		float: left; display: inline;
		margin: 0; padding: 0;
		width: 196px;
		font-size: 1.1em;
		line-height: 1.3;
		overflow: hidden;
	}
	
	.nav-blocks li a {
		display: block;
		padding: 45px 75px 0 15px;
		height: 150px;
		color: #444;
		text-decoration: none;
	}
	
	.nav-blocks li a:hover {
		color: #f33;
	}
	
	.nav-blocks li strong {
		display: none;
	}
	
	.nav-blocks li em {
		display: block;
		font-style: normal;
		font-weight: bold;
		color: #f33;
	}

/** CONTENT ****************************************************************************/

#content {
	position: relative;
	margin: 0 0 2px; padding: 0 0 2px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	}

#breadcrumb {
	margin-bottom: 2px; padding: 0 15px;
	font-size: 1.1em;
	line-height: 30px;
	border-top: 1px solid #ccc;	border-bottom: 1px solid #ccc;
	}

#main {
	position: relative;
	float: left; display: inline;
	width: 784px; overflow: hidden;
	}

	.intro {
		font-size: 1.4em;
	}

/** SIDEBAR *****************************************************************************/

#sidebar {
	float: right; display: inline;
	width: 196px; 
	}

#subnav {
	margin: 0; padding: 0;
	list-style: none;
	}
	
	#subnav li {
		padding: 0 5px 0 0;
	}
	
	#subnav li a {
		display: block;
		padding: 5px 0 5px 10px;
		background: url(/assets/images/global/bg_hline.gif) repeat-x left bottom;
	}

#sidebox {
	margin-bottom: 10px;
	background: #f6f6f6 url(/assets/images/site/bg_sidebox.gif) repeat-y left top;
	}
	
	#sidebox h3 {
		margin: 0; padding: 12px;
		background: url(/assets/images/site/bg_sidebox_top.gif) repeat-x left top;
	}
	
	#sidebox address {
		margin: 0; padding: 0 12px 12px;
		font-style: normal;
		background: url(/assets/images/site/bg_sidebox_bottom.gif) repeat-x left bottom;
	}

/** FOOTER *****************************************************************************/

#footer {
	position: relative;
	padding: 15px 0;
	}

#footer-logo {
	float: left; display: inline;
	width: 196px;
	}
	
	#footer-logo a {
		display: block;
		height: 110px;
		text-indent: -9999px;
		background: url(/assets/images/global/bg_footer_logo.gif) no-repeat 15px top;
	}

#footer-links {
	float: left; display: inline;
	}

/** ACCORDION ***************************************************************************/

#accordion {
	float: left; display: inline;
	margin-bottom: 2px;
	width: 196px;
	background: url(/assets/images/global/bg_accordion.gif) repeat-y left top;
	}
	
	#accordion-top {
		padding-top: 15px;
		background: url(/assets/images/global/bg_accordion_top.gif) no-repeat left top;
	}
	
	#accordion-bottom {
		height: 600px;
		background: url(/assets/images/global/bg_accordion_bottom.gif) no-repeat left bottom;
	}
	
	h3.accordion-toggler {
		margin: 0 1px; padding: 0 10px;
		font-size: 1.3em; font-weight: normal;
		line-height: 40px;
		cursor: pointer;
		background: url(/assets/images/global/bg_accordion_link.gif) repeat-x left top;
	}

	.accordion-pad {
		padding: 10px;
	}
	
	.accordion-pad ol, .accordion-pad ul {
		margin-left: 2.5em;
	}

/** CATEGORIES ON HOMEPAGE ***************************************************************/

#cat {
	float: right; display: inline;
	margin-bottom: 2px;
	width: 779px;
	background: url(/assets/images/global/bg_cat.gif) repeat-y left top;
	}
	
	#cat h3 {
		margin-bottom: 10px;
		font-size: 1.4em;
		line-height: 40px;
		text-indent:10px;
		background: url(/assets/images/global/bg_cat_top.gif) no-repeat left top;
	}
	
	#cat ul {
		margin: 0; padding: 0;
		height: 550px;
		list-style: none;
		background: url(/assets/images/global/bg_cat_bottom.gif) no-repeat left bottom;
	}
	
	#cat li {
		float: left; display: inline-table;
		margin: 0 10px;
		width: 135px; overflow: hidden;
		text-align: center;
	}
	
	#cat li.first-row {
		background: none;
	}
	
	#cat li a {
		display: block;
		margin: 0; padding: 15px 0;
	}
		
	#cat img {
		margin-bottom: 5px;
	}
	
	#cat .cat-title {
		display: block;
		height: 35px;
	}

/** VIDEOS ON HOMEPAGE ******************************************************************/

#vid {
	width: 980px; height: 270px;
	background: url(/assets/images/global/bg_vid.gif) no-repeat left top;
	clear: both;
	}
	
	#vid h3 {
	
	}
	
#vid-images {
	float: left; display: inline;
	margin: 15px 0 0 15px;
	width: 296px; height: 245px;
	}
	
	#vid-images-buttons {
		margin: 0 0 10px 0; padding: 0;
		height: 20px;
		list-style: none;
	}
	
	#vid-images-buttons li {
		float: left; display: inline;
		margin-right: 10px; padding: 0;
		width: 20px;
		line-height: 20px;
		color: #fff;
		text-align: center;
		cursor: pointer;
		background-color: #36c;
	}
	
	#vid-images-buttons li.active, #vid-images-buttons li:hover {
		color: #fff;
		background-color: #f33;
	}
	
	#vid-images-content {
		position: relative;
		width: 280px; height: 210px; overflow: hidden;
	}
	
	#vid-images-content div {
		position: absolute;
		margin: 10px 0 0 10px;
		width: 280px; height: 210px;
		background-color: #fff;
		overflow: hidden;
	}

#vid-desc {
	float: left; display: inline;
	margin: 15px 0 0 30px;
	width: 297px; height: 245px;
	}

#vid-list {
	float: left; display: inline;
	margin: 15px 0 0 30px;
	width: 297px; height: 245px;
	}	

/** CATEGORY/DEPARTMENT *****************************************************************/

#dept-wrap {
	background: url(/assets/images/global/bg_sidebar.gif) repeat-y 195px top;
	}

#dept-title {
	margin: 0 0 3px 5px;
	font-size: 21px;
	color: #f33;
	line-height: 29px;
	}

#dept-bar-top {
	margin: 0 0 10px 5px;
	}

#dept-bar-bottom {
	margin: 0 0 10px 5px;
	}

.dept-bar {
	margin: 0 0 10px 5px;
	height: 33px;
	background: #fff url(/assets/images/global/bg_menu.gif) repeat-x left top;
	}

#dept-products {
	}
	
	#dept-products ul {
		margin: 0 0 10px 0; padding: 0;
		list-style: none;
		background: url(/assets/images/global/bg_dept_vline.gif) repeat-y center top;
	}
	
	#dept-products li {
		float: left; display: inline-table;
		margin: 0 10px;
		width: 176px; overflow: hidden;
		text-align: center;
		background: url(/assets/images/global/bg_dept_hline.gif) repeat-x left top;
	}
	
	#dept-products li.first-row {
		background: none;
	}
	
	#dept-products li a {
		display: block;
		margin: 0; padding: 20px 0;
	}
		
	#dept-products img {
		margin-bottom: 5px;
	}
	
	#dept-products .prod-title {
		display: block;
		height: 70px;
	}

	#dept-products .prod-price {
		display: block;
		font-weight: bold;
		color: #993300;
	}
	
	#dept-product .addtocart {
		margin: 0 0 15px 0; padding: 0;
		width: 150px; height: 30px;
	}

.tip {
	padding: 15px;
	font-size: 11px;
	color: #ccc;
	background-color: #222;
	}
	
	.tip-title {
		margin-bottom: 15px; padding: 2px;
		background: #ccc url(/assets/images/global/bg_spinner.gif) no-repeat center center;
	}
	
	.tip-title img {
		
	}

/** PRODUCT DETAILS *********************************************************************/

#prod-wrap {
	background: url(/assets/images/global/bg_sidebar.gif) repeat-y 195px top;
	}

#prod-content {
	margin: 0 0 20px 5px;
	}
	
#prod-details {
	float: right; display: inline;
	margin-right: 9px; padding-top: 10px;
	width: 425px;
	}

#prod-images {
	float: left;
	padding-top: 3px;
	width: 325px;
	}
	
	#prod-images-buttons {
		margin: 0; padding: 0;
		height: 20px;
		list-style: none;
	}
	
	#prod-images-buttons li {
		float: left; display: inline;
		margin-right: 10px; padding: 0;
		width: 20px;
		line-height: 20px;
		color: #fff;
		text-align: center;
		cursor: pointer;
		background-color: #36c;
	}
	
	#prod-images-buttons li.active, #prod-images-buttons li:hover {
		color: #fff;
		background-color: #f33;
	}
	
	#prod-images-content {
		position: relative;
		width: 320px; height: 320px; overflow: hidden;
		border: 1px solid #ccc;
	}
	
	#prod-images-content div {
		position: absolute;
		margin: 10px 0 0 10px;
		width: 300px; height: 300px;
		background-color: #fff;
		overflow: hidden;
	}

#prod-tabs {
	margin-left: 5px;
	}
	
	#prod-tabs-buttons {
		margin: 0; padding: 0;
		height: 33px;
		list-style: none;
		background: url(/assets/images/global/bg_hline_solid.gif) repeat-x left bottom;
	}
	
	#prod-tabs-buttons li {
		float: left; display: inline;
		margin-right: 10px; padding: 0 15px 0 30px;
		line-height: 33px;
		cursor: pointer;
		border-top: 1px solid #ccc; border-right: 1px solid #ccc;
		background: url(/assets/images/global/bg_tabs.gif) no-repeat left top;
	}
	
	#prod-tabs-buttons li.active, #prod-tabs-buttons li:hover {
		background: url(/assets/images/global/bg_tabs.gif) no-repeat left -33px;
	}
	
	#prod-tabs-content {
		position: relative;
		 padding: 20px;
		 height: 400px;
		 border: 1px solid #ccc; border-top: none;
	}
	
	#prod-tabs-content div {
		position: absolute;
		width: 700px; height: 400px;
		background-color: #fff;
		overflow: hidden;
	}

/** SLIMBOX *****************************************************************************/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	}

.lbLoading {
	background: #fff url(/assets/images/slimbox/loading.gif) no-repeat center;
	}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}

	#lbPrevLink {
		left: 0;
		background: transparent url(/assets/images/slimbox/prevlabel.gif) no-repeat 0% -4px;
		}

		#lbPrevLink:hover {
			/*background: transparent url(/images/slimbox/prevlabel.gif) no-repeat 0% 15%;*/
		}

	#lbNextLink {
		right: 0;
		background: transparent url(/assets/images/slimbox/nextlabel.gif) no-repeat 100% -4px;
		}

		#lbNextLink:hover {
			/*background: transparent url(/images/slimbox/nextlabel.gif) no-repeat 100% 15%;*/
		}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(assets//images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	}

#lbCaption, #lbNumber {
	margin-right: 71px;
	}

	#lbCaption {
		font-weight: bold;
	}

/** PULLDOWN ****************************************************************************/

#pd-contact {
	margin-bottom: 2px;
	background: #fff url(/assets/images/global/bg_pd_fade.gif) repeat-y right top;
	}

	#pd-contact-toggle {
		display: block;
		height: 26px;
		text-indent: -9999px;
		background: #5895b6 url(/assets/images/global/bg_pd_toggle.gif) no-repeat left top;
	}
	
	#pd-contact-info {
		margin: 0 0 20px 0; padding: 0;
		height: 30px;
		list-style: none;
	}
	
	#pd-contact-info li {
		float: left; display: inline;
		margin-right: 20px; padding-left: 22px;
		line-height: 30px;
		background-position: left center;
		background-repeat: no-repeat;
	}
	
	#pd-contact-info li.pd-chat { background-image: url(/assets/images/global/icon_chat.gif); }
	#pd-contact-info li.pd-email { background-image: url(/assets/images/global/icon_email.gif); }
	#pd-contact-info li.pd-phone { background-image: url(/assets/images/global/icon_phone.gif); }
	#pd-contact-info li.pd-fax { background-image: url(/assets/images/global/icon_fax.gif); }
	
	#pd-contact-content {
		padding: 15px 15px 15px 196px;
		border: 1px solid #ccc; border-top: none;
		background: url(/assets/images/global/bg_pd_fish.jpg) no-repeat left bottom;
	}
	
	#pd-contact-txt {
		float: left; display: inline;
		margin-right: 40px;
		width: 352px;
		color: #f30;
	}
	
	#pd-contact form {
		float: left; display: inline;
		width: 367px;
	}
	
	#pd-contact label {
		display: none;
		font-weight: bold;
	}
	
	#pd-contact input, #pd-contact textarea {
		width: 367px;
		border: 1px solid #f30;
		background-color: #fff;
	}

#pd-sitemap {
	margin-bottom: 2px;
	background: #fff url(/assets/images/global/bg_pd_fade.gif) repeat-y right top;
	}
	
	#pd-sitemap-content {
		padding: 15px 15px 15px 196px;
		border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc;
	}

/** MENU ********************************************************************************/

.menu {
	position: relative;
	height: 33px; overflow: hidden;
	background: #fff url(/assets/images/global/bg_menu.gif) repeat-x left top;
	}

	.menu ul {
		margin: 0; padding: 0;
		list-style: none;
	}
	
	.menu li {
		float: left; display: inline;
		margin: 0; padding: 0;
	}
	
	.menu #logo {
		text-indent: -9999px;
	}

	.menu #logo a {
		display: block;
		height: 150px;
	}
	
	.menu li a {
		display: block;
		padding: 0 15px;
		line-height: 33px;
	}
	
	.menu li a:hover {
		background: url(/assets/images/global/bg_menu.gif) repeat-x left -33px;
	}

.search {
	position: absolute;
	top: 6px; right: 15px;
	margin: 0; padding: 0;
	width: 205px; height: 22px;
	background: url(/assets/images/global/bg_search.gif) no-repeat left top;
	}
	
	.search fieldset {
		margin: 0; padding: 0;
		border: none;
	}
	
	.search input {
		float: left; display: inline;
		margin: 3px 0 0 25px;
		width: 140px;
		border: none;
	}
	
	.search button {
		float: right;
		width: 20px; height: 22px;
		text-indent: -9999px;
		background: url(/assets/images/global/btn_go.gif) no-repeat left center;
	}

/** TABS ********************************************************************************/

#tabs {
	margin-bottom: 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
	#tabs-buttons {
		margin: 0; padding: 0;
		height: 33px;
		list-style: none;
	}
	
	#tabs-buttons li {
		float: left; display: inline;
		width: 196px;
		text-indent: 30px;
		line-height: 33px;
		cursor: pointer;
		background: url(/assets/images/global/bg_tabs.gif) no-repeat left top;
	}
	
	#tabs-buttons li.active, #tabs-buttons li:hover {
		background: url(/assets/images/global/bg_tabs.gif) no-repeat left -33px;
	}
	
	#tabs-content {
		position: relative;
		width: 980px; height: 275px; overflow: hidden;
	}
	
	#tabs-content div {
		position: absolute;
		width: 980px; height: 275px;
		background-color: #fff;
		overflow: hidden;
	}
	
	#tabs-strapping {
		background: #fff url(/assets/images/global/bg_tabs_strapping.jpg) no-repeat left bottom;
	}
	
	#tabs-boxes {
		background: #fff url(/assets/images/global/bg_tabs_boxes.jpg) no-repeat left bottom;
	}
	
	#tabs-labels {
		background: #fff url(/assets/images/global/bg_tabs_labels.jpg) no-repeat left bottom;
	}
	
	#tabs-equip {
		background: #fff url(/assets/images/global/bg_tabs_equip.jpg) no-repeat left bottom;
	}
	
	.tabs-list h3 {
		margin: 20px 0 20px 245px;
	}
	
	.tabs-list ul {
		margin: 0 0 0 245px;
		width: 735px;
		list-style: none;
	}
	
	.tabs-list ul li {
		float: left; display: inline;
		margin: 0 20px 20px 0;
		width: 225px;
	}
	
.tabs-items ul {
	margin: 0; padding: 0;
	list-style: none;
	}
	
	.tabs-items li {
		float: left; display: inline;
		margin: 20px 35px 0; padding-top: 8px;
		width: 175px;
		background: url(/assets/images/global/bg_image_border.jpg) no-repeat center top;
	}
	
	.tabs-items li h4 {
		margin: 0 0 10px 0;
		font-size: 1.6em;
		line-height: .5;
	}
	
	.tabs-items li a {
		display: block;
	}
	
	.tabs-items li a img {
		margin: 0 0 20px 7px;
	}


/** VIDEO PLAYER PAGE *******************************************************************/

#video-wrap #main {
	width: 725px;
	}

#video-player-wrap {
	margin-bottom: 10px;
	height: 500px;
	background-color: #000;
	}

#video-header {
	position: relative;
	margin-bottom: 5px;
	height: 125px;
	background: #fff url(/assets/images/global/bg_video_header.gif) no-repeat left top;
	}

#video-logo-ipack {
	position: absolute;
	width: 300px;
	text-indent: -9999px;
	}
	
	#video-logo-ipack a {
		display: block;
		height: 90px;
	}

#video-logo-ips {
	position: absolute;
	top: 20px; right: 0;
	width: 345px;
	text-indent: -9999px;
	}
	
	#video-logo-ips a {
		display: block;
		height: 105px;
	}

#video-nav {
	position: absolute;
	top: 90px;
	margin: 0; padding: 0;
	height: 28px;
	list-style: none;
	overflow: hidden;
	}
	
	#video-nav li {
		float: left; display: inline;
		margin: 0; padding: 0;
	}
	
	#video-nav li a {
		display: block;
		margin: 0 10px; padding: 0 10px;
		line-height: 28px;
		color: #111;
	}
	
	#video-nav li a:hover {
		color: #444;
	}

#video-wrap #sidebar {
	width: 245px;
	}

#video-wrap #accordion {
	width: 100%;
	background-image: url(/assets/images/global/bg_video_accordion.gif);
	}
	
	#video-wrap #accordion-top {
		background-image: url(/assets/images/global/bg_video_accordion_top.gif);
	}
	
	#video-wrap #accordion-bottom {
		height: 500px;
		background-image: url(/assets/images/global/bg_video_accordion_bottom.gif);
	}

#video-wrap #tabs-buttons li {
	width: 25%;
	}
	
	#video-wrap #tabs-content {
		width: 735px;
	}
	
	#video-wrap .tabs-items li {
		margin: 20px 31px;
	}
	
	#video-wrap .tabs-items li a img {
		
	}

#video-list {
	padding-bottom: 15px;
	background: url(/assets/images/global/bg_video_list_bottom.gif) no-repeat left bottom;
	}
	
	#video-list-top {
		padding-top: 15px;
		background: url(/assets/images/global/bg_video_list_top.gif) no-repeat left top;
	}
	
	#video-list-bottom {
		background: url(/assets/images/global/bg_video_list.gif) repeat-y left top;
	}
	
	#video-list .video-list-col {
		float: left; display: inline;
		margin: 0 15px;
		width: 215px;
	}
	
	#video-list h3 {
		font-size: 1.7em;
	}


@media print {
  html, body {
    color : #000000;
    background : #ffffff;
    font-family : "Times New Roman", Times, serif;
    font-size : 12pt;
    }
  a {
     text-decoration : underline;
    color : #0000ff;
    }
  #header, #nav {
    display : none;
  } 
}

@media handheld {

}
