/* PRODUCTS PAGE */

/*********************** Tabs *********************/

#content ul.tabs
{
    height: 54px;     
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
}

    ul.tabs li
    {
        float: left;
        margin: 0;
            margin-left: 4px;
        padding: 0;
    }
    
    
    ul.tabs li:first-child
    {
        margin-left: 0;
    }    
    
    ul.tabs li.active    
    {
    }

.tabs li a
{
    border: 0 none;
    display: block;
        height: 54px;
        width: 287px;
    text-decoration: none !important;
}

.tabs li.active a, .tabs a:hover
{
    background-position: bottom left !important;
    border: 0 none !important;
    text-decoration: none;
}


#tab_products
{
    background: url('../images/tab_products.png') top left no-repeat; 
}

#tab_industries
{
    background: url('../images/tab_industries.png') top left no-repeat; 
}

#tab_services
{
    background: url('../images/tab_services.png') top left no-repeat; 
}

/*********************** Product Grid *********************/

ul#products-grid
{
    background-color: #fff;
    margin: 0;
    padding: 20px 20px 0 20px;
    width: 830px;	
}

ul#products-grid li
{
    display: inline-block;
    margin: 0 0 0 6px;
    padding: 0 0 20px 0;   
    position: relative; 
    vertical-align: top;
    width: 200px;
    
    /* for ie */
    zoom: 1;
    *display: inline;      
}

	ul#products-grid li a
	{
		border: none !important;
	}

ul#products-grid a.product-category
{
	border: 0 none;
	color: #1b3c6b;
    display: block;    
	font-size: 18px;
    font-weight: bold;
	text-decoration: none !important;
	margin-top: 5px;
}


/* PRODUCT DETAIL PAGE */
#product-hero
{
    display: inline-block;  
    margin: 0;
    padding: 0;
    position: relative; 
    vertical-align: top;
    width: 400px;
    margin-right: 20px;
    
    /* for ie */
    zoom: 1;
    *display: inline;      
}

	#product-hero img
	{
		margin-bottom: 10px;
	}
 

#gallery a
{
    margin: 0;
    padding: 0;
}

#product-hero ul
{
    list-style: none;     
    margin: 0;
    padding: 0;
}   
	
#gallery li
{
	float: left;
	margin-left: 4px;
}

	#gallery li:first-child
	{
		margin-left: 0px;
	}
	
		#gallery li img
		{
			border: 1px solid #CCCCCC;
		}
		
		#gallery li img.active
		{
			border: 1px solid #1a4789;
		}
		
		#gallery li a:hover
		{
			border: none !important;
		}
		
#product-blurb
{
    display: inline-block;  
    position: relative;
        left: 20px; 
    vertical-align: top;
    width: 410px;
    
    /* for ie */
    zoom: 1;
    *display: inline; 
}

	#product-blurb ul
	{
		margin-top: 10px;
	}
	
		#product-blurb ul li
		{
			margin-left: 15px;
		}
		
#industry-products
{
	float: left;
	padding-left: 350px;
	color: white;
	margin-top: -8px;
}

