.mainnavbutton {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #336633;
}
a {
	color: #336633;
}
h1 {
	color: #336633;
}
.subnavbutton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #336633;
	font-weight: 400;
	font-size: 13px;

}


/* player container */
div.player {
	height:257px;
	width:313px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	text-align:center;
	margin-right:15px;
    position:absolute; 
}

/* play button */
div.player img {
	margin-top:67px;
}


/* overlay size and background image */
.overlay {

	/*
		THIS ARE YOUR FULLSCREEN DIMENSIONS
	*/
	width:800px;
	height:600px;
	background-image:url(images/petrol.png);
	display:none;
	padding: 0 !important;
}

/* close button for overlay */
.overlay .close {
	background:url(images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

/* original size of the player */
#player, #player_api {
	height:250px;
	width:415px;
	display:block;
}

/* absolute positioning of the player */
#player_api {
	position:absolute; 
	
	/* layer as the topmost element */
	z-index:10000; 	
}




