@charset "UTF-8";

/* Layout Medium Screens */

header{
	height: 200px;
	background: url(../_images/banner_medium.jpg) no-repeat 90% 0px;
}

header a.logo{
	width: 400px;
	height: 49px;
	top: 88px;
	left: 14px;
	background-image: url(../_images/logo_medium.png);
}

p.header_info{
	padding: 0 0 5px 125px;	
	margin: 0;
	line-height: .7em;
	font-size: .8em;
}

.header_info_wrap{
	position: relative;
	top: 150px;
	left: -110px;
}


nav{
	/*top: 200px;*/
}

nav a{
	margin-right: 20px;
}

.promo_container{
	padding: 0 20px 15px 20px;
}

.promo_container .promo{
	background-position: 0px 0px;
}

.promo_container .promo .content{
	padding: 70px 30px 0 0;
}

/*
body{
	background-image: none;
}
*/