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

span
{
	display:none;
}

#container .mainText
{
	margin-top: -335px;
	padding: 0;
	width: 622px;
	float:left;
	font:bold 12px 'Trebuchet MS', sans-serif;
	line-height: 180%;
	text-align: left;
}
#container .items ul
{
    margin-top: -100px;
	margin-left: -28px;
	list-style-type: none;
	float: left;
}
#container .items ul li
{
    display: inline;
	padding-left: 2.5em;
}
#container .items ul li a
{
    text-decoration: none;
}
#container .items ul li commf
{
    margin-left: 300px;	
}
/*######################################################
---/ End Main Content
##################################################### */

/*######################################################
Slider
##################################################### */
#container .portfolioContent
{
	margin-top: -180px;
	margin-left: 250px;
	padding-bottom: 30px;
	text-align: left;
	float:left;
}
/*######################################################
---/ End Slider
##################################################### */

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

#block .decor
{
    clear: both;
    margin-top: -1065px;
    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: 1050px;
    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:-1035px;	
 margin-left:830px;
 z-index:1001;
}
@-moz-document url-prefix() {
 #chat {
        margin-top: -1035px;
    }
}

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