/* Sky Unlimited Stylesheet */
/* (C)opyright Sky Unlimited 2011 */

html { height: 100%; }
body { 
  background-image: url('SkyUnlimitedLogo.svg');
  background-image: none,url('SkyUnlimitedLogo.svg'), url('SkyUnlimitedLogo.png');
  background-size: 100% 100%;
  background-attachment:fixed;
  background-position:center;
  text-align: center;
  padding: 0px;
 /*  margin: 0 auto; */
  margin-left: auto;
  margin-right: auto;
}

.main {
  width: 900px;
  height: 765px;
  margin:0 auto;
  text-align:left;
  padding-top: 20px;
/*
  position: absolute;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -400px;
  width: 900px;
  height: 800px;
  border: red 1px solid;
*/
}
.title {
  top: 0px;
  margin-left: auto;
  margin-right: auto;
/*  font-smooth: always; */
  color: white;
  text-align: center;
}
.titletext { 
  font-family: sans-serif;
  font-weight: bold;
  font-size: 48pt;
}
.titlemotto { 
  font-family: monospace;
  font-size: 15pt;
  padding-top: 10px;
  padding-bottom: 10px;
}.navbar {
  top: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  width: 620px;
}
.navbaritem { 
  background-image: url('RoundedCorners.png');
  background-position: 0px 0px;
  background-repeat:repeat-x;
  background-origin: padding-box;
  height: 30px;
  line-height: 30px;
  width: 150px;
  display:inline-block;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 14pt;
  cursor: pointer;
}
.navbaritem:hover {
  background-position: -151px 0px;
}
.navbarsel {
  background-position: -302px 0px;
}
.navbarsel:hover {
  background-position: -302px 0px;
}
.mainbody {
/*  position: absolute; */
  top: 155px;
  left: 0px;
  width: 860px;
  height: 580px;
  color: white;
  font-family: sans-serif;
  font-size: 12pt;
  background-color: rgba(0,103,224,0.8);
  border-radius: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #20A0FF;
  clear: both;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.heading {
  font-size: 24pt;
  font-weight: bold;
  color: white; /* Yellow would be nice, but too busy */
}
#d_about,#d_services,#d_contact {
  display:none;
}