body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.6;
  color: #222;
  background-color: #a6a6a6;  
  }
  
  html { min-height: 100%; margin-bottom: 1px; }
  
  
#send {
  
  }
  
#thanks {
  height: 55px;
  }
  
  #error {
  height: 85px;
  }
  
.blank {
  padding: 10px 0 10px 0;
  }
  


/*********************************** Links ***********************************/

a:link {
  color:  #00A200;
  text-decoration: none;
  border-bottom: none;
  }
    
a:visited {
  color:  #00A200;
  text-decoration: none;
  border-bottom: none;
  }
    
a:hover {
  color: #00A200;
  text-decoration: none;
  border-bottom: 1px dotted #02CA0B;
  }
  
.right {
  text-align: right;
  }
  
  .right a {
    border: none;
    }
  
.right2 {
  text-align: right;
  margin-top: 8px;
  }
  
  .right2 a {
    border: none;
    }
  

.centre {
  text-align: center;
  }
  
  .centre a:link {
    border: none;
    }
  
  
  #sidebar a:link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    }
  
  #sidebar a:visited {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    }
  
  #sidebar a:hover {
    color: #02CA0B;
    text-decoration: none;
    border-bottom: 1px dotted #02CA0B;
    }
  
    
a img {
  border: none;
  }


/*********************************** Headings ***********************************/

h1, h2, h3, h4, h6 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 0;

  }
    
h1 {
  color: #02CA0B;
  font-size: 24px;
  margin: 0;
  }
    
h2 {
  font-size: 19px;
  margin: 10px 0 0 0; 
  }


  #sidebar h2 {
    color: #888;
    }
    
    
h3 {
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
  }
  
h4 {
  color: #888;
  font-size: 17px;
  margin: 10px 0 0 0;
  padding-bottom: 0;
  }
    
h5 {
  font-weight: 500;
  font-size: 14px;
  margin: 25px 0 0 0;
  padding-bottom: 0;
  }
    
h6 {
  color: #888;
  font-size: 16px;
  margin: 5px 0 5px 0;
  padding-bottom: 0;
  } 


/*********************************** Lists ***********************************/
    
ul {
  padding: 0 0 15px 20px;
  margin: 0;
  }
    
li {
  list-style: circle;
  padding-top: 3px;
  }


#sidebar ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
  }

#sidebar li {
  list-style: none;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #444;
  }

#sidebar img {
  margin-right: auto;
  padding-top: 0px;
  margin-top: 3px;
  }
  
.del li {
  list-style: none;
  padding: 5px 0 5px 15px;
  background: url(../images/site-images/bullet-del.gif) no-repeat 0 11px;
  }
    
.none ul {
  background: none;
  padding: 10px 0 15px 0;
  margin: 0;
  }
  
.none li {
  background: none;
  padding-left: 0;
  }


/*********************************** Breaks ***********************************/

.breaker {
  border-bottom: dashed 1px #ccc;
  margin: 10px 0 15px 0;
  padding: 0;
  }
  
  #sidebar .breaker {
    border-bottom: dashed 1px #444;
    }
    
.breaker-b {
  border-bottom: dotted 1px #ff6600;
  margin: 10px 0 15px 0;
  padding: 0;
  }

.line-breaker {
  border-bottom: 1px solid #ccc;
  margin: 10px 0 15px 0;
  padding: 0;
  }


/**********************************************************************
                                                                      *
 Layout Divs                                                          *
                                                                      *
**********************************************************************/

#wrapper {
  margin: 0 auto;
  padding: 15px 0 15px 0;
  background-repeat: repeat-y;
  background-position: center;
  background-image: url(../images/site-images/bg.gif);
  }
    
#header {
  margin: 0 auto 15px auto;
  padding: 0 10px 0 10px;
  color: #fff;
  width: 646px;
  height: 140px;
  background-image: url(../images/site-images/header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  }
    
#menu {
  color: #fff;
  font-size: 12px;
  padding-top: 115px;
  }
  
#page-title {
  padding: 10px 0 0 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  } 
    

/*********************************** Content ***********************************/
    
#container {
  width: 666px;
  margin: 0 auto 0 auto;
  padding: 0;
  background-image: url(../images/site-images/bg-c.gif);
  background-position: center;
  background-repeat: repeat-y;
  }

#sidebar {
  float: right;
  margin: 0;
  padding: 10px 20px 15px 20px;
  color: #FFFFFF;
  width: 165px;
  }

#content {
  padding: 15px;
  width: 415px;
  }

.content {
  padding: 0;
  width: 350px;
  }
  
.content-b {
  width: 415px;
  margin-bottom: 10px;
  }

.content-b img {
  float: left;
  padding-right: 10px;
  margin: 0 5px 5px 0;
  }
    
.content-sb {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
  }
    
.content-sb img {
  float: left;
  padding-right: 10px;
  margin: 0 5px 5px 0;
  }
    
.content-bb {

  }
    
.content-bb img {
  float: left;
  padding-right: 10px;
  margin: 0 5px 5px 0;
  }
  
  

/*********************************** Footer ***********************************/

#divide {
  clear: both;
  width: 666px;
  height: 15px;
  margin: 0 auto;
  background-color: #fff;
  }

#footer {
  margin: 0 auto;
  font-size: 9px;
  width: 636px;
  padding: 10px 15px;
  background-color: #f0f0f0;
  }

#footer-left {
  width: 420px;
  }

#footer-right {
  float: right;
  text-align: right;
  color: #9c9d9f;
  width: 200px;
  }

#footer-right a {
  color: #222;
  text-decoration: none;
  border: none;
  }

#footer-right a:visited {
  color: #222;
  text-decoration: none;
  border: none;
  }

#footer-right a:hover {
  color: #00a200
  text-decoration: none;
  border-bottom: 1px dotted #227EE9;
  }

.rss {
  float: right;
  margin: 0 0 0 5px;
  }
  
  .rss a {
    border: none;
    }

#footer-shadow {
  margin: 0 auto;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  height: 15px;
  background-image: url(../images/site-images/footer-s.gif);
  }

    
.banner {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  }


/*********************************** Content Shiznit ***********************************/

.text-r {
  width: 140px;
  height: 140px;
  padding-top: 10px;
  line-height: 3em;
  margin-left: 270px;
  }
    
  .text-r img {
    margin: 5px 10px 0 0;
    padding: 0;
    }
    
.text-rf {
  width: 150px;
  height: 140px;
  padding-top: 5px;
  margin-left: auto;
  }

  .text-rf img {
    margin: 5px 5px 0 0;
    padding: 0;
    }
    
  .text-rf p {
    margin: 8px 0 0 0;
    }
  
  
  .dl-fp {
    padding-right: 5px;
    margin: 0 5px 5px 0;
    }
  
  
#dl-box1, #dl-box2, #dl-box3, #dl-box4 {
  margin: 15px 0 5px 0;
  }
  
  .teee, .teee2 {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    }
    
  .teee img {
    padding: 0 6px 0 42px;
    }
    
    .teee2 img {
    padding: 0 6px 0 29px;
    }


/*********************************** Forms ***********************************/
    
form {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
    }

input, select, textarea {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px solid #ccc;
  }
  
input {
  padding: 0px;
  }
  
label {
  float: left;
  width: 220px;
  font-weight: bold;  
  }
  
.label-2 {
  padding-left: 137px;
  border: none;
  }
  
  .label-2 input {
    border: none;
    }

.nr {
  background-color: #f7f7f7;
  }
    
.blue {
  color:  #00a200;
  font-weight: bold;
  }

#sidebar input, select {
  border: none;
  }
  
  
.paypal {
  margin: 5px 0 0 6px; 
  }
  
  .paypal img {
    margin: 0 3px 0 3px;
    border: none;
    }

  .paypal form {
    display: inline;
    }


/*********************************** SL Stuff ***********************************/

  #slide-upd {
    height: 370px;
    }
    
  #slide-downd {
    height: 560px;
    }
    
    
  #slide-upsi {
  height: 615px;
    }
    
  #slide-downsi {
  height: 770px;
    }


/* PayPal */
  
#s-down {
  height: 145px;
  }


#paypal {
  margin: 4px 0 10px 0;
  }
    
  #paypal a:link {
    border: none;
    }
    
  #paypal a:visited {
    border: none;
    }
    
    
#paypal2 {
  margin: 1px 0 3px 0;
  }
    
  #paypal2 a:link {
      border: none;
      }
      
  #paypal2 a:visited {
    border: none;
    }
    
    
  .paypal img {
      margin: 0;
      padding: 0;
      }
    
  .paypal form {
    display: inline;
    margin-right: 5px;
    padding: 0;
    }
    
    
.slidebox {
  padding: 10px 0 10px 0;
  }
  
.slidebox-pp {
  padding: 5px 0 5px 0;
  }
  


/*********************************** Menu Components ***********************************/

#header ul {
  padding: 0;
  }
    
#header li, #header li a {
  display: inline;
  background: none;
  margin-right: 3px;
  }

#header li a {
  color: #40FF40;
  text-decoration: none;
  border-bottom: 2px;
  }

#header li a:hover {
  color: #40FF40;
  border-bottom: 2px solid #fff;
  margin-bottom: auto;
  }

#ihome #home a,
#idownloads #downloads a,
#iscreenshots #screenshots a,
#iorder #order a,
#icontact #contact a {
  color: #fff;
  border-bottom: 2px solid #fff;
  }


/*********************************** Menu Footer Components ***********************************/


#footer-menu {
  margin: 0 auto 20px 0;
  text-align:center;
  padding: 0;
  }
    
#footer-menu ul {
  padding: 0;
  }

#footer-menu li, #footer-menu li a {
  display: inline;
  background: none;
  color: #a6a8aa;
  margin-right: 5px;
  }

#footer-menu li a {
  color: #666;
  text-decoration: none;
  border-bottom: 1px;
  }

#footer-menu li a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  }
    
#ihome #home-f a,
#idownloads #downloads-f a,
#iscreenshots #screenshots-f a,
#iorder #order-f a,
#icontact #contact-f a {
  color: #fff;
  border-bottom: 1px dotted #fff;
  }


/*********************************** Lightbox ***********************************/

#lightbox {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
  }

#lightbox a img{ border: none; }

#lightbox a:link {
  border: none;
  }

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  }

#imageContainer {
  padding: 10px;
  }

#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  }
  
#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  }
  
#imageContainer>#hoverNav{
  left: 0;
  }

#hoverNav a {
  outline: none;
  }

#prevLink, #nextLink{
  width: 49%;
  height: 100%;
  display: block;
  }
#prevLink {
  left: 0; 
  loat: left;
  }

#nextLink {
  right: 0;
  float: right;
  }

#prevLink:hover, #prevLink:visited:hover {
  }

#nextLink:hover, #nextLink:visited:hover {
  }

#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  }

#imageData {
  padding:0 10px;
  }
#imageData #imageDetails {
  width: 70%; float: left;
  text-align: left;
  }
  
#imageData #caption {
  font-weight: bold;
  }

#imageData #numberDisplay {
  display: block; clear: left
   padding-bottom: 1.0em;
   }  
    
#imageData #bottomNavClose {
  width: 66px; float: right; 
  padding-bottom: 0.7em;
  } 
  
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  }
  

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }

* html>body .clearfix {
  display: inline-block; 
  width: 100%;
  }

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
  } 

/*********************************** Terminado ***********************************/
