@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Oswald', sans-serif;
}
/* #######################################################
Live Chat
####################################################### */
#chat
{
 position:absolute;	
 background-image: url(../images/live_chat.png);
 background-repeat:no-repeat;
 background-position:top;
 width:170px;
 height:235px;
 margin-top:-890px;	
 margin-left:830px;
 z-index:1001;
}

@-moz-document url-prefix() {
 #chat {
        margin-top: -890px;
    }
}

#chat .first
{
   font-family: 'BEBAS', sans-serif;
   font-size: 22px;
   color:#f9d11a;
   margin-top: 10px;
   text-align:center;
}

#chat .second
{
   font-family: 'BEBAS', sans-serif;
   font-size: 22px;
   color:#fff;
   text-align:center;
}
#chat a
{
   border:0;
   outline:none;
   color:#fff;
   text-decoration:none;
   display:block;
   text-align:center;	
}
/* #######################################################
---/ End Live Chat
####################################################### */

/*######################################################
Main Content
##################################################### */
#container .title 
{
   margin-top: 15px;
   margin-left: 2px;
   padding: 0;
   float: left;
}

#container .text
{
   margin-top: -330px;
   margin-right: 100px;
   padding: 0;
   float: right;
   width: 622px;
   font:bold 14px 'Trebuchet MS', sans-serif;
   line-height: 180%;
   text-align: left;
   z-index:1111;
}

#container .statement
{
   margin-top: -70px;
   margin-left: 0;
   padding: 0;
   float: left;
}

#container .worker
{
   position:relative;
   margin-top: -65px;
   margin-right: 665px;
   padding: 0;
   float: right;
   z-index:13;
}

span
{
   display: none;	
}
/*######################################################
---/ End Main Content
##################################################### */
#block .decor
{
    clear: both;
    margin-top: -184\0px;
    margin-left: 0;
    padding-bottom: 0;
    background-color: transparent;
    background-image: url(../images/decor.png);
    background-repeat: repeat-y;
    background-position: top;
    width: 114px;
    height: 950px;
    float: right;
}
/* #######################################################
Live Chat
####################################################### */
#chat
{
 position:absolute;	
 background-image: url(../images/live_chat.png);
 background-repeat:no-repeat;
 background-position:top;
 width:170px;
 height:235px;
 margin-top:-1840px;	
 margin-left:830px;
 z-index:1001;
}
#chat .first
{
   font-family: 'Oswald', Arial Narrow, sans-serif;
   font-size: 22px;
   color:#f9d11a;
   margin-top: 10px;
   text-align:center;
}

#chat .second
{
   font-family: 'Oswald', Arial Narrow, sans-serif;
   font-size: 22px;
   color:#fff;
   text-align:center;
}
#chat a
{
   border:0;
   outline:none;
   color:#fff;
   text-decoration:none;
   display:block;
   text-align:center;	
}
/* #######################################################
---/ End Live Chat
####################################################### */