/* v1.0 | 20080212 */

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 {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

body { 
  text-align: center;
/*  font-family: Helvetica, Arial sans-serif;*/
  font-family: Arial,Tahoma,"Helvetica Neue",Helvetica,"DejaVu Sans Condensed",sans-serif;
  background: #fff;
}

a:link, a:hover, a:visited, a:active {
  color: #fff;
}

#footer {
  font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
  color: #999999;
  font-size: 12px;
  width: 700px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  text-align: left;
  height: 55px;
  line-height: 55px;
}

#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
  color: #336699;
}

.clear {
  clear: both;
}

#page {
/*  background: #333;*/
/*  background: #1d3931;*/
  background: #E1E1E1;
}

#header {
  background-color:#FFFFFF;
  border-bottom:2px solid #EE1B24;
  height:58px;
  width:100%;
}

#header .wrapper {
  background:transparent url(images/logo.png) no-repeat scroll 46px 0;
  height:58px;
  margin:0 auto;
  width:960px;
  position: relative;
}

a#fujitsu {
  height:41px;
  left:42px;
  top:9px;
  width:75px;
}

a#fujitsu, a#intel {
  display:block;
  position:absolute;
  text-indent:-9999px;
}

a#intel {
  background:transparent url(images/intel.png) no-repeat scroll 0 0;
  height:59px;
  left:869px;
  top:14px;
  width:67px;
}

a#fujitsu, a#intel {
  display:block;
  position:absolute;
  text-indent:-9999px;
}

#title {
  width: 700px;
  margin: 20px auto;
/*  color: #ADADAD;*/
  color: #666666;
  text-align: left;
  font-size: 20px;
}

#container {
/*  width: 1004px;*/
  margin: 0 auto;
  margin-bottom: 20px;
}

#timeline {
/*  width: 1004px;*/  
  margin: 0 auto;	    
}

#timeline .container {
  position: relative;
  width: 700px;
  height: 396px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 25px;
}

#timeline .container .loading {
  width: 100%;
  height: 100%;
  background: transparent url(images/spinner.gif) no-repeat center;
}

#timeline ul.events {
  height: 100%;
/*  background: #414141;*/
/*  background: #525252;*/
  background: #fff;
  text-align: left;	    
  list-style-type: none;	  
  position: absolute;
  top: 0;
  left: 0;
}

#timeline ul.events li.event {
  width: 676px;
  float: left;
  height: 372px;
  padding: 12px;
}

#timeline .welcome {
  width: 676px;
  height: 372px;
  padding: 12px;
  text-align: left;
/*  background: #525252;*/
  background: #fff;
}

#timeline ul.events li.event h2, #timeline .welcome h2{
  color: #B32424;
  font-size: 18px;
  margin: 5px 0 4px 0;
  font-weight: bold;
}

#timeline ul.events li.event .date,  #timeline .welcome .date {
  color: #8B8B8B;
  font-size: 18px;
  font-weight: bold;
}

#timeline ul.events li.event .content, #timeline .welcome .content {
  padding-top: 19px;  
}

#timeline ul.events li.event .content img.image, #timeline .welcome .content img.image {
  float: left;
}

#timeline ul.events li.event .content .description {
  color: #8B8B8B;
  font-size: 18px;
/*  font-weight: bold;*/
  padding-top: 8px;
  line-height: 21px;
  margin-left: 200px;
  margin-left: 450px;
}

#timeline .welcome .content .description {
  color: #8B8B8B;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}

#timeline ul.events .content .description .link {
  font-size: 12px;
}

#timeline .welcome .content .description p {
/*  color: #8B8B8B;*/
  color: #333333;
  padding: 10px 0;
}

#timeline ul.events li.odd {
  background: yellow;	    
}

#timeline ul.events li.even {
  background: green;	    
}

#slider {
  position: relative;
  background: #a4a29f;
  border-top: 3px solid #201e1e;
  border-bottom: 2px solid #EE1B24;
}

#slider .content {
  width: 1004px;
  margin: 0 auto;
  position: relative;
}

#slider .track {
  height: 90px;
  cursor: pointer;
}

#slider .handle {
  position: absolute;
  left: 0;
  top: 1px;
  cursor: move;
}	  

#slider .handle .image {
  position: absolute;
  top: 0;
  left: -22px;
  width: 44px;
  height: 24px;  
  background: transparent url(images/handle.gif) no-repeat center;
}

#slider .markers {
  width: 100%;
}

#slider .markers .marker {
  position: absolute;
  width: 2px;
  height: 17px;
  top: 0px;
  background: #201e1e;
  cursor: pointer;
}

#slider .markers .marker .marker_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}

#slider .markers .marker_1 { height: 17px; }
#slider .markers .marker_1 .marker_container { top: 0px; }

#slider .markers .marker_2 { height: 37px; }
#slider .markers .marker_2 .marker_container { top: 20px; }

#slider .markers .marker_3 { height: 57px; }
#slider .markers .marker_3 .marker_container { top: 40px; }


#slider .markers .marker .year {
  color: #343333;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  width: 50px;
  top: 20px;
  left: -25px;
}
/*
#slider .markers .marker_1 .year {
  top: 20px;
}

#slider .markers .marker_2 .year {
  top: 40px;
}

#slider .markers .marker_3 .year {
  top: 60px;
}*/

#slider .markers .marker .selected {
  top: 25px;
}

#footer a.tech-4-green {
  display: block;
  width: 92px;
  margin-right: 20px;
  height: 55px;
  background: transparent url('images/tech-4-green-logo.png') no-repeat left center;
  text-indent: -9999px;
  float: left;
}
