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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	font-family:inherit;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol, ul {
	list-style:none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}
body {
	color: #333;
	background: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	font: 12px/180% "Century Gothic", sans-serif;
}

a{ outline:none; }
a, a:visited {
	color: #892020;
	text-decoration: none;
}
a:hover, a:active {
	color: #993e3e;
	text-decoration: none;
}
p {
	padding-bottom: 15px;
}
strong {
	font-weight: bold;
	color: #454545;
}
h1 {
	padding-bottom: 20px;
}
h2 {
	font-size: 18px;
	padding-bottom: 20px;
	color: #000;
}
h3 {
	font-size: 14px;
	padding-bottom: 20px;
	color: #000;
}

#agenda h3{
	color: #892020;
	font-weight: bold;
}

ul { }
li {
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 15px;
	line-height: 160%;
}
#agenda .scrollable .items .item p .tiny {
	font-size: 85%;
	display: block;
	margin-top: -20px;
	margin-bottom: 10px;
	line-height: 150%;
}
#container {
	background: #FFF;
	display: block;
	width: 825px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: -413px;
	top: 50%;
	position: absolute;
	height: 638px;
	left: 50%;
	margin-top: -320px;
}
#container #top_bar {
	height: 113px;
	width: 825px;
	border-bottom: 1px solid #CCC;
	background: url(../images/top_bar.gif) no-repeat center center;
	position: relative;
	left: 0px;
	top: 0px;
}
#container #intro_block  {
	height: 462px;
	width: 825px;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: -462px;
	z-index: 1;
}

.scrollable, .scrollable2 {
	position:relative;
	overflow:hidden;
	width: 580px;
	height:350px;
	display: block;
	float: left;
}
#agenda .scrollable .items .item{
	display: block;
	height: 370px;
	width: 170px;
	float: left;
	padding-right: 25px;
}

#founder .scrollable2 .items .item
{
	display: block;
	height: 370px;
	width: 560px;
	float: left;
	padding-right: 25px;
}
.scrollable .items, .scrollable2 .items {
	 width:20000em; 
    position:absolute; 
}
.prevPage, .prevPage2 {
	background: url(../images/arrow_left.png);
	display: block;
	height: 32px;
	width: 27px;
	float: left;
	margin-left: -70px;
	margin-top:150px;
}

.prevPage:hover, .prevPage2:hover { background: url(../images/arrow_left_hover.png); }
.nextPage, .nextPage2 {
	background: url(../images/arrow_right.png);
	display: block;
	float: right;
	height: 32px;
	width: 27px;
	margin-right: -70px;
	margin-top:150px;
}
.nextPage:hover, .nextPage2:hover { background: url(../images/arrow_right_hover.png); }

.nextPage2.disabled, .prevPage2.disabled{ background: url(none); }
.nextPage.disabled, .prevPage.disabled{ background: url(none); }


/* position and dimensions of the navigator */ 
.navi, .navi2 {
	height:10px;
	display: block;
	float: left;
	margin-left: 45%;
} 
 
 
/* items inside navigator */ 
.navi a, .navi2 a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/dot.png) no-repeat 0 0;
	display:block;
	font-size:1px;
} 
 
/* mouseover state */ 
.navi a:hover, .navi2 a:hover { 
} 
 
/* active state (current page state) */ 
.navi a.active, .navi2 a.active { background:url(../images/dot_active.png) no-repeat 0 0; 
}


#container #intro_block .intro  {
}
#container #intro_block #loading {
	position: relative;
	top: -50px;
	left: 50%;
	margin-left: -25px;
	display: none;
}
#container #mid_bar {
	display: block;
	height: 462px;
	width: 825px;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	overflow-x:hidden;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#container #mid_bar.loading {
	display: block;
	height: 462px;
	width: 825px;
	border-bottom: 1px solid #CCC;
	float: left;
	overflow: auto;
	overflow-x:hidden;
	background: url(../../loading.gif) no-repeat center center;
}
#container #mid_bar div.copy {
	display: none;
	padding-top: 50px;
	padding-right: 120px;
	padding-left: 120px;
}
#container #mid_bar #vision{
	padding-top: 260px;
	padding-right: 100px;
	padding-left: 100px;
}
#container #mid_bar #agenda{
}
#container #mid_bar #experiences{
	padding-right: 205px;
}
#container #mid_bar #founder{ }

#container #mid_bar #contact{
	padding-top: 40px;
	padding-left: 140px;
}

#container #bottom_bar {
	height: 64px;
	width: 825px;
	position: relative;
	left: 0px;
	top: 0px;
}
#container #bottom_bar #menu li a#menu_vision {
	background: url(../images/button_vision.gif) no-repeat center center;
	height: 60px;
	width: 112px;
}
#container #bottom_bar #menu li a#menu_agenda {
	background: url(../images/button_agenda.gif) no-repeat center center;
	height: 60px;
	width: 124px;
}
#container #bottom_bar #menu li a#menu_experiences {
	background: url(../images/button_experiences.gif) no-repeat center center;
	height: 60px;
	width: 153px;
}
#container #bottom_bar #menu li a#menu_founder {
	background: url(../images/button_founder.gif) no-repeat center center;
	height: 60px;
	width: 131px;
}
#container #bottom_bar #menu li a#menu_contact {
	background: url(../images/button_contact.gif) no-repeat center center;
	height: 60px;
	width: 133px;
}
#container #bottom_bar #menu li a#menu_vision:hover {
	background: url(../images/button_vision_hover.gif) no-repeat center center;
}
#container #bottom_bar #menu li a#menu_agenda:hover {
	background: url(../images/button_agenda_hover.gif) no-repeat center center;
}
#container #bottom_bar #menu li a#menu_experiences:hover {
	background: url(../images/button_experiences_hover.gif) no-repeat center center;
}
#container #bottom_bar #menu li a#menu_founder:hover {
	background: url(../images/button_founder_hover.gif) no-repeat center center;
}
#container #bottom_bar #menu li a#menu_contact:hover {
	background: url(../images/button_contact_hover.gif) no-repeat center center;
}
#container #bottom_bar #menu li a#menu_vision.active {
	background: url(../images/button_vision_active.gif) no-repeat center center;
}
#container #bottom_bar #menu li a#menu_agenda.active {
	background: url(../images/button_agenda_active.gif) no-repeat center center;
}
#container #bottom_bar #menu li a#menu_experiences.active {
	background: url(../images/button_experiences_active.gif) no-repeat center center;
}
#container #bottom_bar #menu li a#menu_founder.active {
	background: url(../images/button_founder_active.gif) no-repeat center center;
}
#container #bottom_bar #menu li a#menu_contact.active {
	background: url(../images/button_contact_active.gif) no-repeat center center;
}
#menu li a.active {
	cursor: default;
}
ul#menu {
	list-style-type: none;
	margin: 0px 0px 0px 89px;
	padding: 0px;
}
ul#menu li {
	float: left;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
ul#menu li a {
	height: 100%;
	width: 100%;
	display: block;
}
#preload {
	display: block;
	height: 1px;
	width: 1px;
	padding-top: 1px;
	padding-left: 1px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.print_only {
	display: none;
}
