/****************************************************************************************
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
12/02/2011	Ben Rondot		Coming Soon page styles
****************************************************************************************/
/******************************************
* desktop specific styling
*******************************************/
/* keeps primary navigation on one line for smaller sreen widths */
header nav.primary li a {
	padding: 0 2.25em;
}
.ie7 .featuredProducts .pager li .img img {
	min-width: 108px;
}
.copyMain h2 br,
.copyMain h3 br {
    display: block;
}
/* Coming soon page. This may be removed when the Coming Soon page is removed */
.CSpageHeader {
    position: relative;
}
.CSpageHeader h1 {
    position:absolute;
	top: -50px;
	left: 200px;
	color: #2461AA;
    font-size: 350%;
	font-style:italic;
    margin: 0;
	padding: 0;
}
.ie7 .CSpageHeader h1 {
    font-style: normal;
}