﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;	background: transparent;
}
body {line-height: 1;}
ol, ul, li {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

/*=@MAYER GLOBAL RESET COMPLETE-----------------------------------------------------------------------------------*/
/* @TYPOGRAPHY ---------------------------------------------------------------------------- */
	body {font-family: Tahoma, Arial;font-size:76%;color:black; text-align:left}
	div {font-size:1em;}
	img {border:0;}
	
/* @LINKS -------------------------------------------------------------------------------- */
	a, a:link, a:active {text-decoration: none;}
	a:visited {	}
	a:hover {text-decoration: none;}

/* @HEADINGS--------------------------------------------------------------------------------*/
	h1,h2,h3,h4,h5,h6 {font-weight: bold; margin:0 0 0.25em 0; padding: 0;}
	h1 {font-size: 1.5em; margin:0.5em 0 0.5em 0;}
	h2 {font-size: 1.4em;}
	h3 {font-size: 1.3em;}
	h4 {font-size: 1.2em;}
	h5 {font-size: 1em;}
	h6 {font-size: 0.8em;}

/* @TEXT ---------------------------------------------------------------------------------- */
	p {	font-size: 1em;	margin: 0 0 1.5em 0;padding:0;line-height:1.4em;}
	blockquote {border-left: 10px solid #ddd;margin-left: 10px;}
	pre {display:block;overflow:scroll;margin:0 16px 1.5em 16px;padding:2px;font-family:"Courier New", Courier, monospace;font-size: 1em;background-color:#eee;}
	strong, b {	font-weight: bold;}
	em, i {	font-style:italic;}
	code {display: block;font-family: "Courier New", Courier, monospace;font-size: 1em;background-color: #eee;}
    h2 code, p code {display: inline;}
        
 /* @TABLE -------------------------------------------------------------------------------- 
	table {margin:0;border-collapse: collapse;font-size: 1em;}
	table caption {font-weight: bold;margin: 0 0 0 0;padding: 0 0 0.5em 0;text-align: left;}
	th {padding: 2px;font-weight: bold;text-align: right;text-transform: lowercase;}*/
	td {padding: 2px; font-size: 1em; text-align:left; vertical-align:top}
        
/*--------------------------*/

body { background: url(images/bg.png) #000 center top no-repeat; }

.wrapper {width:940px; margin:0 auto;}


.header { width:940px; height:125px; position:relative; }
	.us-site { width:78px; height:20px; background:url(images/us_site1.gif) no-repeat top; position:absolute; top:0; left:0; text-indent:-999px;}
	.lang { position:absolute; top:0; right:0;}
	.lang li { float:left; display:inline; margin-left:5px;}
	.lang li a { width:34px; height:20px; text-indent:-9999px; display:block; }
	
	.lang li a.en { background:url(images/en.gif) no-repeat top; }
	.lang li a.en:hover { background:url(images/en.gif) no-repeat bottom; }
	
	.lang li a.fr { background:url(images/fr.gif) no-repeat top; }
	.lang li a.fr:hover { background:url(images/fr.gif) no-repeat bottom; }
	
	.lang li a.de { background:url(images/de.gif) no-repeat top; }
	.lang li a.de:hover { background:url(images/de.gif) no-repeat bottom; }
	
	.us-site:hover {  background:url(images/us_siteH.gif) no-repeat bottom; }
	
	.lang li.active a.en,
	.lang li.active a.fr,
	.lang li.active a.de { background-position:bottom; } 
	
	.language { width:112px; position:absolute; top:0; right:0; margin:0; padding:0; font-size: 11px;font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; color:#5f6a75; }
	.language ul { margin:0; padding:0;}
	.language ul li { margin:0; padding:0; }
	
	.language span { margin-top:-12px;}
	
    .language span.LanguageTrue { width:24px; height:20px; display:block; margin-left:3px; padding-left:10px; float:left; cursor:pointer; }
	
	.language a span.LanguageTrue { color:#ffffff; text-transform:uppercase; line-height:20px; background:url(images/lang_bg.gif) no-repeat bottom;}
	.language a:hover span.LanguageTrue { color:#ffffff; background:url(images/lang_bg.gif) no-repeat top; }
	
	.language span.LanguageFalse {width:24px; height:20px; display:block; margin-left:3px; padding-left:10px; float:left; cursor:pointer; }
	
	.language a span.LanguageFalse { color:#18233d; text-transform:uppercase; line-height:20px; background:url(images/lang_bg.gif) no-repeat top;}
	.language a:hover span.LanguageFalse { color:#ffffff; background:url(images/lang_bg.gif) no-repeat bottom; }

/* ----------------------------------------------------------------*/
/*                         CHROME HACK                             */
/* ----------------------------------------------------------------*/

body:nth-of-type(1) .language
{
width:130px; position:absolute; top:0; right:-19px; margin:0; padding:0; font-size: 11px;font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; color:#5f6a75; }
body:nth-of-type(1) .language span.LanguageFalse {width:24px; height:20px; display:block; float:left; cursor:pointer; margin-top:0px; }
body:nth-of-type(1) .language a span.LanguageFalse { color:#18233d; text-transform:uppercase; line-height:20px; background:url(images/lang_bg.gif) no-repeat top;  }
body:nth-of-type(1) .language a:hover span.LanguageFalse { color:#ffffff; background:url(images/lang_bg.gif) no-repeat bottom;  }
body:nth-of-type(1) .language span.LanguageTrue { width:24px; height:20px; color:#ffffff; background:url(images/lang_bg.gif) no-repeat top; margin-top:0px; }
body:nth-of-type(1) .language a span.LanguageTrue { color:#ffffff; text-transform:uppercase; line-height:20px; background:url(images/lang_bg.gif) no-repeat bottom;}
body:nth-of-type(1) .language a:hover span.LanguageTrue { color:#ffffff; background:url(images/lang_bg.gif) no-repeat top; }

/* ---------------------------------------------------------------- */

.logopane{ background:#fff; margin-right:1px;}
#content {width:100%; margin:0; padding:0}
#content .leftcontent {float:left;width:160px;background:#27568e;height:615px;}
#content .ContactPane{width:780px;float:left;padding:0;margin:0; background:#FFF}
#content .ContactPane{min-height:615px; height:auto !important; height:615px;}
/* Overlap DE -- > */
.overlapDE { position:absolute; right:0px; width:24px; height:19px; font-size: 11px;font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; color:#18233d; background:url(images/lang_bg.gif) no-repeat top; line-height:18px; padding-left:10px; }

body:nth-of-type(1) .overlapDE
{
height:33px;
background:url(images/lang_bg_chr.gif) no-repeat top #18233e;
right:1px;
}

/* fin */

/*START OF CHANGES MADE BY PRAVASH*/
.contactDetailsBlock{padding:5px 0 0 0}

#mainDesc{float:left;background:#e0e8f0; height:197px;overflow:hidden;padding:12px 17px 17px 25px;position:relative;width:367px;}
#mainDesc p{font:normal 11px/15px Verdana,Arial,Helvetica,sans-serif; color:#313131; margin:10px 20px 10px 0; padding:0}
#mainDesc h3{color:#275590; font-size:11.5px; font-weight:bold; margin-bottom:10px; line-height:15px }
#mainDesc img {}
#mainDesc .contactButtonDE { background:url(images/contactDE.gif) no-repeat; width:91px; height:31px; text-indent:-9999px; display:block; position:absolute; right:17px; bottom:17px; }
#mainDesc .contactButtonFR { background:url(images/contact.gif) no-repeat; width:91px; height:31px; text-indent:-9999px; display:block; position:absolute; right:17px; bottom:17px; }
#mainDesc .contactButtonEN { background:url(images/contact.gif) no-repeat; width:91px; height:31px; text-indent:-9999px; display:block; position:absolute; right:17px; bottom:17px; }

.contactMap{WIDTH: 362px; HEIGHT: 225px;display:none; float:right; border-top:1px solid #9F9F9F; border-left:1px solid #9F9F9F}
.contactDiv{background:#E0E8F0; width:100%; height:100%}
/*END OF CHANGES MADE BY PRAVASH*/


#footer {width:100%; color:#315169;background:#0e1b2d; font:normal 9px Verdana, Arial, Helvetica, sans-serif; text-align:center; margin:0; padding:0; height:25px;}
#footer li {margin-right:30px; display:inline; text-align:center; margin:0; padding:0 } 
#footer a {line-height:25px}
.ebusiness {text-align:center; padding-top:25px; }
#footer li a{ color:#335875; text-decoration:none}
#footer li a:hover{ color:#85a9c5; text-decoration:none}

/* =TOOLS -------------------------------------------------------------------------------------*/
.clear:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* Hides from IE-mac \*/
* html .clear { height:1%; }
/* End hide from IE-mac */



