body {
    font-family: "DejaVu Sans", "Arial CE", Arial, Sans, sans-serif;
    font-size: 11px;
    color: #818F98;
    line-height: 15px;
}
/*************************************************************/
.bgbar {
    position: absolute;
    width: 10px;
    height: 60px;
    background-color: #919FA8;
    background-image: url("bgbar.jpg");
    border: 1px solid  #818F98;
}

#fill1 {
    top: 320px;
    left: 400px;
}
#fill2 {
    top: 210px;
    left: 550px;
}
#fill3 {
    top: 250px;
    left: 300px;
}
#fill4 {
    top: 120px;
    left: 650px;
}
#fill5 {
    top: 260px;
    left: 70px;
}
#fill6 {
    top: 500px;
    left: 470px;
}
#fill7 {
    top: 500px;
    left: 300px;
}
#fill8 {
    top: 370px;
    left: 600px;
}
#fill9 {
    top: 290px;
    right: 300px;
}
#fill10 {
    top: 410px;
    left: 150px;
}
#fill11 {
    top: 550px;
    left: 120px;
}
#fill12 {
    top: 140px;
    right: 10px;
}
#fill13 {
    bottom: 10px;
    left: 730px;
}
#fill14 {
    bottom: 70px;
    right: 120px;
}
/*************************************************************/
a {
    color: black;
    text-decoration: none;
}
a:hover {
    color:#CC0033;
}
h1 {
    margin: 0;
    padding: 0;
}
h2 {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
img.zoom {
    cursor: pointer;
}
/************************************************************/
#solution,#company,#oss  {
    margin: 0;
    padding: 0;
}
#solution li, #company li, #oss li {
    margin: 0;
    padding: 0;
    margin-left: 5px;
    list-style: none;
    display: none;    
    font-size: 1.1em;
}
#solution.active li:first-child, #company.active li:first-child, #oss.active li:first-child {
    height: auto;
}
#solution.active li, #company.active li, #oss.active li {
    display: block;
}
#solution li:first-child, #company li:first-child, #oss li:first-child {
    display: block;
    font-weight:bold;
    font-size: 1.2em;
    margin-left: 5px;
    height: 60px;
}
#solution:hover li:first-child, #company:hover li:first-child, #oss:hover li:first-child {
    height: auto;
}
#solution:hover li, #company:hover li, #oss:hover li {
    display: block;
}
/***********************************************************/
/*red*/
#solution {
    position: absolute;
    top: 30px;
    left: 25px;
    padding-left: 12px;
    background-repeat: repeat-y;
    background-position: top left;
    background-image: url('redbar.jpg');
}
#solution li:first-child {
    color: #CC0033;
}
#solution a.active {
    color:#CC0033;
}
#solution a:hover {
    color:#CC0033;
}

/**********************************************************/
/*green*/
#oss {
    position: absolute;
    top: 0px;
    left: 300px;
    padding-left: 12px;
    background-repeat: repeat-y;
    background-position: top left;
    background-image: url('greenbar.jpg');
}
#oss li:first-child {
    color: #959B48;
}
#oss a.active {
    color:  #959B48;
}
#oss a:hover {
    color: #959B48;
}
#content div a {
    margin-left: 20px;
}
/**********************************************************/
/*brown*/
#company {
    position: absolute;
    top: 120px;
    left: 150px;
    padding-left: 12px;
    background-repeat: repeat-y;
    background-position: top left;
    background-image: url('brownbar.jpg');
}


#company li:first-child {
    color: #C4AC80;
}
#company a.active {
    color: #C4AC80;
}

#company a:hover {
    color: #C4AC80;
}

/************************************************************/
#logo {
    position: absolute;
    right: 25px;
    top: 50px;
    width: 206px;
}
#logo {
    text-align: right;
}
#logo h1 span {
    display: none;
}
#logo img {
    border: 0;
}
#logo div {
    margin-top: 10px;
}
#logo h1 {
    width: 206px;
    height: 81px;
    background: url("logo.jpg");
    display: block;
    text-align: right;
    margin: 0;
    padding: 0;
}
#minimenu {
    top: 5px;
    right: 83px;
    position: absolute;
}
#minimenu a {
    color: #818F98;
    margin-left: 10px;
}
#minimenu a:hover {
    color: #CC0033;
    margin-left: 10px;
}

/************************************************************/
#down {
    position: absolute;
    bottom: 0px;
    left: 21px;
    height: 30px;
    width: 13px;
    background-color: white;
    border-left: 2px solid white;
    border-right: 2px solid white;
}
#maximize {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    height: 30px;
    width: 13px;
    background: url('maximize.gif');
    border-left: 2px solid white;
    border-right: 2px solid white;
}
#main.maximized #maximize {
    background: url('restore.gif');
}
#main.maximized table {
    width: 95%; 
}
/***********************************************************************************/
.oss {
/*green*/
    background-color: #959B48;
    background-image: url('greentop.jpg');
    background-repeat: repeat-x;
    background-position: top left;    
    border: 1px solid #757B28;    
}
.company {
/*brown*/
    background-color: #C4AC80;
    background-image: url('browntop.jpg');
    background-repeat: repeat-x;
    background-position: top left;    
    border: 1px solid #A4AC76;
}
.solution {
/*red*/
    background-color: #CC0033;
    background-image: url('redtop.jpg');
    background-repeat: repeat-x;
    background-position: top left;
    border: 1px solid #9A0012;
}
.none {
    background-color: #818F98;
}
/**************************************************************************************/
#main {
    width: 330px;
    position: absolute;
    padding: 10px 10px 10px 0px;
    text-align: left;
    left: 50px;
    top: 210px;
    z-index: 1;
    background-color: white;
}
#main #content {
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    width: 99%;
    height: 270px;
    padding: 1px 3px 1px 1px;
    _padding: 1px 25px 1px 1px;
}
#main.maximized #content {
    height: 470px;
}

/*************************************************************************/
#main a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

#main a.sitemap {
color: white;
font-weight: bold;
text-decoration: none;
}

#main a:hover {
    background-color: white;
    color: #818f98;
    text-decoration: none;
}
#main p {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 10px;
}

#main p.tex {				
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 10px;
    text-indent: 10px;
}
#main h1 {
    color: black;
    display: inline;
    top: 11px;
    left: 21px;
    font-size: 1.4em;
    font-weight: normal;
}
#main h2 {
    font-size: 1.4em;
    color: black;
    font-weight: normal;    
}
#main #profile .green{
    color: #959B48;
}
#main #profile .red{
    color: #CC0033;
}
#main #profile .brown{
    color: #C4AC80;
}
#main h2.sitemap {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #414F58;
    margin-left: 20px;
}
#main h3 {
    font-size: 11px;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 10px;
}

#main ul {
    margin: 5px 16px;
    padding: 0;
}
#main ul {
    list-style-type: none;
    margin-bottom: 5px;
}
#main li {
    list-style-type: none;
    margin: 5px 16px;
    margin-bottom: 10px;
    margin-left: 16px;
}
#main ul.normal,#main ul.numbered {
    margin-left: 16px;
}
#main ul.normal li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 5px;
    margin-left: 16px;
    margin-top: 5px;
}
#main ul.numbered li.title{
    list-style-type: decimal;
    margin-bottom: 5px;
    margin-left: 16px;
    margin-top: 5px;
}
#main ul.numbered li.para{
    display: block;
    margin-bottom: 5px;
    margin-left: 16px;
}

#main li.title {
    font-weight: bold;
    list-style-type: disc;
    list-style-position: inside;
    margin: 10px;
    padding: 0;
    margin-bottom: 5px;
}
/********************************************/
table {
    border: 1px solid white;
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 92%;
    color: white;
    font-size: 100%;
}
tr, th, td {
    border: 1px solid white;
    text-align: left;
}
td {
    padding-right: 5px;
    padding-left: 5px;
}
#main.oss table,#main.oss tr,#main.oss th,#main.oss td {
    border: 1px solid #858B38;
}
#main.oss th {
    background-color: #858B38;
}
#main.company table, #main.company tr, #main.company th, #main.company td {
    border: 1px solid #B49C70;
}
#main.company th {
    background-color: #B49C70;
}
#main.solution table, #main.solution tr, #main.solution th, #main.solution td {
    border: 1px solid #9C0023;
 
}
#main.solution th {
    background-color: #9C0023;
}
#main.none table, #main.none tr, #main.none th, #main.none td {
    border: 1px solid #616F78;
 
}
#main.none th {
    background-color: #616F78;
}

/*********************************************/
form {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
}
button {
    color: white;
    font-weight: bold;
}
label {
    font-weight: bold;
}
#main.oss input, #main.oss textarea {
    border: 1px solid #858B38;
}
#main.company input, #main.company textarea {
    border: 1px solid #B49C70;
}
#main.solution input, #main.solution textarea {
    border: 1px solid #9C0023;
}
#main.none input, #main.solution textarea {
    border: 1px solid #616F78;
}

#main.oss button {
    background-color: #858B38;
    border-top: 1px solid #A5AB58;
    border-left: 1px solid #A5AB58;
    border-bottom: 1px solid #757B28;
    border-right: 1px solid #757B28;
}
#main.company button {
    background-color: #B49C70;
    border-bottom: 1px solid #A48C60;
    border-right: 1px solid #A48C60;
    border-top: 1px solid #C4AC80;
    border-left: 1px solid #C4AC80;

}
#main.solution button {
    background-color: #9C0023;
    border-top: 1px solid #DC1043;
    border-left: 1px solid #DC1043;
    border-bottom: 1px solid #AC0013;
    border-right: 1px solid #AC0013;

}
#main.none button {
    background-color: #717F88;
    border-top: 1px solid #919FA8;
    border-left: 1px solid #919FA8;
    border-bottom: 1px solid #616F78;
    border-right: 1px solid #616F78;
}
/*****************************************************************/
#showcase img {
    margin-left: 0px;
    overflow: hidden;
}
#showcase {
    background-color: white;
    width: 450px;
    height: 390px;
    position: absolute;
    color: #818F98;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
    text-align: left;
    left: 410px;
    top: 223px;
}
#showcase button {
    background-color: #717F88;
    border-top: 1px solid #919FA8;
    border-left: 1px solid #919FA8;
    border-bottom: 1px solid #616F78;
    border-right: 1px solid #616F78;
}
#showcase input, textarea {
    border: 1px solid #616F78;
}
#showcase table, #showcase tr, #showcase th, #showcase td {
    border: 1px solid #616F78;
 
}
#showcase th {
    background-color: #616F78;
    color: white;
}
#showcase a {
    color:#818F98 ;
    font-weight: bold;
    text-decoration: underline;
    background-color: white;
}
#showcase a:hover {
    background-color: white;
    color: #818f98;
    text-decoration: none;
    background-color: white;
}
#showcase table {
    border: 1px solid #717F88;
    border-collapse: collapse;
    margin: 5px;
    width: 95%;
    color: #717F88;
    font-size: 100%;
    background-color: white;    
}
#showcase tr, #showcase th, #showcase td {
    border: 1px solid  #717F88;
    text-align: left;
}
       
#showcase td {
    padding-right: 5px;
    padding-left: 5px;
}
#showcase p {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    background-color: white;    
}
#showcase p.tex {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    text-indent: 10px;
}
#showcase h1 {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 10px;
    background-color: white;    
}
#showcase h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-left: 0px;
    background-color: white;    
}
.ssolution h2 {
    color: #CC0033;
}
.soss h2 {
    color: #959B48;
}

.scompany h2 {
    color: #C4AC80;
}
#showcase h2.sitemap {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #414F58;

}
#showcase h3 {
    font-size: 11px;
    font-weight: bold;
    background-color: white;    
}

#showcase ul {
    margin: 5px 13px;
    padding: 0;
    background-color: white;    
}
#showcase ul {
    list-style-type: none;
    margin-bottom: 5px;
}
#showcase li {
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 10px;
}
#showcase ul.normal,#showcase ul.numbered {
    margin-left: 10px;
}
#showcase ul.normal li{
    list-style-type: disc;
    margin-bottom: 5px;
    margin-left: 10px;
}
#showcase ul.numbered li{
    list-style-type: decimal;
    margin-bottom: 5px;
    margin-left: 10px;
}
#showcase li.title {
    font-weight: bold;
    list-style-type: disc;
    margin: 10px;
    padding: 0;
    margin-bottom: 5px;
}
#showcase.visual {
    background-color: black;
    color: white;
    overflow: hidden;
    z-index: 1;
}
#showcase.visual img {
    position: absolute;
    left: 0;
    right: 0;
}

.visual #promotext .title {
    font-size: 120%;
    font-weight: bold;
    background-color: white;
    color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 3em;
    height: 3em;
    text-align: center;
}
.visual #promotext .title .red{
    color: #cc0033;
}
.visual #promotext {
    position: relative;
    top: 5%;
    border: 3px solid white;
    width: 90%;
    margin: auto;
    height: 220px;
    z-index: 10;
}
.visual #visual1, .visual #visual2 {
    position: absolute;
    bottom: 4em;
    width: 80%;
    margin-left: 1em;
}
.visual .hideme {
display: none;
}
/*ie scrollbars ugly hack*/
body {
   scrollbar-face-color: #616F78;
   scrollbar-track-color: white;
   scrollbar-shadow-color: #616F78;
   scrollbar-highlight-color: #616F78;
   scrollbar-3dlight-color: white;
   scrollbar-darkshadow-color: white;
   scrollbar-arrow-color: white;
}
.oss {
/*green*/
   scrollbar-face-color: white;
   scrollbar-track-color: #959B48;
   scrollbar-shadow-color: white;
   scrollbar-highlight-color: white;
   scrollbar-3dlight-color: #959B48;
   scrollbar-darkshadow-color: #959B48;
   scrollbar-arrow-color: #959B48;
   /*#757B28;*/
}
.company {
/*brown*/
   scrollbar-face-color: white;
   scrollbar-track-color: #C4AC80;
   scrollbar-shadow-color: white;
   scrollbar-highlight-color: white;
   scrollbar-3dlight-color: #C4AC80;
   scrollbar-darkshadow-color: #C4AC80;
   scrollbar-arrow-color: #C4AC80;
   /*#A4AC76;*/
}
.solution {
/*red*/
   scrollbar-face-color: white;
   scrollbar-track-color: #CC0033;
   scrollbar-shadow-color: white;
   scrollbar-highlight-color: white;
   scrollbar-3dlight-color: #CC0033;
   scrollbar-darkshadow-color: #CC0033;   
   scrollbar-arrow-color: #CC0033;
   /*#9a0012;*/
}
/***************************************************/
#solution li.tbar, #company li.tbar, #oss li.tbar {
position:absolute;
color: red;
border-top: 1px solid red;
width: 12px;
height: 1px;
overflow: hidden;
top: 0;
left: -5px;
display: block;
}
/*brown c2af87*/
/*green 91973f */
/*red aa0e35*/
#solution li.bbar, #company li.bbar, #oss li.bbar {
height: 1px;
overflow: hidden;
border-bottom: 1px solid red;
width: 12px;
position:absolute;
color: red;
bottom: 0;
left: -5px;
display: block;
}
#solution li.tbar, #solution li.bbar {
    border-color: #aa0e35;
}
#oss li.tbar, #oss li.bbar {
    border-color: #91973f;
}
#company li.tbar, #company li.bbar {
    border-color: #c2af87;
}
