@charset "utf-8";
/* CSS Document */
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
#container{
	width: 780px;
	margin: 0 auto;
	}
#hero{
	margin:0;
	padding-bottom: 20px;
	}
.divider {
	width:10px;
	}
h3.name {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding-left: 20px;
	font-weight: bold;
	vertical-align: central;
	}
p.case{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #666666;
	font-size: 13px;
	}
h4.article{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #045971;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
 #features{
	 clear: both;
	 }
.articles, #reasons, #features{
	margin-left: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
		}
.articles{
	padding-bottom: 20px;
	width: 740px;
	}
td.reason{
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #666666;
	font-size: 13px;
	}

.title {
	background-image: url("img/separator.png");
	padding-bottom: 20px;
	background-repeat:no-repeat;
	width: 780px;
		}
td.feature{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #666666;
	font-size: 13px;
	vertical-align: top;
	}

div.one{
	float: left;
	width: 350px;
	display: inline-block;
	padding-bottom: 30px;
	display: inline;
	position: relative;
	}
	
div.two{
	float: right;
	width: 350px;
	display: inline-block;
	padding-bottom: 30px;
	display: inline;
	position: relative;
	}
a.infogr {
	text-decoration: none;
	color: #9a9a9a;
	}
a.infogr:hover {
	color: #72bff5;
	}
a>img{
	border: none;
	}