*{margin: 0; padding: 0; } 

img{
border: none;
}

h1{
}

a{
color:#838383; 
text-decoration: none;
}

a:hover{
text-decoration: none;
}

.block{
width: 100%;
float: left;
}

.fleft{
float: left;
}

.fright{
float: right;
}

html{
width: 100%;
height: 100%;

}

body{
width: 100%;
height: 100%;
float: left; 
font-size:14px;
font-family: "Myriad Pro", Tahoma, Verdana;
color:#838383; 
text-align: center;
width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");min-width:1000px;
background: #fff url('bg-top00.png') 0 0 repeat-x;
}

/* index.html */

#wrapper{
width: 1000px;
min-height: 100%;
margin: 0 auto;
padding: 0 50px;
}

#header{
width: 100%;
height: 140px;
}

a.logo{
width: 665px;
height: 121px;
display: inline-block;
margin: 0 auto;
}

/* ------------------------------------------------------------------- */

#content{
width: 100%;
padding-bottom: 20px;
}

#video{
	width: 578px;
	height: 350px;
	text-align: center;
	background-image: url(bg-video.png);
	background-repeat: no-repeat;
	background-position: 0px -10px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 47px;
	padding-bottom: 0;
	padding-left: 47px;
}

.movie{
	width: 578px;
	height: 324px;
	background-image: url(tables.png);
	background-repeat: repeat-x;
	background-position: 0;
	text-align: left;
}

.item{
display: none;
}

.item-first{
	display: block;
	position: relative;
}

.nav{
width: 578px;
height: 88px;
margin: 31px 0 0 -107px;
padding: 12px 0 0 107px;
text-align: center;
background: url('bg-nav00.png') 0 0 no-repeat;
}

.nav ul{
width: 100%;
padding-bottom: 17px;
list-style: none;
}

.nav ul li{
display: inline-block;
position: relative;
margin: 0 10px;
}

.nav ul li a{
display: inline-block;
position: relative;
width: 30px;
height: 29px;
padding-top: 2px;
color: #838383;
font-family: "Trebuchet MS";
font-weight: bold;
text-align: center;
background: url('nav00000.png') center 0 no-repeat;
}

.nav ul li.active a{
color: #fff;
background: url('nav-acti.png') center 0 no-repeat;
}

.hover{
display: none;
width: 300px;
height: 30px;
position: absolute;
top: -28px;
left: -70px;
z-index: 99;
font-size: 13px;
font-family: "Trebuchet MS";
color: #656565;
text-align: center;
}

.hover span{
display: block;
float: left;
}

.nav ul li.active .hover span{
color: #fff;
}

.hover span.left{
width: 11px;
height: 29px;
margin: 0;
background: url('hover-le.png') 0 0 no-repeat;
}

.hover span.right{
width: 11px;
height: 29px;
margin: 0;
background: url('hover-ri.png') 0 0 no-repeat;
}

.hover span.center{
width: 150px;
height: 25px;
padding: 2px 0;
text-align: center;
background: url('hover-mi.png') 0 0 repeat-x;
}

.nav ul li.active .hover span.left{
background: url('hover-lf.png') 0 0 no-repeat;
}

.nav ul li.active .hover span.right{
background: url('hover-rj.png') 0 0 no-repeat;
}

.nav ul li.active .hover span.center{
background: url('hover-mj.png') 0 0 repeat-x;
}

.block-box{
	width: 674px;
	height: 470px;
	background: url('bg-block.png') center 0 no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.block-box a{
width: 485px;
height: 106px;
float: left;
margin: 334px 0 0 104px;
}

/* ------------------------------------------------------------------- */

#clear{width: 100%; height: 1px; clear: both; background-color: transparent;}

#footer{
width:100%; 
width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "1000px");min-width:1000px;
height: 1px; 
position: relative; 
margin:-1px auto 0 auto; 
background: url('/images/bg-footer.png') 0 0 repeat-x;
}
