@charset "utf-8";
/* CSS Document */
html, body { margin:0; padding:0; }
body { font-family:Arial, Helvetica, sans-serif; font-size:100%; color:#999; background:#fff; }

/* -- Txt -- */
h1 { color:#009ddc; font-size:130%; font-weight:normal; text-align:center; }

/* -- A -- */
a { color:#333; text-decoration:none; }
a:hover { color:#009ddc; }

/* -- Img -- */
img.logo-contour { width:246px; height:51px; float:left; }
img.logo-bayer { width:233px; height:44px; float:right; margin-top:2px; }
img.contour-product { width:427px; height:113px; }

/* -- Misc -- */
h1.chooseyourcountry { background:#fff url(../../images/site/choose-your-country.png) no-repeat 0 0; width:185px; height:21px; margin:0 auto 15px auto; }
h1.chooseyourcountry span { display:none; visibility:hidden; }
div.contour-product { width:427px; height:113px; margin:25px auto 100px auto; }
/* ul.country-list { margin:0 auto; padding:0; list-style:none; width:600px; height:80px; } */
ul.country-list { margin:0 0 0 100px; padding:0; list-style:none; width:825px; height:80px; }
/* ul.country-list { margin:0 0 0 240px; padding:0; list-style:none; width:525px; height:80px; } */
ul.country-list li { text-align:left; padding:5px 0 5px 40px; font-size:85%; float:left; width:120px; }
ul.country-list li.flag-us { background:url(../../images/icons/Flag-US.png) 0% 50% no-repeat; }
ul.country-list li.flag-de { background:url(../../images/icons/Flag-DE.png) 0% 50% no-repeat; }
ul.country-list li.flag-dk { background:url(../../images/icons/Flag-DK.png) 0% 50% no-repeat; }
ul.country-list li.flag-fi { background:url(../../images/icons/Flag-FI.png) 0% 50% no-repeat; }
ul.country-list li.flag-no { background:url(../../images/icons/Flag-NO.png) 0% 50% no-repeat; }
ul.country-list li.flag-se { background:url(../../images/icons/Flag-SE.png) 0% 50% no-repeat; }
ul.country-list li.flag-uk { background:url(../../images/icons/Flag-UK.png) 0% 50% no-repeat; }
ul.country-list li.flag-ie { background:url(../../images/icons/Flag-IE.png) 0% 50% no-repeat; }
ul.country-list li.flag-ca { background:url(../../images/icons/Flag-CA.png) 0% 50% no-repeat; }
ul.country-list li.flag-it { background:url(../../images/icons/Flag-IT.png) 0% 50% no-repeat; }

/* -- Structure -- */
#container { width:900px; padding:0; margin:20px auto 10px auto; }

#header { width:auto; height:75px; }

#footer { width:auto; height:50px; background:#fff; }
#footer .scribble { background:#fff url(../../images/site/scribble.png) no-repeat 0 50%; /*width:732px;*/padding:0 0 0 740px; height:38px; }
#footer .rotator { width:157px; height:38px; }

#footer a:link,
	#footer a:visited,
	#footer a:active {
		color:#666; text-decoration:underline;
	}
	#footer a:hover {
		color:#000; text-decoration:underline;
	}
	#footer-content {
		padding:10px 0 0 0;
		margin:15px auto 0 auto;
		width:930px;
		color:#666;
		font-size:70%;
		text-align:center;
		background-image:none;
	}
		#footer-content ul.footer-navigation {
			margin:0 0 .5em 0; padding:0 2em; clear:both;
		}
			#footer-content ul.footer-navigation li {
				display:inline; padding:0 .25em;
			}
			#footer-content ul.footer-navigation li.divider {
				border-right:1px solid #C5C5C5;
			}
		#footer-content p {
			padding:0; margin:0 0 .5em 0;
		}
