/****************************************************************************************
* Copyright (c) 2007 Elanco Animal Health.
* Elanco Animal Health, Greenfield, Indiana 46140
*
* 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.5
* AUTHOR		Stacy Kagiwada
*
* DATE       	NAME           	DESCRIPTON
* 1/10/2007  	Stacy Kagiwada  Initial stylesheet for LillyPet.com.
* 2/21/2007  	Stacy Kagiwada  Refined headline spacing, added column border graphic
* 3/29/2007     Stacy Kagiwada  h2 clear both, add style for external tout link,
*                               updated contact form styling, added wallpaper styles
* 5/14/2009		Bill Levy		Added style to remove external arrow from
*								http://elms.xh1.lilly.com pdf links
* 3/3/2010      Stacy Kagiwada	Added .dist-list 
****************************************************************************************/


/* BASE ELEMENTS
======================================== */
body {
	margin: 0;
	padding: 0;
	font: 78%/1.5 Arial, Helvetica, sans-serif;
	color: #666;
}
div, img {
	margin: 0;
	padding: 0;
}
a {
	color: #cc9900;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
img {}
textarea, input, select {
	font: 1em Arial, Helvetica, sans-serif;
}
h1 { /* red stripe */
	margin: 0 0 1em 0;
	padding-left: 230px;
	padding-left: 9.3em;
	color: #FFF;
	background-color: #C00;
	font-weight: normal;
	line-height: 1.25;
	font-size: 2em;
}
h2, h3, h4 {
	margin: .5em 0 .25em;
}
h2 {
	font-size: 1.4em;
	line-height: 1.25;
	clear: both;
}
h3 {
	font-size: 1.2em;
	line-height: 1.25;
}
h4 {
	font-size: 1em;
}
h1 img {
	line-height: 1;
}
.clear {
 	clear: both;
}



/* LAYOUT (Position & Size)
======================================== */
#header {
	position: relative;
	overflow: hidden;
	height: 169px; /* Set fixed height of flash presentation. Overlapping issues with content section in some browsers */
}
	.logo {
		position: absolute;
		top: 65px;
		left: 590px;
	}
	#navigation {
		position: absolute;
		top: 125px;
		width: 100%;
	}
	#home #navigation {
		top: 215px;
	}
	#flashcontent {
		 position: absolute; 
		 top: 16px; 
		 z-index: -1;
	}
#content-wrapper {
}
.content-section {
	width: 60em;
	background: #FFF url(../../images/dots_ca.gif) 17.25em 1em repeat-y;
}
	.col1 { /* see typesetting */
		float: left;
		width: 17.5em;
	}
	.col2 { /* see typesetting */
		float: left;
		width: 26em;
		min-height: 15em;
		z-index: 10;
	}
		.thumb {
			float: left; 
			width: 150px; 
			text-align: center; 
			margin: 0 3px 12px 6px;
		}
	.col3 { /* see typesetting */
		float: left;
		width: 15em;
	}
#footer {
	clear: both;
	width: 725px;
	height: 3em;
}


	/**-- HOMEPAGE --**/
	#home #header {
		height: 242px;
	}
	#home .logo {
		top: 155px;
	}
	/**/

	/**-- TECH INFO REQUEST --**/
	#contact .col2 {
		width: 36em;
	}
	#contact .col3 {
		width: 5em;
	}
	/**/
	/**-- TECH INFO REQUEST --**/
	#download .col2 {
		width: 40em;
	}
	#download .col3 {
		width: 0;
	}
	/**/
/**/



/* NAVBARS
======================================== */
#navigation a {
	text-decoration: none;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/**-- GLOBAL NAVIGATION --**/
#globalnav {
	position: relative;
	width: 150em; /* can the navbar be prevented from dropping to a new line? */
	width: 100%; /* fixed em width sometimes causes horizontal scrollbar */
	font-family: Lucida Sans Unicode, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: .9em;
	overflow: auto;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	border: 1px solid #EEE;
	border-width: 1px 0;
}
	#globalnav ul li {
		float: left;
		margin: 0;
		padding: 0;
		top: 0;
	}
	#globalnav a {
		padding: 0 1em;
		background: #FFF;
		color: #666;
	}
	#globalnav a:hover, #globalnav .selected a {
		background: #C00;
		color: #FFF;
	}
/**/

/**-- SECONDARY NAVIGATION --**/
#sectionnav {
	width: 100%;
	font-family: Arial Narrow, Lucida Sans Unicode, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: .9em;
	clear: left;
	overflow: auto;
	background-color: #666;
	text-transform: uppercase;
	padding: 0;
	margin-top: .25em;
	height: 1.5em;
}
	#sectionnav ul li {
		float: left;
		border-right: 1px solid #FFF;
		margin: 0;
		white-space: nowrap;
	}
	#sectionnav a {
		padding: .25em .5em;
		background: #666;
		color: #FFF;
	}
	#sectionnav a:hover, #sectionnav .selected a {
		background: #333;
		color: #FFF;
	}
/**/


/* TYPESETTING
======================================== */
#header h1 { /* black stripe */
	background: #000;
	color: #FFF;
	margin: 0;
	padding: 2px 9px 2px;
	text-align: left;
	font-size: .9em;
	height: 1.25em;
}
#header h1 a {
	background: #000;
	color: #FFF;
	text-decoration: none;
}
#header a {
	background: #FFF;
	padding: 0;
}
.error {
	color: #C00;
}
	.img-left {
		float: left;
		padding: .5em .75em .5em 0;
	}
	.img-right {
		float: right;
		margin: .5em 0 .5em .5em;
	}

/**-- COLUMN 1 --**/
.col1 { /* see layout */
	padding-top: 1em;
}
	.col1 p {
		margin: .5em 1.5em;
		color: #CCC;
	}
/**/

/**-- COLUMN 2 --**/
.col2 { /* see layout */
	margin: 0 0 1em 0;
	color: #666;
	font-size: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
}
	.col2 p {
		margin: 0 .6em .5em 0;
	}
	.col2 ul {
		padding: 0 2.5em;
		margin: 0 0 1em 0;
	}
	.col2 li {
		margin-bottom: .5em;
	}
	.col2 .img-gutter {
		float: left; 
		margin: .5em 1em 0 -50px;
		overflow: visible;
	}
	.col2 h3 span { /* formats top links */
		float: right;
		font-size: .7em;
		font-weight: normal;
		font-style: normal;
		vertical-align: bottom;
	}
	.col2 h2 span { /* formats top links */
		float: right;
		font-size: .6em;
		font-weight: normal;
		font-style: normal;
		vertical-align: bottom;
	}
	/* IE7 fix for bullet alignment and external link graphic */
	*+html .dist-list {
		width: 400px;
	}
	.announcements .date {
		font-weight: bold;
		color: #333;
		margin: 1em 0 0;
	}
	.announcements h3 {
		margin: 0;
	}
	.note {
		line-height: 1.25;
		color: #999;
		font-size: .9em;
		padding-bottom: 1.5em;
	}
	/* This margin is optimized to the Product pages' content */
	.notes {
		margin-top: 4em;
	}
	.col2 .notes p {
		font-size: .9em;
	}
	.contacts p, .mailing p {
		margin: 0;
	}
	.name {
		font-weight: bold;
	}
	.mailing, .contacts p.phone {
		margin-bottom: 1em;
	}
	/**-- MEDIA COVERAGE --**/
	.media .title {
		font-weight: bold;
	}
	.media .publication {
		font-style: italic;
	}

/**-- BEGIN style for http://elms.xh1.lilly.com pdf links --**/
	.pdf a:link {
		background: #FFF right 0px no-repeat;
		padding-right: 0px;
	}
/**-- END style for http://elms.xh1.lilly.com pdf links --**/	

	a[href^="http"] {
		background: #FFF url(../../images/external.gif) right 3px no-repeat;
		padding-right: 12px;
		zoom:1;
	}
	/**/
/**/

/**-- COLUMN 3 --**/
.col3 { /* see layout */
	padding-top: 1em;
}
	.col3 li>h3 {
		padding-top: 1em;}
	.col3 p {
		margin: 1em 0 1em 1.5em;
	}
	.col3 ul, ul.links {
		margin: 0 0 0 3em;
		padding: 0;
		list-style: none;
		clear: left;
	}
	ul.links {
		margin: 2em 0 0 3em;
	}
	.col3 ul li, ul.links li {
		margin: 0 0 .75em 0;
		line-height: 1.25;
	}
	.col3 ul a, .col3 ul a:link, .col3 ul a:visited { /* links */
		color: #0071BC;
	}
	ul.links a, ul.links a:link, ul.links a:visited { /* links */
		color: #0071BC;
	}
	.col3 .mailing p, .tout .mailing p {
		margin-bottom: 0;
		margin-top: 0;
	}
/**/

/**-- TOUTS --**/
	.tout {
		background-color: #98C7DC;
		margin: 1.5em;
		background: #98C7DC url(../../images/corners/ll_lg.gif) no-repeat bottom left;
	}
	.tout h2 {
		border-left: 2em solid #3F778A;
		background-color: #5095AD;
		color: #FFF;
		font-size: 1em;
		line-height: 1.3;
		padding: 1em .5em 1em 1em;
		margin-bottom: 1em;
		background: #5095AD url(../../images/corners/ur_lg.gif) no-repeat top right;
	}
	.tout h3 {
		color: #000;
		font-size: 1em;
		line-height: 1.25;
		padding: .5em 1.5em;
		padding-bottom: .25em;
	}
	.tout p {
		color: #000;
	}
	.tout span {
		font-style: italic;
	}
	.tout .link {
		font-weight: bold;
		margin: .5em 0 .5em 1.5em;
		padding-right: 1.5em;
		padding-bottom: 1em;
		text-align: right;
		background: transparent url(../../images/corners/lr_lg.gif) no-repeat bottom right;
	}
	.tout .last {
		margin: .5em 0 .5em 1.5em;
		padding-right: 1.5em;
		padding-bottom: 1em;
		background: transparent url(../../images/corners/lr_lg.gif) no-repeat bottom right;
	}
	.tout a {
		background-color: #98C7DC;
	}
	.tout .link a {
		font-size: .9em;
		color: #000;
		text-decoration: none;
	}
	.tout .link a:hover {
		color: #C00;
		text-decoration: underline;
	}
	.tout a[href^="http:"] {
		background: #98C7DC url(../../images/external.gif) right 3px no-repeat;
		color: #000;
		font-weight: bold;
	}
	/**-- MODS for use in COL 3 --**/
	.col3 .tout {
		margin: 1.5em 0 .75em .5em;
		width: 14.25em;
		float: left;
		color: #666;
		background: url(../../images/corners/r_box.gif) top right no-repeat;
	}
	.col3 .tout h2 {
		border-left: none;
		color: #666;
		margin: 0;
		padding: 20px 20px .75em 20px;
		background: url(../../images/corners/l_box.gif) top left no-repeat;
	}
	.col3 .tout p {
		color: #666;
		margin: 0;
		padding: 0 20px .75em;
		border-left: 1px solid #CCC;
		font-style: italic;
	}
	.col3 .tout .last {
		margin: 0;
		padding: 0 0 0 20px;
		background: url(../../images/corners/l_box.gif) bottom left no-repeat;
		border: none;
	}
	.col3 p.last span {
		display: block;
		padding: 0 20px 20px 0;
		background: url(../../images/corners/r_box.gif) bottom right no-repeat;
	}
	/**/
/**/
	
/**-- WALLPAPER --**/
	body#wallpaper {
		margin: 0;
		background-color: #FFF;
	}
	#wallpaper .link {
		padding: 1em;
	}
	#wallpaper div {
		float: left;
		width: 225px;
		margin: 0 2em 1em 1em;
	}
	#wallpaper .head {
		background-color: #000; 
		color: #FFF;
		height: 31px;
		line-height: 31px;
		padding-left: 1em;
	}
	#wallpaper h1 {
		font-size: 1em;
		margin: .5em 0 0;
		padding: 0;
		color: #C00;
		background: none;
		font-weight: bold;
	}
	#wallpaper ul {
		margin-top: 0;
	}
	#wallpaper li {
		margin-left: -2em;
	}
	#wallpaper p {
		margin: 0;
	}
	#wallpaper .img-wp {
		position: absolute;
		top: 0;
		left: 250px;
	}
/**/

	
/**-- FOOTER --**/
#footer {
	text-align: center;
	color: #999;
	font-size: .8em;
}
#footer a {
	color: #C00;
	/* undo styling for http links */
	background: #FFF;
	padding: 0;
}
#footer a:visited {
	color: #999;
}
/**/
/**/


/* FORMS
======================================== */

/**-- Contact Form --**/
.form label {
	float: left;
	font-weight: bold;
	width: 16em;
}
.form div, .formnavigation {
	clear: left;
}
.formnavigation a {
	margin-left: 12px;
}
.formnavigation p a {
	margin-left: 0;
}
.form label span {
	float: right;
	color: #C00;
	width: 1em;
	text-align: right;
	margin: 0 .5em 0 0;
	display: inline;
}
.form span {
	width: 180px;
	display: block;
	float: left;
	margin: -3px 0 0 12px;
}
span.formfield {
	margin-left: 0;
}
.form input, .form select, .form textarea {
	float: left;
}
.form p, .formnavigation p {
	padding-top: .5em;
	clear: both;
}
.form p.note {
	padding: .25em 0 0;
	font-size: 1em;
	color: #666;
}
td input {
	width: 15em;
}
.form textarea {
	width: 15em;
}
td {
	vertical-align: top;
}
.two-col .reqd, #simple .reqd {
	color: #C00;
}
.button {
	padding: 0 3px;
	margin: 0 3px;
}
/**/