@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0px; padding: 0px; }

nav {
	width: 100%;
	display: block;
	position: absolute;
	background-color: #CC3366;
	z-index: 30;
}

/* Layout Large Screens (default for older browsers) */

header {
	height: 275px;
	background-image: url(../images/panel_02.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}
header a.logo {
	background-image: none;
	left: 30px;
	bottom: 270px;
	overflow: visible;
	top: 75%;
}
header a {
	color:#000;
	font-family: "Dosis", san-serif;
	top: 28px;
	right: 30px;
	text-decoration: none;
	font-size: 64px;
} 
article { padding: 60px 20px 10px 20px; }

.promo_container { padding: 0px 0px 15px 20px; }
.promo_container .promo { width: 33%; float: left; background-position: 0px 3px; }
.promo_container .promo .content { padding: 0px 30px 0px 70px; }


nav { top: 275px; }
nav a { margin: 12px 0px 10px 20px; }


@media screen and (max-width: 990px) {
	footer { padding-left: 20px; }
}
