@charset "utf-8";
/* CSS Document */

html, body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	height: 100%;
	color: #513f25;
	background-color:#000;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

img.right {
	float: right;
	margin-left: 5px;
}

img.left {
	float: left;
	margin-right: 5px;
}

img.bottom {
	margin-bottom: 5px;
}

img.top {
	margin-top: 5px;
}

img.blackstroke {
	border: 1px solid #000000;
}

a {
	text-decoration: none;
	color: #be001c;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

h1 {
	font-size: 10pt;
	color: #4c4c4c;
	margin: 0;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 9pt;
	color: #4c4c4c;
	margin: 0;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 8pt;
	font-weight: bold;
}

h4 {
	font-size: 9pt;
	font-weight: bold;
	padding: 10px 0 0 0;
}

div.presstitle {
	color: #46402e;
	font-weight: bold;
}

div.fauconstitle {
	font-size: 8pt;
	color: #4c4c4c;
	font-weight: bold;
}

#container {
	height: auto !important;
	position: relative;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 0;
		background-color:#FFF;
}

#contentcontainer
{
	height: auto !important;
	position: relative;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

#contentcontainer td {
	margin: 0;
	padding: 0;
	border: 0;
}

#topheader {
	width: 900px;
	height: 130px;
}

#slideshow {
	width: 238px;
	height: 185px;
}

#topmenu {
}

#main {
	margin: 42px 0 0 0;
	width: 662px;
}

#content {
	border-right: 1px solid #c0c0c0;
	text-align: right;
	padding-right: 18px;
	width: 434px;
}

#contentwide {
	border-right: 1px solid #c0c0c0;
	padding-right: 18px;
	width: 643px;
}

#content div.dotted {
	width: auto;
	height: 1px;
	margin: 10px 0;
	background: transparent url('../images/body_div.gif') no-repeat left center;
}

#contentwide div.dotted {
	width: auto;
	height: 1px;
	margin: 10px 0;
	background: transparent url('../images/body_div_wide.gif') no-repeat left center;
}

#contentwide ul {
	padding: 0;
	margin: 0 20px;
}

#rightcontent {
	width: 191px;
	float: right;
}

#leftcolumn {
	background: transparent url('../images/leftmenu_backy.gif') repeat-y;
}

#leftmenu {
	width: 191px;
	height: 395px;
	font-size: 100%;
	background: #c1001d url('../images/leftmenu_back.gif') no-repeat;
}

#leftmenu div.dotted {
	width: 191px;
	height: 2px;
	background: url('../images/leftmenu_div.gif') no-repeat center center;
}

#leftmenu a {
	display: block;
	width: 166px;
	color: #ffffff;
	padding: 10px;
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
}

#leftmenu a:hover {
	background: url('../images/arrow.gif') no-repeat 98% center;
	color: #e4dbc3;
}

#leftmenu a.active {
	background: url('../images/arrow_down.gif') no-repeat 98% center;
	color: #e4dbc3;
}

#leftmenu a.nostyle {
	display: inline;
	width: auto;
	text-align: left;
	padding: 0;
}

#leftmenu a.nostyle:hover {
	background: none;
}

#leftmenu div.menu_child {
	margin: 0 0 10px 0;
}

#leftmenu div.menu_child a {
	padding: 0 10px;
	font-size: 7pt;
	font-weight: normal;
}

#leftmenu div.menu_child a:hover {
	background: none;
}

#footer {
	width: 900px;
}

#footer div.left {
	float: left;
	width: 191px;
}

#footer div.left .spacer {
	margin: 0;
	padding: 25px 0 0 0;
	height: 69px;
	background-color: #c1001d;
}

#footer div.right {
	padding: 25px 0 0 0;
	float: right;
	width: 709px;
	background-color:#FFF;
}

#iconmenu {
	width: 191px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	text-align: center;
	height: 22px;
}

#iconmenu div {
	position: relative;
	float: left;
	width: 25px;
	text-align: center;
}

#logos {
	padding: 0 10px 3px 47px;
}

#logosleft {
	padding-top: 35px;
}

img#img_techno {
	margin: 0 0 8px 30px;
}

#bottommenu {
	clear: both;
	padding: 10px 20px 10px 0;
	background: #f2eee3;
	font-weight: bold;
	font-size: 7pt;
	text-align: right;
	height: 12px;

}

#copyright {
	clear: both;
	text-align: right;
	font-size: 7pt;
	padding: 10px;
	background-color:#000;
	color:#FFF;
}

dl.box {
	margin: 0;
	padding: 0;
	width: auto;
}

dl.box dt {
	background-color: #c0c0c0;
	color: #46402e;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}

dl.box dd {
	margin: 0 0 18px 0;
	padding: 10px 15px;
	font-size: 7pt;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

dl.box div.dotted {
	width: 154px;
	height: 1px;
	padding: 5px 0;
	background: url('../images/box_div.gif') no-repeat center center;
}

dl.box a.item, dl.box div.item {
	padding-left: 5px;
	display: block;
	width: 154px;
	color: #000000;
	background: url('../images/dot.gif') no-repeat left 5px;
}

.infoPopup
{
   display: block;
   position: absolute;
   padding-top: 10px;
   width:263px;
   background: transparent url('../images/infoBubbleTop.gif') no-repeat top left;
   top: -12px;
   left: 16px;
   z-index:1100;
} 

.infoPopup .infoBottom
{
   padding-bottom: 10px;
   background: transparent url('../images/infoBubbleBottom.gif') no-repeat bottom left;
}

.infoPopup .infoBottom .infoArrow
{
   background: transparent url('../images/infoBubbleArrow.gif') no-repeat top left;
   position: relative;
   width: 18px;
   height: 18px;
   left: 0px;
   top: 10px;
}

.infoPopup .infoBottom .infoContent
{
   padding: 3px 13px 3px 28px;
   background: transparent url('../images/infoBubbleBody.gif') repeat-y top left;
   color: #333333;
}

.presstable td {
	vertical-align: top;
}

.logo_faucons {
	margin-top: 40px;
}