@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Oswald', sans-serif;
}
/*######################################################
Main Content
##################################################### */
#container .lable
{
	clear: both;
	margin-top: -530px;
	margin-left: 210px;
	padding-right: 20px;
	width: 70px;
	float: left;
}

span
{
	display: none;
}

#container .contacts
{
    clear: both;
    margin-top: -560px;
    margin-left: 305px;
    padding-right: 20px;
    font:bold 12px 'Trebuchet MS', sans-serif;
	line-height: 180%;
	text-align: left;
    float: left;
}

#container .contacts a,
#container .contacts a:link,
#container .contacts a:visited
{
color: #000;
border-bottom: medium 1px #000000;
outline: none;
}

#container .contacts a:active,
#container .contacts a:hover
{
color: #000;
}

#container .lable-ph
{
     clear: both;
	 margin-top: -530px;
	 margin-left: 520px;
	 float: left;
}

#container .contacts-ph
{
     clear: both;
	 margin-top: -560px;
	 margin-left: 610px;
	 padding: 0;
	 font:bold 12px 'Trebuchet MS', sans-serif;
	 line-height: 180%;
	 text-align: left;
	 float: left;
}

#container .contacts-ph a,
#container .contacts-ph a:link,
#container .contacts-ph a:visited
{
     color: #41056b;
     border-bottom: medium 1px #000000;
     outline: none;
}

#container .contacts-ph a:active,
#container .contacts-ph a:hover
{
     color: #573370;
}
/*######################################################
Map
##################################################### */
#container .location_map
{
    clear: both;
    margin-top: -375px;
    margin-left: 200px;
    padding: 20px;
    padding-bottom: 30px;
    float: left;
}

#container .location_map a,
#container .location_map a:link,
#container .location_map a:visited
{
    outline: none;
}
/*######################################################
---/ End Map
##################################################### */

/*######################################################
---/ End Main Content
##################################################### */
#block .decor
{
    clear: both;
    margin-top: -965px;
    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: 1030px;
    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:-935px;	
 margin-left:830px;
 z-index:1001;
}

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

#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
####################################################### */