/********************************* 
Name:			Dupont Oakley Website
URI:			oakley.dupont.com
Description:	DuPont is a science-based products and services company. Founded in 1802, DuPont puts science to work by creating sustainable solutions essential to a better, safer, healthier life for people everywhere. Operating in more than 70 countries, DuPont offers a wide range of innovative products and services for markets including agriculture and food; building and construction; communications; and transportation.
Version:		3.14
Author:			Digital Phenom
Author URI:		digitalphenom.com
*********************************/

/*********************************
NOTES:


*********************************/

/********************************* UNIVERSAL *********************************/

body {
	background: url(http://www2.dupont.com/globalassets/v3/images/home_bandBG.gif) 0 50px repeat-x;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
}

/********************************* GLOBAL *********************************/

#container {
	width: 80%;
	margin: 0 auto;
	background: #fff;
}

a, a:visited {
	color: #B80026;
	text-decoration: none;
}

a:hover {
	color: #9E0021;
	text-decoration: underline;
}

/********************************* HEADER *********************************/

#header {
	position: relative;	
	padding-top: 2.25em;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;

}

#header h1 a {
	background: url(img/logo.jpg) 20px 20px no-repeat;
	width: 240px;
	height: 100px;
	display: block;
	text-indent: -20000px;
}

#header h2 {
	display: block;
	margin: 0 0 0 0;
	height: 125px;
	background: url(img/masthead.jpg) top left repeat-x;
	text-indent: -20000px;
	width: 80%;
	float: right;
}

#header form#mailing {
	width: 20%;
	display: block;
	height: 45px;
	padding: 40px 0;
	float: left;
}

#header form#mailing label {
	font-size: .7em;
	color: #555;
	display: block;
	text-align: left;
	font-weight: bold;
}

#header form#mailing input {
	margin: .25em;
}

#header .nav {
	position: absolute;
	border-bottom: 15px solid #DDDDDD;
	background: #EEE;
	width: 70%;
	top: 0;
	left: 0;
	right: 0;
	padding: .25em;
}

#header .nav li {
	float: left;
	display: block;
	margin: 0 1em 0 2em;
}

#header .nav li a {
	display: block;
	font-size: .7em;
	color: #444;
}

#header .nav li#dropdown {
	float: right;

}

#header .nav li#search {
	width: 41%;
	right: -41%;
	float: right;
	background: #eee url(http://www2.dupont.com/globalassets/v3/images/topNav_colorBars.gif) bottom left repeat-x;
	padding: .25em .25em 17px .25em;
	display: block;
	position: absolute;
	top: 0;
	
	text-align: right;
	font-size: .4em;
	margin: 0;
	
}

#header .nav li#search a {
	display: block;
	background: #fff;
	border: 1px solid #999;
	font-size: 1.5em;
	padding: .125em;
	width: 75%;
	float: left;
	
}

/********************************* SIDEBAR *********************************/

#sidebar {
	width: 20%;
	float: left;
	padding-top: 1.25em;
}

#sidebar ul.nav {
	font-family: Trebuchet MS; /*add more*/
	font-size: .8em;
	border-bottom: 1px dashed #999;
}

#sidebar ul.nav li {
	border-top: 1px dashed #999;
}



#sidebar ul.nav li a {
	padding: .5em .5em .5em 22px;
	display: block;
	background: url(http://www2.dupont.com/globalassets/v3/images/consumer/leftNavIcn_blt1.gif) top left repeat-y;
}

#sidebar ul.nav li a:hover {
	background: url(http://www2.dupont.com/globalassets/v3/images/consumer/leftNavIcn_blt_o1.gif) top left repeat-y;
}

/*
#sidebar ul.nav li:hover ul {
	display: block;
}
*/

#sidebar ul.nav li.current {
	background: #EEDFA5;
}

#sidebar ul.nav li.current a {
	background: url(http://www2.dupont.com/globalassets/v3/images/leftNavIcn_aro.gif) 0 .0125em repeat-y;
}

#sidebar ul li ul {
	display: none;
}

#sidebar ul.nav li ul.current {
	display: block;
}

#sidebar ul li ul li {
	padding-left: 1.5em;
	font-size: .9em;

}

#sidebar ul.subnav {
	margin-top: 5em;
}

#sidebar ul.subnav li a {
	padding: .25em .5em .25em 22px;
}

#sidebar ul.subnav li.contact a, #sidebar ul.subnav li.contact a:hover {
	background: url(http://www2.dupont.com/globalassets/v3/images/leftNavIcn_cont.gif) top left repeat-y;
}

#sidebar ul.subnav li.print a, #sidebar ul.subnav li.print a:hover {
	background: url(http://www2.dupont.com/globalassets/v3/images/leftNavIcn_prnt.gif) top left repeat-y;
}
/********************************* CONTENT *********************************/

#content {
	margin-left: 22%;
	/*padding: 0em 1.5em;*/
	width: 77.5%;
	overflow: hidden; /* review for IE6*/
	clear: right;
}

#content #breadcrumbs {
	display: block;
	width: 100%;
	overflow: auto;
	font-size: .75em;
	padding: .75em 0 .5em 0;
}

#content #breadcrumbs li {
	float: left;
	color: #666;
	line-height: 1;
	
}

#content #breadcrumbs li a {
	display: block;
	color: #CC5566;
	background: url(http://www2.dupont.com/globalassets/v3/images/leftNavIcn_aro.gif) 100% -4px no-repeat;
	padding: .25em 18px .25em 0;
	display: block;
	line-height: .5;
}

#content #breadcrumbs li a:hover {
	text-decoration: underline;
	color: #B80026;
}

#content p {
	color: #666;
	font-size: .9em;
	line-height: 1.5;
	margin: 1em 0 0 0;
}

#content h3 {
	font-family: Georgia; /*add more*/
	color: #BB0022;
	font-size: 1.75em;
	font-weight: normal;
	padding: .75em 0 0em 0;
}

#content h4 {
	font-weight: bold;
	font-size: 1em;
	padding: .75em 0 0 0;
}

#content p a {
	border-bottom: 1px solid #DDBBCC;
}

#content p a:hover {
	border-bottom: 1px solid #9E0021;
	text-decoration: none;
}

#content .primary {
	float: left;
	width: 70%;
}

#content .primary p {
	margin-right: 4em;
}

#content .primary dl.expandedlinks dt, #content .primary dl.expandedlinks dd {
	color: #727070;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: .9em;
}


#content .secondary {
	float: right;
	width: 30%;
}

#content dt {
	font-family: Georgia; /*add more*/
	color: #B80026;
	font-size: 1.25em;
	font-weight: normal;
	padding: 1em 0 0em 0;
}


#content p a[rel="lightbox"] {
	border: none;
}

#content p a[rel="lightbox"] img {
	width: 125px;
	height: 125px;
}

#content p a:hover img {
	
}

#content p.bottom {
	display: block;
	border-top: 1px dotted #999;
	clear: both;
	padding: 1em 0 0 0;
	margin: 3em 0 .5em 0;
	color: #777;
	font-size: .85em;
}

#content ul.bottom {
	display: block;
	font-size: .85em;

	clear: both;
}

#content ul.bottom li {
	display: block;
	
	margin: .5em 0 0 0;
}

#content ul.bottom li a {
	display: block;
	padding: .25em .25em .25em .125em;
	color: #EE3355;
}

#content ul.bottom li a:hover {
	color: #BB0022;
}

#content ul.bottom li.current {
	display: none;
}


/********************************* FOOTER *********************************/

#footer {
	color: #666;
	font-size: .75em;
	padding: 5em 1.25em 1em /*22.5%*/ 1.25em;
	line-height: 1.25;
	text-align: left;
	margin-left: 21%;
}









body.participation #content .primary, body#history #content .primary {
	width: 100%;
}

p.border img {
	padding: 3px;
	border: 1px solid #999;
	margin: 1em;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; }	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

