* {
    margin: 0 0 0 0;
    padding: 0;
    border: 0;
}

ul,
ol {
    list-style: none;
}

fieldset,
img {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333;
    background: #000 url('../images/bg.jpg') no-repeat center top;
    background-attachment: fixed;
}

a {
    color: #1268c1;
    outline: 0;
}

a:hover {
    color: #1268c1;
}

.clear {
    clear: both;
}

.spacer {
    height: 2em;
}

.panelTop,
.panelCenterPublic,
.panelBottom {
    width: 972px;
}

.panelTop {
    margin: 10px auto;
    overflow: hidden;
}

.panelCenterPublic {
    margin: 10px auto;
    clear: both;
}

.logo {
    float: left;
}

.menu {
    float: right;
    margin-top: 30px;
}

.menu li {
    float: left;
}

.menu a {
    margin: 0 3px;
    text-indent: -999999px;
    display: block;
    background: url('../images/menuSlice.png') no-repeat;
    height: 25px;
}

a.menuHome {
    width: 61px;
    background-position: 0 -25px;
}

a.menuCorporate {
    width: 109px;
    background-position: -61px -25px;
}

a.menuProduct {
    width: 185px;
    background-position: -170px -25px;
}

a.menuContact {
    width: 82px;
    background-position: -355px -25px;
}

a:hover.menuHome {
    background-position: 0 0;
}

a:hover.menuCorporate {
    background-position: -61px 0;
}

a:hover.menuProduct {
    background-position: -170px 0;
}

a:hover.menuContact {
    background-position: -355px 0;
}

.menu li.selected a.menuHome {
    background-position: 0 0;
}

.menu li.selected a.menuCorporate {
    background-position: -61px 0;
}

.menu li.selected a.menuProduct {
    background-position: -170px 0;
}

.menu li.selected a.menuContact {
    background-position: -355px 0;
}

.home h1 {
    margin: 0px auto 0 auto;
    text-align: center;
    background: url('../images/homeH1.png') no-repeat left top;
    width: 563px;
    height: 70px;
    text-indent: -9999px;
}

#counter {
    margin: auto;
    text-align: center;
}

#counter span {
    display: block;
    font-size: 17px;
    margin: 2px auto;
}

.homeBoxes {
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: 0.3em;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    margin-top: 10px;
}

a.homeBox {
    display: block;
    float: left;
    width: 30%;
    height: 372px;
    margin: 0 5px;
    cursor: pointer;
    padding: 1%;
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

a:hover.homeBox {
    background: rgba(255, 255, 255, 0.1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#11ffffff, endColorstr=#11ffffff);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
}

a.homeBox .homeBoxImage {
    width: 300px;
    height: 215px;
    background-position: top;
    display: block;
    margin: auto;
}

a:hover.homeBox .homeBoxImage {
    background-position: top;
}

a.homeBox .homeBoxImageConsumer {
    background: url('../images/homeBoxConsumer.png') no-repeat left bottom;
}

a.homeBox .homeBoxImageCarrier {
    background: url('../images/homeBoxCarrier.png') no-repeat left bottom;
}

a.homeBox .homeBoxImageRouting {
    background: url('../images/homeBoxRouting.png') no-repeat left bottom;
}

a.homeBox hr {
    border-bottom: 1px solid #fff;
    height: 0px;
}

a.homeBox .homeBoxThink {
    font-size: 30px;
    display: block;
}

a:hover.homeBox .homeBoxThink,
a:hover.homeBox .homeBoxTag {
    color: #1ac0e9;
}

a.homeBox .homeBoxTag {
    display: block;
    font-size: 60px;
    text-transform: uppercase;
}

a.homeBox .homeBoxText {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.homeBoxRead {
    text-align: center;
    margin: auto;
    display: block;
    clear: both;
    position: absolute;
    bottom: 45px;
    left: 110px;
}

a:hover.homeBox .homeBoxRead {}

.homeBoxRead span {
    display: inline;
    margin: auto;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .6em 1.2em .6em;
    overflow: visible;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #fef4e9;
    background: #ce0429;
    background: -webkit-gradient(linear, left top, left bottom, from(#f20530), to(#ce0429));
    background: -moz-linear-gradient(top, #f20530, #ce0429);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f20530', endColorstr='#ce0429');
}

.panelBottom {
    text-align: center;
    margin: auto;
    color: #6b6b6b;
    font-size: 10px;
    margin-bottom: 2em;
}

.panelBottom a {
    color: #68acf2;
}

.subMenu {
    clear: both;
    text-align: center;
    margin-bottom: 2em;
}

.subMenu li {
    display: inline-block;
}

.subMenu a {
    margin: 0 3px;
    display: block;
    height: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 25px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.wrapperLeadership
{
    position: absolute;
    background: #fff;
    width: 824px;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
    border-radius: .6em;
    height: 679px;
    margin-left: 96px;
}

.wrapperLeadership h4
{
	text-align: left;
	font-size: 18px;
	margin-bottom: 25px;
}

.wrapperLeadership .col
{
    float: left;
    width: 27.5%;
    text-align: center;
    margin: 5px;
	
}

.wrapperLeadership .col p
{
	font-size: 13px;
}

.subMenu li.selected a,.subMenu a:hover {
    background: #374654;
}


a.subMenuJobs {
    width: 57px;
    background-position: -229px -25px;
}

a.subMenuConsumer {
    width: 99px;
    background-position: -286px -25px;
}

a.subMenuCarrier {
    width: 80px;
    background-position: -385px -25px;
}

a.subMenuRouting {
    width: 135px;
    background-position: -465px -25px;
}

a:hover.subMenuAbout {
    background-position: 0 0;
}

a:hover.subMenuTeam {
    background-position: -128px 0;
}

a:hover.subMenuJobs {
    background-position: -229px 0;
}

a:hover.subMenuConsumer {
    background-position: -286px 0;
}

a:hover.subMenuCarrier {
    background-position: -385px 0;
}

a:hover.subMenuRouting {
    background-position: -465px 0;
}

.subMenu li.selected a.subMenuAbout {
    background-position: 0 0;
}

.subMenu li.selected a.subMenuTeam {
    background-position: -128px 0;
}

.subMenu li.selected a.subMenuJobs {
    background-position: -229px 0;
}

.subMenu li.selected a.subMenuConsumer {
    background-position: -286px 0;
}

.subMenu li.selected a.subMenuCarrier {
    background-position: -385px 0;
}

.subMenu li.selected a.subMenuRouting {
    background-position: -465px 0;
}

.innerPage {
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    padding: 1.7em;
    position: relative;
    clear: both;
    overflow: hidden;
}

.innerPage .innerPageLeft {
    float: left;
    width: 68%;
}

.innerPage .innerPageRight {
    width: 275px;
    float: right;
    margin-left: 1%;
}

.innerPageRight a {
    color: #68ACF2;
}

.innerPageRight ul {
    list-style-type: none;
}

.innerPageRight ul li {
    background: url('../images/arrowList.png') no-repeat left top;
    padding-left: 20px;
    margin: 1em 0;
}

.innerPage h2 {
    margin: 0px auto 5px auto;
}

.innerPage p {
    font-size: 1.1em;
    line-height: 20px;
    margin-bottom: 10px;
}

.teamMember {
    margin-right: 6%;
    margin-bottom: 5%;
    clear: both;
}

.teamFoto {
    float: left;
    margin: 5px 17px 0 0;
}

.teamName {
    font-size: 2em;
    display: block;
    margin-left: 110px;
}

.teamStatus {
    display: block;
    font-style: italic;
    font-size: 1.3em;
    margin-left: 110px;
    margin-bottom: 2%;
}

.teamMember p {
    margin-bottom: 10px;
}

.jobList {
    text-align: center;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    padding: 1.3em 0;
}

.jobList a.jobTitle {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #e5e5e5;
    font-size: 1.1em;
    color: #333;
    text-decoration: none;
    padding: 1em;
    cursor: pointer;
}

.jobList a:hover.jobTitle,
.jobList a.selected {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #2c343b;
    color: #00B9E7;
}

.jobExpand {
    background: #e5e5e5;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    padding: 10px;
    text-align: left;
    margin: 30px 1%;
}

.jobExpand h3 {
    font-size: 1.3em;
    margin-bottom: 1%;
}

.jobExpand h4 {
    font-size: 1.1em;
    margin-bottom: 1%;
}

.jobExpand a {
    color: #68ACF2;
}

.jobExpand p {
    font-size: 1.0em;
    margin-bottom: 1%;
    margin-bottom: 3%;
}

.jobExpand ul {
    font-size: 1.0em;
    margin-bottom: 1%;
    margin-bottom: 3%;
}

.jobExpand ul li {
    background: url('../images/arrow_small.gif') no-repeat left 3px;
    padding-left: 10px;
}

.contactBox {
    float: left;
    line-height: 1.5em;
    width: 50%;
}

.contactBox h3 a {
    color: #1268C1;
    padding-right: 15px;
}

.contactBox h3 {
    display: inline;
}

.contactBox img {
    margin-right: 0.5em;
    float: left;
}

.contactDetails {
    margin-bottom: 3%;
    margin-left: 40px;
}

.contactDetails p {
    font-size: 1em;
    margin-bottom: 4px;
}

.innerPage hr {
    border-bottom: 1px solid #fff;
    height: 0px;
    margin-bottom: 2em;
}

.productTabs {
    overflow: hidden;
    text-align: center;
}

.productTabs a {
    background: rgba(255, 255, 255, 0.1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#11ffffff, endColorstr=#11ffffff);
    display: inline-block;
    margin: auto;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    width: 30%;
    overflow: hidden;
    height: 76px;
    margin: 0 1em;
    opacity: 0.4;
    margin-top: 1em;
}

.productTabs a.selected,
.productTabs a:hover {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#22ffffff, endColorstr=#22ffffff);
}

.productTabs a .productImage {
    display: block;
    width: 164px;
    height: 47px;
    margin: 1em;
    float: left;
}

.productTabs .productImageConsumer {
    background: url('../images/productImageConsumer-sm.png') no-repeat left top;
}

.productTabs .productImageCarrier {
    background: url('../images/productImageCarrier-sm.png') no-repeat left top;
}

.productTabs .productImageRouting {
    background: url('../images/productImageRouting-sm.png') no-repeat left top;
}

.productTabs a .productIco {
    display: block;
    width: 62px;
    float: right;
    height: 47px;
    margin: 1em;
}

.productTabs .productIcoConsumer {
    background: url('../images/productIcoConsumer-sm.png') no-repeat left top;
}

.productTabs .productIcoCarrier {
    background: url('../images/productIcoCarrier-sm.png') no-repeat left top;
}

.productTabs .productIcoRouting {
    background: url('../images/productIcoRouting-sm.png') no-repeat left top;
}

.privacy {}

.privacy ul.privacyQ {
    list-style-type: decimal;
    margin-left: 20px;
}

.privacy ul.privacyA {
    list-style-type: decimal;
    margin-left: 20px;
}

.privacy ul.privacyQ li {
    padding: 5px 5px 5px 0;
}

.privacy ul.privacyA li {
    padding: 5px 5px 5px 0;
    margin: 10px 0;
}

.contactTop {
    background: #fff;
    overflow: hidden;
    padding: 6px 11px 5px 11px;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.contactTop .contactDetails p,
.contactTop h3 {
    color: #666;
}

.product {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.product h1 {
    margin-top: 2px;
}

.product h2 {
    margin-top: 2px;
}

.product h3 {
    margin-top: 2px;
}

.product p {
    padding-top: 10px;
    clear: both;
}

.productImage {
    background: #e7eff7;
    overflow: hidden;
    color: #333;
    padding: 2px;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    float: left;
    margin-right: 10px;
    height: 49px;
    width: 99%;
}

.productImage img {
    vertical-align: middle;
    width: 118px;
    float: right;
    height: 49px;
}

.innerPageRouting {
    background: rgba(255, 255, 255, 0.1) url('../images/routing-bg.png') no-repeat right top;
}

.innerPageCarrier {
    background: rgba(255, 255, 255, 0.1) url('../images/carrier-bg.png') no-repeat right top;
}

.innerPageConsumer {
    background: rgba(255, 255, 255, 0.1) url('../images/consumer-bg.png') no-repeat right top;
}

.consumerLinks {
    margin: auto;
    clear: both;
    text-align: center;
}

.counterHome {
    margin: 0 auto;
    text-align: center;
    width: 440px;
}

.bgWhite {
    background: #fff;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
    border-radius: .6em;
    padding: 1em;
    margin-bottom: 25px;
    overflow: hidden;
}
