html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	border:0px;
	font-size:12px;
	}

body {
	font-family:verdana;
	background-color:#FFFFFF;}

#main {
	
	width:800px;
	height:600px;
	margin:auto;
	}

#bg-pic {
	position:absolute;
	width:100%;
	heigth:100%;
	}

#logo {
	box-shadow: 0px 3px 4px  #d6d7d7;}

#menu {
	height:139px;
	position:absolute;
	z-index:200}

#content {

	/*rgba (255, 255, 255, 0,9);*/
	top:139px;
	position:relative;
	box-shadow: 0px 3px 4px  #d6d7d7;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);

	z-index:100;
	}

#text {
	position:absolute;
	margin: 83px 0px 0px 120px;
	width:320px;}


#footer {
	z-index:300;
	position:relative;
	margin:145px 0px 0px 0px;
	padding:3px 0px 0px 0px;
	height:20px;
	width:800px;
	box-shadow: 0px 3px 4px  #d6d7d7;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);
	color:#50647c;}

#footer a {
	color:#758dab;}

#footer a:hover {
	color:#50647c;}

#copy {
	
	float:right;}

#p_a {	
	width:280px;
	margin:0px 0px 50px 50px;
	float:left;}

#p_b {	
	width:180px;
	margin:0px 0px 0px 0px;
	float:left;}



/*Menu*/

ul{


}


/*
#menu li{

	width:100px;

	height:40px;

	float:left;

	color:#191919;

	text-align:center;

	overflow:hidden;
	margin:0px 0px 0px 3px;
	box-shadow: 0px 3px 4px  #d6d7d7;
}
*/


a{

	color:#FFF;

	text-decoration:none;
}


p{

	padding:0px 5px;
}


.subtext{

	padding-top:15px;
}	}


/*Menu Color Classes*/

.white {
width: 100px;
height: 190px;
display: block;
margin: 0 auto;
box-shadow: 0px 5px 15px silver;
	}
	





/*menu button contact*/


.myButtonLink_mail {
	position:absolute;
	display: block;
	width: 28px;
	height: 27px;
	background: url('img/mail_menu.png') bottom;
	text-indent: -99999px;
	margin: -130px 0px 0px 270px;
}
.myButtonLink_mail:hover {
	background-position: -27 0;
}



.myButtonLink_fon {
	position:absolute;
	display: block;
	width: 28px;
	height: 27px;
	background: url('img/fon_menu.png') bottom;
	text-indent: -99999px;
	margin: -130px 0px 0px 310px;
}
.myButtonLink_fon:hover {
	background-position: -27 0;
}



.myButtonLink_local {
	position:absolute;
	display: block;
	width: 28px;
	height: 27px;
	background: url('img/mail_menu.png') bottom;
	text-indent: -99999px;
	margin: -130px 0px 0px 350px;
}
.myButtonLink_local:hover {
	background-position: -27 0;
}






/* jQuery lightBox plugin - Gallery style */
	#gallery {
		width:330px; 
		height:260px; 
		position:absolute; 
		margin:330px 0px 0px 450px;"
		
		
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; margin:0px -5px 0px 5px }
	#gallery ul img {
		
		opacity:0.4;
		color:#FFF;
		/*border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;*/
	}
	#gallery ul a:hover img {
		opacity:1;
		/*border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;*/
	}
	#gallery ul a:hover { color: #f00; }