body {
	background-image: url('../images/body-bg.gif');
	margin: 0;
	padding: 0;
	background-color: #f5f1dd;
	margin-bottom: 20px;
}

img {
	margin: 0;
	padding: 0;	
}

#container {	
	border-spacing: 0px;
	width: 991px;
	margin-left: auto;
	margin-right: auto;
}

#container td {
	padding-left: 33px;
	padding-right: 32px;	
	padding-top: 0;
	padding-bottom: 0;
}

#content-cell {
	background-image: url('../images/content-bg.png');
}

#content {
	background-image: url('../images/content-top-bg.png');
	background-position: top;
	background-repeat: no-repeat;
	margin-top: -5px;
	padding-top: 20px;
	padding-left: 0px;
}

#content #ieboxmodel {
	margin-right: 150px;
	margin-left: 150px;
}

#header {
	height: 127px;
	background-image: url('../images/header.png');
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


#menu, #lang-switch {
	margin: 0;
	padding: 0;
	float: right;	
	list-style: none;
}

#menu li, #lang-switch li {
	display: inline;
}

#menu li a, #lang-switch li a {
	display: block;
	float: left;
	
	margin-right: 5px;
	margin-left: 7px;
	margin-bottom: -1px;

	background-color: #033569;
	
	color: white;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	
	text-decoration: none;
}

#menu li a {
	text-align: left;
	padding: 0;
	font-size: 14px;
	letter-spacing: -0.5px;
	width: 114px;
	height: 30px;
	background-image: url('../images/tab-bg-off.png');
}

#menu li a div {
	text-align: center;
	width: 100px;
	height: 30px;
	padding-top: 10px;
	padding-left: 7px;
	margin: 0;
	cursor: pointer;
}

#lang-switch li a {
	padding: 0;
	text-align: center;
	width: 53px;
	height: 23px;
	font-size: 11px;
}

#lang-switch li a div {
	text-align: center;
	width: 100%;
	height: 23px;
	padding-top: 7px;
	padding-left: 1px;
	margin: 0;
	cursor: pointer;
}

#lang-switch {
    padding-top: 7px;
}

#menu li a:hover {
	background-image: url('../images/tab-bg-on.png');
}

#about #aboutMenuItem a, #exp #expMenuItem a, #team #teamMenuItem a, #contact #contactMenuItem a {
	background-image: url('../images/tab-bg-on.png');
	cursor: default;
}

#about #aboutMenuItem a div, #exp #expMenuItem a div, #team #teamMenuItem a div, #contact #contactMenuItem a div {
	cursor: default;
}

#lang-switch li a {
	background-image: url('../images/langtab-bg.png');
}

#lang-switch li a:hover {
	background-image: url('../images/langtab-bg-on.png');
}


#content h1 {
	color: 	#033569;
	font-size: 32px;
	font-weight: lighter;
	font-family:  Helvetica, Verdana, Sans-serif;
	letter-spacing: 2px;
}

#content h2 {
	color: #897a5a;
	font-size: 18px;	
	font-family:  Helvetica, Verdana, Sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

#content h3 {
	color: #897a5a;
	font-size: 17px;	
	font-family:  Helvetica, Verdana, Sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#content p, #content ul {
	font-family: Helvetica, "Trebuchet MS", Verdana, Sans-serif;
	font-size: 13px;
	color: black;
	text-align: justify;	
}

#content b {
	font-weight: normal;
	color: 	#033569;
}

#content h2 b {
	color: #897a5a;	
	font-weight: bold;
}

#footer {
	font-size: 10px;
	color: #4e4d53;
	font-family: arial, sans-serif;		
	height: 110px;
	background-image: url('../images/footer.png');
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#footer a {
	text-decoration: none;
	color: #4e4d53;
}

#footer a:hover {
	text-decoration: underline;	
}

#footer .symptome {
	color: #9b1b1a;	
}

#footer .col1 {
	padding-left: 20px; 
	float: left;	
}

#footer .col2 {
	float: right;
	text-align: right;	
	padding-right: 20px;
}

#content ul {
	list-style: none;
	padding-left: 10px;
	margin-left: 0;
}

#content ul li {
	background-image: url('../images/bullet.png');
	background-position: 10px 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content li ul li {
	background-image: url('../images/bullet2.png');
	background-position: 10px 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

