﻿

/* Product Icons */

    .home-image
    {
        border: 0px;
        width: 100px;
    }

    .home-image-small
    {
        border: 0px;
        width: 65px;
        height: 35px;
    }
    
    
    #products
     {
    FONT-WEIGHT: bold;	
    TEXT-ALIGN: center; 
    BACKGROUND-COLOR: #ffffff; 
    FONT-FAMILY: Veranda, Arial, Helvetica, sans-serif; 
    COLOR: #000000; 
    FONT-SIZE: 12px; 
     }
     #products a, #products a:visited
        {
        color: #084840;   
        font-weight: bold;
     }
     
     #products a:hover
    {
        color: Red;
    }

.featured_product
        {
        height: 100px;
        width: 200px;
        float: left;
        background: #fff;
        padding: 0 10px 0 10px;
    }
    
.product_spriteb { background: url(http://dl.ledtronics.com/ImagesAll/home/product_icons9.jpg) no-repeat top left; display: block; }
.product_spritec { background: url(http://dl.ledtronics.com/ImagesAll/home/product_icons10.jpg) no-repeat top left; display: block; }

.prodicon01b{ margin: 0 0 0 30px; background-position: 0 0; width: 104px; height: 55px; }       /* T8 */
.prodicon02b{ margin: 0 0 0 50px; background-position: 0 -105px; width: 104px; height: 55px; }  /* SL */
.prodicon03b{ margin: 0 0 0 40px; background-position: 0 -210px; width: 104px; height: 55px; } /* Wall Pack */
.prodicon04b{ margin: 0 0 0 30px; background-position: 0 -315px; width: 104px; height: 55px; } /* Post top */
.prodicon05b{ margin: 0 0 0 35px; background-position: 0 -420px; width: 104px; height: 55px; } 
.prodicon06b{ margin: 0 0 0 30px; background-position: 0 -525px; width: 104px; height: 55px; } /* Min */
.prodicon07b{ margin: 0 0 0 35px; background-position: 0 -630px; width: 104px; height: 55px; } /* Intermediate */
.prodicon08b{ margin: 0 0 0 35px; background-position: 0 -735px; width: 104px; height: 55px; } 
.prodicon09b{ margin: 0 0 0 50px; background-position: 0 -840px; width: 104px; height: 55px; } 
.prodicon10b{ margin: 0 0 0 45px; background-position: 0 -945px; width: 104px; height: 55px; }  /* Elevator */
.prodicon11b{ margin: 0 0 0 40px; background-position: 0 -1050px; width: 104px; height: 55px; } /* Utility */
.prodicon12b{ margin: 0 0 0 45px; background-position: 0 -1155px; width: 104px; height: 55px; } 
.prodicon13b{ margin: 0 0 0 40px; background-position: 0 -1260px; width: 104px; height: 55px; } 
.prodicon14b{ margin: 0 0 0 40px; background-position: 0 -1365px; width: 104px; height: 55px; } /* SO */
.prodicon15b{ margin: 0 0 0 35px; background-position: 0 -1470px; width: 104px; height: 55px; } /* Traffic */
.prodicon16b{ margin: 0 0 0 40px; background-position: 0 -1575px; width: 104px; height: 55px; } /* PL CFL */
.prodicon17b{ margin: 0 0 0 50px; background-position: 0 -1680px; width: 104px; height: 55px; } 
.prodicon18b{ margin: 0 0 0 35px; background-position: 0 -1785px; width: 104px; height: 55px; } /* PCB */
.prodicon19b{ margin: 0 0 0 30px; background-position: 0 -1890px; width: 104px; height: 55px; } /* Discrete */
.prodicon20b{ margin: 0 0 0 40px; background-position: -154px 0; width: 104px; height: 55px; } 
.prodicon21b{ margin: 0 0 0 40px; background-position: -154px -105px; width: 104px; height: 55px; } 
.prodicon22b{ margin: 0 0 0 40px; background-position: -154px -210px; width: 104px; height: 55px; } 
.prodicon23b{ margin: 0 0 0 40px; background-position: -154px -315px; width: 104px; height: 55px; } 
.prodicon24b{ margin: 0 0 0 50px; background-position: -154px -420px; width: 104px; height: 55px; } /* Chandelier */
.prodicon25b{ margin: 0 0 0 40px; background-position: -154px -525px; width: 104px; height: 55px; } 
.prodicon26b{ margin: 0 0 0 40px; background-position: -154px -630px; width: 104px; height: 55px; } 



#products_table td { border-bottom: 1px solid #DEE8D9; }

/* SLIDESHOW STYLES */

#slidecontainer {
	margin:0 auto;
	position:relative;
	z-index:0;
    margin-left: -5px;
    width: 580px;
    height: 290px;
    float: left;
    padding: 17px 20px 10px 15px;    
}

#example {
width: 590px;
height: 290px;
	position:relative;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-30px;
	left:-80px;
}

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
    width:580px;
    height:290px;  
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
    width:580px;
    height:290px; 
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:3px auto 0;
	width:120px;

}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0px;
	padding-top:12px;
	background-image:url(http://dl.ledtronics.com/ImagesAll/home/slides/slide_pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
    /*margin-bottom: 5px; */
	position:absolute;
	left:4px;
	height:50px;
	padding-right: 50px;
    width: 560px;
    top: 0px;
	font-size:15px;
	line-height:17px;
	color:#fff;
	border-top:0px solid #000;
	text-shadow:none;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    margin-top: -50px;
}

.slide_line1
{
    color: #909090;
}

.slide_line2
{
    font-weight:normal;
}

.video_div
{
    text-align: center;
    font-weight: bold;
}
.video_div a
{
    text-decoration: none;
}
.video_div a:hover
{
    text-decoration: none;
    color: #08275A;
}



#main-button-wrapper 
{
padding: 17px 0px 20px 29px;
float: left;
}
.main-button
{
  width: 300px;
margin-bottom: 0px; 
height:75px;
}
.main-button-product-image 
{
position: relative;
top: -61px;
left: 14px;
height: 0px;
}

.main-button-product-text 
{
position: relative;
top: -68px;
padding: 0 0px;
height: 0px;
width: 160px;
/*float: left;*/
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
left: 111px;
}
.main-button-product-text p a 
{
    color: black;
text-decoration: none;
display: inline-block;
}


.main-content-box 
{
    border: 2px solid #cccccc;
width: 272px;
float: left;
margin-left: 30px;
height: 225px;
}
.main-content-box-header 
{
text-transform: uppercase;
font-weight: bold;
width: 100%;
background-color: #a5d68e;
height: 29px;
border-bottom: 4px solid #dfdfdf;
text-align: center;
line-height: 30px;
}
.main-content-box-content 
{
    padding:5px;
}
.main-content-box-content ul li a 
{
 color: #337116;
 text-decoration:none;
 text-transform:uppercase;
 font-size:13px;
 line-height: 20px;
font-weight: bold;
}
.main-content-box-content ul 
{
 list-style:none;   
 padding: 0px;
margin: 5px 11px;
}

.main-content-box a:hover {
	COLOR: #2566af; TEXT-DECORATION: none;
}

.main-content-box.architectural {
height: 108px;
margin-top: -124px; 
}

.main-content-box.press {
clear: both;
height: 108px;
line-height: 17px;

}

.main-content-box.featured {
float: left;
margin: 10px 0 0 7px;
height: 210px;
width: 580px;
}

.main-content-box.seminar {
clear: both;
margin-bottom: 10px;
height: 223px;
}

.main-content-box.tools {
    height: 223px;
}

.main-content-box.connect 
{
    padding-top:0px;
    height: 223px;
}

.main-content-box-content img 
{
    padding-top:8px;
}
.main-content-box-row 
{
    text-align:center;
}


.main-content-box A:hover {
	COLOR: #2566af; TEXT-DECORATION: none;
}

#feature-products-wrapper div 
{
width: 130px;
float: left;
padding: 0 5px;
text-align: center;
}


#mission 
{
position: relative;
float: left;
width: 495px;
padding-left: 30px;
}
#vision 
{
position: relative;
float: left;
width: 300px;
padding-left: 30px;
padding-bottom: 10px;
}

#led_crumbs
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Red;
}
#led_crumbs a:link {
	COLOR: #08275a; TEXT-DECORATION: underline
}
#led_crumbs a:visited {
	COLOR: #08275a; TEXT-DECORATION: underline
}
#led_crumbs a:hover {
	COLOR: #2566af; TEXT-DECORATION: none
}

a img {border: none;}
