/****************************************************************************************
Copyright (c) 2011 Elanco Animal Health.
This software is the confidential and proprietary information of Elanco Animal Health, a division of Eli Lilly and Company. ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with Elanco Animal Health.
VERSION 1.0
AUTHOR Travis Moser
DATE 		NAME 			DESCRIPTON
11/11/2011	Travis Moser	Creation
****************************************************************************************/
/******************************************
* desktop specific styling
*******************************************/
/* larger padding--keeps primary navigation on one line for smaller sreen widths */
header nav.primary li a {
	padding: 0 1.65em;
}
/* columnns for content if screen width is at least 900px */
.copyMain .cols {
    -moz-column-count: 2;  
    -webkit-column-count: 2;  
    column-count: 2;  
    -moz-column-gap: 3.49075975359343%; /* 17px / 487px */  
    -webkit-column-gap: 3.49075975359343%; /* 17px / 487px */  
	column-gap: 3.49075975359343%; /* 17px / 487px */
}
.homeContent .copyMainHome {
    -moz-column-count: 2;  
    -webkit-column-count: 2;  
    column-count: 2;  
    -moz-column-gap: 1.78837555886736%; /* 12px / 671px */  
    -webkit-column-gap: 1.78837555886736%; /* 12px / 671px */  
	column-gap: 1.78837555886736%; /* 12px / 671px */
}
.ie7 .featuredProducts .pager li .img img {
	min-width: 96px;
}