@CHARSET "UTF-8";

/* GENERAL */
html {
	background-color:#CCCCCC;
}

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	min-height:780px;
	width:980px;
	background-image:url(../img/general/bg-main.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}

h1 {
	color:#999999;
	font-size:18px;
	text-transform:uppercase;
	width:370px;
	line-height:20px;
	border-bottom:1px solid #f9f9f9;
	margin-bottom:10px;
}

h2 
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
	width:370px;
}

h3 
{
	font-size:12px;
	margin-bottom:5px;
	font-weight:bold;
	width:370px;
}

p {
	width:370px;
	color:#666666;
	margin-bottom:10px;
}

a:focus
{
	-moz-outline-style: none;
}


/* WRAPPER */
.wrapper {
	width:930px;
	margin:0 auto;
	position:relative;
}

/* TOP WRAPPER */
.wrapper-top {
	width:930px;
	height:46px;
	padding-top:8px;
}

.wrapper-top .logo {
	width:196px;
	height:46px;
	background-image:url(../img/general/logo-bar-code-direct.png);
	background-repeat:no-repeat;
}

.wrapper-top .logo a {
	width:196px;
	height:46px;
	text-indent:-9999px;
	display:block;
}

/* SEARCH BAR */
.wrapper-top .search {
	width:178px;
	height:21px;
	background-image:url(../img/general/bg-search-bar.png);
	background-repeat:no-repeat;
	position:absolute;
	top:12px;
	right:10px;
	font-size:9px;
	color:#999999;
}

.wrapper-top .search input {
	border:none;
	border-color:transparent;
	width:125px;
	margin-left:30px;
	margin-right:4px;
	margin-top:6px;
	color:#999999;
}

.wrapper-top .search a {
	text-decoration:none;
	color:#999999;
	font-weight:bold;
}

.wrapper-top .search a:hover {
	color:#666666;
}

/* MAIN NAV */
.wrapper-top-nav {
	position:relative;
	z-index:1;
	text-transform:uppercase;
}

#main-nav {
	position:absolute;
}

#main-nav, #main-nav ul {
	padding:0;
	margin:0;
	list-style:none;
}

#main-nav li {
	float:left;
	width:190px;
}

#main-nav li:hover {
	width:190px;
}

#main-nav li a:hover {
	color:#000000;
	font-weight:bold;
}

#main-nav #about-us {
	background-image:url(../img/general/bg-top-nav.png);
	background-repeat:no-repeat;
	background-position:0 -32px;
	margin-right:44px;
}

#main-nav #about-us:hover {
	background-position:0 0;
}

#main-nav #product-partners {
	background-image:url(../img/general/bg-top-nav.png);
	background-repeat:no-repeat;
	background-position:0 -64px;
	margin-right:48px;
}

#main-nav #product-partners:hover {
	background-position:0 0;
}

#main-nav #solutions-services {
	background-image:url(../img/general/bg-top-nav.png);
	background-repeat:no-repeat;
	background-position:0 -96px;
	margin-right:58px;
}

#main-nav #solutions-services:hover {
	background-position:0 0;
}

#main-nav #contact-us {
	background-image:url(../img/general/bg-top-nav.png);
	background-repeat:no-repeat;
	background-position:0 -128px;
}

#main-nav #contact-us:hover {
	background-position:0 0;
}

#main-nav li a {
	display:block;
	width:149px;
	height:20px;
	text-decoration:none;
	color:#666666;
	font-size:11px;
	padding-top:11px;
	padding-left:35px;
}


#main-nav li ul {
	position:absolute;
	width:190px;
	left:-9999px;
}

#main-nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}

#main-nav li ul li {
	background-image:url(../img/general/bg-top-nav-item.png);
	background-repeat:repeat-y;
}

#main-nav li ul .last {
	background-image:url(../img/general/bg-top-nav-item-bottom.png);
	background-repeat:no-repeat;
	width:190px;
	height:11px;
}

#main-nav li ul li a {
	display:block;
	width:149px;
	height:17px;
	text-decoration:none;
	color:#666666;
	font-size:11px;
	padding-top:2px;
	padding-left:35px;
}

#main-nav li ul li a:hover {
	color:#000000;
	font-weight:bold;
}

/* MAIN CONTENT AREA */
.main-content-area {
	width:926px;
	height:373px;
	background-image:url(../img/general/bg-main-content-area.png);
	background-repeat:no-repeat;
	padding-top:6px;
	padding-left:6px;
	margin-top:31px;
	clear:both;
	position:relative;
}

/* ONE COLUMN */
.one-column {
	width:908px;
	height:356px;
	background-image:url(../img/general/bg-one-column.png);
	background-repeat:no-repeat;
	background-position:8px 0;
}

.one-column-content {
	width:830px;
	height:325px;
	margin-left:60px;
	margin-top:15px;
	position:absolute;
}

/* LEFT COLUMN */
.left-column {
	width:431px;
	height:356px;
	float:left;
}

.left-column-content {
	width:400px;
	height:325px;
	margin-left:15px;
	margin-top:15px;
	position:absolute;
}

.left-column-content-partner-logo 
{
	position:absolute;
	top:-15;
	left:-15;
}

/* RIGHT COLUMN */
.right-column {
	width:473px;
	height:356px;
	margin-left:4px;
	background-image:url(../img/general/bg-right-column.png);
	background-repeat:no-repeat;
	float:left;
}

.product-specs {
	float:left;
	height:315px;
	margin-top:25px;
	margin-left:37px;
	padding-right:2px;
	border-right:1px solid #ffffff;
}

.right-column-content {
	width:408px;
	height:315px;
	margin-left:65px;
	margin-top:25px;
	position:relative;
}

.right-column-content a {
	text-decoration:none;
	color:#666666;
}

.right-column-content a:hover {
	text-decoration:underline;
}

.scroll-pane 
{
	height:315px;
	overflow:auto;
}

.scroll-pane ul {
	margin-bottom:10px;
	color:#666666;
}

#product-carousel 
{
	overflow:visible;
	padding:50px 0 0 0;
}

.carousel-selected-item 
{
	position:relative;
	top:-50px;
	left:-28px;
}

#carousel-wrapper {
	position:relative;
	z-index:0;
}

/* SECONDARY NAV */
.wrapper-secondary-nav {
	width:930px;
	height:45px;
	margin-left:-1px;
	margin-top:-17px;
}

#secondary-nav li {
	float:left;
	width:158px;
	height:45px;
	background-image:url(../img/general/bg-secondary-nav.png);
	background-repeat:no-repeat;
	position:relative;
	margin-left:-11px;
}

#secondary-nav li:hover {
	background-image:url(../img/general/bg-secondary-nav.png);
	background-repeat:no-repeat;
	background-position:0 -45px;
}

#secondary-nav li a {
	display:block;
	width:153px;
	height:34px;
	text-decoration:none;
	color:#666666;
	font-size:11px;
	padding-top:11px;
	text-align:center;
}

#secondary-nav li a:hover {
	color:#000000;
	font-weight:bold;
}

#secondary-nav #item-1 {
	z-index:8;
	margin-left:0px;
}

#secondary-nav #item-2 {
	z-index:7;
}

#secondary-nav #item-3 {
	z-index:6;
}

#secondary-nav #item-4 {
	z-index:5;
}

#secondary-nav #item-5 {
	z-index:4;
}

#secondary-nav #item-6 {
	z-index:3;
}

#secondary-nav #help-desk {
	float:left;
	width:45px;
	height:45px;
	background-image:url(../img/general/bg-secondary-nav-help-desk.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-left:-12px;
	z-index:2;
}

#secondary-nav #help-desk:hover {
	background-image:url(../img/general/bg-secondary-nav-help-desk.png);
	background-repeat:no-repeat;
	background-position:0 -45px;
}

#secondary-nav #help-desk a {
	display:block;
	height:45px;
	width:45px;
	padding-top:0;
}

/* CALLOUTS */
.wrapper-callouts {
	width:940px;
	height:225px;
	text-transform:uppercase;
}

#callouts li {
	float:left;
	width:200px;
	margin-right:40px;
}

#callouts li a {
	display:block;
	width:200px;
	height:202px;
	text-decoration:none;
	text-indent:35px;
	color:#666666;
	font-size:11px;
	padding-top:11px;
}

#callouts li a:hover {
	color:#000000;
	font-weight:bold;
}

#callouts li img {
	padding-top:5px;
}

#callouts #help-desk {
	width:200px;
	height:192px;
	background-image:url(../img/general/bg-bottom-nav.png);
	background-repeat:no-repeat;
	background-position:0 -160px;
}

#callouts #help-desk:hover {
	background-position:0 0;
}

#callouts #video-library {
	width:200px;
	height:192px;
	background-image:url(../img/general/bg-bottom-nav.png);
	background-repeat:no-repeat;
	background-position:0 -192px;
}

#callouts #video-library:hover {
	background-position:0 0;
}

#callouts #the-blog {
	width:200px;
	height:192px;
	background-image:url(../img/general/bg-bottom-nav.png);
	background-repeat:no-repeat;
	background-position:0 -224px;
}

#callouts #the-blog:hover {
	background-position:0 0;
}

#callouts #mobca {
	width:200px;
	height:192px;
	background-image:url(../img/general/bg-bottom-nav.png);
	background-repeat:no-repeat;
	background-position:0 -256px;
	margin-right:0;
}

#callouts #mobca:hover {
	background-position:0 0;
}

/* FOOTER */
.wrapper-footer {
	width:930px;
	height:45px;
	color:#666666;
	margin-top:15px;
	font-size:9px;
}

.wrapper-footer ul {
	text-align:center;
	margin-bottom:5px;
}

.wrapper-footer li {
	display:inline;
	border-right:1px solid #666666;
	padding-right:10px;
	padding-left:10px;
}

.wrapper-footer .first {
	padding-left:0;
}

.wrapper-footer .last {
	border-right:none;
}

.wrapper-footer a {
	color:#666666;
	text-decoration:none;
}

.wrapper-footer a:hover {
	text-decoration:underline;
}

.wrapper-footer #footer-nav {
	width:930px;
	float:left;
}

.wrapper-footer #info {
	width:930px;
	float:left;
}


/**** MISC STUFF ****/


.other-partner-logo 
{
	margin-bottom:12px;
}


/* PRODUCT GRIDS */
.products-grid {
	width:396px;
	height:302px;
	border-top:#ffffff 1px solid;
	margin:0 auto;
}

.products-grid .column {
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	float:left;
	margin-right:2px;
	width:95px;
}

.products-grid #last-grid {
	margin-right:0px;
}

.products-grid .column h2 {
	background-color:#CCCCCC;
	color:#666666;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;
	width:85px;
	margin-bottom:0px;
}

.products-grid ul a {
	text-decoration:none;
	color:#666666;
}

.products-grid li {
	border-bottom:#ffffff 1px solid;
}

.products-grid li a {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}

.products-grid a:hover {
	background-color:#FEE668;
}

/* GRIDS */
.product-categories-grid {
	width:715px;
	height:325px;
	border-bottom:#ffffff 1px solid;
	margin:15px auto;
}

.product-categories-grid h1 {
	margin-bottom:0;
	padding-bottom:3px;
	width:714px;
}

.product-categories-grid .column {
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	float:left;
	height:302px;
	margin-right:2px;
	width:175px;
}

.product-categories-grid #last-grid {
	margin-right:0px;
}

.product-categories-grid .column h2 {
	background-color:#CCCCCC;
	color:#666666;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;
	width:165px;
	margin-bottom:5px;
}

.product-categories-grid ul li ul li {
	text-indent:20px;
	list-style:inside;
	color:#666666;
}

.product-categories-grid ul a {
	text-decoration:none;
	color:#666666;
	margin-left:10px;
}

.product-categories-grid ul a:hover {
	text-decoration:underline;
}

.product-categories-grid ul li ul li a {
	margin-left:0px;
}

/* VIDEO LIST */
.videolist li {
	margin-bottom:2px;
}

.videolist li a {
	text-decoration:none;
	color:#666666;
}

.videolist li a:hover {
	text-decoration:underline;
}

.form-wrap label {
	width:100%;
	display:block;
}

/*SEARCH RESULTS*/
.searchResults dt {
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:15px;
	width:370px;
	color:black;
}

.searchResults dt a {
	color:black;
	font-weight:bold;
	}

.searchResults dd {
	margin-left:20px;
	width:350px;
}
