@import url('yui-reset.css');

*{
border:0px solid #eee;
margin:0;
padding:0;
list-style:none;
}
html,body,#bg,#bg table,#bg td,#cont{
width:100%;
height:100%;
overflow:hidden;
}
body{
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:12px;
/*cursor:default;*/
background:url(../images/loading.gif);
color:#000;
}
/* BG */
#bg div{
position:absolute;
width:200%;
height:200%;
top:-50%;
left:-50%;
}
#bg td{
vertical-align:middle;
text-align:center;
}
#bg img{
min-height:50%;
min-width:50%;
margin:0 auto;
}
/* END BG */

/* LOGO */
.logo {
margin-left:18px;
width:246px;
height:122px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rolling_wok_logo.png', sizingMethod='crop');
}
.logo[class] {
margin-left:18px;
width:246px;
height:122px;
background: url(../images/rolling_wok_logo.png) no-repeat;
}
/* END LOGO */

#cont{
position:absolute;
top:0;
left:0;
z-index:70;
overflow: auto;
}

#flmenu{
position:absolute;
top:-1px;
z-index:80;
width:100%;
background: url(../images/flmenu_bg.gif) repeat-x;
height:125px;
padding:10px 0px 0px 40px;
right:18px;
}
#flmenu div#nav{
display:inline; 
margin-left:230px; 
top:-110px; 
position:relative;
}
#flmenu a{
font-size:12px;
color:#ffcccc;
padding: 50px 20px 20px 20px;
}
#flmenu a:hover,#flmenu a.selected {
background:  url(../images/tab_bg.gif) 0 30px repeat-x;
}
/* BOX */
.box{
position:absolute;
top:15%;
right:200px;
width:362px;
padding-bottom:100px;
}
.box div a{
text-decoration:underline
}
.semi {
line-height:1.5em;
padding:10px 30px 10px 30px;
height:100%;
width:100%;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/semi_trans.png', sizingMethod='scale');
}
.semi[class] {
line-height:1.5em;
padding:10px 30px 10px 30px;
background: url(../images/semi_trans.png) repeat;
}
/* END BOX */

h1{
font-weight:bold;
font-size:20px;
}
h3{
position:relative;
border-bottom:1px dotted #999999;
padding:30px 30px 10px 30px;
margin:0 -30px 20px -30px;
text-transform:uppercase;
line-height:20px;
font-weight:bold
}

p{
padding:10px 0 10px 0;
display:block;
}

a{
text-decoration:none;
color:#743c00;
outline:0;
}
a:hover{
color:#000000;
}
img.ht{
padding-top:5px;
padding-bottom:20px;
}
table#events {
height:185px;
width:275px;
}
.title{
font-size:16px;
font-weight:bold;
}