@charset "UTF-8";

/*
RYO BAMBA V2
style css
author: Mak Ying Ping
author website: http://www.makyingping.com/
*/

html, body{
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	text-align: center;
	background-color: #999;
		background: url('siteimg/background1px.png') top repeat-y;

	height: 100%;
}

#container{
	width:900px;
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	overflow: auto;
	background-color: none;
	margin: 0 auto;
	padding-bottom: 1px;
}

a, a:hover, a:visited, a:active{
	text-decoration: none;
	color: #FFF;
}

a:hover{
	color: #666;
}

/*menu*/


#menubarcontainer{
	width: 100%;
	height: 70px;
	margin-top: 0px;
	position: fixed;
	z-index: 100;
}

#menubarinner{
	width:100%;
	height:70px;
	background-color: #CCC;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	
}

#menubarbutton{
	width:100%;
	height:70px;
	display: block;
	top: 0px;
	position:absolute;
}

#menubarbutton ul{
	width: 924px;
	height: 70px;
	padding: 0px;
	margin: 0 auto;
	overflow:hidden;
}

#menubarbutton li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

#menubarbutton a{
	height:70px;
	width:auto;
	display: :block;
	float: left;
	text-indent:-99999px;
}

#menubarbutton a.one:link, #menubarbutton a.one:visited{
	background: url('siteimg/button01.png') no-repeat top left;
	width: 311px;
	left: 0px;
}

#menubarbutton a.two:link, #menubarbutton a.two:visited{
	background: url('siteimg/button02.png') no-repeat top left;
	width: 276px;

}

#menubarbutton a.three:link, #menubarbutton a.three:visited{
	background: url('siteimg/button03.png') no-repeat top left;
	width: 336px;

}

#menubarbutton a#active{
	background-position: bottom left;
}


#menubarbutton a.one:hover,
#menubarbutton a.two:hover,
#menubarbutton a.three:hover{
	background-position: center left;
}

/*text*/

#textbox{
	width: 700px;
	text-align: left;
	font-size: 13px;
	margin: auto auto 0 auto;
	line-height: 1.60em; 
	letter-spacing: -0.05em;
	word-spacing: 0.20em;
	color: black;
}

#contacttextbox{
	width: 700px;
	font-size: 13px;
	margin: 230px auto 0 auto;
	text-align: center;
	letter-spacing: 0.10em;
	font-weight:bold;
	word-spacing: 0.05em;
}

#worktextbox{
	width: 700px;
	font-size: 13px;
	margin: 0px auto 15px auto;
	text-align: left;
	letter-spacing: -0.05em;
	word-spacing: 0.20em;
	line-height: 1.60em; 
	color: black;
		margin-bottom:50px;



}

#worktextbox .title{
	height: auto;
	width: 100%;
	display: block;
	margin-top: 0px;
	text-align: left;
	font-weight:bold;
	font-size:18px;
	color: black;
	word-spacing: 0.25em;
	line-height: 1.00em; 
	margin-bottom:12px;



}

	
#worktextbox .title2{
   height: auto;
   width: 100%;
   display: block;
   margin-top:60px;
   text-align: left;
   font-weight:bold;
   font-size:18px;
   color: black;
   word-spacing: 0.20em;
   line-height: 1.00em; 
   margin-bottom:12px;



}


#imagebox{
	width: 700px;
	height: auto;
	margin: 15px auto 30px auto;
}

#slidebox{
	width: 900px;
	height: auto;
	margin: 20px auto 5px auto;
	padding: 30px 0;
	background-color: #999;
	font-size: 15px;
	letter-spacing: 0.00em;
	font-weight:bold;


}

hr{
	border-top:3px dashed;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin-top: 0px;
	color: #666;

}

#bottomspace{
   width: 100%;
   height: 100px;
   display: block;
}