@charset "UTF-8";
@import url("../text/adequate.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background:#8e8c80;
	color:#333;
}
img {border:none;}
a {text-decoration: none; color:#808080;}
a:hover {color:#333;}
.
* :focus {
	outline: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.trace {	border:1px solid #f00;}
.clearfix:after 
	{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
.clearfix 
	{ 
		overflow: hidden; 
		_height : 1%; 
	}
.left 
	{
		float: left;
	}
.right 
	{
		float: right;
	}

.section-title {font-size:28px;color:#74726c;}
.content-title{font-size:17px; text-transform:uppercase; color:#74726c;}
.red{color:#952128;} 
#footer {
	/*background:url(../images/bg-footer.png) no-repeat #f2f2f2;	*/
	background: #8e8c80;	
	width:1024px;
	text-align:left;
	padding-bottom:30px;
}
#footer .links{
	width:auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#footer .links h4{ text-indent:-9999px; height:20px;}
#footer .links .section1 h4{ background:url(../images/bg-title-social-media.gif) no-repeat;}
#footer .links .section2 h4{ background:url(../images/bg-footer-title-services.gif) no-repeat;}
#footer .links .section3 h4{ background:url(../images/bg-footer-title-web-hosting.gif) no-repeat;}
#footer .links .section4 h4{ background:url(../images/bg-footer-title-marketing.gif) no-repeat;}
#footer .links .section5 h4{ background:url(../images/bg-footer-title-contact.gif) no-repeat;}
	
#footer .links div{
	width:195px;
}
#footer .links ul {list-style-type:none; padding:0; margin-left:0;}
#footer .links ul li{padding-left:8px;}
#footer .links ul li a{
	padding-left:10px;
	background:url(../images/ico-bullet-plus.gif) no-repeat left 5px;
	display:block;
	color:#fffff;
}
#footer .links ul li a:hover{
	background-position:left -5px;
	color:#333;
}
#footer #copyright {
	padding: 20px 0 0 25px;
	width:300px;
	float:left;
}
#footer .menu {padding: 20px 40px 0 0; width:auto; float:right;}
#footer .menu ul {margin:0; padding:2;}
#footer .menu li {float:left; list-style-type:none; padding-left:10px; margin:0;}

