* /*Sets border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
/*	border: 0;*/
}

body {
	color: rgb(136, 136, 136);
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background-color: #ffffff; 
	font-size: 70%;
	width: 580px;
}
p {
	padding: 0px 0 3px 0;
	/*line-height: 150%;*/
}
a {
	color: #000099;
}
a:hover {
	color: #0000FF;
	/*text-decoration: none;*/
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	padding: 3px 0px 5px 0px;
}
h1 {
	font-size: 1.9em;
	color: #0071bc;
}
h2 {
	font-size: 1.5em;
	padding: 7px 0px 2px 0px;
	color: #0071bc;
}
h3 {
	font-size: 1.3em;
}body, html {
	color: #000; 
	background-color: #f8f8f8; 
	text-align: center; /*** Centers the design in old IE versions ***/
	background-image: url('images/bg-repeat.gif');
	background-repeat: repeat-x;
}
body {
	font-size: 70%;
	width: 100%;
}
h1 a, #header h2 {
	color: #fff;
}
.clear {
	clear: both;
}
#dropshadow {
	width: 960px;
	margin: 0 auto;
	min-height: 960px;
	text-align: left;
	background-image: url('images/JBL-wip-bgd-crop2.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 10px 0px;
}
* html #dropshadow {
	height: 960px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
#mainContainer {
	width: 932px;
	margin: 0 auto;
	text-align: left;
}

/**************************
HEADER
**************************/
#header {
	background: #2575bc;
	padding: 0px;
	height: 116px;
	width: 930px;
	background-image: url('images/masthead.png');
}
#header ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 9px 0px 0px 706px;
}
#header li {
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-bottom: 5px;
	height: 18px;
}
#header a, #header span {
	padding-left: 30px;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center;
}
#header a:hover {
	color: #eea;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	border-right: 1px solid #dadbdb;
	border-left: 1px solid #dadbdb;
	background: #fff url(images/outer-bg-bottom-lock-smith.jpg) bottom repeat-x;
}
.inner {
	width: 644px;
}
* html .inner {
	width: 100%;
}
.float-wrap {
	float: left;
	width: 930px;
}
#content {
	float: left;
	width: 620px;
	margin: 0px 0px 0px 0px;
}
* html #content {
	position: relative; /*** IE needs this  ***/
}
.contentWrap {
	margin: 11px 8px 0px 10px;
	min-height: 548px;
}
* html #contentWrap {
	height: 548px; /*** IE needs this  ***/
}
.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}
.contentWrap li {
	padding-bottom: 2px;
}
.contentWrap p {
	color: #888;
}
#contentUnified {
	padding: 10px;
	border: 1px solid #e4e4e4;
	width: 580px;
	min-height: 526px;
	background: #fff;
}
* html #contentUnified {
	height: 526px; /*** IE needs this  ***/
}
#contentSplitTop {
	margin: 0px 0px 5px 0px;
	padding: 0 10px;
	border: 1px solid;
	border-left-color: #e4e4e4;
	border-right-color: #efefef;
	border-top-color: #e8e8e8;
	border-bottom-color: #eeeeee;
	width: 580px;
	height: 270px;
	background-image: url('images/content-split-top.gif');
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	clear: left;
	overflow: hidden;
}
#contentSplitBottom {
	margin: 5px 0px 0px 0px;
	padding: 10px;
	border: 1px solid;
	border-left-color: #e7e7e7;
	border-right-color: #e7e7e7;
	border-top-color: #e9e9e9;
	border-bottom-color: #eeeeee;
	width: 580px;
/*	height: 259px;*/
	background-image: url('images/content-split-bottom.gif');
	background-repeat: repeat-x;
	background-position: top left;
	float: left;
	clear: left;
/*	overflow: hidden;
	overflow: auto;*/
}
#discountSticker {
	float: left;
	height: 165px;
	width: 165px;
	padding: 10px 10px 10px 20px;
}
#discountSticker img {
	width: 165px;
	height: 165px;
}
#discountText {
	float: left;
	padding: 10px 20px 10px 10px;
}

/**************************
RIGHT MENU
**************************/
#right {
	float: right;
	width: 304px;
	padding: 12px 6px 10px 0px;
}
* html #right {
	position: relative; /*** IE needs this  ***/
}
#right ul {
	list-style: none;
	padding-bottom: 4px;
}
#right li {
	padding-bottom: 2px;
}

/**************************
RIGHT TOP (EMERGENCY) MENU
**************************/
#emergency {
	height: 175px;
	padding-left: 2px;
	background: url('images/emergency-lock-smith-bg.png') repeat-y;
}
#emergency h2 {
	background: url('images/emergency-titlebar.png') no-repeat;
	margin: 0px 0px 0px 3px;
	height: 30px;
}
#emergency img {
	width: 150px;
	height: 100px;
	margin-top: 8px;
	margin-left: 16px;
	border: 0;
	float: left;
}
#emergency h3 {
	margin: 0px 5px 0px 175px;
	color: red;
}
#emergency p {
	margin: 0px 5px 0px 175px;
	color: #888;
}
#emergency a {
	text-decoration: none;
}
#emergency a:hover h2 {
	text-decoration: underline;
}

/**************************
RIGHT CENTER (ARTICLES) MENU
**************************/
#articlescontainer {
	padding-left: 2px;
	background: url('images/articles-bg.png') repeat-y;
	margin-top: 11px;
	height: 405px;
}
#articlescontainer h4 {
	padding: 15px 5px 0px 0px;
	margin: 0px 0px 0px 3px;
	background-image: url('images/articles-titlebar.png');
	text-align: right;
	height: 15px;
	width: 289px;
	color: #fff;
	font-size: 0.70em;
	white-space: nowrap;
}
.article {
	display: block;
	height: 123px;
	width:100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	float: left;
	background-image: url('images/article-stripe.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}
.articleleft {
	float: left;
	height: 100%;
	width: 145px;
	padding-left: 15px;
	padding-right: 3px;
/*	background-color: #0da;*/
}
.articleright {
	float: left;
	height: 100px;
	width: 120px;
	padding: 5px 8px 15px 3px;
/*	background-color: #a0d;*/
}
.articleleft h2 {
	margin: 0px 0px 12px 0px;
	color: #0071bc;
	font-size: 1.2em;
	height: 18px;
	padding-top: 5px;
}
.articleleft p {
	margin: 0px 0px 0px 0px;
	color: #333;
	font-size: 10px;
	white-space: nowrap;
	height: 45px;
	white-space: normal;
}
.articleleft div {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 107px;
	height: 22px;
	background-image: url('images/article-button.png');
	background-position: 0px 22px;
}
.articleleft a.articlebutton {
	margin: 0px;
	padding: 0px;
	width: 107px;
	height: 22px;
	display: block;
	background-image: url('images/article-button.png');
	background-position: 0px 0px;
}
.articleleft a.articlebutton:hover {
	background-image: none;
}
.articleright img {
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 100px;
	border:0;
}
#articlescontainerBottom{
    background: url(images/articles-bg-bottom.png);
    height: 6px;
}

/**************************
RIGHT BOTTOM (SALE) MENU
**************************/
#sale {
	margin-left: 0px;
	margin-top: 9px;
	height: 123px;
	width: 296px;
}
#sale img {
	height: 123px;
	width: 296px;
	border: 0;
}

/*************************
TOP MENU
**************************/
#topmenu {
	float: left; 
	width: 930px;
	padding: 0px;
	height: 36px;
	background: url('images/menubar-top-bg-chop.png') no-repeat 590px 0px;
	position: relative;
	z-index: 120;
}
* html #topmenu {
	position: relative;  /*** IE needs this  ***/
}
#topmenu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#topmenu li {
	display: block;
	float: left;
}
#topmenu a {
	display: block;
	float: left;
	padding: 0px 5px;
	text-decoration: none;
	color: #888;
	height: 36px;
	line-height: 36px;
	background-image: url('images/menubar-button-bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	min-width: 70px;
	white-space: nowrap;
	text-align: center;
}
* html #topmenu a {
	width: 70px;
}
#topmenu a:hover {
	color: #ddd;
	background-image: url('images/rollover-bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}
#firstitem li a {
	background-image: url('images/rollover-bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
#firstitem a:hover {
	margin-left: 0px;
	padding: 0px 5px;
	background-position: bottom left;
}

/*************************
TOP MENU (Search)
**************************/
#searchbar {
	float: right;
	padding-top: 7px;
	width: 205px;
	margin-right: 12px;
}
#searchbar form {
	height: 20px;
}
#searchfield {
	width: 163px;
	height: 12px;
	margin-right: 5px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #aaa;
	padding: 3px;
	vertical-align: top;
}
#searchbutton {
	width: 21px;
	height: 22px;
	background-image: url('images/searchbutton.gif');
	vertical-align: top;
	border: 0;
}

/*************************
BOTTOM MENU
**************************/
#bottommenu {
}
#bottomMenuTop {
	clear: both;
	padding: 18px 14px 0px 0px;
	text-align: right;
	font-size: 20px;
	color: white;
  	height: 28px;
  	background-image: url('images/bottomMenu-bg-top.png');
}
#bottomMenuBottom {
	padding: 0px 9px 10px 9px;
  	background: url('images/bottomMenu-bg-bottom.png') bottom;
}
#bottommenu ul {
	list-style: none;
	height: 19px;
}
#bottommenu li {
	float: left;
	display: block;
	padding-right: 15px;
}
#bottommenu a {
	text-decoration: none;
}

/*************************
BOTTOM MENU (Image Swapping)
**************************/
.quicklinkmenu, .QLimages{
	width: 600px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	overflow: hidden; 
}
.QLimages img{
    border:0px;
    padding:0px;
    margin:8px 5px 4px 11px;
}
div.quickouter {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100px;
}
div.QLbuttons{
	padding-left: 2px;
}
div.QLbuttons div.quickouter { /** all QL buttons and links **/
}
div.QLbuttons div.quickouter a { /** main QL buttons **/
	margin: 0px 7px;
	display: block;
	padding: 0px;
	height: 19px;
	overflow: hidden;
}
div.quickouter a { /** editable QL links **/
	display: block;
	font-size: 10px;
	color: #9B9B9B;
	text-decoration: none;
	padding: 0px;
	margin: 0px 5px 3px 7px;
	width: 88px;
}
div.QLbuttons a {
	padding: 0px 0px 0px 11px;
}

div.QLbuttons div.qmenu {background: url('images/quicklinks-link.png') 0px -19px no-repeat;}
div.QLbuttons div.qmenu a {background: url('images/quicklinks-link.png') -7px 0px no-repeat; text-align: center; padding-top: 3px;}
div.QLbuttons div.qmenu a:hover {background-image: none; color: #437ab7;}

/**************************
FOOTER
**************************/
#footer {
	width: 932px;
	margin: 0 auto;
	text-align: center;
	height: 228px;
	padding-top: 10px;
}
#copyright {
	color: #AAA;
	font-size: 0.8em;
	font-family: sans-serif;
	font-weight: normal;
	text-align: left;
	width: 200px;
	float: left;
	height: 100%;
}
#footertext1 {
	text-align: right;
	width: 220px;
	float: left;
	height: 100%;
	padding-right: 10px;
}
#footertext2 {
	text-align: left;
	width: 280px;
	float: left;
	height: 100%;
	padding-left: 10px;
}
#footertext2 a {
	color: #b2b2b2;
	text-decoration:none;
}
#footertext2 a:hover {
	text-decoration:underline;
}
#footerimage {
	width: 210px;
	float: left;
	height: 100%;
	padding-top: 3px;
}
#footerimage img {
	float: right;
}
.largetext {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	font-family: Arial;
	letter-spacing: 0.05em;
}
.mediumtext {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	font-family: Arial;
	letter-spacing: 0.05em;
}
.smalltext {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	font-family: Arial;
}

/**************************
CONTACT US
**************************/
#ContactUsContainer {
	width: 575px;
	height: 230px;
	background-image: url('images/jbl-building.png');
	background-position: right center;
	background-repeat: no-repeat;
}
#ContactUs .special {
	display:none; /* for anti spam-bot field */
}

/**************************
SLIDESHOW
**************************/

.slideshow_textback {
	position: absolute;
	width: 280px;
	height: 300px;
	margin: 0;
	padding: 0;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1;
}

.slideshow_text {
	position: absolute;
	width: 250px;
	height: 270px;
	margin: 15px 15px;
	z-index: 2;
}

.slideshow_text p {
	color: #000;
}
/**************************
AJAX MENU
**************************/
#ajaxmenu{
	float: left; 
	z-index:65;
	overflow:visible;
}

#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:120;
}
#ajaxmenu li {
	padding:0;
	position: relative;
	float: left;
	height:36px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
#ajaxmenu a {
	height:36px;
	line-height:36px;
	font-weight: normal;
	text-decoration: none;
	display:block;
	float:left;
}

/* Styles for Menu Items */
#ajaxmenu ul li.category {
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
* html #ajaxmenu ul li.category {
	border-bottom: 0;
}

/* commented backslash \*/ 
* html #ajaxmenu ul li a {
	height:1%
}
/* end hack */ 

#ajaxmenu ul ul {
	position: absolute;
	left: 0px;
	top:36px;
	width:173px;
	z-index:120;
}

/* set dropdown */
#ajaxmenu li li  {
	height:36px;
	height:20px;
	z-index:120;
}
#ajaxmenu li li a {
	height:36px;
	line-height:36px;
	height:20px;
	line-height:20px;
	z-index:120;
}

#ajaxmenu li li.last {
	margin-bottom:0;
}

#ajaxmenu li li a, 
#ajaxmenu li.hover li a {
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 161px;
	background-position:-1px bottom;;
}

/* hovered lists */
#ajaxmenu li a:hover {
	background-position:left bottom;
}
/* Sub Menu Styles */
#ajaxmenu li ul, 
#ajaxmenu li.hover ul {
	display: block;
} 

/* The pop */
#myajaxmenu {
	left: 0px;
	display: block;
	z-index: 1000;
}

#ajaxmenu li.active
{
	background-position:left bottom;
}