/*

This CSS file is copyrighted! You cannot use it or part or it without permission of the author
spyware4me@gmail.com
http://autoclickers.uni.cc

*/

body  {
  height: 100%;
  
  margin: 0;

  background: url('images/html-bck.png');
  
  font-family: Tahoma, Arial;
  font-size: 10pt;
  text-align: center;  
}

html  {
  height: 100%;

  margin: 0;
}

h1, h2, h3  {
  margin: 0;
}

#title  {
 padding-top: 45px;
 padding-left: 20px;
}

h1  {  
  font-size: 20pt;
}

h2  {
  font-size: 12pt;
}

a {
  padding: 1px;
  padding-left: 2px;
  padding-right: 2px;
  
  color: #3e4a53;
  
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  background: #4983b4;

  color: #6eafe7;
}


a img {
  border: 1px;
}

h1 a {
  color: #000000;
  padding: 0;
}

noscript, noscript div  {
  display: inline;
}

table {
  width: 668px;
  
  text-align: center;
}

#page {
  width: 748px;
  min-height: 100%;
  
  margin-left: auto;
  margin-right: auto;
  
  background: url('images/body-bck.png') repeat-y center;
}

#header {
  width: 726px;
  height: 132px;
  
  margin-left: auto;
  margin-right: auto;
  
  background: #4983b4 url('images/header-bck.png') no-repeat right;
    
  border-bottom: 1px #000000 solid;
  
  text-align: left;
}

#flags  {
  float: left;
  
  padding-left: 20px;
}

#flags a, #flags img  {
  background: transparent;
}

#menu {
  margin-left: 11px;
  margin-right: 11px;
  
  padding-top: 1px;
  padding-bottom: 1px;
  
  border-bottom: 1px #000000 solid;
  
  background: #4983b4;
  
  text-align: left;
}
  
  #menu a {
    margin: 0;
    
    padding-left: 5px;
    padding-right: 5px;
    
    border-right: 1px #000000 solid;
    
    color: #000000;
  }
  
  #menu a:hover {
    background: #6eafe7;
  }
  
h2 a  {
  color: #000000;  
}

  h2 a:hover  {
    background: #000000;
  }
  
#content  {
  padding: 40px;
  padding-top: 20px;
  
  text-align: left;
}

#paypal {
  float: right;

  text-align: center;
}

#footer { 
  margin-left: 11px;
  margin-right: 11px;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  
  background: #4983b4;
  
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  
  text-align: right;
}

  #footer a {
    color: #000000;
  }

  #footer a:hover {
    background: #6eafe7;
  }
  
#footer div, #footer form {
  display: inline;
  
  float: left;
}  

#style  {
  display: inline;
}

#miscellaneous {
  padding-top: 5px;
  padding-left: 119px;
  padding-right: 119px;
  padding-bottom: 1px;
  
  text-align: center;
}

small  {
  font-size: 8pt;
}

.screenshot {
  border: 1px #000000 solid;
}

.code {
  padding-bottom: 5px;

  font-size: 8pt;
  font-weight: bold;
}

.center  { 
  text-align: center;
}

img.ads {
  border: 0;
}

object {
  border: 0;
  overflow: hidden;
}

hr  {
  display: none;
}

hr.divider {
  display: block;
  width: 50%;
  height: 1px;
  background-color: #4983b4;
  border: 0;
}

noscript, noscript div  {
  display: inline;
}

.gallery {
				margin: auto;
			}
			.gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 33%;			
      }
			.gallery img {
				border: 2px solid #cfcfcf;
			}
			.gallery-caption {
				margin-left: 0;
			}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}
