@font-face {
    font-family: 'Chalkduster';
    src: url('../fonts/chalkduster.eot');
    src: url('../fonts/chalkduster.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chalkduster.ttf') format('truetype'),
         url('../fonts/chalkduster.svg#chalkduster') format('svg');
    font-weight: normal;
    font-style: normal;
	
	/*url('../fonts/chalkduster.woff') format('woff'),*/
}

#queryPreloader {
	background-color: #ECEAE3;
	z-index: 12000;
	height:100%;
	width:100%;
	position:fixed;
}

.QOverlay {
	background-color: #ECEAE3;
	z-index: 12001;
	height:4100px;
}

.QLoader {
	background-color: #ECEAE3;
	height: 0px;
}

.loaderTxt {
	color:#444;
	font-size:24px;
	letter-spacing:1px;
	font-family: 'Chalkduster';
	font-weight:bold;
	position:fixed;
	top:25px;
	left:0px;
	z-index:12003;
	width:108px;
	text-align:center;
	display:none;
}

#loaderTxt {
	color:#444;
	font-size:24px;
	letter-spacing:1px;
	font-family: 'Chalkduster';
	font-weight:bold;
	position:fixed;
	top:25px;
	left:0px;
	z-index:12003;
	width:108px;
	text-align:center;
}

.speech_bubble{
	width:108px;
	height:91px;
	background-image:url(../img/speakbubble.png);
	position:fixed;
	z-index: 12002;
	display:none;
}

#speech_bubble{
	width:108px;
	height:91px;
	position:fixed;
	z-index: 12002;
}

.preload_character{
	width:134px;
	height:113px;
	position:fixed;
	z-index: 12002;
	display:none;
}

.preload_character.tomato{
	background-image:url(../img/preload_character_tomato.gif);
	width:134px;
	height:113px;
}
.preload_character.pear{
	background-image:url(../img/preload_character_pear.gif);
	width:134px;
	height:113px;
}
.preload_character.onion{
	background-image:url(../img/preload_character_onion.gif);
	width:134px;
	height:113px;
}
.preload_character.grape{
	background-image:url(../img/preload_character_grape.gif);
	width:134px;
	height:113px;
}
.preload_character.potato{
	background-image:url(../img/preload_character_potato.gif);
	width:134px;
	height:113px;
}
.preload_character.milk{
	background-image:url(../img/preload_character_milk.gif);
	width:134px;
	height:113px;
}
.preload_character.tin{
	background-image:url(../img/preload_character_tin.gif);
	width:134px;
	height:113px;
}
.preload_character.teabag{
	background-image:url(../img/preload_character_teabag.gif);
	width:134px;
	height:113px;
}
.preload_character.radish{
	background-image:url(../img/preload_character_radish.gif);
	width:134px;
	height:134px;
}
.preload_character.cherry{
	background-image:url(../img/preload_character_cherry.gif);
	width:134px;
	height:134px;
}
