@charset "utf-8";

.grid, .grid * {
	margin: 0;
	padding: 0;
}

.grid a {
	color: #004363;
	text-decoration: none;
}

.grid img {
	border: none;
}

.grid ul, .grid ol, .grid li {
	list-style: none;
}

section, header, hgroup, footer, aside {
	display: block;
}

.grid {
	padding: 40px 0;
	color: #333;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	width: 940px;
	height: 523px;
	margin: 0 auto;
	clear: both;
}

.grid aside {
	width: 125px;
	float: left;
	padding-top: 110px;
	text-align: right;
}

.grid aside li {
	line-height: 51px;
	font-size: 14px;
}

.grid .sections {
	width: 782px;
	height: 511px;
	background: url(../images/bg-grid-box.png) no-repeat left top;
	float: right;
}

.grid section {
	float: left;
	text-align: center;
	height: 509px;
}

.grid .sections>div {
	width: 105%;
}

.grid h1 {
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	height: 54px;
	line-height: 50px;
}

.grid h2 {
	font-size: 24px;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	height: 32px;
	padding: 4px 0 18px;
}

.grid header span {
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: normal;
	margin-top: -3px;
}

.grid footer ul {
	padding: 0 20px;
}

.grid footer ul li {
	line-height: 46px;
	padding-bottom: 6px;
	position: relative;
}

.grid footer ul li.last {
	padding-top: 20px;
	line-height: normal;
}

.grid .btn, .grid .btn span {
	background-repeat: no-repeat;
	display: inline-block;
	white-space: nowrap;
	text-shadow: 0 1px 0 #fff;
}

.grid section:hover, .grid section.on {
	position: relative;
	padding: 6px 0 9px;
	margin-top: -6px;
	cursor: pointer;
}

.grid section:hover footer ul li, .grid section.on footer ul li {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.grid section:hover h1, .grid section.on h1 {
	font-size: 22px;
}

.grid section:hover h2, .grid section.on h2 {
	font-size: 30px;
}

.grid section:hover h2 span, .grid section.on h2 span {
	font-size: 10px;
}

.col3 section {
	width: 262px;
}

.col3 section.last:hover, .col3 section.last.on {
	width: 260px;
}

.col3 section:hover, .col3 section.on {
	background: url(../images/bg-section3.png) no-repeat left top;
}

.col3 .btn, .col3 .btn span {
	background-image: url(../images/bg-button3.png);
}

.col3 .btn {
	background-position: left top;
	padding-left: 34px;
}

.col3 .btn span {
	background-position: right top;
	padding-right: 34px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	padding-top: 6px;
	padding-bottom: 7px;
}

.col3 section:hover .btn, .col3 section.on .btn {
	background-position: left -46px;
}

.col3 section:hover .btn span, .col3 section.on .btn span {
	background-position: right -46px;
	line-height: 42px;
	font-size: 18px;
}

.col4 section {
	width: 195px;
}

.col4 section:hover, .col4 section.on {
	background: url(../images/bg-section4.png) no-repeat left top;
	width: 220px;
	margin-right: -13px;
	margin-left: -12px;
}

.col4 .btn, .col4 .btn span {
	background-image: url(../images/bg-button4.png);
}

.col4 .btn {
	background-position: left top;
	padding-left: 30px;
}

.col4 .btn span {
	background-position: right top;
	padding-right: 30px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.col4 section:hover .btn, .col4 section.on .btn {
	background-position: left -46px;
}

.col4 section:hover .btn span, .col4 section.on .btn span {
	background-position: right -46px;
	line-height: 35px;
	font-size: 16px;
}

.col5 section {
	width: 156px;
}

.col5 section:hover, .col5 section.on {
	background: url(../images/bg-section5.png) no-repeat left top;
	width: 180px;
	margin-right: -19px;
	margin-left: -5px;
}

.col5 .btn, .col5 .btn span {
	background-image: url(../images/bg-button.png);
}

.col5 .btn {
	background-position: left top;
	padding-left: 28px;
}

.col5 .btn span {
	background-position: right top;
	padding-right: 28px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.col5 section:hover .btn, .col5 section.on .btn {
	background-position: left -40px;
}

.col5 section:hover .btn span, .col5 section.on .btn span {
	background-position: right -40px;
	line-height: 30px;
	font-size: 14px;
}

.grid .tooltip {
	position: absolute;
	background: url(../images/bg-tooltip.png) no-repeat right bottom;
	width: 272px;
	padding-bottom: 36px;
	z-index: 2;
	font-size: 13px;
	line-height: 1.35em;
	color: #333;
	left: 70%;
	top: -35px;
	display: none;
	text-align: left;
	font-weight: normal;
}

.grid .tooltip>div {
	background: url(../images/bg-tooltip.png) no-repeat left top;
	padding: 30px 30px 0 45px;
}

.grid .tooltip h3 {
	font-size: 14px;
}

.grid section:hover {
	z-index: 2;
}

.grid section footer ul li:hover .tooltip {
	display: block;
}