/* @group networks */

#home {
	background: url(../img/networks.png) repeat 0 0;
	width: 600px;
	float: left;
}

#home li#company {
	background: url(../img/content.png) repeat-y 50% 0;
	width: 600px;
	height: 180px;
}

#home li {
	width: 300px;
	height: 60px;
	float: left;
}

#home li a {
	display: block;
	width: 300px;
	height: 45px;
	padding: 10px 0 5px;
	text-decoration: none;
	-webkit-transition: background-color 0.25s linear;
}

#home li a:hover,
#home li a:focus {
	background: rgba(164, 173, 183, .15);
}

#home li a:active {
	background: rgba(164, 173, 183, .25);
	padding: 12px 0 3px
}

#home li a img {
	float: left;
	margin: 0 10px 0 15px;
	-webkit-transition: margin-left 0.25s linear;
}

#home li a:hover img {
	margin-left: 10px;
}

#home li a strong {
	color: #000;
	font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	padding-top: 2px;
}

#home li p {
	text-align: justify;
	font: 12px/14px "Tahoma", Helvetica, Arial, sans-serif;
	color: #666;
}

#home li p#motto {
	text-align: center;
	font: 14px/16px "Tahoma", Helvetica, Arial, sans-serif;
	color: #666;
}

#home h3 {
	height: 60px;
	font-weight: normal;
	background: url(../img/about-h3.png) repeat-x 0 0;
	margin-bottom: 5px;
}

#home li h3 a {
	display: block;
	width: 600px;
	height: 45px;
	padding: 10px 0 5px;
	text-decoration: none;
	-webkit-transition: background-color 0.25s linear;
}

#home h3 a:hover,
#home h3 a:focus {
	background: rgba(164, 173, 183, .15);
}

#home h3 a:active {
	background: rgba(164, 173, 183, .25);
	padding: 12px 0 3px
}

#home h3 a img {
	float: left;
	margin: 0 10px 0 15px;
	-webkit-transition: margin-left 0.25s linear;
}

#home h3 a:hover img {
	margin-left: 10px;
}

#home h3 a small {
	margin-top: 10px;
	float: right;
	line-height: 20px;
	padding: 0 25px 1px 30px;
	background: url(../img/about-h3-small.png) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #bbb 0 1px 0;
}