@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Oswald', sans-serif;
}
/*######################################################
Main Content
##################################################### */
#container .intro
{
	margin-top: 20px;
	margin-left: -165px;
	background-image: url(../images/intro_com.png);
	background-repeat: no-repeat;
	width: 583px;
	height: 70px;
	float: left;
}

span
{
	display:none;
}

#container .mainText
{
	margin-top: -340px;
	padding: 0;
	width: 622px;
	float:left;
	font:bold 12px 'Trebuchet MS', sans-serif;
	line-height: 180%;
	text-align: left;
}

#container .conclusion
{
	margin-top: -130px;
	margin-left: 10px;
	background-image: url(../images/conclusion_com.png);
	background-repeat: no-repeat;
	width: 506px;
	height: 70px;
	float: left;
}
/*######################################################
Slider
##################################################### */
#container .portfolioContent
{
	margin-top: -170px;
	margin-left: 240px;
	padding-bottom: 30px;
	text-align: left;
	float:left;
}
/*######################################################
---/ End Slider
##################################################### */

#container .feedback
{
    margin-top: 0;
    margin-left: 70px;
    padding-bottom: 20px;
	height: 70px;
    float: left;
}
#container .feedbackText
{
     margin-top: 15px;
     margin-left: 10px;
	 height: 70px;
     font: bold 12px 'Trebuchet MS', sans-serif;
     line-height: 160%;
     color: #000;
     text-align: left;	
     float: left;	
}
 /*######################################################
---/ End Main Content
##################################################### */

/*######################################################
Left Sidebar
##################################################### */
#container .phone
{
    margin-top: -240px;
    padding-bottom: 30px;
    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; 
}

#container .testimonials
{
    clear: both;
	margin-top: -130px;
    margin-left: 0;
    padding-bottom: 20px;
    background-image: url(../images/testimonials.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 140px;
    float: left;
}

#container .testimonials p
{
    margin-top: 10px;
    margin-left: 0;
    font: bold 12px 'Trebuchet MS', sans-serif;
    line-height: 160%;
    color: #FC0;
    text-align: left;	 
}
 /*######################################################
---/ End Left Sidebar
##################################################### */
 
#block .decor
{
  clear: both;
  margin-top: -1185px;
  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: 1180px;
  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:-1135px;	
 margin-left:830px;
 z-index:1001;
}

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

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