/**
 * @desc Company CSS layout
 * @author Steven Rosato, graphic designs by JF Hamelin
 */

html { background: white; color: #666}

body {
    margin: 0;
    font-family: "Arial Regular";
    font-size: medium;
}

h1, h2, h3, h4, h5, h6 { color: #66cc00; margin: 10px 0; }

ul.arrow {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 5px 0;
}

ul.arrow li {
    background: url('img/body/icons/bullet.png') no-repeat;
    padding: 0 0 0 20px;
    line-height: 1.4em;
    margin: 5px 0 0 0;
}

a {
    color: #0066ff;
    font-weight: normal;
}

a:hover {
    color: #0099aa;
}

p {
    text-align: justify;
}

/* navy table layout */
table.navy {
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    margin: 10px;
}

table.navy thead th {
    border-right: 1px solid #CCCCCC;
}

table.navy thead th {
    padding: 2px 4px;
}

table.navy td {
    padding: 2px;
    border-right: 1px solid #CCCCCC;
}

table.navy tbody tr:nth-child(odd) {
    background-color: #C9E8EF;
}

.box {
    width: 670px;
    background: url('img/body/box-bg.png') repeat-y;
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.quote {
    position: relative;
    z-index: 5;
    color: #9B9B9B;
    font-weight: bold;
    font-size: 110%;
    font-style: italic;
    text-align: center;
    margin: 30px 0 30px 0;
    width: auto;
}

.quote-wrapper {
    float: left;
    width: 100%;
}

.quote-quotation {
    padding: 0 15px 0 15px;
}

.quote-char {
    width: 25px;
    height: 20px;
    margin: auto;
    padding: 15px 25px 0 0;
    position: relative;
    z-index: 5;
}

.quote-left {
    background: url('img/body/icons/quote-left.jpg') no-repeat;
}

.quote-right {
    background: url('img/body/icons/quote-right.jpg') no-repeat;
}

.quote-author {
    position: relative;
    top: 10px;
    left: 180px;
    font-size: 80%;
}


#background-header {
    background: url('img/header/bg.png') top repeat-x;
    height: 252px;
    position: absolute;
    z-index: 0;
    width: 100%;
}

#lemon {
    width: 405px;
    height: 400px;
    position: absolute;
    top: 280px;
    left: -320px;
    background: url('img/body/lemon.png') no-repeat;
    z-index: 1;
}

#background {
    background: url('img/body/bg.jpg') top center no-repeat;
    width: 100%;
}

/* top [popup|fixed] bar */
#top {
    width: 100%;
    height: 45px;
    z-index: 2;
    position: absolute;
    color: white;
    font-size: 0.8em;
}

#top table {
    width: 1000px;
    padding: 4px 0 0 0;
    margin: 0 auto;
}

#top table tr td:first-child {
    width: 60%;
    padding: 0 0 0 160px;
}

#top .phone { font-weight: bold; }

#top .icon { vertical-align: middle; }

#dialog-email .email {
    margin: 50px 0 0 0;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

#container {
    margin: 0 auto;
    width: 960px;
    height: auto;
    position: relative;
}

#header {
    width: 960px;
    height: 252px;
    position: relative;
    background: url('img/header/bg-pattern.jpg') no-repeat;
}

#header .logo {
    width: 389px;
    height: 404px;
    position: absolute;
    background: url('img/header/logo.png') -70px 0px no-repeat;
}

#header .logo a {
    margin: 40px 0 0 20px;
    width: 240px;
    height: 140px;
    display: block;
    outline: none;
}

/*******************
 *      @nav
 ******************/
#header ul.navigation {
    list-style-type: none;	
	width: 678px;
    height: 99px;
    padding: 0;
	margin: 40px 0 0 0;
    float: right;
    position: relative;
}

#nav[lang|="en"] ul.navigation { background: url('img/header/menu.png') no-repeat; }
#nav[lang|="fr"] ul.navigation { background: url('img/header/menu-fr.png') no-repeat; }

#nav li { float: left; background-image: none; padding: 0; }
#nav li a { float: left; width: 120px; height: 100px; }
#nav a#menu-index { width: 85px; }

/* menu active/hover bar */
#nav li.active a#menu-index, #nav a#menu-index:Hover { 
    background: url('img/header/menu.png') 0px -99px no-repeat;
}
#nav li.active a#menu-services, #nav a#menu-services:Hover { 
    background: url('img/header/menu.png') -85px -99px no-repeat;
}
#nav li.active a#menu-about, #nav a#menu-about:Hover { 
    background: url('img/header/menu.png') -205px -99px no-repeat;
}
#nav li.active a#menu-realisations, #nav li a#menu-realisations:Hover { 
    background: url('img/header/menu.png') -325px -99px no-repeat;
}
#nav li.active a#menu-your-project, #nav a#menu-your-project:Hover { 
    background: url('img/header/menu.png') -460px -99px no-repeat;
}
#nav li.active a#menu-contact, #nav a#menu-contact:Hover { 
    background: url('img/header/menu.png') -585px -99px no-repeat;
}

#nav a#menu-realisations { width: 135px; }
#nav a#menu-your-project { width: 125px; }
#nav a#menu-contact { width: 80px; }

/* language switch bar */
#header .language-bar {
    text-align: right;
    padding: 0 10px 0 0;
    color: white;
}

#header .language-bar a { color: white; }

/* content */
#content-wrapper {
    background: white;
    position: relative;
    bottom: 60px;
    width: 958px;
    min-height: 660px;
    margin: 0 auto -70px 0;
    border: 1px solid black;
    border-bottom: none;
}

#content {
    padding: 20px 10px 80px 70px;
}

/******************
 *    @index
 ******************/
#content #index {
    margin: 25px 0 0 0;
}

#index .link {
    padding: 0 0 0 50px;
}

#index .whatWeDo-list, #index .howWeThink-list {
    float: left;
    list-style-type: none;
    width: 320px;
}

#index .whatWeDo-list li, #index .howWeThink-list li {
    padding-left: 20px;
}

#index .whatWeDo-list li {
    background: url('img/body/icons/green-check-16x16.png') no-repeat;
}

#index .howWeThink-list li {
    background: url('img/body/icons/bullet.png') no-repeat;
}

#index .list-wrapper {
    margin: 0 0 0 100px;
}

#index .intro-wrapper {
    width: 575px;
    padding: 20px 0 0 0;
    float: right;
}

#index .intro-wrapper .text-wrapper {
    width: 410px;
    float: left;
    padding: 0 10px;
}

#index .whatWeDo-wrapper {
    position: relative;
    top: -40px;
}

#index .whatWeDo-wrapper .text-wrapper {
    width: 730px;
    float: left;
    position: relative;
    top: -20px;
}

#index .whatWeDo-wrapper img {
    padding: 50px 0 0 0;
}

#index .triple-arrow {
    background: url('img/body/icons/triple-arrow.png') no-repeat;
    width: 105px;
    height: 85px;
    float: left;
}

#index a.big-link {
    font-size: 1.3em;
    font-weight: bold;
    position: relative;
    top: 45px;
    color: orange;
}

/*******************
 *    @services
 ******************/
#services .call-to-action {
    margin: 10px auto;
}

#services .call-to-action img {
    float: left;
    margin: 0 10px;
}

#services .call-to-action a {
    display: block;
    width: 250px;
    text-align: left;
    float: left;
    margin: 10px 0 0 0;
    text-decoration: underline;
}

#services .servers  {
    margin: 0 0 -30px 40px;
    position: relative;
    top: -30px;
    float: right;
}

#services .conception {
    margin: 50px 0 0 40px;
    position: relative;
    top: -30px;
    float: right;
}

#services .hosting-packages {
    text-align: center;
}

#services .hosting-packages .checkmark {
    background: url('img/body/icons/green-check-40x35.png') center no-repeat;
}

#services .hosting-packages tbody tr td:first-child {
    border: none;
}

#services .consultation {
    float: left;
    width: 550px;
}

#services .clear-both {
    clear: both;
}

/******************
 *    @choosing us
 ******************/
#choosing-us .text {
    padding: 10px;
}

#choosing-us .img-left {
    float: left;
}

#choosing-us .img-right {
    float: right;
}

#choosing-us .clear-both {
    clear: both;
}

#choosing-us .box {
    width: 600px;
}

#choosing-us .call-to-action {
    margin: 30px auto 0 auto;
    text-align: center;
}

#choosing-us .call-to-action img {
    margin: 0 10px 0 -15px;
    vertical-align: middle;
}

/******************
 *    @realisations
 ******************/

#realisations .clear-both {
    clear: both;
}

#realisations .looking-down {
    float: right;
    margin: -70px 0 0 0;
}

#realisations .realisation-img {
    float: left;
    min-width: 260px;
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
}

#realisations .realisation-details {
    float: left;
    width: 350px;
    padding: 0 0 0 10px;
}

#realisations .project-wrapper {
    clear: right;
}

#realisations hr.hr-blue {
    color: #c9e8ef;
    height: 1px;
    background-color: #c9e8ef;
    border: none;
}

#realisations ul.task-list {
    list-style-type: none;
    float: left;
    width: 125px;
    padding: 0 0 0 30px;
}

#realisations ul.task-list li {
    background: url('img/body/icons/green-check-16x16.png') no-repeat;
    padding: 0 0 0 25px;
    line-height: 20px;
    font-size: 90%;
}

#realisations .tasks-title {
    font-size: 120%;
    font-weight: bold;
    color: #666;
}

#realisations .realisation-details h6 {
    text-align: center;
}

#realisations .box-wrapper {
    padding: 15px 0 0 0;
}

#realisations .box-left {
    width: 280px;
    height: 210px;
    float: left;
}

#realisations .link {
    text-align: center;
    width: inherit;
    clear: left;
    padding: 10px 0 0 0;
    cursor: pointer;
}

#realisations .visit-site {
    width: 255px;
    height: 248px;
    position: absolute;
    left: 660px;
    background: url('img/body/visit-site.png') no-repeat;
    z-index: 1;
}

#realisations .visit-site a {
    display: block;
    margin: 105px 0 0 92px;
    width: 75px;
    text-align: center;
    font-weight: bold;
    color: black;
    text-decoration: underline;
    text-transform: uppercase;
}

#realisations a:Hover {
    color: white;
}

/********************
 *  @your-project
 ********************/
#your-project .businessman {
    float: right;
    padding: 15px;
}

#your-project .content {
    padding: 0 10px;
}

#your-project .step{
    color: #66cc00;
}

#your-project .step {
    font-size: 110%;
}

#your-project .call-to-action {
    margin: 30px auto 0 auto;
}

#your-project .call-to-action img {
    float: left;
    margin: 0 10px;
}

#your-project .call-to-action span {
    display: block;
    width: 550px;
    text-align: left;
    float: left;
    margin: 10px 0 0 0;
}

/******************
 *    @contact
 ******************/
#contact .operator img {
    float: right;
    padding: 0 50px 0 0;
}

#contact .details-wrapper {
    padding: 10px 0 0 90px;
}

#contact .details img {
    vertical-align: middle;
}

#contact .details span {
    padding: 5px;
}

#contact .details .email-address {
    padding: 0 0 0 5px;
}

#contact .details ul {
    list-style-type: none;
    padding: 0;
}

#contact .details ul li {
    padding: 3px;
}

#contact .details {
    padding: 0 0 0 75px;
}

/*****************
*    @rightbar
******************/
#rightbar {
    width: 275px;
    float: right;
    margin: 0 5px;
    position: relative;
    z-index: 5;
}

#rightbar .block-info {
    min-height: 120px;
    background: url('img/body/rightbar/bg.png') repeat-y;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 0 0 10px 0;
}

#rightbar .block-info .top {
    position: relative;
    width: inherit;
    height: 80px;
    display: table;
}

#rightbar .block-info .top div {
    width: inherit;
    height: inherit;
    display: inherit;
}

#rightbar .block-info .title {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 75px;
}

#rightbar .block-info .title span {
    text-align: center;
    display: block;
    width: 180px;
    margin: 0 auto;
}

#rightbar .block-info .content {
    color: #666666;
    font-size: 90%;
    text-align: left;
}

#rightbar .block-info .content p:first-child {
    margin-top: 0;
}

/* nameschemed icons */
.block-info.news  .top {
    background: url('img/body/rightbar/news-icon.png') 30px 5px no-repeat;
}
.block-info.news .content .date {
    font-weight: bold;
}

.block-info.infos .top {
    background: url('img/body/rightbar/infos-icon.png') no-repeat;
}
.block-info.infos .title span {
    text-align: left;
}

.block-info.question .top {
    background: url('img/body/rightbar/question-icon.png') no-repeat;
}

/*******************
 *    footer
 ******************/
#footer {
    width: 960px;
    height: 80px;
    background: url('img/footer/bg.jpg') no-repeat;
    color: white;
    position: relative;
}

#footer .splash {
    width: 350px;
    height: 295px;
    position: absolute;
    top: -215px;
    left: -250px;
    background: url('img/footer/splash.png') no-repeat;
}

#footer .lime {
    width: 165px;
    height: 175px;
    position: absolute;
    top: -95px;
    left: 860px;
    background: url('img/footer/lime.png') no-repeat;
}

#footer .text {
    float: left;
    width: 400px;
    margin: 0 0 0 50px;
    padding: 20px 0 0 60px;
    font-size: 75%;
}

#footer .icons {
    float: right;
    width: 160px;
    margin: 25px 180px 0 0;
}

#footer .icons div {
    width: 80px;
    height: 13px;
    background-repeat: no-repeat;
}
#footer .icons .xhtml {
    background: url('img/footer/xhtml.gif');
    float: left;
}

#footer .icons .css {
    background: url('img/footer/css.gif');
    float:right;
}

/*************************
    Maintenance layout
*************************/
#maintenance {
    background: url('img/header/bg.jpg') repeat-x;
    min-width: 550px;
    height: 598px;
}

#maintenance .img {
    width: 840px;
    height: 598px;
    margin: 0 auto;
}
