@charset "UTF-8";
/* CSS Document */

header {
	height: 85px;
	background-size: 500px 85px;
	background-image: url(../images/contact_s.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}

header a.logo {
	width: 105px;
	height: 40px;
	top: 5px;
	right: 5px;
	background-image: url(../images/logo_ro_s.jpg);
	background-size: 105px 40px;
}

.page header p {
	font-size: 0.7em;
	font-weight: normal;
	color: #ffffcc;
	margin-left: 1px;
	line-height: 1em;
	text-align: left;
	display: block;
	margin-top: 1px;
	padding-right: 160px;
}


article { padding: 20px 20px 10px 20px; }


nav {
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: #660000;
}

nav a {
	color: #ffcc99;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #ffcc99;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	border-radius: 12px;
}
nav a:hover { color: #fff; background-color: rgba(255,255,255,.15) }

.promo_container { padding: 0px; }

.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position: 20px 13px;
	border-top: 1px solid #ccc;
}
.promo_container .promo .content { padding: 0px 20px 5px 90px; }

footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc99;
}

body { background-image: none; }
