/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../imgages/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
	font-family: "Arial", Tahoma, sans-serif;
}

div.overlay a{
	color: #8ac000;
}

div.overlay p{
	color: #ABABAB;
	padding-left:15px;
	padding-right: 10px;
}

div.overlay ul{
	color: #ABABAB;
	padding-left: 65px;
	padding-right: 10px;
}

div.overlay ol{
	color: #ABABAB;
	padding-left:65px;
	padding-right: 10px;
}

div.overlay h1{
color:#ABABAB;
font-size:21px;
display:block;
margin-top: 0px;
margin-right: 19px;
margin-bottom: 14px;
padding-top: 19px;
}

div.overlay h2 {
color: #ABABAB;
font-size:16px;
margin-bottom:10px;
font-weight: bold;
}

div.overlay table{
	color: #ababab;
	width: 500px; 
	position: relative;
	padding: 10px;
}

div.overlay td{
	color: #ababab;
	text-align: center;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(../img/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}

/* container for external content. uses vertical scrollbar, if needed */
div.wrap {
	height:441px;
	overflow-y:auto;
}

/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(../images/transparent.png);
}

#navcontainer{
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #999;
	z-index: 1;
}

#navcontainer ul{
	list-style-type: none;
	text-align: center;
	margin-top: 3px;
	padding: 0;
	position: relative;
	z-index: 2;
}

#navcontainer li{
display: inline;
text-align: center;
margin: 0 5px;
}