/* BODY */

body {
text-align: center;
margin-top: 0px;
background-image: url("../images/background.png");
}


.wrapper {
position:relative:
top:0px;
text-align:center;
width:898px;
margin-left: 0 auto;
margin-right: 0 auto;
}


/* HEADER */

.header {
position: relative;
top: 0px;
width: 898px;
height: 70px;
margin-left: 0 auto;
margin-right: 0 auto;
}

.logo_header {
float:left;
width: 250px;
height: 50px;
padding:10px 0px 0px 25px;
}

.tagline {
float:right;
width: 250px;
height: 50px;
padding:10px 25px 0px 0px;
}

.language {
float:right;
width: 26px;
height: 50px;
padding:10px 20px 0px 0px;
}

.language img {
padding-bottom:5px;
}


/* DROPDOWN MENU */

.menutable {
height: 30px;
text-align: center;
}

.menutable_cn {
height: 30px;
text-align: center;
}

.menutable_cn_old {
position:relative;
top:-20px;
height: 30px;
text-align: center;
}


.navtop {
FLOAT:left;
text-align: center;
height: 30px;
}

#dropmenudiv {
width:100%;
position: absolute;
left: 5px;
top: 5px;
line-height:20px;
z-index:2000;
text-align:left;
padding: 0px 0px 0px 0px;
}

#dropmenudiv a:hover{
// background-image:url("../images/arrow_dropdown.png");
}

/* SPLASH IMAGE */

.splash {
width:898px;
height:300px;
padding:0px; 
}

.splash_260 {
width:898px;
height:260px;
padding:0px; 
}

.vimeo_screen {
width:898px;
height:390px;
background-image:url("../images/youtube_back.jpg");
}

.vimeo {
width:500px;
height:390px;
}



/* CENTER CONTENT SECTION */

.content {
height:auto;
display:table-cell;
vertical-align: text-top;
text-align:left;
padding:20px 20px 30px 20px; 
}


/* ROW */
.row	{
width:858px;
height:auto;
display:table-cell;
vertical-align: text-top;
text-align:left;
border-bottom:1px solid #666;
padding:0px 0px 15px 0px;
}


/* BLOCKS */

.block		{
width:268px;
height:134px;
}

.block_title	{
width:268px;
height:34px;
}



/* TEXT BLOCK */

.text	{
width:560px;
display:block;
float:left;
padding:0px 20px 0px 0px;
}


/* BIO */

.bio {
width:268px;
min-height:200px;
float:right;
}

.bio img {
width:150px;
min-height:150px;
float:left;
}

.bio_logo {
height:70px;
display:table-cell;
padding:10px 20px 10px 0px;
float:left;
}

.bio_logo_wide {
border-right:1px solid #666;
padding:10px;
height:60px;
width:84px;
}

.bio_logo_tall {
border-right:1px solid #666;
padding:10px;
height:60px;
width:60px;
}


/*  SIDEBAR */

.sidebar	{
vertical-align: text-top;
border-right:1px solid #cccccc;
text-align:left;
padding:20px;
width: 200px;
background: #FFFFFF;
}

.sidebar_link {
vertical-align:text-middle;
border-top:1px dotted #cccccc;
text-align:left;
height:20px;
padding:5px;
width: 200px;
background: #FFFFFF;
}

.sidebar_link:hover {
background-image:url("../images/arrow_sidebar.png");
}


/* FOOTER */

.footer {
height:70px;
width:898px;
clear:both;
}

.logo_footer {
border:0px;
height:30px;
width:150px;
float:left;
padding:10px 20px;
}

