@charset "UTF-8";

/* CSS Document */

/*
[Table of contents]

- Reset values
- Generics
- Layout
- Header
- Navigation
- Slideshow
- Sidebars
- Content
- Forms
- Search results
- Messages and notifications
- Cases
- Table pricing
- Blocks
- Footer
---------------------------*/


/* Reset values
---------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em {
    font-style: normal;
}

input, select, th, td, li li, li p, td p, blockquote p {
	font-size: 1em;
}


/* Generics
---------------------------*/

body {
    background: #EDEDED url('/images/design/wrapper-nav-top-bg.jpg') repeat-x top;
    color: #4b4b4b;
    font-family: Calibri, Arial, "Lucida Grande", Verdana, sans-serif;
    font-size: 62.5%;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #4b4b4b;
    font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

h1 {
    font-size: 22px;
    line-height: 1em;
    margin-bottom: .5em;
    color: #0084B5;
}

h2 {
    font-size: 16px;
    margin: 10px 0 5px 0;
    
}

h3 {
    font-size: 14px;
    line-height: 1.55em;
    margin-bottom: 0.3em;
}

h4 {
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 1.25em;
}

h5 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1.5em;
    line-height: 1em;
}

p {
    margin: 0 0 1.5em 0;
    font-size: 13px;
}

a:link, a:visited {
    color: #0084b5;
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: 1px dotted;
}

a:hover, a:active, li a.active {
    color: #ff6c00;
    outline: none;
    text-decoration: none;
}

li{
    font-size: 13px;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn, div.fn {
    float: none;
}

.la {
    text-align: left;
}

.ca {
    text-align: center;
}

sup {
    font-size:xx-small;
    vertical-align:top;
}

sub {
    font-size:xx-small;
    vertical-align:bottom;
}

.mandatory {
    color: #00B1E6;
}

.search-link {
    cursor: pointer;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 0 2px -19px;
}

/* Layout
---------------------------*/

#wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 940px;
}

#wrapper-header-inner {
    float: right;
    width: 700px;
}

#main-content {
    background: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 20px; 
}

.captcha {
    position: static;
}

#home #main-content{
    width: 635px;
    float: left;
}

#home #main-content h3 {
    font-size: 20px;
}

#home h2 {
    font-size: 18px;
    margin: 0px;
}

#toolbox {
    height: 32px;
}

/* Header
---------------------------*/

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}

#header {
    background: #FFF;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #F5F5F5;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 0 0 3px 3px;
    height: 78px;
    margin: 0 0 5px 0;
    padding: 20px;
    width: 898px;
}

#header .logo {
    float: left;
    margin-top: 15px;
    width: 181px;
}

#header .search {
    float: right;
    margin-bottom: 20px;
}

#header .search input,
#edit-search-theme-form-1,
.content .search input {
    background: url('/images/design/search-bg.jpg') no-repeat;
    border: none;
    height: 14px;
    padding: 5px 25px 5px 5px;
    width: 120px;
}

/* Navigation
---------------------------*/

#nav-language {
    float: right;
    margin: 10px 0 0 0;
}

#nav-language li {
    float: left;
    margin: 0 6px 0 0;
}

#nav-language li a {
    color: #A4A4A4;
}

#nav-language li a.active {
    color: #000;
}

#nav-login {
    float: right;
    margin: 10px 20px 0 0;
}

#nav-login a {
    background: #fff;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-radius: 5px 5px 0 0;
    padding: 5px 15px;
}

#nav-main {
    float: right;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    background: url(/images/design/nav-main-bg.jpg) repeat-x top left;
    border: 1px solid #E1E1E1;
    padding: 3px 25px 3px 0px;
}

ul#nav-main li {
    float: left;
    margin: 0 0 0 30px;
    position: relative;
}

ul#nav-main li a {
    color: #959595;
    font-size: 16px;
}

ul#nav-main li a:hover {
    color: #0084b5;
}

ul#nav-main li.active a {
    color: #000000;
}

ul#nav-main li a {
    color: #959595;
    font-size: 16px;
}

ul#nav-main ul.drop-down {
    margin: 5px 0 0 0;
}

ul#nav-main ul.drop-down li {
    margin: 0;
    width: 100%;
}

ul#nav-main ul.drop-down li {
    background: url(/images/design/dropdown-shadow-bg.png) repeat-y top left;
    padding: 0 0 0 5px !important;
}

ul#nav-main ul.drop-down li a {
    background: url(/images/design/dropdown-shadow-bg.png) repeat-y top right;
    padding: 0 5px 0 0 !important;
}

ul#nav-main ul.drop-down li a span {
    background: #FFF;
    border-bottom: 1px solid #E1E1E1;
    display: block;
    font-size: 0.9em;
    min-width: 160px;
    padding: 4px 12px 4px 12px;
}

ul#nav-main ul.drop-down li a:hover span {
    background: #EDF8FB;
}

ul#nav-main ul.drop-down li.last {
    background: none;
    border: none;
    margin: 0;
}

ul#nav-main ul.drop-down li.last a {
    background: url(/images/design/drop-down-shadow-b-l.png) no-repeat bottom left;
    border: none;
    padding: 0 0 0 9px !important;
    margin-left: -5px !important;
}

ul#nav-main ul.drop-down li.last a:hover {
    background: url(/images/design/drop-down-shadow-b-l-hover.png) no-repeat bottom left;
}

ul#nav-main ul.drop-down li.last a span {
    border: none;
    background: url(/images/design/drop-down-shadow-b-r.png) no-repeat bottom right;
    padding: 4px 12px 12px 8px !important;
}

ul#nav-main ul.drop-down li.last a:hover span {
    background: url(/images/design/drop-down-shadow-b-r-hover.png) no-repeat bottom right;
}

ul#nav-main ul.drop-down li a:hover span {
    color: #0084B6;
}

ul#nav-main li.active ul.drop-down a {
    color: #959595;
}

ul#nav-sub{
    position: relative;
    width: 195px;
    float: left;
    margin: 0 20px 0 0;
}

#main-content ul#nav-sub li{
    border-top: 1px #959595 dotted;
    background: none;
    padding: 2px 0;
}

ul#nav-sub li a{
    color: #515151;
}

ul#nav-sub li a:hover{
    color: #0084b5;
}

ul#nav-sub li a.active{
    color: #000000;
    font-weight: bold;
}

 ul#nav-sub li ul{
    margin: 0 0 0 10px;
    padding: 0px 0;
    line-height: 1.2em;
}

#main-content ul#nav-sub li ul li{
    border-top: none;
}

ul.search-results li {
    background: none;
    padding: 0;
    margin-bottom: 25px;
}

#main-content .pager ul {
    text-align: center;
}

#main-content .pager ul li {
    border: 1px solid #E7E7E7;
    display: inline;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 0 3px;
}

#main-content .pager ul li.previous,
#main-content .pager ul li.next {
    border: none;
}

#breadcrumbs{
    font-size: 12px;
    color: #818181;
    margin: 0 0 5px 20px;
}

#breadcrumbs span{
    margin: 0 0 0 2px;
}

/* Slideshow
---------------------------*/

#slideshow { 
    margin: 0px 0 20px 0;
    width: 940px;
}

#slideshow .slide {
    height: 196px;
    float: left;
    width: 700px;
}

/*#slideshow ul.slider-items {
    float: left;
}

#slideshow ul.slider-items li {
    background: #FFF;
    border-left: 1px solid #b9b9b4;
    border-right: 1px solid #b9b9b4;
    border-top: 1px solid #b9b9b4;
    height: 18px;
    padding: 15px;
    width: 207px;
}

#slideshow ul.slider-items li.last {
    border-bottom: 1px solid #b9b9b4;
}

#slideshow ul.slider-items li.last {

}

#slideshow ul.slider-items li a {
    color: #0084b5;
}*/

#uf-slideshow-links li{
    background:none repeat scroll 0 0 #ECECEC;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}

#uf-slideshow-links li.active{
    background:none repeat scroll 0 0 #00B1E6;
}

/* Sidebars
---------------------------*/

.sidebar {
    background: #fff;
    padding: 20px;
}

#sidebar-left {
    float: left;
    margin: 0 20px 0 0;
    width: 200px;
}

#sidebar-right {
    float: right;
    margin: 0 0 20px 0;
    width: 200px;
}

#left-slider {
    position: relative;
}

/* Content
---------------------------*/
.services .col-1,
.services .col-2,
.services .col-3 {
    float: left;
    margin: 0 25px 0 0;
    width: 180px;
}

.services .col-3 {
    border-left: 1px solid #E8E8E8;
    padding: 0 0 0 20px;
    margin: 0;
}

.col-3{
    width: 205px;
    margin: 0 20px 0 0;
}

.col-3.last{
    margin: 0;
}

.col-2{
    width: 48.5%;
}

.gradient{
    background: url(/images/design/gradient-bg.png) repeat-x top left;
    padding: 0 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.col-2.gradient{
    width: 45.5%;
}

#main-content ul{
    margin: 0 0 20px 0;
}

#main-content ul li {
    background: url(/images/design/list-arrow.gif) no-repeat 0em 0.4em;
    padding: 0 0 3px 10px;
}

#main-content ul.search-results li {
    background: none;
    padding: 0;
}

.content {
    float: right;
    width: 660px;
}

#side-bar{
    border-right: 1px #eaeaea solid;
    float: left;
    padding: 25px 20px 9999em 0;
    margin: -20px 20px -9999em 0;
    background: url(/images/design/side-bar-bg.png) no-repeat top right;
}

#home .content {
    width: 615px;
}

#home #header{
    margin: 0;
    border-bottom: 1px #E1E1E1 solid;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
}

a.button {
	color: #fff;
	background: url('/images/design/button-left-bg.png') no-repeat top left;
	display: block;
	height: 24px;
	padding: 0 0 0 10px;
	font-weight: bold;
    line-height: 24px;
    font-size: 13px;
}

a.button:hover{
	background-position: bottom left;
    text-decoration: none;
}

a.button span{
	background: url('/images/design/button-right-bg.png') no-repeat top right;
	display: block;
	float: left;
	height: 24px;
	padding: 0 10px 0 0;
	font-weight: bold;
}

a.button:hover span{
	background-position: bottom right;
}

a.more-cases-link {
    background: url('/images/design/more-cases-arrow.jpg') no-repeat center left;
    display: block;
    font-size: 1.2em;
    margin: 13px 0 13px 0;
    padding: 0 0 0 15px;
}

a.contact-us-button {
    background: url('/images/design/contact-us-button.png') no-repeat top left;
    color: #FFF;
    display: block;
    font-size: 1.4em;
    height: 49px;
    padding: 17px 10px 10px 10px;
    width: 182px;
}

a.contact-us-button:hover {
    background-position: bottom left;
}

a.subscribe-button {
    background: url('/images/design/subscribe-button.png') top left;
    color: #FFF;
    display: block;
    float: left;
    font-size: 1.5em;
    height: 26px;
    margin: 0 0 0 10px;
    padding: 2px 0 0 15px;
    width: 113px;
}

a.subscribe-button:hover {
    background-position: bottom left;
}

p.disclaimer{
    font-style: italic;
    font-size: 12px;
}

p.intro{
    font-weight: bold;
    font-size: 16px;
}

.note{
    background: #efefef;
    -moz-border-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background: #e0e0e0; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#eeeeee'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#eeeeee)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e0e0e0,  #eeeeee); /* for firefox 3.6+ */
    border: 1px #e1e1e1 solid;
}

.note p{
     margin: 0;
}

.note.col-2{
    width: 45%;
    margin: 0 0 20px 0;
}

.note-icons{
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    border: 1px #e1e1e1 solid;
}

.note-icons img{
    margin: 10px 20px 0 0;
    float: left;
}

.note-icons h2{
    margin: 0 0 5px 0;
}

.note-icons p{
     margin: 0;
}

.note-icons p a{
     color: #4B4B4B;
}

.note-icons a:hover{
     color: #0084B5;
}

.col-3.fr{
    margin: 0;
}

#main-content .note ul{
    margin: 10px  0;
}


#main-content .note ul li{
    background: url(/images/design/bullet-arrow.png) no-repeat 0 0.2em;
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
}

#main-content .note h2{
    margin: 0;
    font-size: 16px;
}

.call2action{
    background: #efefef;
    -moz-border-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    background: #82c6f1 url(/images/design/call-2-action-bg.jpg) repeat-x bottom left;
    -moz-box-shadow: 3px 2px 3px #e1e1e1;
    -webkit-box-shadow: 3px 2px 3px #e1e1e1;
    box-shadow: 3px 2px 3px #e1e1e1;
    clear: left;
    margin: 20px 0;
     width: 165px;
}

.call2action a{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: url(/images/design/arrow-right-white.png) no-repeat bottom right;
    padding: 0 20px 0 0;
    line-height: 1.2em;
}

.call2action:hover{
    background: #b7e0f9 url(/images/design/call-2-action-bg-hover.jpg) repeat-x bottom left;
    cursor: pointer;
}

.content .search {
    float: left;
}


table.flexible-services-bar {
    background: #f1f1f1; /* for non-css3 browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e8e8e8)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f1f1f1,  #e8e8e8); /* for firefox 3.6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e8e8e8'); /* for IE */
    font-size: 1.3em;
    padding: 15px 20px;
    width: 100%;
}

table.flexible-services-bar td {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

table.flexible-services-bar h2 {
    color: #0084B5;
    font-size: 16px;
}

table.flexible-services-bar td.border-top,
table.flexible-services-bar td.border-right,
table.flexible-services-bar td.border-bottom,
table.flexible-services-bar td.border-left,
table.flexible-services-bar td.arrow {
    font-size: 1px;
    line-height: 1px;
}

table.flexible-services-bar td.border-top {
    background: url('/images/design/services-table-border-top.jpg') no-repeat top left;
    width: 660px;
    height: 11px;
}

table.flexible-services-bar td.border-left {
    background: url('/images/design/services-table-border-left.jpg') repeat-y top left;
    width:7px;
}

table.flexible-services-bar td.border-right {
    background: url('/images/design/services-table-border-right.jpg') repeat-y top right;
    width:10px;
}

table.flexible-services-bar td.border-bottom {
    background: url('/images/design/services-table-border-bottom.jpg') no-repeat top left;
    width: 660px;
    height: 11px;
}

.main-logos img {
	border-bottom: 1px solid #EFEFEF;
	padding: 2px 0 2px 2px;
}

.main-logos img.fl {
	border-right: 1px solid #EFEFEF;
	padding: 2px 2px 2px 0;
}

.main-logos img.last {
	border-bottom: none;
}


/* Forms
---------------------------*/


.form-contact .captcha label {
    display: inline;
}

.form-contact input:focus,
.form-contact textarea:focus {
    background: #EDF8FB;
}

.form-contact label {
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: right;
    width: 70px;
}

input.button{
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    font-size: 13px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    background: -moz-linear-gradient(center top , #8AC6EA, #0084b5) repeat scroll 0 0 transparent;
}

input#checkbox{
    margin: 0;
    padding: 0;
}

.form-contact label.email-label {
    margin: 0 0 0 80px;
}

.form-contact #first-name,
.form-contact #last-name,
.form-contact #phone{
    width: 198px;
}

.form-contact input#first-name.error,
.form-contact input#last-name.error,
.form-contact input#phone.error{
    width: 185px;
}

.form-contact #subject {
    width: 86%;
}

.form-contact input#subject.error {
    width: 83%;
}

.form-contact #e-mail {
    width: 300px;
}

.form-contact .captcha {
    margin: 0 0 20px 73px;
    overflow: hidden;
    vertical-align: bottom;
}

.form-row {
    margin-bottom: 10px;
}

.form-contact #message {
    vertical-align: top;
}

.form-contact input {
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    padding: 4px;
}

.form-contact #first-name {
    margin-right: 65px;
}

.form-contact input.error {
    background: url('/images/design/error-input-bg.png') no-repeat right center;
    padding-right: 25px;
}

.form-contact input.error:focus {
    background: #EDF8FB url('/images/design/error-input-bg.png') no-repeat right center;
}

.form-contact textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    padding: 4px;
    width: 86%;
    font-family: Calibri, sans-serif;
}

/* Search results
---------------------------*/
ul.search-results li p {
    margin: 0;
}

ul.search-results li h2 a {
    color: #515050;
}

.search-results-number {
    float: right;
    font-size: 1.2em;
}

.paging {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

span.search-results-none {
    display: block;
    margin-top: 15px;
}

/* Notifications and messages
---------------------------*/
.notification {
    font-size: 1.2em;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.notification-icon {
    margin: 0 10px 0 0;
    float: left;
}

.notification-text {
    margin: 2px 0 0 0;
}

.notification-error {
    background: #FAF0EE;
    border-top: 1px solid #BF2E0B;
    border-bottom: 1px solid #BF2E0B;
    padding: 10px;
}

/* Cases
---------------------------*/

#main-content {
    background-image: none;
}

ul#case-overview li{
    background: #EFEFEF; 
    padding: 0; 
    float: left;
    margin: 0 20px 20px 0;
}

ul#case-overview li.last{
    margin: 0 0 20px 0;
}

ul#case-overview li p{
    padding: 0 10px 8px 10px;
    margin: 0;
    text-align: center;
    font-size: 1.1em;
}

ul#case-overview li p a{
    display: block;
}

#case h2{
    font-weight: normal;
    font-size: 20px;
    border-top: 1px #E1E1E1 solid;
    padding: 15px 0 0 0;
    margin: 20px 0 0 0;
    width: 100%;
    clear: both;
    overflow: hidden;
}

#case #main-content img{
    border: 1px #e1e1e1 solid;
    margin: 0 0 20px 20px;
}

#case #main-content img.shadowbox {
    margin: 0;
    border: none;
}

#case-links{
    border-top: 1px #e1e1e1 solid;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 20px 0 0 0;
}

#case-links a{
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 0 16px;
    margin: 0 20px 0 0;
}

#case-links a.download{
    background: url(/images/design/arrow-down.jpg) no-repeat 0 0.3em;
}

#case-links a.link{
    background: url(/images/design/arrow-right.jpg) no-repeat 0 0.2em;
}

.a2a_dd{
    float: right;
}

#case-links a.a2a_dd{
    margin-right: 0;
}

/* Clients
---------------------------*/
ul#client-logos{
    border-left: 1px #e1e1e1 solid;
    border-bottom: 1px #e1e1e1 solid;
    overflow: hidden;
    width: 895px;
}

ul#client-logos li{
    border: 1px #e1e1e1 solid;
    border-bottom: none;
    border-left: none;
    width: 178px;
    float: left;
    padding: 0;
    background: none;
}

ul#client-logos li a{
    display: block;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
}

ul#client-logos li a.client-01{
    background-image: url(/images/client-logo/vincotte.gif);
}

ul#client-logos li a.client-02{
    background-image: url(/images/client-logo/goodyear.gif);
}

ul#client-logos li a.client-03{
    background-image: url(/images/client-logo/veeda.gif);
}

ul#client-logos li a.client-04{
    background-image: url(/images/client-logo/centea.gif);
}

ul#client-logos li a.client-05{
    background-image: url(/images/client-logo/gs1.gif);
}

ul#client-logos li a.client-06{
    background-image: url(/images/client-logo/cofely.gif);
}

ul#client-logos li a.client-07{
    background-image: url(/images/client-logo/rodania.gif);
}

ul#client-logos li a.client-08{
    background-image: url(/images/client-logo/lapperre.gif);
}

ul#client-logos li a.client-09{
    background-image: url(/images/client-logo/sabena-technics.gif);
}

ul#client-logos li a.client-10{
    background-image: url(/images/client-logo/colruyt.gif);
}

ul#client-logos li a.client-11{
    background-image: url(/images/client-logo/iccollege.gif);
}

ul#client-logos li a.client-12{
    background-image: url(/images/client-logo/vub.gif);
}

ul#client-logos li a.client-13{
    background-image: url(/images/client-logo/ordomedic.gif);
}

ul#client-logos li a.client-14{
    background-image: url(/images/client-logo/erc.gif);
}

ul#client-logos li a.client-15{
    background-image: url(/images/client-logo/pharma.gif);
}

ul#client-logos li a span{
    left:-99999em;
    position:absolute;
    display: block;
    background: #e3e3e3;
    height:85px;
    padding: 35px 0px 0 0px;
    text-align: center;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    cursor: default;
}

ul#client-logos li a span span.client-type{
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2em;
    height: 20px;
    padding: 0;
}

ul#client-logos li a span span.client-case{
    font-weight: normal;
    font-size: 13px;
    line-height: 2em;
    height: 20px;
    padding: 0;
    color: #0084b5;
    cursor: pointer;
}

ul#client-logos li a span span.client-case:hover{
    color: #ff6c00;
}

ul#client-logos li a:hover span{
    left: 0;
    position: relative;
}

/* Table pricing
---------------------------*/

table.pricing {
	margin: 10px 0;
	text-align: center;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 13px;
    clear: both;
}

table.pricing td {
	padding: 4px 10px;
	color: #515151;
	background-color: #edf8fb;
	width: 150px;
	line-height: 1.5em;
	border: 1px solid #fff;
}

table.pricing tr.blank td {
	border: none !important;
	background: transparent;
}

table.pricing tr.head td {
	color: #fff;
	background: #8AC6EA url(/images/design/table-thead-bg.jpg) repeat-x bottom left;
	font-weight: bold;
    font-size: 16px;
	border-top: 0;
	border-bottom: 1px solid #fff;
    text-shadow: 1px 1px 1px #959595;
    padding: 5px;
    vertical-align: middle;
}

table.pricing tr.head td div.price{
    font-size: 14px;
    font-weight: normal;
    display: block;
}

table.pricing td span.old-price{
    font-size: 14px;
    text-decoration: line-through;
    display: block;
}

table.pricing tr.head td.first {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-top-left-radius: 5px;
    border-radius: 5px 0 0 0;
}

table.pricing tr.head td.last {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-top-right-radius: 5px;
    border-radius: 0 5px 0 0;
}

table.pricing .feature {
	color: #4B4B4B;
	background-color: #efefef;
	text-align: left;
	width: 273px;
    font-weight: bold;
}

table.pricing .feature {
	color: #515151;
	background-color: #efefef;
	text-align: left;
	width: 273px;
}

table.pricing tr.head .feature {
	background: #efefef url(/images/design/table-thead-white.gif) repeat-x top left;
    padding: 10px 0 0 10px;
    color: #4B4B4B;
}

table.pricing .feature-details {
	color: #515151;
	font-weight: normal;
}

table.pricing .profile td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 1em;
}

table.pricing tr.signuprow td {
	background-color: #d0eaf3;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 20px 5px 20px;
    text-align: center;
}

table.pricing tr.signuprow td.blank {
    background: none;
}

table.pricing tr.signuprow td.first {
    -moz-border-radius:  0 0 0 5px;
    border-radius:  0 0 0 5px;
}

table.pricing tr.signuprow td.last {
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 0 0 5px 0;
}

table.pricing tr.signuprow {
	border-top: 1px solid #fff;
	padding: 0;
}

table.pricing a.button {
	padding: 3px 0 4px 10px;
    display: inline;
}

table.pricing a.button span{
	display: inline;
	padding: 3px 10px 4px 0;
    float: none;
}

/* Table simple
---------------------------*/
table.simple{
    border-collapse: separate;
    border-spacing: 5px;
    font-size: 13px;
}


/* Form
---------------------------*/
form label{
    font-size: 13px;
}

select{
    line-height: 1.5em;
    background: #ffffff;
}

/* Blocks
---------------------------*/
.block {
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 20px;
}

#block-featured-cases {
    float: right;
    margin: 0 0 20px 0;
    width: 200px;
}

#block-featured-cases img.featured-case {
    margin: 15px 0 0 0;
}

#block-newsletter {
    float: left;
    margin: 0 19px 0 0;
    width: 288px;
}

#block-newsletter p {
    margin: 5px 0 0 0;
}

#block-newsletter input {
    float: left;
    margin: 1px 0 15px 0;
    width: 140px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: 4px;
}

#block-newsletter .error{
    color: red;
    float: left;
}

#block-reasons {
    background: none;
    float: left;
    padding: 0;
    position: relative;
    width: 328px;
    
}

#block-reasons h3 {
    display: block;
    float: left;
    margin: 0;
}

#block-reasons p {
    margin: 0;
}

#block-reasons .reasons-tabs {
    position: absolute;
    right: 2px;
    top: 3px;
}

#block-reasons .reasons-tabs li {
    background: #E0E0E0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;float: left;
    cursor: pointer;
    font-weight: bold;
    margin: 0 0 0 5px;
    padding: 2px 10px;
}

#block-reasons .reasons-tabs li:hover {
    background: #CCCCCC;
}

#block-reasons .reasons-tabs li.active {
    background: #7AC4EF;
    color: #fff;
    cursor: default;
}

#block-reasons .reasons-content {
    background: #fff;
    padding: 20px;
    width: 288px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

#block-adress {
    margin: -20px 0 0 0px;
    width: 200px;
    padding: 20px 0 0 0px;
    background: url(/images/design/side-bar-bg.png) no-repeat right top;
    border-right: 1px #eaeaea solid;
}

#block-adress h2{
    margin: 0;
}
/*
.cases img {
	/* float: left; */
	margin: 0 20px 20px 0;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
*/

#cases .fx-card__title {
    text-transform: none;
}

/* Footer
---------------------------*/

#footer {
    width: 100%;
}

#footer #postscript {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #E0E0E0;
    overflow: hidden;
    padding: 20px;
    width: 900px;
    margin: 0 0 10px 0;
}

#footer #postscript .sitemap {
    border-left: 1px solid #cbcbcb;
    float: right;
    padding-left: 10px;
}

#footer #postscript .sitemap a {
    color: #999999;
}

#footer #postscript .sitemap a:hover {
    color: #0084b5;
}

#footer #postscript .column {
    float: left;
    margin: 0 25px 0 0;
}

#footer #postscript a.label {
    display: block;
    margin: 0 0 15px 0;
}

#footer #copyright-message {
    float: left;
    color: #999999;
    font-size: 12px;
}

#footer ul#legal-links {
    float: right;
}

#footer ul#legal-links li {
    float: left;
    margin-left: 10px;
    font-size: 12px;
}

#footer ul#legal-links li a{
    color: #999999;
}

#footer ul#legal-links li a:hover{
    color: #0084b5;
}

.oneliner {
	font-family: Calibri, Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 18px;
	color: #325695;
	margin: 0 0 20px 0;
}

/*New right colum logos*/







.subh {
    color:#4b4b4b; font-size:17px; font-weight: bolder; margin-bottom:14px;
}

.link-blue {
    cursor:pointer; margin-top:10px; color:#0084b5; font-size:14px; background: transparent url(/images/arrow-blue.png) no-repeat right 5px; padding-right:15px; float:right; display:inline-block;
}


/*END of new right colum logos*/

/*Changes to footer */

.partners-footer {
    height:67px;
    border-top:solid #e7e7e7 2px;
    width:940px;
}

.eu { margin:15px 20px 0px 0px; width:54px; height:33px; background: transparent url(/images/eu.png) no-repeat left -33px; float:left; }
.eu:hover {background: transparent url(/images/eu.png) no-repeat left 0px; float:left;}

.dns { margin:16px 20px 0px 0px; width:81px; height:31px; background: transparent url(/images/dns.png) no-repeat left -31px; float:left; }
.dns:hover {background: transparent url(/images/dns.png) no-repeat left 0px; float:left;}

.sidn { margin:11px 18px 0px 0px; width:72px; height:42px; background: transparent url(/images/sidn.png) no-repeat left -42px; float:left; }
.sidn:hover {background: transparent url(/images/sidn.png) no-repeat left 0px; float:left;}

.afnic { margin:14px 15px 0px 0px; width:81px; height:39px; background: transparent url(/images/afnic.png) no-repeat left -39px; float:left; }
.afnic:hover {background: transparent url(/images/afnic.png) no-repeat left 0px; float:left;}

.ripe { margin:13px 27px 0px 0px; width:63px; height:41px; background: transparent url(/images/ripe.png) no-repeat left 0px; float:left; }
.ripe:hover {background: transparent url(/images/ripe.png) no-repeat left -41px; float:left;}

.mcafee { margin:13px 31px 0px 0px; width:72px; height:41px; background: transparent url(/images/mcafee.png) no-repeat left -41px; float:left; }
.mcafee:hover {background: transparent url(/images/mcafee.png) no-repeat left 0px; float:left;}

.feweb { margin:14px 32px 0px 0px; width:75px; height:41px; background: transparent url(/images/feweb.png) no-repeat left 0px; float:left; }
.feweb:hover {background: transparent url(/images/feweb.png) no-repeat left -41px; float:left;}

.atlasian { margin:11px 23px 0px 0px; width:58px; height:43px; background: transparent url(/images/atlasian.png) no-repeat left 0px; float:left; }
.atlasian:hover {background: transparent url(/images/atlasian.png) no-repeat left -43px; float:left;}

.ogone { margin:16px 25px 0px 0px; width:82px; height:33px; background: transparent url(/images/ogone.png) no-repeat left 0px; float:left; }
.ogone:hover {background: transparent url(/images/ogone.png) no-repeat left -33px; float:left;}

.iso { margin:11px 0px 0px 0px; width:87px; height:42px; background: transparent url(/images/iso.png) no-repeat left 0px; float:left; }
.iso:hover {background: transparent url(/images/iso.png) no-repeat left -42px; float:left;}
