HTML
{
    overflow-y: scroll;
}

HTML, BODY
{
/*    height: 100%;*/
	margin: 0;
	padding: 0;
}

BODY
{
	background: #D5F3F5 url('/images/purplebg.jpg') fixed repeat-x; 
	font-family: Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size:100%; 
	color: #3E6193;
	min-width: 800px;
	max-width: 1200px;
    min-height: 100%;
    margin: 0px; padding: 0px;
}

H1 { font-size: 2em; margin: .67em 0; }
H2 { font-size: 1.5em; margin: .83em 0; }
H3 { font-size: 1.17em; margin: 1em 0; }
H4 { font-size: 1em; margin: 1.33em 0; }
H5 { font-size: .83em; line-height: 1.17em; margin: 1.67em 0; }
H6 { font-size: .67em; margin: 2.33em 0; }

BODY DIV#background /* faded background chameleon */
{
    position: fixed;
    left: 6em;
    top: 7em;
    width: 474px;
    height: 440px;
    filter: alpha(opacity=20);
    opacity: 0.2;
    z-index: -1;
}

BODY DIV#background IMG/* faded background chameleon */
{
    position: relative;
    width: 474px;
    height: 440px;
    background-image: url( '/images/big-chameleon-bl-trans.png' );
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/big-chameleon-bl-trans.png',sizingMethod=scale);
}

H1, H2, H3, H4, H5, H6
{ 
	color: #320d7b;
	font-family: "Century Gothic", sans-serif;
/*  text-transform: lowercase;*/
	font-weight: bolder;
	z-index: -10;
}

H1
{
    margin-top: 0;
	margin-bottom: 0.5em;
}

P
{
	line-height: 1.5em;
	margin-right: 2em;
	margin-top: 1em;
/*    text-align: justify;*/
}

LI
{
	line-height: 1.5em;
	margin-right: 2em;
}

A
{
    color: #320d7b;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dotted #a497c7;
}

A IMG
{
	border: none;
	text-decoration: none;
}

A:hover
{
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

A.more /* clients.shtml, services.shtml, products.shtml, radar.shtml */
{
	font-style: italic;
}

DIV.navigation /* for navring on projects */
{
	overflow: hidden;
}

DIV.navigation P.prev
{
	float: left;
    white-space: nowrap;
}

DIV.navigation P.next
{
	float: right;
    white-space: nowrap;
}

P.next-page
{
    text-align: right;
}

.shadow
{
    box-shadow: 0.2em 0.2em 0.2em #444;
    -webkit-box-shadow: 0.2em 0.2em 0.2em #444;
    -moz-box-shadow: 0.2em 0.2em 0.2em #444;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#404040', Positive='true');
}

#content /* All page content goes inside this, except the footer */
{
	position: relative;

    /* Menu on left */
/*    padding-left: 19em;*/
    /* Menu on right */
    padding-left: 14em;
    padding-right: 12em;

    padding-bottom: 10px;   
    min-height: 400px;
    z-index: 1;
    margin-bottom: 104px;
    margin-top: 1em;
}

#igence-text-vertical
{
    position: fixed;
    top: 2em;
    left: 1em;    
    margin-left: 3em;
}

#igence-text-vertical A
{
    outline: none;
    display: block;
    padding: 0 !important;
    text-decoration: none;
    border: none;
    font-weight: normal;
}

#igence-text-vertical A IMG
{
    display: block;
    margin: 0 0;
/*    width: 5em;*/
}

#igence-text-vertical A:hover
{
    opacity: 0.5;
    filter: alpha(opacity=50);  
}

DIV#footer
{
    z-index: 1;
    position: fixed;
    bottom: -1px; /* WTF? Otherwise, there is a one pixel gap underneath! */
    height: 90px;
    width: 100%;
    border-top: 4px solid #aaa;
    background-color: #fff;
    padding-top: 2px;
    min-width: 800px;
}   

DIV#footer P
{
	position: absolute;
	margin: 14px 160px 2px 2px;
	left: 120px;
	font-size: x-small;
	line-height: normal;
	font-family: Verdana;
/*  font-weight: bold;*/
}

DIV#footer IMG#chameleon
{
	position: absolute;
	background-image:  url('/images/chameleon-trans.png');
	left: 2px;
	width: 96px;
	height: 86px;
}

DIV#footer DIV#iso
{
	position: absolute;
	background: url('/images/iso.gif') no-repeat;
	right: 2px;
	width: 112px;
	padding-top: 78px;
	font-size: x-small;
	text-align: center;
	color: black;
}

DIV#footer #validator
{
	font-size: x-small;
	color: #a497c7;
}

IMG#premises /* aboutus.shtml */
{
    float: right;
    margin: 20px;   
}

DIV.clearfloat
{
	clear: both;
}

DIV.box /* simulation.shtml, partnership.shtml */
{
	background: white;
	border: 1px solid #999;
	padding: 5px;
	margin: 0 2em 0 0;
	min-height: 270px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -khtml-radius: 0.5em;
}

DIV.brochure /* brochures.shtml */
{
	float: left;
	width: 12em;
	height: 16em;
	text-align: center;
}

DIV.brochure A.no-underline
{
    border: none;
}

IMG.thumbnail /* products.shtml */
{
    float: left;
    width: 10em;
    padding: 1em;
}

DIV#slideshow /* svt.shtml */
{
    position: relative;
    width: 300px; 
    height: 200px;
    float: right;
    margin: 2em 2em 1em 3em;
/*    border: 0.5em white solid;*/
}

DIV#slideshow IMG 
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

DIV#slideshow IMG.active 
{
    z-index: 10;
}

DIV#slideshow IMG.last-active 
{
    z-index:9;
}

DIV.sar-image /* twp/simulation.shtml */
{
    float: left;
    margin-left: 1em;
    width: 210px;
    text-align: center
}

DIV.sar-image A.no-underline
{
    border: none;
}

DIV.sar-image IMG
{
    width: 198px;
    height: 198px;
}

DIV#mask
{
    display: none;  
    background-color: #000000;  
/*    opacity: 0.1;  
    filter: alpha(opacity=50);  
*/    position: fixed;  
    top: 0px;  
    left: 0px;  
    min-width: 100%;  
    min-height: 100%;  
    z-index: 2;  
}

DIV#sitemap
{
	padding: 1em 2em;
	font-size: 0.8em;
}

DIV#sitemap UL
{
	padding-left: 4em;
	list-style: none;
}

DIV#sitemap IMG
{
	height: 1.2em;
	padding: 0.2em;
	vertical-align: middle;
}

IMG.clipart
{
    -webkit-transform: rotate( 2deg );
    -moz-transform: rotate( 2deg );
    rotation: 2deg;
    float: right;
    margin: 2em;
}

DIV#currentjobs
{
        padding: 1em;
        margin: 0 5em 0 1em;
        border: 2px solid #6f6;
        z-index: 10;
        position: relative;
        background: #dcffdc;
}
