body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #303030;
	background-repeat: repeat-x;
	background-image:url(gfx/background_main.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
A {
	color: #f87311;
	text-decoration : none;
}

A:HOVER {
	color : #ffffff;
	text-decoration : none;
}
.centrecolumn #header_container {
	width: 980px; 
	height: 276px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
.centrecolumn #main_container {
	width: 980px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.menubar {
	width: 100%;
	height: 100px;
	top: 226px;
	background-image:url(gfx/background_menu.jpg);
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: absolute;
	z-index: 5;
}
.menu_actual {
	width: 980px;
	height: 30px;
	top: 37px;
	position: relative;
	z-index: 10;
	text-align: right;
}
.logoarea {
	width: 325px;
	height: 276px;
	z-index: 6;
	position: relative;
	top: 0px;
	left: 0px;
}
.headerimage {
	width: 655px;
	z-index: 5;
	position: relative;
	top: -300px;
	left: 325px;
	text-align: right;
	padding-top:20px;
}
.maincontent {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 40px;
	padding-bottom: 400px; /*pushes the footer into correct position*/
	padding-top:40px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}
.footer_background {
	width: 100%;
	height: 160px;
	background-image:url(gfx/background_footer.jpg);
	z-index: 7;
	text-align: center;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
}
.footer_image {
	width: 980px;
	height: 140px;
	z-index: 8;
	margin: 0; 
	text-align: right;
}
.footer_bar {
	width: 980px;
	height: 20px;
	background: #000000;
	z-index: 8;
	margin: 0; 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
	text-align: left;

}
.box_right {
	width: 400px;
	height: 100%;
	z-index: 8;
	float: right;
	margin-left: 20px;
}
.box_left {
	width: 525px;
	z-index: 8;
	float: left;
	position: relative;

}
.box_gallery {
	width: 380px;
	height:185px;
	padding: 20px 10px 10px 10px;
	background: #000000;
	position: relative;
	top: -30px;
	z-index: 8;
	border: 2px solid #1e1e1e;
}
.box_videos {
	width: 380px;
	height:185px;
	padding: 20px 10px 10px 10px;
	background: #000000;
	position: relative;
	top: -30px;
	z-index: -999;
	border: 2px solid #1e1e1e;
}
.box_titles {
	width: 400px;
	z-index: 10;
	position: relative;
}
.gallery_images {
	border: 2px solid #1e1e1e;
	margin-bottom: 5px;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 5px;
}
.form_box {
	background: #ffffff;
	border: 2px solid #f87311;
	margin-bottom: 5px;
}
.box_contactform{
	width: 380px;
	height:310px;
	padding: 20px 10px 10px 10px;
	background: #000000;
	position: relative;
	top: -30px;
	z-index: 8;
	border: 2px solid #1e1e1e;
}
.form_text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
}
.box_included {
	width: 380px;
	padding: 20px 10px 10px 10px;
	background: #000000;
	position: relative;
	top: -30px;
	z-index: 8;
	border: 2px solid #1e1e1e;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.box_prices {
	width: 525px;
	height: 150px;
}
.text_prices {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 45px 10px 10px 10px;
	height: 150px;
}

/*LIGHTBOX SPECIFIC*/
	#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;

	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none;}

#overlay{ background-image: url(lbox/overlay.gif); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="lbox/overlay.gif", sizingMethod="scale");
	}
	
