



body {
    margin: 10px;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    background: white;
}

td {
    vertical-align: top;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}

div#main {
    width: 852px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

div#header {
    width: 852px;
    height: 150px;
}

div#topanchor {
    width: 0;
    height: 0;
}

div#logo {
    float: left;
    width: 97px;
    height: 148px;
    background: #4b08a1;
}

html>body div#logo {
    background-image: url( ../images/logo_jteam.png );
}

div#call_now {
    float: right;
    text-align: right;
    vertical-align: bottom;
    width: 180px;
    height: 91px;
    cursor: text;
    background-color: white;
    background-repeat: no-repeat;
    background-position: right bottom;
}


div.random_quote {
    float: left;
    width: 576px;
    height: 91px;
    background-color: white;
    background-repeat: no-repeat;
}


div#menu {
    float: right;
    width: 710px;
    height: 55px;
    vertical-align: bottom;
    background: #F9F9F9;
    border: 1px solid #CECECE;
    background-image: url( ../images/menu_background.png );
    padding-left: 10px;
    padding-right: 10px;
}

div.menuitem {
    float: left;    
    width: 110px;
    height: 55px;
    vertical-align: text-bottom;
    position: relative;
}

div#menu a {
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;    
    width: 110px;
    height: 55px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

div#menu a:hover {
    color: gray;
}

div#menu a.active {
    background: white;
    border: 1px solid #CECECE;
    border-bottom: 0;
    height: 65px;
    color: #4b08a1;
    top: -10px;    
    line-height: 70px;
}

div#flash {
    width: 852px;
    height: 260px;
    margin-top: 25px;
}

div#small_flash {
    height: 260px;
    margin-top: 25px;
    _margin-bottom: 25px; /* For IE */
}

div#news {
    float: left;
    width: 212px;
}

div#home_welcome {
    float: left;
    width: 400px;
    margin-left: 15px;
}

div#home_featured {
    float: right;
    width: 210px;
}

div#jteam_jteam {
    float: left;
    width: 510px;
}

div#jteam_work {
    float: right;
    width: 310px;
}

div#showcases_cases {
    float: left;
    width: 620px;
}

div#showcases_clients {
    float: right;
    width: 210px;
}

div#specials_jobs {
    float: left;
    width: 510px;
}

div#specials_blogs {
    float: right;
    width: 310px;
    overflow: hidden;
}

div#contact_form {
    float: left;
    width: 411px;
}

div#contact_info {
    float: right;
    width: 411px;
}

h1 {
    font-size: 24px;
    color: #4b08a1;
    text-transform: uppercase;
    font-family: "Trebuchet MS", sans-serif;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

h2 {
    margin: 0;
    margin-top: 3px;
    margin-bottom: 3px;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

blockquote {
    background: black;
    margin: 0;
    padding: 25px;
    background-image: url( ../images/quote_background.png );
    color: white;
}

div#news div.news_item {
    cursor: pointer;
    padding-left: 10px;
    background-image: url( ../images/bullet.png );
    background-position: left center;
    background-repeat: no-repeat;
}

.news_item_active {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url( ../images/bullet_rotated.png );
}

.news_item_content {
    display: block;
    padding-left: 10px;
}

.news_item_content ol, .news_item_content ul {
    list-style-position: outside;
    padding-left: 20px;
}

.news_item_content li {
    margin-left: 5px;
}

div#news h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

div#news p {
    margin-top: 0;
    margin-bottom: 10px;
}

div#blog_navigator a {
    cursor: pointer;
}

div#techtalk_navigator a {
    cursor: pointer;
}

div.techtalk_item {
    cursor: pointer;
    padding-left: 10px;
    background-image: url( '../images/bullet.png' );
    background-position: left center;
    background-repeat: no-repeat;
}

div.hr {
    background: #fff url( ../images/hr.png ) no-repeat scroll center;
    border: 0 solid white;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.client, div.partner, div.blog {
    height: 15px;
    line-height: 17px;
    padding-left: 10px;
    background-image: url( '../images/bullet.png' );
    background-position: left center;
    background-repeat: no-repeat;
}

div.job_intro {
    padding-left: 10px;
    background-image: url( '../images/bullet.png' );
    background-position: left center;
    background-repeat: no-repeat;
}

div.job_extra {
    padding-left: 10px;
}

div.client div, div.partner div {
    font-weight: bold;
}

div.client:hover, div.partner:hover, div.blog:hover {
    cursor: pointer;
}

div.job, div.blog {
    margin-top: 25px;
    cursor: pointer;
}

a {
    color: #666666;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

div#footer {
    text-align: center;
    height: 50px;
    padding-top: 50px;
}

ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    _margin-bottom: 10px;
    margin-left: 0;
    list-style-image: url( ../images/bullet.gif );
}

li {
    margin-left: 15px;
    padding: 0;
}

div.blog h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

div.blog h3 {
    font-size: 12px;
    margin: 0;
    font-style: italic;
    font-weight: normal;
}

div.blog p {
    margin-top: 0;
}

table#contact input, textarea {
    width: 411px;;
    border: 1px solid #CCCCCC;
}

table#newsletter input {
    width: 210px;
    border: 1px solid #CCCCCC;
}

img#about_us {
    margin-top: 25px;
}

button {
    cursor: pointer;
    border-width: 0;
    width: 113px;
    height: 30px;
    line-height: 30px;
    background-color: #4b08a1;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

/* Added since Magnolia conversion */
.clientBranche {
    color: steelblue;
    font-weight:bold;
}