@charset "utf-8";
/* CSS Document */

/********   start custom fonts       *******/


/********   end custom fonts        *******/

/********   start intro page       *******/

.bg-intro
{
	background-color:#fff;
	background-image:url(../images/welcome.jpg);
	margin:0 auto;
	width:900px;
	height:557px;
	position: relative;
}

.shine1
{
	background-image:url(../images/shine1.png);
	width:708px;
	height:291px;
	position: absolute;
	top: 120px;
	right: 50%;
	margin-right: -354px;
	opacity: 0;
}

.shine2
{
	background-image:url(../images/shine2.png);
	width:708px;
	height:291px;
	position: absolute;
	top: 120px;
	right: 50%;
	margin-right: -354px;
	opacity: 0;
}

.shine3
{
	background-image:url(../images/shine3.png);
	width:708px;
	height:291px;
	position: absolute;
	top: 120px;
	right: 50%;
	margin-right: -354px;
	opacity: 0;
}

#navlist 
{
    position: relative;
   	margin: auto;
	width: 240px;
}

#navlist li 
{
    margin:-20px 0px 0px -5px;
    padding: 0;
    list-style: none;
    width: 101px;
    height: 42px;
    display: inline-block;
    position: relative;
}

#navlist a 
{	
	position: absolute;
	right: 0;
    width: 101px;
    height: 42px;
}

#ebtn-intro
{
    background: url('../images/btn.png') 1px -5px;
}

#ebtn-intro:hover 
{
    background: url('../images/btn.png') 1px 38px;
	
}


#fbtn-intro 
{
    background: url('../images/btn.png') -129px -5px;
}

#fbtn-intro:hover 
{
    background: url('../images/btn.png') -129px 38px;
}
