/** Generic elements*/
body {
  margin: 0px;
  padding-top: 0px;
  background-color: #FF8814;
  font: 12px/150% Arial;
  /*color: #776B72;*/
  color: #036499;
}

.main{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: #8D8D8D;
}

.text {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: #8D8D8D;
	margin-left: 25px;
	margin-right: 25px;
}

.download {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-weight: bold; 
	color: #66CC00;
	font-size: 18px;
	text-decoration: none;
}
.download a {color: #66CC00; text-decoration: underline;}
.download a:hover {text-decoration: none;}

.free-download {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-weight: bold; 
	color: #66CC00;
	font-size: 15px;
	text-decoration: none;
}
.free-download a {color: #66CC00; text-decoration: underline;}
.free-download a:hover {text-decoration: none;}

.buy {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-weight: bold; 
	color: #FF0000;
	font-size: 18px;
	margin-left: 40px;
	text-decoration: none;
}

.buy-img a img {
  border: none;
}

.small{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #8D8D8D;
}
.small-right{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #8D8D8D;
	margin-right: 25px;
}

.nav{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: #FF8000;
}
a.nav{ text-decoration: underline; color: #FF8000}
a.nav:hover{ text-decoration: none; color: #FF8000}

.navsmall{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #FF8000;
}
a.navsmall{ text-decoration: underline; color: #FF8000}
a.navsmall:hover{ text-decoration: none; color: #FF8000}


.btn1 a {
  background-color: #FFFFFF;
  text-decoration: none;
  display: block;
  border: 0;
  height: 50px;
  width: 240px;
  background-image: url(../images/nav/windowgadgets.png);
  background-repeat: no-repeat;
}

.btn1 a:hover, .btn1 a:active {
  display: block;
  border: 0;
  background-color: #FFFFFF;
  text-decoration: none;
  background-image: url(../images/nav/windowgadgets_selected.png);
  background-repeat: no-repeat;
}

.btn2 a {
  background-color: #FFFFFF;
  text-decoration: none;
  display: block;
  border: 0;
  height: 50px;
  width: 200px;
  background-image: url(../images/nav/noto.png);
  background-repeat: no-repeat;
}

.btn2 a:hover, .btn2 a:active {
  display: block;
  border: 0;
  background-color: #FFFFFF;
  text-decoration: none;
  background-image: url(../images/nav/noto_selected.png);
  background-repeat: no-repeat;
}

.btn3 a {
  background-color: #FFFFFF;
  text-decoration: none;
  display: block;
  border: 0;
  height: 50px;
  width: 240px;
  background-image: url(../images/nav/freegadgets.png);
  background-repeat: no-repeat;
}

.btn3 a:hover, .btn3 a:active {
  display: block;
  border: 0;
  height: 50px;
  width: 240px;
  background-color: #FFFFFF;
  text-decoration: none;
  background-image: url(../images/nav/freegadgets_selected.png);
  background-repeat: no-repeat;
}
