/*
  DByte64 inc.
  Designed by Pou Le Serg (DByte64)
  http://pouleserg.com/, http://clubin.org.ua/, http://posejdonet.org.ua/
*/

* {
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
  overflow-y: hidden;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 1010px;
  margin: 10px auto;
  background: #FFF;
  color: #111;
}

#header {
  font-size: 28px;
  color: #FD5101;
  padding: 1px 10px 10px 7px;
}

#posejdonet {
  font-size: 32px;
  color: #9F0651;
  display: inline;
}

#crane {
  border-top: 1px solid #FFCD03;
}

#menuright {
  position: absolute;
  top: 31%;
  right: 5%;
}

#hidebackscreen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #888;
  opacity: 0.8;
  khtml-opacity: 0.8;
}

.CoolCenteredWindow {
  position: absolute;
  top: 23%;
  left: 16%;
  width: 64%;
  height: 40%;
  background: #FFF;
  border: 2px solid #FFCD03;
  padding: 1% 2%;
  opacity: 0.9;
  khtml-opacity: 0.9;
  font-size: 14px;
  color: #000;
  text-align: justify;
}

.iwannabeclicked {
  position: absolute;
  bottom: 20px;
  left: 25%;
  width: 50%;
  border: 4px solid #B4FF00;
  padding: 4px;
  text-align: center;
  background: #F4FF90;
  cursor: pointer;
}

.hellotitle {
  text-align: center;
  font-size: 16px;
  padding: 3px;
}

#origideas {
  font-size: 14px;
  float: right;
  color: #111;
  text-align: right;
}

.infoblock {
  width: 600px;
  text-align: justify;
}

.parainfo {
  float: left;
  margin-right: 10px;
}

img {
  border: 1px dashed #333;
}

#closeHelp {
  border: 2px solid #444;
  padding: 4px 9px 5px 11px;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  font-weight: bold;
  text-align: center;
  background: #E32;
  font-size: 14px;
}

#closeHelp:hover {
  background: #C10;
  color: #AAA;
}

.RoundedCorners {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

.WinContacts {
  top: 5%;
  left: 18%;
  width: 60%;
  height: 80%;
  display: none;
}

#contactbutton {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
  position: absolute;
  top: 43%;
  left: 15px;
  font-size: 28px;
  background: url(images/mail.gif) center bottom no-repeat;
  height: 60px;
  cursor: pointer;
}

#contactbutton:hover {
  color: #C10;
}

#go2site:hover, #back2site:hover, #backILetter:hover {
  font-size: 16px;
}

#submitletter {
  border: 4px solid #555;
  padding: 7px;
  margin: 7px;
  text-align: center;
  background: #FDE;
  cursor: pointer;
}

#submitletter:hover {
  font-size: 16px;
}

.specerror {
  border: 1px solid #FF7665;
  padding: 4px;
  margin: 5px;
  text-align: center;
  background: #DDD;
  display: none;
}

.mailsuccess {
  display: block;
  background: #EEE;
  margin: 21%;
  border: 1px solid #777;
}

a {
  color: #565;
  text-decoration: none;
}

a:hover {
  color: #555;
}

.oppa {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: none;
  color: #777;
}

.oppanew {
  right: 90px;
}

.oppalast {
  right: -40%;
  display: block;
}

form {
  text-align: center;
}

#hostbanner {
  position: absolute;
  bottom: 5px;
  color: #999;
}

