/* CSS Document */
@import url(normalize.css);

html, body, #wrapper {    
   height: 100%;
}
body > #wrapper {height: auto; min-height: 100%;}
html { 
	text-align: center;
	background: url(../images/bg-graph.gif) center fixed;
	border-top: 1px solid #193D48;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

#container-header {
	background: url(../images/bg-navtop.png) repeat-x;
}
#header {
	width: 960px;
	height: 58px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
a {
	-webkit-transition: color .5s ease-in;
}
h1 {
	text-indent: -9999px;
	display: block;
	width: 169px;
	height: 58px;
	background: url(../images/logo-navtop.png) no-repeat top left;
}
h1 a {
	display: block;
	width: 169px;
	height: 58px;
	background: url(../images/logo-navtop-over.png) no-repeat top left;
}
#header ul {
	position: absolute;
	top: 0;
	left: 230px;
	border-right: #193D48 1px solid;
}
#header ul li {
	position: relative;
	width: 120px;
	height: 58px;
	float: left;
	border-left: #193D48 1px solid;
	background: url(../images/nav-sprite.png) repeat 0 0;
}
#header ul li a {
	display: block;
	color: white;
	width: 100px;
	height: 43px;
	padding: 15px 0 0 20px;
	font-size: 14px;
}
#header ul li a span {
	font-size: 12px;
	color: #6A9193;
}
#header ul li:hover {
	background-position: 0 58px;
}
#header ul li a:hover span, #header ul ul li a:hover { color: white; }

#header ul li ul { 
	visibility: hidden;
	width: 200px;
	background: url(../images/bg-nav-dropdown-fade.png) repeat-x ;
	background-position-y: 0;
	-webkit-transition: background-position-y .24s linear;
	z-index: 5;
	border-bottom: #193D48 1px solid;
	border-right: #193D48 1px solid;
	border-left: #193D48 1px solid;
	position: absolute;
	top: auto;
	left: -1px;
	padding-top: 8px;
}
#header ul li.active ul {
	-webkit-transition: none;
}
#header ul li:hover ul {
	background-position-y: -60px;
}
#header ul ul li a {
	padding: 6px 0 6px 20px;
	height: 24px;
	margin: 0;
	font-size: 12px;
	width: 200px;
	color: #6A9193;
} 
#header ul li:hover > ul { visibility: visible; }
#header ul ul li {
	background: no-repeat 0 0;
	float: none;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 196px;
	border: none;
}
#header ul ul li.nav-our-story { background: url(../images/icon-nav-story.png); }
#header ul ul li.nav-our-business-philosophy { background: url(../images/icon-nav-philosophy.png); }
#header ul ul li.nav-discovery-and-research { background: url(../images/icon-nav-discovery.png); }
#header ul ul li.nav-application { background: url(../images/icon-nav-application.png); }
#button-login {
	display: block;
	padding: 8px;
	background-color: #193C47;
	color: #6A9193;
	-webkit-transition: background-color .5s ease-in;
	font-size: 11px;
	position: absolute;
	top: 13px;
	right: 0; 
}
#button-login:hover { background-color: #0F1929;}

#banner {
	background: #0A0E19 url(../images/bg-indexbanner.jpg) no-repeat top center;
	height: 229px;
	border-top: 1px solid #193D48;
	text-align: center;
}
#banner h2 {
	width: 670px;
	margin: 0 auto;
	padding-left: 204px;
	font-size: 29px;
	text-align: left;
	line-height: 40px;
	position: relative;
	top: 54px;
}
#banner h2, #banner h2 a, #banner p, #banner p a { 
	color: white;
}
#banner p a, #banner h2 a { border-bottom: 2px dotted white;  }
#banner p a:hover, #banner h2 a:hover { color: #D6482C; border-bottom: 2px dotted #D6482C;  }
#banner p {
	width: 670px;
	font-size: 20px;
	margin: 0 auto;
	padding-left: 206px;
	display: block;
	text-align: left;
	position: relative;
	top: 84px;
}
#content-wrapper { 
	min-height: 100%; 
	margin: 0 auto;
	background: url(../images/bg-content.png) repeat-x #CCCCCC;
	border-left: 1px solid #A5A5A5;
	border-right: 1px solid #A5A5A5;
	width: 920px;
	padding-bottom: 304px;
}
#content {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #173340;
}
#content h3 {
	height: 46px;
	padding: 17px 0 0 60px;
	font-size: 18px;
	font-weight: bold;
	color: #6A9193;
}
#content a { color: #D6482C; text-decoration: underline; }
#content p, #content ul { margin: 0 0 20px 60px;}

h3.header-open-for-business { background: url(../images/icon-large-open.png) no-repeat top left; }
h3.header-services { background: url(../images/icon-large-open.png) no-repeat top left; }
h3.header-partners { background: url(../images/icon-large-partners.png) no-repeat top left; }
h3.header-who { background: url(../images/icon-large-who.png) no-repeat top left; }
h3.header-team { background: url(../images/icon-large-team.png) no-repeat top left; }
h3.header-story { background: url(../images/icon-large-story.png) no-repeat top left; }
h3.header-business { background: url(../images/icon-large-business.png) no-repeat top left; }
h3.header-discovery { background: url(../images/icon-large-discovery.png) no-repeat top left; }
h3.header-application { background: url(../images/icon-large-application.png) no-repeat top left; }

#content-primary {
	width: 520px;
}
#content-primary ul { list-style: disc;}
#content-secondary {
	position: absolute;
	left: 588px;
	top: 20px;
	width: 300px;
}
.content-secondary-icons { position: relative;}
.content-secondary-icons li span {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	-moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	-webkit-transform: translate(0,0);
	cursor: pointer;
	position: absolute;
	z-index: 2;
}
.content-secondary-icons li span { text-indent: -9999px;}
.content-secondary-icons li span:hover, .content-secondary-icons li span:active, .content-secondary-icons li span:focus {
	-webkit-box-shadow: 7px 7px 12px rgba(0,0, 0, 0.4);
	-moz-box-shadow: 7px 7px 12px rgba(0,0, 0, 0.4);
	box-shadow: 7px 7px 12px rgba(0,0, 0, 0.4);
	height: 80px;
	width: 80px;
	z-index: 99;
	-webkit-transform: translate(-15px,-15px);
	-moz-transform: translate(-15px,-15px);
}
.content-secondary-icons li span.icon-yb { background: url(../images/partner-icon-yb.png) no-repeat center center; top:0; left:0; }
.content-secondary-icons li span.icon-mr { background: url(../images/partner-icon-mr.png) no-repeat center center; top:0; left:60px;}
.content-secondary-icons li span.icon-dlg { background: url(../images/partner-icon-dlg.png) no-repeat center center; top:0; left:120px;}
.content-secondary-icons li span.icon-6ft { background: url(../images/partner-icon-6ft.png) no-repeat center center; top:0; left:180px;}
.content-secondary-icons li span.icon-ul { background: url(../images/partner-icon-unleaded.png) no-repeat center center; top:60px; left:0;}
	

#footer {
	background: url(../images/bg-footer.png) repeat-x #0E1525;
	width: 100%;
	font-size: 13px;
	color: white;
	text-align: center;
	height: 276px;
	margin-top: -276px;
}
#footer-wrapper {
	width: 960px;
	text-align: left;
	position: relative;
	margin: 0 auto;
}
#info-contact {
	width: 230px;
	padding: 20px 0 0 10px;
	min-height: 200px;
	border-right: 1px solid #193D48;
}
#info-contact a { color: white;}
#info-contact h4 { margin-bottom: 14px;}
#info-contact li {
	height: 24px;
	display: block;
	padding: 4px 0 2px 32px;
}
li.contact-phone { background: url(../images/icon-small-phone.png) no-repeat; }
li.contact-email { background: url(../images/icon-small-email.png) no-repeat; }
li.contact-chat { background: url(../images/icon-small-chat.png) no-repeat; }
li.contact-skype { background: url(../images/icon-small-skype.png) no-repeat; }
#navigation-footer {
	width: 510px;
	min-height: 200px;
	border-right: 1px solid #193D48;
	position: absolute;
	top: 0;
	left: 241px;
	padding: 20px 0 0 0;
	margin-left: 2px;
}
#navigation-footer a { color: white; }
#navigation-footer ul a { color: #537277;}
#navigation-footer a:hover { text-decoration: underline;}
#navigation-footer li { 
	width: 106px;
	float: left;
	line-height: 16px;
	margin: 0 10px;
	padding-bottom: 10px;
}
#navigation-footer li li { 
	margin: 0;
	padding: 10px 0 0 0;
}
#info-company {
	width: 210px;
	min-height: 200px;
	top: 0;
	position: absolute;
	left: 762px;
	text-indent: -9999px;
	background: url(../images/logo-footer.png) no-repeat;
}
#info-site {
	width: 960px;
	border-top: 1px solid #193D48;
	min-height: 24px;
	color: #537277;
	text-align: center;
	position: relative;
	padding-top: 8px;
	font-size: 10px;
}
#info-site ul { 
	position: absolute;
	top: 8px;
	left: 0;
}
#info-site li { display: inline; }
#info-site a {color: #537277;}


body#secondary #banner {
	background-image: url(../images/bg-secondarybanner.jpg);
	height: 127px;
}
#content-primary div {
	margin: 0 0 20px 58px;
	padding: 2px 0 0 27px;
	background: no-repeat 0 12px;
}
#content-primary h4 { font-weight: bold; margin-bottom: 4px; padding-top: 12px; color: #225561; display: block; border-top: 1px solid #A5A5A5; width: 460px;}
#content-primary div.readmore { margin-bottom: 10px; cursor: pointer; position: absolute;}
#content-primary div.readmore h4 { padding-bottom: 4px;}
#content-primary div.story { background-image: url(../images/icon-small-story.png);}
#content-primary div.business { background: url(../images/icon-small-business.png) no-repeat 0 12px;}
#content-primary div.readmore { background-image: url(../images/icon-small-arrow.png); }
#content-primary div.readmore a{ width: 100%; height: 45px; display: block; position: absolute; top: 13px; left: 0; background: url(../images/icon-small-story.png) no-repeat;}
#content-primary div p { margin: 0; }
.sub-content { min-height: 45px; display: block; }

.swap { }

.content-secondary-team li {
	height: 80px;
}
.content-secondary-team img {
	float: left;
	margin: 0 6px 6px 0;
}
.content-secondary-team span { font-style: italic;}



