/*----------OVERALL SITE STYLES---------------*/

/* reset */

* { margin: 0; padding: 0; }

img, fieldset { border: 0; }

ul { list-style: none; }

a { outline: 0; text-decoration: none; }


/* basic typeography and colors */

body { font: 12px "Arial","Helvetica",sans-serif; color: #070707; width: 1024px; }

a { color: #082df1; }

sup { font-size: .8em; line-height: .5em; }

/* header */

#header { width: 100%; height: 68px; color: #595959;}

#header h2, #header h3 { position: relative; }
#header h2 span, #header h3 span { width: 100%; height: 100%; display: block; position: absolute; background: no-repeat top left; }
#header h2 { width: 686px; height: 68px; float: left; }
#header h2 span { background-image: url(../img/masthead_brand.jpg); }
#header h3 { width: 244px; height: 46px; float: right; margin-top: 3px; padding-right: 46px; }
#header h3 span { background-image: url(../img/masthead_bayer.gif); }

#header ul { list-style: none; text-align: right; float: right; font-size: 10px; padding-right: 26px; margin-top: 2px; }
#header li { display: inline; }
#header li a { color: #5a5a5a; text-decoration: none; }

/* main content */

#content { border-top: 2px solid #0c2b59; border-bottom: 1px solid #003764;}
#content #as { display: block; float: left; }
#content #asp { display: block; border-left: 2px solid #0c2b59; }

/* flash */
#flash{ position: absolute; width: 518px; height: 541px; top:70px; left: 0;}

/* footer */

#footer { 
	clear: both;
	padding-top: 15px;
	min-height: 334px;
	height: 334px;
	color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	background: url(../img/gradient_bottom.png) repeat-x top;
}

#footer #bayerlinks { text-align: left; color: #cccccc; font-size: 10px; padding-left: 20px; padding-top: 45px; }
#footer #bayerlinks li { }
#footer #bayerlinks a { color: #cccccc; }
#footer #bayerlinks a:hover{ color: #ffffff; }