/* LINKS */

a:active, a:link, a:visited {
  text-decoration: none;
  font-family: tahoma;
  color: #004eab;
}

a:hover {
  text-decoration: underline;
  color: #004eab;
}        

/* BODY */

body {
  margin: 0px;
  padding: 0px;
  position: relative;  	
  background: #ffffff;
  text-decoration: none;
  font-family: tahoma;
  font-size: 15px;
  color: #000000;
  top: 0px;
}

.content {
  text-decoration: none;
  font-family: tahoma;
  line-height: 1.4;
  font-size: 15px;
  color: #000000;
}

/* PAGE */
.pg {
  min-height: 100%;
  height: 100%;
}

.pgc {
  width: 750px;
  height: 100%;
  background: #e9e9e9;
  border-right: 1px solid #7f7f7f;
  border-left: 1px solid #7f7f7f;
}

.pgl {
  width: 30px;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#cacaca', GradientType=1);
  background: -webkit-gradient(linear, left top, right top, from(#fbfbfb), to(#cacaca)); 
  background: -moz-linear-gradient(left, #fbfbfb, #cacaca);
}

.pgr {
  width: 30px; 
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#fbfbfb', GradientType=1);
  background: -webkit-gradient(linear, left top, right top, from(#cacaca), to(#fbfbfb)); 
  background: -moz-linear-gradient(left, #cacaca, #fbfbfb);
}

.baloon {
  display: none;
  position: fixed;
  border: 1px solid #333; 
  background: #e7d99a;
  padding: 6px 10px;
  z-index: 1000;

  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;

  -moz-box-shadow: 3px 3px 4px #aaa;
  -webkit-box-shadow: 3px 3px 4px #aaa;
  box-shadow: 3px 3px 4px #aaa;
}

.baloon_arrow {
  top: -16px;
  left: 10px;
  width: 95%;
  height: 16px;
  position: absolute;
  background: transparent url(images/baloon_arrow.png) 50% 0px no-repeat;
  float: left; 
  clear: left; 
}

.sticky_header { 
  top: 0px;
  left: 0px;
  width: 100%;
  height: 104px;
  position: fixed;
  background: transparent;
  border-bottom: 0px solid #0ff;
  border-top: 0px solid #0ff;
}

.sticky_menu { 
  left: 0px;
  top: 163px;
  width: 100%;
  height: 260px;
  position: fixed;
  background: transparent;
  border-bottom: 0px solid #ff0;
  border-top: 0px solid #ff0;
  pointer-events: none; 
  display: none;
  z-index: 10;
}

.sticky_footer {
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 20px;
  position: fixed;
  background: transparent;
}

.footer {
  width: 750px;
  height: 20px;
  position: relative;
  background: #bcbcbc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c5', endColorstr='#bcbcbc');
  background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#bcbcbc)); 
  background: -moz-linear-gradient(top, #c5c5c5, #bcbcbc);
  border-top: 1px solid #7f7f7f;
}

.headerc {
  width: 750px;
  background: #e9e9e9;
  border-left: 1px solid #7f7f7f;
  border-right: 1px solid #7f7f7f;
}

.header {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 68px;
  position: relative;
  background: #e9e9e9;
}

.logo {
  position: absolute;
  background: transparent;
  background-image: url(images/logo.png); 
  height: 64px;
  width: 64px;
  left: 10px;
  top: 2px;
}

.sitename {
  position: absolute;
  background: transparent;
  background-image: url(images/sitename.png); 
  height: 50px;
  width: 330px;
  left: 85px;
  top: 10px;
}

.search_box {
  top: 37px;
  left: 536px;
  width: 201px; 
  height: 24px;
  position: absolute;
  background: #ffffff;
  border: solid 1px #666666; 
  font-size: 18px;
  padding: 1px; 

  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.search_input {
  left: 2px;
  width: 174px;
  height: 24px;
  position: absolute;
  border: 0px solid #ff6666; 
  background: #ffffff;
  font-family: tahoma;
  font-weight: bold;
  font-size: 16px;
}

.search_button {
  top: 1px;
  left: 177px;
  width: 24px;
  height: 24px;
  position: absolute;
  border: 0px solid #666666; 
  background: #ffffff url(images/inp_search.png) 0px 0px no-repeat;
  cursor: pointer;
}

.js_required {
  top: 1px;
  left: 8px;
  width: 520px;
  height: 32px;
  position: absolute;
  border: 0px solid #f00;
  text-shadow: #ddd 1px 1px 2px;  
  font-family: tahoma;
  font-weight: bold;
  font-size: 13px;
  color: #801010;
}

.subscribe_offer {
  top: 9px;
  left: 4px;
  width: 530px;
  height: 24px;
  position: absolute;
  border: 0px solid #f00;
  text-shadow: #ddd 1px 1px 2px;  
  font-family: tahoma;
  font-weight: normal;
  font-size: 14px;
  display: none;
}

.subscribe_box {
  top: 3px;
  left: 536px;
  width: 201px; 
  height: 24px;
  position: absolute;
  padding: 1px; 
  background: #ffffff;
  border: 1px solid #666666; 
  font-size: 18px;

  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.subscribe_input {
  left: 2px;
  width: 174px;
  height: 24px;
  position: absolute;
  border: 0px solid #ff6666; 
  background: #ffffff;
  font-family: tahoma;
  font-weight: bold;
  font-size: 16px;
}

.subscribe_button {
  top: 1px;
  left: 177px;
  width: 24px;
  height: 24px;
  position: absolute;
  border: 0px solid #666666; 
  background: #ffffff url(images/inp_subscribe.png) 0px 0px no-repeat;
  cursor: pointer;
}

.rss {
  top: 3px;
  left: 535px;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;	
  background: #e9e9e9 url(images/rss_32.png) 0px 0px no-repeat;
}

.twitter {
  top: 3px;
  left: 570px;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;	
  background: #e9e9e9 url(images/twitter_32.png) 0px 0px no-repeat;
}

.facebook {
  top: 3px;
  left: 605px;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;	
  background: #e9e9e9 url(images/facebook_32.png) 0px 0px no-repeat;
}

.delicious {
  top: 3px;
  left: 640px;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;	
  background: #e9e9e9 url(images/delicious_32.png) 0px 0px no-repeat;
}

.digg {
  top: 3px;
  left: 675px;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;	
  background: #e9e9e9 url(images/digg_32.png) 0px 0px no-repeat;
}             

.technorati {
  top: 3px;
  left: 710px;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;	
  background: #e9e9e9 url(images/technorati_32.png) 0px 0px no-repeat;
}

.menu {
  width: 100%;
  height: 34px;
  position: relative;
  background: #bcbcbc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c5', endColorstr='#bcbcbc');
  background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#bcbcbc)); 
  background: -moz-linear-gradient(top, #c5c5c5, #bcbcbc);
  border-bottom: 1px solid #7f7f7f;
  border-top: 1px solid #7f7f7f;
}

.band {
  top: 0px;
  left: 201px;
  width:700px; 
  height:260px; 
  position: relative;
  background: #cecece;
  border: 1px solid #7f7f7f; 
  display: none;

  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;

  -moz-box-shadow: 3px 3px 4px #aaa;
  -webkit-box-shadow: 3px 3px 4px #aaa;
  box-shadow: 3px 3px 4px #aaa;
}

.bandc {
  display: none;
  background: #cecece;
}

h1 {
  text-decoration: none;
  font-family: tahoma;
  font-weight: bold;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}

ol {
  padding-left: 25px;
}

ul {
  margin-top: 0px; 
  padding-left: 15px;
}

.sshot {
  border: 0px;
  margin: 0px; 
  padding: 0px;
  overflow: hidden;
  position: absolute;
  border: 0px solid #595959;
  background: transparent;
  height: 200px;
  width: 280px;
  left: 11px;
  top: 12px;
}

a.sshot {
  border: 0px;
  margin: 0px; 
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
}

img.sshot {
  border: 0px;
  margin: 0px; 
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.descr {
  top: 4px;
  left: 300px;
  width: 375px;
  height: 240px;
  color: #000000;
  overflow: hidden;
  padding: 5px 10px;
  position: absolute;
  background: transparent;
  border-left: 1px dotted #7f7f7f;
  text-decoration: none;
  text-align: justify;
  font-family: tahoma;
  font-size: 14;  
}

a.btn_left {
  left: 0px;
  width: 160px;
  height: 26px;
  display: block;
  position: relative;	
  padding: 6px 0px 0px 40px;
  border: 1px solid #7f7f7f;
  text-decoration: none;
  font-family: tahoma;
  font-weight: bold;
  font-size: 16px;
  color: #000;

  background-color: #bcbcbc;
  background-position: 6px 0px;
  background-repeat: no-repeat;

  border-bottom-left-radius: 9px;
  border-top-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px;

  box-shadow: 3px 3px 5px #ccc;
  -moz-box-shadow: 3px 3px 5px #ccc;
  -webkit-box-shadow: 3px 3px 5px #ccc;

  text-shadow: #888 1px 2px 2px;
}

a.btn {
  width: 60px;
  height: 19px;
  display: block;
  position: absolute;	

  font-size: 12px;
  font-family: tahoma;
  font-weight: normal;
  text-decoration: none;

  padding: 5px 0px 0px 32px;
  border: 1px solid #7f7f7f;
  color: #000;

  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;

  box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;

  text-shadow: #999 1px 2px 2px;
}

a.btn:hover {
  background:#a7c8e7 url(images/btn_info.png) 4px 0px no-repeat;
  border: 1px solid #374585;
}

a.btn_moreinfo {
  top: 220px;
  left: 10px;
  background: #e9e9e9 url(images/btn_info.png) 4px 0px no-repeat;
  color: #000;
}

a.btn_moreinfo:hover {
  background:#a7c8e7 url(images/btn_info.png) 4px 0px no-repeat;
  border: 1px solid #374585;
  color: #000;
}

a.btn_download {
  top: 220px;
  left: 105px;
  background: #e9e9e9 url(images/btn_download.png) 4px 0px no-repeat;
  color: #000;
}

a.btn_download:hover {
  background:#a7c8e7 url(images/btn_download.png) 4px 0px no-repeat;
  border: 1px solid #374585;
  color: #000;
}

a.btn_buy {
  top: 220px;
  left: 200px;
  background: #e9e9e9 url(images/btn_buy.png) 4px 0px no-repeat;
  color: #000;
}

a.btn_buy:hover {
  background:#a7c8e7 url(images/btn_buy.png) 4px 0px no-repeat;
  border: 1px solid #374585;
  color: #000;
}

.vdiv {
  border-left: 1px dotted #004eab;
  text-align: center;
  font-family: tahoma;
  font-size: 14px;
}

input.sbm {
  width: 100px;
  height: 25px;
  display: block;
  cursor: pointer;

  text-decoration: none;
  font-family: tahoma;
  font-weight: bold;
  font-size: 14px;

  border: 1px solid #7f7f7f;
  background: #e9e9e9;
  color: #000;

  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;

  box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;

  text-shadow: #999 1px 2px 2px;
}

input.sbm:hover {
  border: 1px solid #374585;
  background: #a7c8e7;
}

input.cnt {
  padding: 2px; 
  background: #ffffff;
  border: solid 1px #666666; 
  font-family: tahoma;
  font-weight: bold;
  font-size: 14px;
  color: #010101;  

  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
                         	
textarea.cnt {
  padding: 2px; 
  background: #ffffff;
  border: solid 1px #666666; 
  font-family: tahoma;
  font-weight: bold;
  font-size: 14px;
  color: #010101;  

  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.cnt {
  border: 0px solid;
  position: absolute;
  font-family: tahoma;
  font-weight: normal;
  font-size: 14px;
}

.email_input {
  display: none;
}

.errmess {
  top: 228px;
  left: 130px; 
  width: 560px;
  height: 18px;
  display: none;
  position: absolute;
  vertical-align: middle;
  border: 0px solid;
  font-weight: bold;
  font-size: 14px;
}
