body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

a:link,a:active,a:visited,a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

#site {
	width: 691px;
	margin: auto;
}

#top {
	width: 690px;
	height: 75px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#top_logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#top_right {
	position: absolute;
	width: 230px;
	top: 60px;
	right: 138px;
	height: 40px;
}

#top_right_menu {
	float: right;
}

#top_right_menu ul {
	margin: 0px;
	padding: 0px;
}

#top_right_menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#top_right_menu ul li a img {
	border: 0px;
}

#content {
	width: 552px;
	float: left;
	height: 472px;
}

#content_main {
	width: 552px;
	height: 337px;
}

#zone_airmiles {
	width: 552px;
	height: 135px;
}

#zone_airmiles {
	display: block;
}

#block {
	width: 552px;
	height: 110px;
	display: block;
}

#right_buttons {
	float: right;
	width: 130px;
}

#right_buttons img {
	border: 0px;
}

.rightbtn {
	width: 130px;
	margin-bottom: 5px;
}


@font-face {
  font-family: GillSansStd;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/GillSansStd.ttf);
}

.title{
	font-family: "GillSansStd";
    font-size: 24px;
	color:#4C7E72;
	text-transform:uppercase;
}

.box-shadow {
	-moz-box-shadow: 2px 2px 3px #969696; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 3px #969696; /* for Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
}

