/* CSS Document */


body {
	
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #fff;
}

.wrap{
	width:1000px;
	margin:0px auto;
	
}


div#page {
  /*border:1px solid purple;*/
  padding:5px;
  text-align:left;
  width:780px;
  margin:0px auto;
	
}

div {
	text-align: center;
}

div#header-airnails-logo {
/*  border:2px solid red;*/
  width:366px;
  height:132px;
  float:left;
  margin:auto 8px;
 
}


div#header-contacts {
/*  border:2px solid red;*/
  width:366px;
  height:132px;
  float:left;
  margin:auto 8px;
  font-family:tahoma,geneva,sans-serif;
  list-style-type: none;
  text-shadow: 2px 2px #000000;
  
}
ul.nav {
	list-style: none; /* this removes the list marker */
	/*border-top: 1px solid #666;*/ /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	/*margin-bottom: 50px;  this creates the space between the navigation on the content below */
	margin:0;
	padding:19px 0px 20px 40px ;
}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	/*background-color: #8090AB;*/
	color: #fff;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	/*background-color: #000;*/
	color: #0CF;
}

ul.nav li {
	font-size:23px;
	text-align: left;
	
}

/*div#gallery-top {

  width:760px;
  height:420px;
 
  margin:20px 8px 5px 8px;

margin-top:10px;
}
*/

div#gallery-top {
    height: 100px;
    margin-top: 140px;
    width: 780px;
}

div#gallery-bottom {
  /*  height: 350px;
    margin-top: 10px;
    width: 10px;
	padding:0px;
	margin:0px;*/
    height: 310px;
    margin-top: 100px;
    width: 780px;
	margin-left:-390px;
/*	position: relative;*/
}

div#gallery-bottom p{
	width:780px;
	margin:0 auto;
}

div.photo {
  /*border:2px solid green;*/
  width:354px;
  float:left;
  margin:45px 10px 10px 8px;
  height:355px;
}

img.displayed {
	display: block;
    margin-left: auto;
    margin-right: auto;

}


img {
	/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

#fullscreenBGDx{
	/* background behind all content*/
	width: auto;
	height: auto;
	position: fixed;
	top: 0px;
	left:0px;
	z-index: -100;
	min-height: 100%;
	max-width: 1440px;
	
	

}



div#content {
 /* border:2px solid blue;*/
  width:760px;
  margin:45px auto 0px auto;
  min-height:470px;
  _height:470px;
  text-align: justify;
 
  color:#ffffff;
  font-family:tahoma,geneva,sans-serif;
  font-size:15px;
  font-style:normal;
  font-weight:normal;
  /*text-shadow: 1px 1px #000000;*/
  /*float:left;*/
  
}

div#content p.name { font-size:19px;
}




div#footer {
  border:2px solid red;
  width:760px;
  height:30px;
  clear:both;
  margin: 0px auto;
  
}
.fullscreenBGD {
}
