/*General Layout*/
body { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#404040;  margin:0; padding:0; top:0; left:0 }
#wrapper { width:900px; height:640px; margin:0 auto; padding:0; margin-top:5px; position:relative; border:0px solid #FFF;}
#game { width:900px; height:580px; margin:0 auto; padding:0; position:relative; border:0px solid #FF0000; display:none;}
#loader { width:900px; height:200px; padding:250px 0 0 0; margin:0; position:relative; border:0px solid #FF0000; }
#toolbar { width:900px; height:50px; margin:0 auto; margin-top:10px; padding:0; position:relative; border:0px solid #FF0000; display:none;}
#msg { width:900px; height:50px; margin:0 auto; padding:13px 0 0 0; position:absolute; text-align:center; }
#msg span { font-size:30px; color:#fff; text-shadow: 0px 0px 5px #636363, 0px 0px 10px #636363;}
#menu-left {padding:0; margin:0; position:relative; border:0px solid #FFF; float:left;}
#menu-right {padding:0; margin:0; position:relative; border:0px solid #FFF; float:right;}
.menuitem { color:#2a4a6b; font-size:16px; margin:0; padding:0; list-style:none; display:inline;}
.menuitem li { height:43px; margin:0 0 0 0px; padding:0 10px 0 0px; list-style:none; display:inline; float:left; }
/*.menuitem li:first-child {padding:0px 0px 0 0px; }*/
.menuitem li:last-child {padding:0px 0px 0 0px; }
.menuitem li span { display:none; }
a.bt_previous, a.bt_index, a.bt_next, a.bt_reset, a.bt_audio, a.bt_text { display: block; width:50px; height:50px; -moz-border-radius:10px; border-radius:10px; border:1px solid #FFF;box-shadow: 2px 2px 3px #636363;}
a.bt_previous:hover, a.bt_index:hover, a.bt_next:hover, a.bt_reset:hover, a.bt_audio:hover, a.bt_text:hover {box-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff;}
a.bt_previous { background:url(../resources/bt_prev.png) no-repeat;}
a.bt_index { background:url(../resources/bt_index.png) no-repeat;}
a.bt_next { background:url(../resources/bt_next.png) no-repeat;}
a.bt_audio { background:url(../resources/bt_audio.png) no-repeat;}
a.bt_audio:not(.enabled) { background:url(../resources/bt_audio_off.png) no-repeat;}
a.bt_text { background:url(../resources/bt_text.png) no-repeat;}
a.bt_text:not(.enabled) { background:url(../resources/bt_text_off.png) no-repeat;}
a.bt_reset { background:url(../resources/bt_reset.png) no-repeat; width:82px; }

/*Loader*/
#logo { background:url(../resources/logo_efk.png) no-repeat center;  width:275px; height:100px; margin:0 auto; padding:0; position:relative;}
#loading { width:260px; height:16px; margin:0 auto; padding:0; position:relative; border:2px solid #000000; margin-top:10px;}
#loading-bar { background-color:#FF0; width:0px; height:16px; }

/*Wheel*/
#logo_wheel { background:url(../resources/logo_wheel.png) no-repeat center; display: none; width:426px; height:430px; margin:0 auto; padding:80px 0 0 0; position:relative; border:0px solid #FF0000;}

/*TowTrain*/
#pictureholder { background-color:#FFF; width:290px; height:116px; margin:0 auto; margin-top: 110px; margin-bottom: 10px; padding:0px; position:relative; border-radius:10px; box-shadow: 2px 2px 3px #636363;}
#picture { background:url(../resources/none.png) no-repeat center; background-size: cover; display: block; width:inherit; height:inherit; margin:0; border-radius:inherit;}

/*Boardgame*/
#boardgame { width:900px; height:250px; overflow: hidden; margin:0 auto; padding:0; position:relative; border:0px solid #FF0000;}
#menu { width:900px; height:310px; margin:0 auto; margin-top:10px; padding:0; border:0px solid #00FF00;}

/*Buttons*/
.itemholder {width:250px; height:66px; padding:0; margin:5px 0px 5px 0px; position:absolute; float:left; display:none; border:0px solid #FF0000;}
.itemholder2 {width:230px; height:92px; padding:0; margin:5px 0px 5px 0px; position:absolute; float:left; display:none; border:0px solid #FF0000;}

.bt_item { background:url(../resources/none.png) no-repeat center; background-size: cover; display: block; width:inherit; height:inherit; margin:0; -moz-border-radius:25px; border-radius:25px; border:1px solid #FFF;box-shadow: 2px 2px 3px #636363;}
.bt_item:hover { box-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff;}


