@charset "utf-8";
/* ====== CSS Document ====== */
body {
	background-color:#000000;
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
}
.placer{
	width:100%;
	height:100%;
}
a {
	color:#FFF;
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	color:#FFF;
	}
a:hover {
	color:#FFFF00;
	font-style:italic
		}
.logo_place {
	top:5px;
	width:45%;
	z-index:6;
}
.white {
	background-color:#006;
	top:143px;
	left:0px;
	height:inherit;
	width: 101%;
	position:absolute;
	z-index:0;
	color: #FFF;
	text-align: center;
}
.blue {
	top:143px;
	left:0px;
	width: 101%;
	height:100%;
	position:absolute;
	z-index:0;
}
.flash {
	width:100%;
	height:80%;
}
.shoot {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	font-style:normal;
	bottom:0;
	position:absolute;
	overflow:visible;
	z-index:5;
}

.p {
	color:#FFF;
}

.p_intro {
	color:#FFF;
	width:50%;
	margin-left:270px;
	margin-top:100px;
	font-size: 14px;
	text-align: justify;
}

.p_intro_title {
	font-size:18px;
	color:#FFF;
	width:50%;
	font-weight: bold;
	text-align: justify;
}
.text_services {
	font-weight: normal;
	font-size: 14px;
	color:#FFF;
}
/*Put photo size elements here: */

.services_textbox {
	position:absolute;
	width:70%;
	height:inherit;
	z-index:6;
	left:206px;
	top: 0px;
	right:10%;
}
.services_textbox {
	color: #FFF;
}
.blue .services_textbox p {
	text-align: center;
}
.blue .services_textbox p {
	text-align: justify;
}
.blue .services_textbox p center {
	font-weight: bold;
	font-size: 18px;
}
.blue .services_textbox p {
	font-weight: bold;
}
.blue .services_textbox p {
	font-weight: normal;
	text-align: justify;
}
/* Images with opacity */
a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}
.white center table tr td {
	text-align: center;
}
.white_text {
	color: #FFF;
}
