body {
font-family:Arial, Tahoma;
background-color:#fff;
color:#797979;
margin:0;
padding:0;
}

a {
color:#015498;
text-decoration:none;
}

@font-face {
font-family:Myriadpro;
src:url(myriadpro.otf);
}



body > div.header {
background-color:#fff;
height:90px;
}

div.desktopbottom {
height: 64px; 
background-image: url( ./assets/desktop-bottom.png); 
background-color: rgb(255,255,255);  
background-repeat: no-repeat;  
background-position:center center; 	 
border-bottom:3px #015498 solid;
}


body > div.header > div.centred {
position:relative;
margin-left:auto;
margin-right:auto;
width:980px;
height:90px;
}

body > div.header > div.centred > div.logo {
position:absolute;
left:0;
top:0;
width:300px;
height:90px;
background:url( ./assets/logo.png) no-repeat;
cursor:pointer;
}

body > div.header > div.centred > div.navbar {
position:absolute;
right:37px;
top:60px;
width:300px;
font-size:11px;
text-align:right;
}

body > div.header > div.centred > div.navbar > ul > li {
display:inline;
padding-left:16px;
}

body > div.header > div.centred > div.navbar > ul a {
color:#656565;
}

body > div.header > div.centred > div.searchbar {
position:absolute;
right:30px;
top:27px;
width:300px;
text-align:right;
}

body > div.header > div.centred > div.searchbar > form,body > div.header > div.centred > div.searchbar > form > fieldset {
border:0;
position:relative;
margin:0;
padding:0;
}

body > div.header > div.centred > div.searchbar input {
width:190px;
height:22px;
border:1px solid #000;
}

body > div.header > div.centred > div.searchbar button {
float:right;
width:25px;
height:26px;
background:url(./assets/search-submit-btn.png) no-repeat;
border:1px solid #000;
cursor:pointer;
}

body > div.header > div.centred > div.searchbar button:hover {
background:url(./assets/search-submit-btn-hover.png) no-repeat;
}

body > div.header > div.centred > div.searchbar .tooltip {
position:absolute;
top:25px;
left:30px;
width:329px;
height:487px;
background:url(./assets/search-open.png) no-repeat;
z-index:100;
padding-top:9px;
}

body > div.header > div.centred > div.searchbar .tooltip > img {
display:block;
cursor:pointer;
}

/* MAIN MENU */
body > div.mainmenu {
height:40px;
background:#141414 url(./assets/mainmenu-bg.png) repeat-x;
}

div.mainmenu > div.centred {
position:relative;
margin-left:auto;
margin-right:auto;
width:980px;
height:40px;
padding:0 12px;
}

div.mainmenu > div.centred > ul {
list-style-type:none;
list-style-image:none;
font-size:12px;
margin:0;
padding:0;
}

div.mainmenu > div.centred > ul > li {
display:block;
float:left;
cursor:pointer;
}

div.mainmenu > div.centred > ul a {
color:#d0cece;
height:28px;
display:block;
padding:12px 20px 0;
}

div.mainmenu > div.centred > ul a:hover {
background:url(./assets/mainmenu-hover-item.png) repeat-x;
}

div.mainmenu > div.centred > ul div.wrap-left {
width:15px;
height:40px;
background:url(./assets/mainmenu-active-left.png) no-repeat;
float:left;
}

div.mainmenu > div.centred > ul div.item {
height:28px;
font-weight: plain;
background:url(./assets/mainmenu-active-item.png) repeat-x;
width:auto;
float:left;
color: rgb(255,255,255);
padding:12px 5px 0;
}

div.mainmenu > div.centred > ul div.wrap-right {
width:15px;
height:40px;
background:url(./assets/mainmenu-active-right.png) no-repeat;
float:left;
}
/* SUB MENU BLACK */
body > div.submenublack {
height:80px;
background: rgb(0,0,0);
}

div.submenublack > div.centred {
position:relative;
margin-left:auto;
margin-right:auto;
width:980px;
height:80px;
padding:0 12px;
}

div.submenublack > div.centred > ul {
list-style-type:none;
list-style-image:none;
font-size:10px;
margin:0;
padding:0;
}

div.submenublack > div.centred > ul > li {
display:block;
float:left;
cursor:pointer;
}

div.submenublack > div.centred > ul a {
color:	rgb(140,140,140);
height:28px;
display:block;
padding:12px 20px 0;
}

div.submenublack > div.centred > ul a:hover {
color:	rgb(140,140,240);
}

div.submenublack > div.centred > ul div.wrap-left {
width:15px;
height:40px;
float:left;
}

div.submenublack > div.centred > ul div.item {
height:28px;
width:auto;
float:left;
color:#fff;
padding:12px 5px 0;
}

div.submenublack > div.centred > ul div.wrap-right {
width:15px;
height:40px;
float:left;
}

/* BLACK UNDER CAROUSEL */

body > div.blackdiv120pix {
background:#000;
color: rgb(230,230,230);
position:relative;
height:120px;
margin-left:auto;
margin-right:auto;
}
body > div.blackdiv-shadow {
background: rgb(255,255,255) url(./assets/bottomline-shadow-black.png) no-repeat bottom center;
height:16px;
}

body div.teaser {
border-bottom:3px #000000 solid;
background-repeat:no-repeat;
background-position:center center;
}

body div.default-teaser {
height:100px;
background:#000;
}

body div.teaser div.overlay {
position:absolute;
height:inherit;
width:100%;
background-color:#000;
background-repeat:no-repeat;
background-position:center center;
display:none;
}

body > div.desktop {
background:#e0e6e6 url(./assets/desktop-shadow.png) top center no-repeat;
}


body > div.desktop > div.wide-centred {
position:relative;
margin-left:auto;
margin-right:auto;
max-width:1280px;
min-width:980px;
font-family:Tahoma, Arial;
font-size:12px;
}


body > div.desktop > div.wide-centred > ul {
display:block;
list-style-type:none;
list-style-image:none;
background:transparent url(./assets/white.png) repeat-y center;
margin:0;
padding:0;
}

body > div.desktop > div.wide-centred ul > li {
display:block;
margin-left:auto;
margin-right:auto;
background-repeat:no-repeat;
background-position:center center;
background-color:transparent;
}

body > div.desktop > div.wide-centred ul > li > div.item {
width:980px;
margin:auto;
padding:10px;
}

body > div.desktop > div.wide-centred ul > li.bottomline {
background:#e0e6e6 url(./assets/bottomline-shadow-thick.png) no-repeat bottom center;
height:16px;
}
body > div.desktop > div.wide-centred ul > li.bottomedit {
background: rgb(150,30,10);
width:980px;
height:16px;
}

/*   h1, h2, h3 for panes */

body > div.desktop > div.wide-centred ul > li > div.item h1 {
color:#015498;
font-size: 36px;
font-family:Myriadpro, Arial;
font-weight: normal;
text-align: center;
line-height: 160%;
margin-top: 20px;
margin-bottom: 0px;
margin-right: 70px;
margin-left: 50px;
}

body > div.desktop > div.wide-centred ul > li > div.item h2 {
color:#015498;
font-size: 24px;
font-family:Myriadpro, Arial;
font-weight: normal;
text-align: center;
line-height: 160%;
margin-top: 20px;
margin-bottom: 0px;
margin-right: 70px;
margin-left: 50px;
}

body > div.desktop > div.wide-centred ul > li > div.item h3 {
font-family:Myriadpro, Arial;
font-size: 18px;
font-weight: normal;
text-align: center;
line-height: 160%;
margin-top: 10px;
margin-bottom: 0px;
margin-right: 70px;
margin-left: 50px;
}

body > div.desktop > div.wide-centred ul > li > div.item div {
font-family:Myriadpro, Arial;
}



body > div.desktop > div.centred {
position:relative;
margin-left:auto;
margin-right:auto;
width:980px;
font-family:Tahoma, Arial;
font-size:12px;
}

body > div.desktop > div.centred > div.body {
background-color:#fff;
padding:20px;
}

body > div.desktop > div.wide-centred > div.body {
background-color:#fff;
margin-left:auto;
margin-right:auto;
width:940px;
padding:26px 20px;
}

body > div.desktop > div.wide-centred > div.body div.news > em {
font-size:10px;
display:block;
font-style:normal;
}

.contents h1 {
font-family:Myriadpro, Arial;
font-size:32px;
color:#015498;
font-weight:400;
margin:20px 0 50px;
}

.contents h2 {
font-size:16px;
color:#000;
font-weight:400;
}

.contents h3 {
font-size:12px;
color:#444;
margin-bottom:10px;
}

.contents p {
line-height:180%;
color:#868484;
font-size:12px;
}

.contents ul {
margin-left:40px;
line-height:180%;
list-style-image:url(./assets/list-style-image.png);
padding:0;
}

a.up {
padding-right:15px;
background:url(./assets/up-link.png) no-repeat right center;
cursor:pointer;
}

a.down {
padding-right:15px;
background:url(./assets/down-link.png) no-repeat right center;
cursor:pointer;
}

div.attachments {
font-weight:700;
padding-top:10px;
}

dl.attachments {
border-top:1px solid #e0e6e6;
margin-top:15px;
padding-top:20px;
line-height:150%;
}

dl.attachments dt {
display:block;
height:52px;
padding-left:50px;
padding-top:5px;
}

dl.attachments dt.pdf {
background:url(attachments/icon-pdf.png) no-repeat;
}

dl.attachments dt.ppt {
background:url(attachments/icon-ppt.png) no-repeat;
}

dl.attachments dt.zip {
background:url(attachments/icon-zip.png) no-repeat;
}

dl.attachments dt.unknown {
background:url(attachments/icon-unknown.png) no-repeat;
}

dl.attachments dt.doc {
background:url(attachments/icon-doc.png) no-repeat;
}

dl.attachments dt.exe {
background:url(attachments/icon-exe.png) no-repeat;
}

div.frame > div.shadowed {
background:url(./assets/contents-shadow.png) no-repeat;
min-height:600px;
}

body > div.desktop > div.centred > div.breadcrumbs {
background-color:#fff;
font-size:11px;
font-family:Arial;
font-weight:700;
border-bottom:1px solid #e0e6e6;
position:relative;
padding:20px 60px;
}

a.next {
background:url(./assets/breadcrumb-btn-next.png) no-repeat right center;
padding-right:15px;
}

a.sibling {
background:url(./assets/down-link.png) no-repeat right center;
padding-right:15px;
margin-left:15px;
}

body > div.desktop > div.centred > div.breadcrumbs > div {
position:absolute;
right:50px;
}

body > div.desktop > div.centred > div.frame {
background-color:#fff;
overflow:hidden;
}

body > div.desktop > div.centred > div.frame > div.down-header {
font-size:16px;
font-family:Myriadpro, Arial;
padding:30px 0 0 60px;
}

body > div.desktop > div.centred > div.frame > div.down-header > h1 {
font-size:28px;
font-family:Myriadpro, Arial;
color:#015498;
margin:0;
padding:0;
}

body > div.desktop > div.centred > div.left-centered > div.contents {
width:600px;
padding:30px 0 35px 60px;
}

body > div.desktop > div.centred > div.right-centered > div.contents {
margin-left:0;
width:600px;
float:left;
padding:25px 0 35px 60px;
}

body > div.desktop > div.centred > div.frame > div.contents > ul > li {
display:block;
background:transparent url(./assets/news-delimiter.png) no-repeat bottom center;
color:#868484;
margin:0 0 32px;
padding:0 0 26px;
}

body > div.desktop > div.centred > div.frame > div.contents h1.news {
font-size:24px;
margin:0 0 6px;
}

body > div.desktop > div.centred > div.frame > div.contents > div.teaser-text {
padding-top:12px;
}

body > div.desktop > div.centred > div.frame > div.contents > div.teaser-text > p:first-child {
margin-top:0;
}

body > div.desktop > div.centred > div.frame > div.contents h3.news,body > div.desktop > div.centred > div.frame > div.contents > ul > li h3 {
font-size:24px;
font-weight:400;
font-family:Myriadpro, Arial;
color:#868484;
}

body > div.desktop > div.centred > div.frame > div.contents > ul > li h2 {
font-size:24px;
font-family:Myriadpro, Arial;
font-weight:400;
color:#015498;
margin:10px 0 6px;
}

body > div.desktop > div.centred > div.frame > div.contents > ul > li p.date {
font-size:10px;
margin:0;
padding:5px 0 9px;
}

body > div.desktop > div.centred > div.frame > div.contents > ul > li > img {
display:block;
padding:9px 0 12px;
}

body > div.desktop > div.centred > div.frame > div.contents > ul > li div.teaser-text {
line-height:180%;
padding:16px 0 10px;
}

body > div.desktop > div.centred > div.frame > div.contents div.tags ul > li {
display:inline;
margin:0 5px;
}

body > div.desktop > div.centred > div.frame > div.contents .item-list {
padding:0 0 28px;
}

body > div.desktop > div.centred > div.frame > div.contents ul.pager {
list-style-type:none;
list-style-image:none;
font-size:11px;
font-weight:700;
margin:0;
padding:0;
}

body > div.desktop > div.centred > div.frame > div.contents ul.pager > li {
float:left;
margin:0 5px;
padding:5px 10px;
}

body > div.desktop > div.centred > div.frame > div.contents ul.pager > li.pager-current {
background-color:#015294;
color:#fff;
}

body > div.desktop > div.centred > div.right-centered > div.sidebar {
margin-left:50px;
float:left;
width:200px;
padding:25px 0 0;
}

body > div.desktop > div.centred > div.left-centered > div.sidebar {
width:240px;
float:right;
padding:42px 40px 0 0;
}

body > div.desktop > div.centred > div.frame > div.sidebar select {
border:1px solid #000;
padding:2px;
}

body > div.desktop > div.centred > div.frame > div.sidebar > div.block {
padding-bottom:25px;
}

body > div.desktop > div.centred > div.frame > div.sidebar > div.block > .centered {
position:relative;
width:230px;
margin-left:-40px;
text-align:center;
}

body > div.desktop > div.centred > div.frame > div.sidebar > div.block > .career-kit {
position:relative;
text-align:center;
width:159px;
margin-top:-40px;
}

body > div.desktop > div.centred > div.frame > div.sidebar > div.block > .career-kit p {
margin:5px 0;
}

body > div.desktop > div.centred > div.frame > div.sidebar ul {
list-style-type:none;
list-style-image:none;
font-size:11px;
line-height:140%;
margin:0;
padding:0 0 10px;
}

body > div.desktop > div.centred > div.frame > div.sidebar .no-positions {
background:url(./assets/icon-nojob.png) top left no-repeat;
font-family:Arial;
font-size:12px;
color:#868484;
line-height:180%;
margin:0;
padding:25px 10px 0 0;
}

body > div.desktop > div.centred > div.frame > div.sidebar ul li {
padding:0 0 10px;
}

body > div.desktop > div.centred > div.frame > div.sidebar dl dt {
color:#777;
margin:0;
}

body > div.desktop > div.centred > div.frame > div.sidebar dl dd {
color:#000;
font-weight:700;
font-size:10px;
line-height:160%;
margin:10px 0 30px;
}

body > div.desktop > div.centred > div.frame > div.sidebar > div.rss-block {
padding:5px 0 32px;
}

a.rss {
background:url(./assets/rss-link.png) no-repeat left center;
padding-left:20px;
}

body > div.desktop > div.centred > div.frame > div.sidebar h2 {
font-size:12px;
color:#868484;
margin:0 0 20px;
padding:0;
}

body > div.desktop > div.centred > div.dummy-body {
background-color:#fff;
position:relative;
border:0;
}

div.dummy-body img {
border:0;
display:block;
}

body > div.desktop > div.centred > div.dummy-body > .overlay {
position:absolute;
}

body > div.desktop > div.wide-centred > div.just-bottomline,body > div.desktop > div.centred > div.just-bottomline {
background:#e0e6e6 url(./assets/bottomline-shadow.png) no-repeat top center;
height:20px;
border:0;
}

body > div.desktop div.bottomline {
background:#e0e6e6 url(./assets/bottomline-shadow.png) no-repeat top center;
}

body > div.desktop div.bottomline > div {
text-align:center;
font-size:11px;
padding:33px 20px;
}

body > div.desktop div.menu {
text-align:center;
height:55px;
width:980px;
background-color:#FFF;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}

body > div.desktop div.menu ul {
list-style-type:none;
list-style-image:none;
display:block;
margin:auto;
padding:0;
}

body > div.desktop ul.menu-3items {
width:300px;
}

body > div.desktop ul.menu-4items {
width:410px;
}

body > div.desktop div.menu ul > li {
display:block;
float:left;
height:53px;
width:auto;
font-weight:400;
padding:30px 24px 0;
}

body > div.desktop div.menu ul > li.active-left {
width:5px;
background:url(./assets/submenu-active-left.png) no-repeat;
padding:0;
}

body > div.desktop div.menu ul > li.active-item {
background:url(submenu-active-item.png) repeat-x;
padding:30px 19px 0;
}

body > div.desktop div.menu ul > li.active-right {
width:5px;
background:url(./assets/submenu-active-right.png) no-repeat;
padding:0;
}

body > div.desktop div.menu ul a {
color:#000;
cursor:pointer;
}

body > div.desktop div.menu ul > li.active-item a {
color:#fff;
}

body > div.desktop div.headline {
font-size:13px;
padding-bottom:30px;
}

body > div.desktop div.headline > strong {
margin-right:8px;
}

body > div.desktop div.headline > .more {
color:#015498;
font-weight:700;
text-decoration:none;
padding-right:10px;
white-space:nowrap;
background:url(./assets/arrow-next.png) no-repeat right 5px;
}

body > div.desktop div.three-col > div.column {
width:300px;
float:left;
}

body > div.desktop div.column > div.teaser-image {
width:300px;
min-height:200px;
position:relative;
}

body > div.desktop div.column > div.teaser-image > div.job-bubble {
position:absolute;
right:0;
top:0;
width:45px;
height:49px;
background:url(./assets/job-bubble.png) no-repeat center center;
}

body > div.desktop div.column > div.teaser-image > div.job-bubble > div {
text-align:center;
color:#FFF;
font-size:18px;
padding:8px;
}

body > div.desktop div.four-col > div.column {
width:212px;
float:left;
height:auto;
}

body > div.desktop div.four-col > div.column > div.teaser-image {
width:212px;
height:auto;
}

div.desktop div.grid .margined {
margin-left:20px;
}

div.desktop div.column h2 {
font-family:Myriadpro, Arial;
font-size:18px;
height:18px;
color:#015498;
margin:14px 0 6px;
}

body > div.desktop div.three-col div.news {
line-height:180%;
font-size:11px;
padding:0 10px 30px;
}

body > div.desktop div.four-col div.news p {
line-height:180%;
font-size:11px;
}

body > div.desktop div.news div.links {
position:absolute;
top:3px;
right:18px;
}

a.more {
color:#015498;
font-weight:700;
text-decoration:none;
padding-right:10px;
background:url(./assets/arrow-next.png) no-repeat right 4px;
white-space:nowrap;
}

body > div.footer > div.border {
background:url(./assets/footer-shadow.png) repeat-x;
height:7px;
}

body > div.footer > div.centred {
position:relative;
margin-left:auto;
margin-right:auto;
width:980px;
text-align:center;
}

body > div.footer > div.centred > div.body {
font-size:11px;
padding:0 0 0 26px;
}

body > div.footer > div.centred > div.body > div.column {
width:245px;
float:left;
padding:32px 0;
}

body > div.footer > div.centred > div.body > div.margined {
width:172px;
background:url(./assets/footer-delimiter.png) top left no-repeat;
}

body > div.footer > div.centred ul {
list-style-type:none;
list-style-image:none;
display:inline;
text-align:left;
margin:0;
padding:0;
}

body > div.footer > div.centred ul > li {
display:block;
margin-left:12px;
color:#000;
font-weight:700;
padding:6px 0 6px 10px;
}

body > div.footer > div.centred ul a {
color:#777;
font-weight:400;
}

body > div.footer > div.centred ul a.active {
color:#c5c5c5;
}

body > div.footer > div.centred ul a.header {
color:#000;
font-weight:700;
}

body div.alert {
position:absolute;
color:#FFF;
left:50%;
top:50%;
width:225px;
height:45px;
font-size:12px;
background:url(./assets/alert-bg.png) no-repeat right 4px;
display:none;
margin:-40px 0 0 -163px;
padding:36px 20px 0 70px;
}


div.admin-toolbar {
font-size:10px;
background-color:#000;
opacity:.8;
filter:alpha(opacity:80);
position:absolute;
top:0;
left:0;
right:0;
color:#CCC;
padding:5px;
}

div.admin-toolbar div.overlay {
position:absolute;
width:150px;
height:auto;
display:none;
background-color:#000;
right:0;
margin-left:-100px;
border:1px solid #FFF;
padding:5px;
}

div.admin-toolbar div.overlay dl {
text-align:left;
}

div.admin-toolbar div {
text-align:right;
}

div.admin-toolbar button {
position:absolute;
top:3px;
left:5px;
border:1px solid #fff;
background-color:#000;
color:#fff;
font-size:10px;
}

div.admin-toolbar a:visited,div.admin-toolbar a {
color:#FFF;
}

div.admin-toolbar ul {
list-style-type:none;
list-style-image:none;
margin:0;
}

div.admin-toolbar ul li {
display:inline;
position:relative;
padding:0 5px;
}

.clear-both {
clear:both;
}

body div.contacts {
background-color:#fff;
padding:30px 60px 0;
}

body div.contacts h1 {
font-family:Myriadpro, Arial;
font-size:30px;
color:#015498;
font-weight:400;
margin:0;
}

body div.frame div.column {
float:left;
width:235px;
padding-left:60px;
padding-bottom:20px;
font-size:12px;
color:#777;
line-height:180%;
}

body div.frame div.column h2 {
font-size:16px;
color:#777;
margin-top:40px;
margin-bottom:20px;
}

body div.frame div.column h3 {
font-size:12px;
color:#777;
margin-top:20px;
margin-bottom:4px;
}

body div.frame div.column p {
margin:0 0 12px;
}

body div.frame div.column a.facebook {
display:block;
height:24px;
padding-top:6px;
padding-left:30px;
background:url(./assets/facebook-link.png) left top no-repeat;
}

body div.frame div.column a.twitter {
display:block;
height:24px;
padding-top:6px;
padding-left:30px;
background:url(./assets/twitter-link.png) left top no-repeat;
}

body div.frame div.column a.youtube {
display:block;
height:24px;
padding-top:6px;
padding-left:30px;
background:url(./assets/youtube-link.png) left top no-repeat;
}

a.share {
padding-right:15px;
position:relative;
cursor:pointer;
}

p.date > a.share {
margin-left:10px;
}

.dropdown {
position:absolute;
display:none;
opacity:.9;
filter:alpha(opacity:90);
z-index:100;
padding:7px 0 0;
}

.dropdown > div {
position:absolute;
background:url(dropdown/toparrow.png) center top no-repeat;
height:7px;
width:20px;
left:50%;
top:1px;
margin-left:-10px;
}

div.contents div.dropdown {
left:155px;
top:154px;
width:177px;
}

div.contents li div.dropdown {
left:81px;
top:50px;
width:177px;
}

div.contents ul.pesentation li div.dropdown {
left:81px;
top:90px;
width:177px;
}

.dropdown > ul {
display:block;
list-style-type:none;
list-style-image:none;
border:1px solid #8b8685;
margin:0;
padding:0;
}

.dropdown > ul > li {
display:block;
background:url(dropdown/bg-40singleline.png) repeat-x;
height:40px;
cursor:pointer;
}

.dropdown > ul > li.bordered {
border-bottom:1px solid #3e3e3e;
}

.dropdown > ul > li div.right {
padding-right:10px;
margin:auto;
}

.dropdown > ul > li div.center {
padding-top:10px;
padding-left:10px;
color:#FFF;
margin:auto;
}

.dropdown > ul > li.active {
display:block;
background:url(dropdown/bg-40hover.png) repeat-x;
height:40px;
}

.dropdown > ul > li.active div.right {
background:url(dropdown/bg-40hover-right.png) no-repeat right top;
}

.dropdown > ul > li.active div.center {
background:url(dropdown/bg-40hover-left.png) no-repeat left top;
}

.dropdown > ul > li div.icon {
padding-left:32px;
margin:auto;
}

.dropdown > ul > li div.email {
background:url(dropdown/icon-40mail.png) no-repeat;
}

.dropdown > ul > li div.facebook {
background:url(dropdown/icon-40facebook.png) no-repeat;
}

.dropdown > ul > li div.twitter {
background:url(dropdown/icon-40twitter.png) no-repeat;
}

.dropdown > ul > li div.digg {
background:url(dropdown/icon-40digg.png) no-repeat;
}

.dropdown > ul > li div.stumble {
background:url(dropdown/icon-40stumbleup.png) no-repeat;
}

.dropdown > ul > li div.linkedin {
background:url(dropdown/icon_linkedin.png) no-repeat;
}

div.game-teaser {
height:590px;
text-align:center;
background-position:bottom center;
background-repeat:no-repeat;
font-family:Myriadpro, Arial;
background-color:#fff;
margin:0 auto;
padding:1px 0;
}

div.studio-teaser {
height:577px;
text-align:center;
background-position:bottom center;
background-repeat:no-repeat;
font-family:Myriadpro, Arial;
background-color:#fff;
margin:0 auto;
padding:1px 0;
}

ul.apply-form > li {
width:980px;
margin:0;
padding:0;
}

ul.apply-form > li > div {
padding:10px 60px;
}

ul.apply-form h1 {
font-size:32px;
font-weight:400;
color:#015498;
font-family:Myriadpro,Arial;
margin:25px 0;
}

ul.apply-form em {
font-style:normal;
color:#d61111;
}

ul.apply-form p {
font-size:12px;
font-family:Tahoma;
}

ul.apply-form div.grid > div.column {
float:left;
width:245px;
padding:35px 20px 0;
}

ul.apply-form form div.hr {
clear:left;
height:16px;
background:url(form-hr.png) no-repeat center center;
}

ul.apply-form form label {
display:block;
margin-bottom:9px;
}

ul.apply-form form input[type=text] {
border:1px solid #000;
width:220px;
height:22px;
margin-bottom:18px;
padding:2px;
}

ul.apply-form form input[type=file] {
height:22px;
margin-bottom:18px;
}

ul.apply-form form select {
border:1px solid #000;
width:220px;
height:26px;
margin-bottom:18px;
padding:2px;
}

ul.apply-form form textarea {
border:1px solid #000;
width:220px;
height:147px;
margin-bottom:18px;
padding:2px;
}

ul.apply-form form .center {
width:420px;
margin:20px auto;
}

ul.apply-form form .center label {
display:inline;
margin-right:5px;
}

ul.apply-form form .center div.specified > label {
display:block;
margin-right:5px;
}

ul.apply-form form .center div.specified > textarea {
display:block;
border:1px solid #bfbfbf;
width:415px;
}

ul.apply-form form .center select {
border:1px solid #bfbfbf;
color:#8c8c8c;
}

ul.apply-form form .center button {
color:#FFF;
width:105px;
height:38px;
font-weight:700;
text-align:center;
background:url(./assets/form-btn.png) no-repeat center center;
cursor:pointer;
border:0;
display:block;
margin:0 auto;
padding:0;
}

ul.apply-form form input.invalid {
border:1px solid #d30000!important;
background:url(./assets/form-error-bg.png) no-repeat right center!important;
}

ul.apply-form form select.invalid {
border:1px solid #d30000!important;
}

ul.apply-form .result {
background-image:url(./assets/job-result-icon.png);
background-position:0 35px!important;
background-repeat:no-repeat;
}

ul.apply-form .result h2 {
color:#015498;
font-family:Myriadpro,Arial;
font-size:18px;
margin:0;
}

ul.apply-form .result > div > div {
margin:40px 0 0 170px;
}

ul.apply-form li.breadcrumbs {
background-color:#fff;
width:860px;
font-size:11px;
font-family:Arial;
font-weight:700;
border-bottom:1px solid #e0e6e6;
margin:0 auto;
padding:20px 60px;
}

ul.apply-form p.error-msg {
text-align:center;
color:#d30000;
font-weight:700;
padding:10px 10px 0;
}

div.body > h1 {
text-align:center;
font-size:32px;
font-weight:400;
color:#015498;
font-family:Myriadpro,Arial;
margin:10px 0 40px;
}

div#office {
right:762px;
top:33px;
z-index:100;
}

div#category {
right:622px;
top:33px;
z-index:100;
}

body > div.desktop > div.centred > div.breadcrumbs div.presentation {
background:url(./assets/presentations-icon.gif) no-repeat 20px center;
padding-left:110px;
padding-down:0;
position:relative;
cursor:pointer;
}

div.breadcrumbs .presentation h2 {
font-family:Myriadpro, Arial;
font-size:18px;
color:#015498;
}

div.breadcrumbs .presentation p {
font-size:11px;
line-height:80%;
color:#797979;
font-family:Tahoma,Arial;
font-weight:400;
}

div.breadcrumbs .presentation a {
color:#015498!important;
font-size:11px;
font-weight:700;
}

body > div.desktop > div.centred > div.frame > div.sidebar > div.pic-block {
padding-top:28px;
padding-bottom:0;
}

.age-verification {
background:#000 url(service/age-verification.jpg) center center no-repeat;
}

.age-verification-fail {
background:#000 url(service/age-verification-fail.jpg) center center no-repeat;
}

.age-verification-fail > div,.age-verification > div {
padding:202px 0 0 465px;
}

.age-verification > div > h2 {
color:#fff;
font-size:20px;
font-weight:400;
}

.age-verification-fail > div > h2 {
color:#D00;
font-size:20px;
font-weight:400;
}

.age-verification-fail > div > p,.age-verification > div > p {
color:#777;
font-size:13px;
}

.age-verification > div > form {
padding:10px 0 0;
}

.age-verification > div input[type=text] {
border-left:1px solid #404040;
border-top:1px solid #404040;
border-bottom:1px solid #404040;
border-right:1px solid #055393;
background-color:#000;
color:#777;
width:70px;
height:20px;
display:block;
float:left;
padding:2px;
}

.age-verification > div button {
width:25px;
height:26px;
display:block;
border:0;
background:url(service/age-verification-btn.jpg) no-repeat;
margin:0;
}

.job-net {
background:url(job-category.png) -45px 30px no-repeat;
padding-top:10px;
}

.job-net .column {
margin-bottom:40px;
margin-left:20px!important;
width:190px!important;
height:340px!important;
overflow:hidden;
}

.job-net div.teaser-image {
width:auto!important;
}

.job-net .margined {
margin-left:35px!important;
}

.presentation-breadcrumbs {
border-bottom:none!important;
border-top:1px solid #E0E6E6;
}

div.kingdom-teaser {
position:relative;
background-color:#000;
margin-top:-4px;
height:550px;
}

div.kingdom-teaser > div.image {
position:relative;
width:980px;
margin-left:auto;
margin-right:auto;
}

.loader {
background:url(./assets/loader.gif) center center no-repeat;
}

.preloader {
background:#000 url(./assets/black-loader.gif) center center no-repeat;
}



div.contents p.share {
position:relative;
margin-top:-47px;
margin-bottom:24px;
}

div.contents p.share > a.share {
margin-left:0;
font-size:11px;
}

div.shadowed > div.dropdown {
left:290px!important;
top:166px!important;
}

div#video-gallery .gallery-spec {
height:550px!important;
}

.gallery-shadow-spec {
background:#000 url(./assets/gallery-glow-550.png) center center no-repeat!important;
}

div.intro {
border-bottom:3px #015498 solid;
background-color:#000;
width:100%;
overflow:hidden;
}

div.intro > div {
height:320px;
width:1400px;
position:relative;
left:50%;
margin-left:-700px;
}

a[rel=mailto],li.clickable,.clickable {
cursor:pointer;
}

body > div.header > div.centred > h1,ul.apply-form form .center div.specified,.preload,.hidden {
display:none;
}

.contents h1 a:visited,.contents h1 a,body > div.desktop > div.centred > div.frame > div.contents > ul > li h2 a:visited,body > div.desktop > div.centred > div.frame > div.contents > ul > li h2 a:hover
body > div.desktop > div.centred > div.frame > div.contents > ul > li h2 a,div.desktop div.column h2 a:hover,div.desktop div.column h2 a:visited,div.desktop div.column h2 a {
color:#015498;
}

.contents ul > li,body > div.desktop div.news {
position:relative;
}

dl.attachments dt a,body > div.desktop > div.centred > div.frame > div.sidebar > div.block > .career-kit a,body > div.desktop > div.centred > div.frame > div.sidebar li a,body > div.desktop div.bottomline a,body div.frame div.column a {
font-weight:700;
}

body > div.desktop > div.centred > div.breadcrumbs a:visited,body > div.desktop > div.centred > div.breadcrumbs a,ul.apply-form li.breadcrumbs a:visited,ul.apply-form li.breadcrumbs a {
color:#444;
}

a.prev,ul.apply-form li.breadcrumbs a.prev {
background:url(./assets/breadcrumb-btn-prev.png) no-repeat left center;
padding-left:15px;
}

body > div.desktop > div.centred > div.frame > div.contents h3.news,body div.frame div.column dd {
margin:0 0 10px;
}

body > div.desktop > div.centred > div.frame > div.sidebar label,body > div.desktop div.news div.links a {
display:block;
}

body > div.desktop > div.centred > div.frame > div.sidebar ul li.active a,body > div.desktop > div.centred > div.frame > div.sidebar li a.active {
color:#000;
}

body > div.desktop div.grid,ul.apply-form div.grid {
overflow:hidden;
}

body > div.desktop div.grid > div.column img,div.teaser img {
border:0;
}

div.game-teaser h2,div.studio-teaser h2 {
color:#015498;
font-size:32px;
font-weight:400;
padding:10px 60px 0;
}

div.game-teaser p,div.studio-teaser p {
color:#868484;
font-size:18px;
line-height:160%;
padding:0 60px 30px;
}

body > div.header > div.centred > div.navbar > ul,body div.frame div.column ul,ul.apply-form,body > div.desktop > div.centred > div.frame > div.contents > ul,body > div.desktop > div.centred > div.frame > div.contents div.tags ul {
list-style-image:none;
list-style-type:none;
margin:0;
padding:0;
}

