body
{
	background-color: black;
	text-align: center;
}

#banner 
{
	margin-bottom: 50px;
}

.box 
{
	width: 725px;
	margin: auto;	
}

.counter_box
{
	margin-top: 100px;
	width: 200px;
	height: 200px;
	float: left;
}

/*Menu box*/
.menu_box_index_page
{
	width: 200px;
	float: left;
	display: block;
	margin-bottom: 135px;
	margin-top: 50px;
	text-align: left;
}

.menu_box
{
	width: 200px;
	float: left;
	display: block;
	margin-bottom: 135px;
	margin-top: 80px;
	text-align: left;
}

.menu_box_with_slider
{
	width: 200px;
	float: left;
	display: block;
	margin-bottom: 135px;
	margin-top: 160px;
	text-align: left;
}

a.menu:link 
{
	color:#707070;
	text-decoration:none;
}

a.menu:visited 
{
	color:#707070;
	text-decoration:none;
	}

a.menu:hover 
{
	color:white;
}

a.menu 
{
	font-size: 24px;
}

.left_bar
{
	margin-top: 35px;
	float: left;
	display: inline-block;
}

section
{
	float: left;
	display: inline-block;
	margin-left: 15px;
	margin-top: 35px;
}

article
{
	width: 510px;
	color: white;
	padding-bottom: 50px;
}

.footer_home_page
{
	width: 510px;
	float: left;
	color: silver;;
	text-align: center;
	margin-left: 15px;
	margin-top: 100px;
	margin-bottom: 75px;
}

.header_title
{
	font-size: 24px;
	text-align: center;
	color: white;
}

.footer_credits
{	
	width: 510px;
	float: left;
	color: silver;;
	text-align: center;
	margin-left: 215px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.fr_title
{
	font-size: 24px;
	text-align: center;
	color: white;
	padding-bottom: 1em;
}

.article_content
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: silver;
	padding-top: 12px;
	text-align: center;
	margin-top: -17px;
}

.article_post_content p
{
	margin-bottom: -1em;
}

.article_post
{
	margin-top: -35px;
}

.article_post_content
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: silver;
	padding-top: 12px;
	text-align: left;
	margin-top: -17px;
	margin-bottom: 1em;	
}

.article_post_content_center
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: silver;
	padding-top: 12px;
	text-align: center;
	margin-top: -17px;
	margin-bottom: 1em;	
}

.image_cover
{
	margin-top: 20px;
}

.article_post_footer
{
	margin-top: 3em;
	color: white;
	text-align: justify;
}

/*Random image CSS*/
.random_map_box
{
	width: 200px;
	height: 500px;
	color: silver;
	text-align: center;
	display: block;
}

.random_map_bar
{
	background-image: url('images/buttons/bar.gif');
	width: 200px;	
	height: 37px;
	color: white;
	font-weight: 700;
	font-family: arial;
	display: inline-block;
	vertical-align: middle;
}

.random_map_text
{
	position: relative;
	top: 28%;
}

.random_image_title
{
	color: silver;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.random_image
{
	width: 90%;
	border: 2px solid silver;
}

/* Software Pages Style*/

.software_icon
{
	display: inline;
	margin-top: 222px;
	margin-bottom: 1em;
}

.language_link
{
	margin-top: 2em;
}

a.software_download:link
{
	font-size: 24px;
	text-decoration: none;
	color: silver;
}

a.software_download:visited
{
	font-size: 24px;
	text-decoration: none;
	color: silver;
}

a.software_download:hover
{
	font-size: 24px;
	text-decoration: none;
	color: white;
}

/*Slider CSS*/

.slider_picture_box
{
	padding-top: 25px;
	width: 550px;
	margin-left: 50px;
	
}

.slider_software_picture_box
{
	padding-top: 25px;
	width: 550px;
	margin-bottom: 300px;
}

.slider_box
{
	padding-top: 25px;
	width: 800px;
	margin: auto;
}

.crop 
{
 	overflow: hidden;
 	/*border-color: silver;
 	border-width: 5px;
 	border-style: solid;*/
 	height: 400px;
}

.crop img 
{
	margin-top: -25%;
   margin-bottom: -25%;
}

/*This CSS is from the internet
The same source as jQuery Slider*/

.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/buttons/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.rslides1_nav:active {
  opacity: 1.0;
  }

.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.rslides1_nav:focus,
.rslides2_nav:focus,
.rslides3_nav:focus {
  outline: none;
  }

.rslides_tabs {
  margin-top: 10px;
  text-align: center;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.rslides_tabs .rslides_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

.caption {
  position: absolute;
  display: block;
  bottom: -16px;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #000;
  background: rgba(0,0,0, .8);
  color: #fff;
}

/*Links CSS*/

a.download:link {color:silver;text-decoration:none;}
a.download:visited {color:silver;text-decoration:none;}
a.download:hover {color:white;}
p.download_link {margin-top: 2em; margin-bottom: 1em;}
a.photo:link {color:black;text-decoration:none}
a.photo:visited {color:black;text-decoration:none}
a.photo:hover {color:black;}
a.nlink:link {color:silver;text-decoration:none}
a.nlink:visited {color:silver;text-decoration:none}
a.nlink:hover {color:white}
a.link:link {color:silver;text-decoration:none;}
a.link:visited {color:silver;text-decoration:none;}
a.link:hover {color:white;}
a.simplelink:link {color:#666666;text-decoration:none}
a.simplelink:visited {color:#666666;text-decoration:none}
a.simplelink:hover {color:#CCCCCC}