html {
	background: #fff url(../images/rapa-nui-bg.png) no-repeat  100% 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

p {
	color: #707070;
	line-height: 20px;
}

a:link, a:hover, a:visited, a:active {
	color:#9A4505;
	text-decoration:none;
}
.clear {
	clear:both;
}

.black {
	color: #000;
}


a.grey {
	color: #707070;
}

.noMargin {
	margin: 0 !important;
}

.rapaNuiLogo {
	width: 182px;
	height: 90px;
	display: block;
	background:transparent url(../images/rapa-nui-logo.png) no-repeat bottom;
}

#menu {
	padding-top: 10px;
	background: #1a1710;
}

#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-style: normal;
	display: block;
	text-align:right;
	padding-right: 20px;
	color: #bbaf9d;
	padding-bottom: 2px;
}

#menu a:hover {
	color: #fff; 
}

#menu a.active {
	color: #FF6600;
}

#menuBottom {
	height: 10px;
	margin-bottom: 20px;
	background:transparent url(../images/menu-box-bottom.png) no-repeat top;	
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

a.twitter, a.vimeo, a.flickr {
	float: left;
	width: 40px;
	height: 40px;
	display: block;
	margin-left: 15px;
}

a.twitter {
	background:transparent url(../images/twitter-icon.png) no-repeat;
}

a.twitter:hover {
	background:transparent url(../images/twitter-icon-active.png) no-repeat;
}

a.vimeo {
	background:transparent url(../images/vimeo-icon.png) no-repeat;
}

a.vimeo:hover {
	background:transparent url(../images/vimeo-icon-active.png) no-repeat;
}

a.flickr {
	background:transparent url(../images/flickr-icon.png) no-repeat;
}

a.flickr:hover {
	background:transparent url(../images/flickr-icon-active.png) no-repeat;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0 0 20px 0;
}

h1 {
	font-size: 26px;
	color: #333;
}

h2 {
	font-size: 24px;
	color: #000;
}

h2.followUs {
	margin-bottom: 10px;
}

h2.whatWeDo {
	margin-bottom: 10px;	
}


#leftSide, #rightSide {
	padding-top: 40px;
}

#leftSide {
	width: 182px;
	float: left;
}

#rightSide {
	float: right;
	width: 182px;
}

#contentWrapper {
	width: 520px;
	margin: 0 auto;
}

th, td {
	border: 0 none;
}

img {
	border:0 none;
}

#headerLogo {
	margin-bottom: 20px;
}

table.videoThumbs {
	width: 100%;
	margin: 0 auto 0px auto;
}

table.videoThumbs td{
	vertical-align:top;
}

.videoThumb {
	position: relative;
	width: 110px;
	height: 94px;
	background:transparent url(../images/film-bg.png) no-repeat;
}

.videoThumb:hover {
	background:transparent url(../images/film-hover-bg.png) no-repeat;
}

.videoThumb img{
	position: absolute;
	width: 98px;
	height: 55px;
	top: 16px;
	left: 3px;
}

.socialSites {
	margin-bottom: 30px;
}

#greyBox {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	padding-left: 15px;
	padding-right: 15px;
	background: #7f7f7f;
}

#greyBox p {
	font-size: 12px;
	line-height:18px;
}

#greyBox p, #greyBox h2 {
	color: #fff;
}

#greyBox a.readMore {
	color: #b7b7b7;
	font-size: 12px;
	font-weight: bold;
}

#greyBoxTop {
	height: 10px;
	background:transparent url(../images/grey-box-top.png) no-repeat bottom;
}

#greyBoxBottom {
	height: 10px;
	background:transparent url(../images/grey-box-bottom.png) no-repeat top;
}

.hr {
	margin: 10px 0;
	border-bottom: 1px solid #a5a5a5;
}

.justify {
	text-align: justify;
}

#greyBox p.biggerFont{
	font-size: 15px;
}

#logoChilid {
	width: 73px;
	height: 125px;
	display: block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background:transparent url(../images/logo-chilid.png) no-repeat;
}

#footer a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #707070;
}

#footer {
	color: #707070;
	clear:both;
}


