@charset "utf-8";
/* CSS Document */
body{background:transparent url(images/bg.png) repeat-x scroll 0 35px;
font-family:Arial,Helvetica,sans-serif;
margin:0;
padding:0;}

#main {
	width:850px;
	height:448px;
	margin:35px auto 0 auto;
	text-align:center;
	background:url(images/main_effective.jpg) no-repeat;
	
}

#main a img, #top a img {
	border:none;
}

#header{
	height:180px;}

#links {
	float:right;
	font-family:"Trebuchet MS", Arial, sans;	
	text-align:right;
	margin:50px 80px 0 0;
		font-size:12px;
}

#links li{ float:left; list-style:none;}

#links li a {
	display:block;
	text-decoration:none;
	color:#888;
	padding:6px;
}

#links  li a:hover {
	display:block;
	text-decoration:underline;
	color:#222;
	padding:6px;
}

#gallery {
	width:862px;
	clear:both;
	padding:113px 0 0 130px;
}

#clients {
	margin:0;
	float:left;
}

.galContent {
	float:left;
	color:#555;
	width:250px;
	padding:0;
	margin:85px 0 0 0;
}

#texthome{ width:50%; margin-left:350px; text-align:justify; font-family:Verdana, Geneva, sans-serif; 
			font-size:11px; color: #666; line-height:16px;}

.galContent p {
	padding:0 5px 0 0;
	margin:5px 0 0 0;
	font-size:11px;
	text-align:left;
}

.galContent a {
	color:#006699;
	text-decoration:none;
}

.galContent a:hover {
	color:#333;
	text-decoration:underline;
}

#nav {
	margin:0 0 0 10px;
	float:left;
	padding:25px 0 0 0;
}

#nav li{
	margin:0 0 0 10px;
	list-style:none;
	text-align:left;
	
}

.red {
	color: #ED090A;
}
.blue {
	color: #01A7BD;
}


