@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Oswald', sans-serif;
}
 /* #######################################################
Text  
####################################################### */
#container .intro
{
	margin-top: -420px;
	margin-left: 50px;
	background-image: url(../images/intro.png);
	background-repeat: no-repeat;
	width: 527px;
	height: 120px;
	float: left;
	
}
span
{
	display:none;
}
#container .mainText
{
	margin-top: -290px;
	padding: 0;
	width: 622px;
	float:left;
	font:bold 12px 'Trebuchet MS', sans-serif;
	line-height: 180%;
	text-align: left;
	
}
 /* #######################################################
Video
####################################################### */
#container .videoplayer
{
    margin-top: -65px;
    margin-left: 0;
	width: 250px;
	height: 171px;
    background-color: transparent;
	float:left;
	z-index: 1;

}
/* #######################################################
---/ End Video
####################################################### */
#container .conclusion
{
	margin-top: -168px;
	margin-left: 270px;
	background-image: url(../images/conclusion.png);
	background-repeat: no-repeat;
	width: 356px;
	height: 111px;
	float: left;
}
#container .serviceArea

 {
  	margin-top: 25px;
    margin-bottom: 25px;
	padding-left: 0px;
	width: 622px;
	float:left;
	font:bold 12px 'Trebuchet MS', sans-serif;
	line-height: 100%;
	text-align: left;
}
/* #######################################################
---/ End Text
####################################################### */
 /* #######################################################
Background Decoration
####################################################### */
#map

 {
position: absolute;
top: 40%;
left: 60%;
width: 331px;
height: 430px;
background-image: url(../images/map.png);
z-index:3;
}
 #block .decor
  {
  clear: both;
  margin-top: -945px;
  margin-left: 40px;
  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;
 }
 /* #######################################################
---/ End Background Decoration
####################################################### */
/*######################################################
Left Sidebar
##################################################### */
#container .phone
{
    margin-top: -135px;
	margin-left: -10px;
    padding-bottom: 10px;
    width: 202px;
    height: 152px;
    float: left;
}

#container .phone a,
#container .phone a:link,
#container .phone a:active,
#container .phone a:visited,
#container .phone a:hover
{
	outline:none; 
}
/*######################################################
---/ End Left Sidebar
##################################################### */