﻿body 
{
    margin: 0px;
    padding: 0px;
    background: #ffffff;
}

.siteContainer
{
    width: 977px;
    margin: 0 auto;
}

.header
{
    width: 957px;
    height: 119px;
    background: #ffffff url('/_common/images/logo.gif') no-repeat;
    background-position: left;
    margin: 0 auto;
    position: relative;
}

/* Languages
div.language span
{
    display: none;
}

.language
{
    width: 78px;
    height: 15px;
    margin-top: 10px;
    float: right;
}

.language ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.language li
{
    display: inline;
    height: 15px;
    width: 78px;
}

.language a 
{
    background-image: url('/_common/images/languages.jpg');
    display: block;
    float: left;
    outline: none;
}

a.english
{
    width: 24px;
    height: 15px;
    outline: none;
}

a.english:hover
{
    background-position: 0px -15px;
}

a.italian
{
    width: 24px;
    height: 15px;
    margin: 0 3px;
    outline: none;
    background-position: -24px 0;
}

a.italian:hover
{
    background-position: -24px -15px;
}

a.german
{
    width: 24px;
    height: 15px;
    outline: none;
    background-position: -48px 0;
}

a.german:hover
{
    background-position: -48px -15px;
}*/

/* Navigation */
#navcontainer
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    width: 957px;
    height: 36px;
    margin: 0 auto;
}

#navcontainer ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navcontainer ul li
{
    display: inline;
    float: left;
    text-align: right;
}

#navcontainer ul li a
{
    background: #2c465d;
    width: 125px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    outline: none;
    padding: 17px 10px 5px 0;
    margin-right: 2px;
    font-size: 70%
}

#navcontainer ul li a:hover
{
    background: #881d2a;
}

#navcontainer a:active
{
    background: #881d2a;
    color: #ffffff;
}

#navcontainer li#active a
{
    background: #881d2a;
    color: #ffffff;
}

#navlist li a.home
{
    width: 126px;
}

#navlist li a.contacts
{
    width: 124px;
    margin-right: 0;
}

/* Home Page Flash */
.flashHeader
{
    height: 294px;
    margin-top: 10px;
    margin-bottom: 25px;
    border: solid 1px #cfcfcf;
    padding: 9px;
    position: relative;
}

.flashTextContainer
{
    width: 311px;
    height: 294px;
    background: #f0f0f0;
    float: left;
}

.flashTextContainer table
{
    width: 311px;
    height: 294px;
}

.flashPlaceholder
{
    width: 957px;
    height: 294px;
    float: left;
    position: absolute; top: 9px; right: 9px;
}

/* Sub Page Flash */
.subFlashHeader
{
    width: 957px;
    margin-top: 10px;
    float: left;
    border: solid 1px #cfcfcf;
    padding: 9px;
    position: relative;
}

.subFlashTextContainer
{
    width: 210px;
    height: 181px;
    margin-right: 9px;
    float: left;
    background: #f0f0f0;
}

.subFlashTextContainer table
{
    height: 181px;
    background: #f0f0f0;
    color: #666666;
    text-align: left;
}

.subFlashPlaceholder
{
    width: 738px;
    float: left;
    position: absolute; top: 9px; right: 9px;
}

/* Home Page */
.content
{
    width: 957px;
    margin: 0 auto;
}

.homeNewsColumn
{
    width: 311px;
    float: left;
}

.homeNewsContainer
{
    width: 286px;
    background: #f0f0f0;
    margin-top: 10px;
    padding: 10px 0 10px 25px;
}

.homeNewsText
{
    width: 286px;
    border-top: solid 1px #c5c5c5;
    padding: 10px 0;
    font-size: 70%;
    line-height: 17px;
}

.homeNewsTextLast
{
    width: 286px;
    border-top: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    padding: 10px 0;
    font-size: 70%;
    line-height: 17px;
}

.homeMarketColumn
{
    width: 299px;
    margin-left: 27px;
    margin-right: 21px;
    float: left;
}

.homeSolutionsColumn
{
    width: 299px;
    float: left;
}

#listContainer
{
    width: 299px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 100%;
}

#listContainer ul
{
    margin: 0;
    margin-top: 10px;
    padding: 0;
    list-style-type: none;
}

#listContainer ul li
{
    padding: 0;
    margin: 0;
}

#listContainer ul li a
{
    width: 277px;
    background: #fff url('/_common/images/arrow2.gif') no-repeat;
    background-position: 281px 21px;
    border: solid 1px #d8d8d8;
    color: #2c465d;
    text-decoration: none;
    display: block;
    outline: none;
    padding: 15px 0 5px 20px;
    margin-bottom: 1px;
}

#listContainer ul li a:hover
{
    background: #f0f0f0 url('/_common/images/arrow2.gif') no-repeat;
    background-position: 271px 21px;
}

/* Content Pages */
.subPageContent
{
    width: 957px;
    float: left;
    background: #fff url('/_common/images/subPage_contentbg.gif') repeat-y;
}

.subNavigationColumn
{
    width: 211px;
    height: 414px;
    background: #f0f0f0;
    float: left;
}

.subPageLeftMargin
{
    width: 10px;
    height: 20px;
    float: left;
}

.subNavigationColumn ul
{
    padding: 0;
    margin: 0;
    padding: 15px 0 0 25px;
    border-top: solid 15px #fff;
    font-weight: bold;
    font-size: 75%;
}

.subNavigationColumn li
{
    list-style-type: none;
    padding: 5px 0;
    border-top: solid 1px #c5c5c5;
}

.subNavigationColumn li a
{
    color: #2c465d;
    text-decoration: none;
    outline: none;
}

.subNavigationColumn li a:hover,
.subNavigationColumn li#active a
{
    color: #881d2a;
}

.subMiddleColumn
{
    width: 544px;
    padding: 20px 25px 25px 25px;
    float: left;
    text-align: justify;
}

.subMiddleColumn table
{
    text-align: left;
}

.tableHeader
{
    background: #891d2c;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    padding: 10px 0 10px 20px;
}

.tableContent
{
    background: #dbbbc0;
    padding: 5px 5px 15px 5px;
    border-top: solid 1px #fff;
}

.subMiddleColumn ul
{
    padding: 0;
    margin: 10px 0 15px 20px;
    line-height: 20px;
    font-size: 80%;
}

.subRightColumn
{
    width: 142px;
    padding-left: 10px;
    float: right;
    font-size: 70%;
    line-height: 20px;
}

.brochure
{
    width: 130px;
    padding: 5px 5px 10px 5px;
    margin: 10px 0 15px 0;
    background: #f0f0f0;
    text-align: center;
    border: solid 1px #f0f0f0;
}

.brochure:hover
{
    width: 130px;
    border: solid 1px #cfcfcf;
    text-align: center;
    cursor: pointer;
}

.aboutPeopleLeft
{
    width: 259px;
    margin-right: 25px;
    float: left;
}

.aboutPeopleRight
{
    width: 259px;
    float: left;
}

/* Footer */
.footer
{
    width: 915px;
    border: solid 1px #cfcfcf;
    text-align: right;
    padding: 10px 30px 10px 30px;
    margin: 20px 0;
    float: left;
    font-size: 70%;
}

.subFooter
{
    width: 915px;
    border: solid 1px #cfcfcf;
    text-align: right;
    padding: 10px 30px 10px 30px;
    margin: 0;
    margin-bottom: 20px;
    float: left;
    font-size: 70%;
}

.footer a,
.footer a:link,
.footer a:visited,
.subFooter a,
.subFooter a:link,
.subFooter a:visited
{
    color: #666666;
    text-decoration: none;
    outline: none;
}

.footer a:hover,
.subFooter a:hover
{
    text-decoration: underline;
}

.footerL
{
    float: left;
}

.footerR
{
    float: right;
}

.footerBlock
{
    width: 311px;
    height: 18px;
    background: #d3d0a9;
    margin-left: 10px;
    margin-bottom: 50px;
}

.subFooterBlock
{
    width: 211px;
    height: 18px;
    background: #d3d0a9;
    margin-left: 10px;
    margin-bottom: 50px;
}

/* General Styles */
img
{
    border: none;
}

a
{
    outline: none;
    text-decoration: none;
}

.clear
{
    height: 0;
    margin: 0;
    padding: 0;
}

.aboutClear
{
    width: 544px;
    height: 25px;
    float: left;
}

object
{
    outline: none;
}

.fieldLabel
{
    width: 144px;
    text-align: left;
}

.field
{
    width: 400px;
}

.tableSpacer
{
    height: 10px;
    background: #fff;
}

label
{
    font-size: 80%;
    font-weight: bold;
}

input,
textarea
{
    background: #f0f0f0;
    border-top: solid 1px #dbdbdb;
    border-right: solid 1px #f4f4f4;
    border-bottom: solid 1px #f4f4f4;
    border-left: solid 1px #dbdbdb;
    padding: 4px;
}

input[type="submit"]
{
    background: #2c465d;
    border: none;
    margin: 0;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

input[type="submit"]:hover
{
    background: #881d2a;
    cursor: pointer;
}

/* jQuery Tabs */
.menu_list
{
    width: 186px;
    margin: 0;
    padding: 15px 0 0 25px;
    background: #f0f0f0;
    font-weight: bold;
    font-size: 90%;
    float: left;
    border-top: solid 15px #fff;
    color: #2c465d;
}

.menu_list #active,
.menu_head #active
{
    color: #881d2a;
}

.menu_head
{
    padding: 3px 0;
    margin: 0;
    border-top: solid 1px #c5c5c5;
	cursor: pointer;
}

.menu_head a,
.menu_head a:link,
.menu_head a:visited
{
    color: #2c465d;
    text-decoration: none;
    outline: none;
}

.menu_head a:hover
{
    color: #881d2a;
}

.menu_head:hover
{
    color: #881d2a;
}

.menu_body
{
	display: none;
	font-size: 75%;
	border-top: solid 1px #c5c5c5;
	text-decoration: none;
}

.menu_body a,
.menu_body a:link,
.menu_body a:visited
{
    display: block;
    margin: 0;
    padding: 3px 0 3px 15px;
    color: #636363;
    text-decoration: none;
}

.menu_body a:hover
{
    color: #881d2a;
}

.chartDiv
{
    width: 544px;
    text-align: center;
    margin: 20px 0 25px 0;
    font-size: 70%;
    color: #666;
}

.chartImage
{
    margin: 0 0 5px 0;
    padding: 0;
    border: solid 1px #cfcfcf;
}

.chartImage:hover
{
    border: solid 1px #2c465d;
    cursor: pointer;
}