* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font:12px Tahoma;
	background-color: #000000;
}

#root_content {
	width: 1000px;
	height: auto;
/*	margin: 0 0 50px 0;*/
}

#left_content {
	float: left;
	width: 318px;
        max-width: 318px;
	height: 730px;
	padding: 70px 26px 0 24px;
        position: fixed;
}

#logo {
	height: 151px;
	margin-bottom: 10px;
}

#menu {
	height:15px;
}

#menu a {
	float:left;
	text-decoration: none;
}

#menu a.firsts {
	width: 58px;
	margin-right: 16px;
	background: url("../images/menu.png") no-repeat scroll 0 0 transparent;
}

#menu a:hover.firsts {
	background: url("../images/menu.png") no-repeat scroll 0 -20px transparent;
}

#menu a.timeline {
	width: 78px;
	margin-right: 16px;
	background: url("../images/menu.png") no-repeat scroll -74px 0 transparent;
}

#menu a:hover.timeline {
	background: url("../images/menu.png") no-repeat scroll -74px -20px transparent;
}

#menu a.press {
	width: 55px;
	margin-right: 15px;
	background: url("../images/menu.png") no-repeat scroll -168px 0 transparent;
}

#menu a:hover.press {
	background: url("../images/menu.png") no-repeat scroll -168px -20px transparent;
}

#menu a.contact {
	width: 80px;
	background: url("../images/menu.png") no-repeat scroll -239px 0 transparent;
}

#menu a:hover.contact {
	background: url("../images/menu.png") no-repeat scroll -239px -20px transparent;
}

#intro {
	height: 205px;
	margin: 40px 0 0 0;
	font-size: 11px;
	color: #999999;
	line-height: 1.3em;
}

#intro a.email, #intro a.email:visited {color: #999999;}
#intro a.email:hover                   {color: white;} 

#flash_player{
	width: 318px;
  height: 170px;
  background: url("../images/flash_player.png") no-repeat scroll 0 0 transparent;
}

#copyright {
	margin: 45px 0 0 0;
	height: 12px;
/*  background: url("../images/copyright.png") no-repeat scroll 0 0 transparent;*/
  color: #999999;
  text-align: center;	
  font-size: 11px;
}

#right_content {
	width: auto;
	min-height: 800px;
        min-width: 631px;
        max-width: 631px;
	background-color: #cc0000;
	overflow: hidden;
        float: right;
}

#right_content h2.title {color: white; padding: 0px 25px;}

/*#right_content .row {

}*/

/*#right_content .row_hover {background: url("../images/arrow.png") no-repeat scroll 0 50% white;}*/

#right_content ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}
#right_content ul li.row{
  width: 255px;
  font-size: 11px;
  padding: 5px 20px 5px 25px;
  margin: 10px 0;
  min-height: 31px;
}

#right_content ul li.row a, #right_content ul li.row a:visited {color: black; text-decoration: none;}
#right_content ul li.row a:hover {text-decoration: underline;}

#right_content ul li.row .pop_up{
  width:280px;
  background-color:white;
  position:absolute;
  margin: -50px 0 0 275px;
/*  text-align: center;*/
  padding: 10px;
  top:-999em;
}
#right_content ul li.row .pop_up h3{
	padding-bottom: 5px;
}
#right_content ul li.row .pop_up img{
	padding-bottom: 5px;
        float:left;
}

#right_content ul li.row .pop_up .text {
  float:right;
  margin-right:20px;
  width:110px;
}

#right_content ul li.row .pop_up .text p {
  padding-bottom: 5px;
}

#right_content ul li.row:hover{
  visibility:inherit;
  z-index:99999;
  position:relative;
  background: url("../images/arrow.png") no-repeat scroll 0 50% white;
}

#right_content ul li.row:hover .pop_up{
  top:0px;
}

.press_content {padding: 30px 0;}

img#graphic {margin: 70px 42px 0 42px;}

/* ==================================================================================== */
/* =                             CONTACT PAGE                                         = */
/* ==================================================================================== */

.contact {
	/*background: url("../images/contact.png") no-repeat scroll 35px 45px transparent;
        max-width: 551px;
        min-width: 551px;
        padding: 42px 40px;*/
}

.contact a.email, .contact a:visited {
        color: black;
}

.contact a.email:hover {color: #ffffff;}

.rows-1 {padding-top: 7px;}

.rows-2 {padding-top: 0px;}

