
body {
   background-color: #ddddff;
   margin: 0px;
}

#title {
   background-color: #9999ff;
   position: relative;
   text-align: center;
   vertical-align: middle;
   font-family: Verdana;
   font-size: 5em;
   color: #5555ff;
   height: 110px;
   font-weight: bold;
   z-index: 2;
}

#menu {
   background-color: #9999ff;
   position: relative;
   top: -2px;
   font-family: Arial,Helvetica,sans-serif;
   border-bottom: 1px solid #5555ff;
   box-shadow: 0px 2px 8px;
   z-index: 1;
   height: 61px;
}

#menu ul {
   position: relative;
   width: 624px;
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   overflow: hidden;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#menu ul li {
   font-weight: bold;
   float: left;
   margin: 0px;
}

#menu a, #selected {
   display: block;
   padding: 8px;
   background-color: #5555ff;
   text-align: center;
   width: 120px;
   margin: 10px;
}

#menu a {
   text-decoration: none;
   cursor: pointer;
   color: #ffffff;
}

#selected {
   color: #9999ff;
}

#menu a:hover {
   text-decoration: underline;
}

#background, #background-bottom {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 815px;
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
}

#background {
   padding-top: 18px;
   background-image: url('images/bg_left_right.png');
   background-repeat: repeat-y;
   box-shadow: 2px 2px 8px;
   z-index: 0;
}

#background-bottom {
   margin-bottom: 10px;
   height: 26px;
   background-color: white;
}

.clear {
   clear: both;
   height: 0px;
   overflow: hidden;
}

p {
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 0px;
   padding-top: 0px;
   position: relative;
   text-align: justify;
   overflow: auto;
   line-height: 1.4;
}

h1, h2 {
   font-family: Verdana;
   color: #9999ff;
   margin-left: 25px;
   position: relative;
}

h1 {
   margin-top: 18px;
}

.result_text {
   font-family: Arial Black;
   float: left;
   margin-right: 8px;
   margin-top: 13px;
   margin-left: 10px;
   color: #9999ff;
   position: relative;
}

.result_link {
   position: relative;
   float: left;
   display: block;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 5px;
   padding-bottom: 5px;
   margin-left: 8px;
   margin-right: 8px;
   margin-top: 8px;
   border: 0px solid;
   border-top-left-radius: 12px;
   border-top-right-radius: 12px;
   font-family: Arial Black;
   text-align: center;
   background-color: #9999ff;
   color: #ffffff;
   cursor: pointer;
   width: 160px;
}

.line {
   border-top: 1px solid #9999ff;
   position: relative;
   margin-left: 10px;
   margin-right: 10px;
}

.result_transition {
   position: relative;
   transition: height 0.6s;
   -webkit-transition: height 0.6s;
   overflow: hidden;
   margin-left: 10px;
   margin-right: 10px;
}

.result {
   border-left: 1px solid #9999ff;
   border-right: 1px solid #9999ff;
   border-bottom: 1px solid #9999ff;
   position: absolute;
   bottom: 0;
}

.screenshot_transition {
   border: 0px solid;
   position: absolute;
   transition: height 0.6s, top 0.6s, left 0.6s;
   -webkit-transition: height 0.6s, top 0.6s, left 0.6s;
   overflow: hidden;
   float: left;
   cursor: pointer;
   z-index: 1;
   top: 0px;
   left: 10px;
}

.screenshot_thumb {
   position: relative;
   border: 0px solid;
   margin-bottom: 10px;
   margin-left: 10px;
   margin-right: 10px;
   float: left;
   cursor: pointer;
   z-index: 2;
}

#menu_fade, #background_fade {
   background-color: black;
   opacity: 0.0;
   filter: alpha(opacity=0);
   transition: opacity 0.6s;
   -webkit-transition: opacity 0.6s;
}

#menu_fade {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 170px;
   z-index: -1;
}

#background_fade {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: -1;
}

#filler {
   transition: height 0.6s;
   -webkit-transition: height 0.6s;
}

#advantages li {
   margin-bottom: 8px;
}
