/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Most common stuff you'll need to change */

.slider-wrapper {
		position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
}
	.slider-slider { 
		
}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { 
		height: 200px; 
		overflow: auto !important; 
		padding-right: 20px;
}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { 
		width: 960px;
		height: 185px;
} 
	/* Panel padding */
	.coda-slider .panel-wrapper { 
		padding: 0; 
}
	
	/* Preloader */
	.coda-slider p.loading { 
		padding: 20px; 
		text-align: center 
}
	#panel-flash{
		background: url("../images/slide1a_bg.jpg") no-repeat;
		height: 215px;
		width: 960px;
	}
	
	#panel-catalog, #panel-shop, #panel-downloads, #panel-quote{
		background: url("../images/slider_bg_d.jpg") repeat-y;
		height: 215px;
		width: 960px;
	}
	
        #panel-repair{
		background: url("../images/slide2_bg.jpg") repeat-y;
		height: 215px;
		width: 960px;
	}
	#panel-prolase {
		background:	url("../images/slide3_bg_2.jpg") repeat-y;
               
		height: 215px;
		width: 960px;
		
		
	}
	#panel-service{
		background: url("../images/slide4_bg.jpg") repeat-y;
		height: 215px;
		width: 960px;
	}
        #panel-laser-system{
		background: url("../images/slide5_bg.jpg") repeat-y;
		height: 215px;
		width: 960px;
	}
        #panel-warning-beacons{
		background: url("../images/warning-beacons-and-strobes.png ") repeat-y;
		height: 215px;
		width: 960px;
	}

         #panel-laser-parts{
		background: url("../images/slide6_bg.jpg") repeat-y;
		height: 215px;
		width: 960px;
	}
        #panel-prolase h2 { color:#F00!important; padding-top:20px; 	text-shadow: 0px 1px 1px #333!important; }
	#panel-prolase p { padding-right:100px; }


/*---------------------------- PANELS --------------------------- */

#panel-1{
		float: right;
		height: 125px;
		width: 310px;
		margin-right: 250px;
}

#p1-title{
	margin: 25px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	background: url('../images/panel-1-title_03[1].png') no-repeat;
	width: 296px;
	height: 34px;
}

#p2-title{
	margin: 35px 0 0 0;
	padding: 0;
	/*text-indent: -9999px;*/
	color:yellow;
        font-weight: heavy;
        font-size: 24px;
        text-shadow:0px 3px 3px #595454!important;
	width: 296px;
	height: 24px;
}
#p3-title{
	margin: 35px 0 0 0;
	padding: 0;
	/*text-indent: -9999px;*/
	color:yellow;
        font-weight: heavy;
        text-shadow:0px 3px 3px #595454!important;

        font-size: 24px;
	width: 296px;
	height: 24px;
}
#panel-1-text{
		color: white;
		font-size: 12px;
		font-weight: bolder;
		margin-bottom: 5px;
}
#panel-1-text p a{
		color: yellow;
		font-weight: bolder;
}
#panel-1-list{
		color: white;
		list-style-image: url('../images/list-icon.png');
		font-size: 12px;
		font-weight: bolder;
		margin-bottom: 5px;
}

#panel-1-list li{
		margin-top: 2px;
}

#panel-1-list li a{
		color: yellow;
		font-weight: bolder;
}

#panel-1-list li a:hover{
		text-decoration: none;
}

/*--------------------------- NAVIGATION 1------------------------ */

.coda-nav-2{
	position: relative;
	width: 956px;
	z-index: 1;
	bottom: 28px;
	margin-left: 0; 
height: 185px;
}

.coda-nav-2 ul{
	clear: both;
	display: block;
	margin: 0 0 0 858px;
	padding: 0;
	overflow: hidden;
	height: 17px;
	text-indent: -9999px;
}

.coda-nav-2 ul li{
	display: inline;
}

.coda-nav-2 ul li a{
	background-color: #6ab2f1;
	border: 1px solid white;
	display: block;
	height: 15px;
	width: 12px;
	float: left;
	margin-right: 2px;
}

.coda-nav-2 ul li a:hover{
	background-color: gray;
	border: 1px solid white;
	display: block;
	width: 12px;
	float: left;
	margin-right: 2px;
}

.coda-nav-2 ul .current{
	background-color: gray;
}

.current{
	background-color: gray;
}

/*--------------------------- NAVIGATION 2 ------------------------ */
/*	.coda-nav-1{
		position:relative;
		left:0px;
		top:0px;
		z-index:-1;		
	}*/
	
	.coda-nav {
		margin: -17px 0 0 2px;
	}
	
	.coda-nav ul {
		width: 956px;
		clear: both; 
		display: block; 
		margin: 0; 
		padding: 0;
		overflow: hidden;
		height: 30px;
		text-indent: -9999px;
		position:relative;
		z-index:6!important;
}
	.coda-nav ul li { 
		display: inline;
}
	.coda-nav ul li a { 
		color: #bbb; 
		display: block; 
		float: left; 
		margin-right: 0; 
		text-decoration: none;
		height: 30px;
}

	#coda-nav-divide a {
		width: 2px; 
		height: 30px;
		display: block;
		background: url('../images/coda-nav-divide.jpg') 0 0 no-repeat;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#flash a{
		width: 187px;
		background: url('../images/main-nav-flash-lamps.jpg') 0 0 no-repeat;
	}
	#flash a:hover{
		width: 187px;
		/*background: url('../images/main-nav-flash-lamps.jpg');*/
		background-position: 0 -30px;
	}	
/*	#catalog a{
		width: 176px;
		background: url('../images/main-nav-tjs-catalog.jpg') 0 0 no-repeat;
	}
	#catalog a:hover{
		width: 176px;
		background-position: 0 -30px;
	}*/
	#products a{
		width: 176px;
		background: url('../images/main-nav-products.jpg') 0 0 no-repeat;
	}
	#products a:hover{
		width: 176px;
		background-position: 0 -30px;
	}
	#prolase a{
		width: 137px;
		background: url('../images/main-nav-prolase.jpg') 0 0 no-repeat;
	}
	#prolase a:hover{
		width: 137px;
		background-position: 0 -30px;
	}
	#downloads a{
		width: 173px;
		background: url('../images/main-nav-downloads.jpg') 0 0 no-repeat;
	}
	#downloads a:hover{
		width: 173px;
		background-position: 0 -30px;
	}
/*	#shop a{
		width: 149px;
		background: url('../images/main-nav-shop-now.jpg') 0 0 no-repeat;
	}
	#shop a:hover{
		width: 149px;
		background-position: 0 -30px;
	}*/
	#customer a{
		width: 149px;
		background: url('../images/main-nav-customer-service.jpg') 0 0 no-repeat;
	}
	#customer a:hover{
		width: 149px;
		background-position: 0 -30px;
	}
	#quote a{
		width: 124px;
		background: url('../images/main-nav-free-quote.jpg') 0 0 no-repeat;
	}
	#quote a:hover{
		width: 124px;
		background-position: 0 -30px;
	}
	
	/* Miscellaneous */
#coda-slider-wrapper {height:185px!important;}
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative; margin-left: 2px;height }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative; }
	.coda-slider .panel-container .panel-wrapper > div { position: relative; z-index:5!important; }
	