/*reset styles*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

:focus {
  outline: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
}

ul, ol {
  list-style: none;
}

/*main style*/
body {
  background-color: #002c49;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a {
  color: #205B99;
  text-decoration: underline;
}

#wrapper {
  background-color: #fff;
  margin: 0 auto;
  position: relative;  
  width: 1000px;
}

#top-nav {
  background-color: #ebebeb;
  height: 23px;
  padding: 5px 0 0 20px;
  text-align: center;
  width: 980px;
}

#top-nav a {
  color: #5D5D5D;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  text-decoration: none;	
}

#header {
  padding-bottom: 20px;
  overflow: hidden;
  width: 1000px;
  zoom: 1;
}

.logo {
  display: inline;
  float: left;
  margin: 15px 0 0 70px;
}

.slogan {
  float: left;
  font-size: 14px;
  font-style: italic;  
  margin: 90px 0 0 -27px;
}

.red {
  color: #da0101;
}

.green {
  color: #009933;
}

.bold {
  font-weight: bold;
}

.share {
  display: inline;
  float: right;
  margin: 25px 30px 0 0;
}

.sh-google, .sh-facebook, .sh-twitter {
  display: inline-block;
  height: 49px;
  width: 47px;
}

.sh-google {
  background: url(../images/share-g.png) top left no-repeat;
}

.sh-google:hover {
  background: url(../images/share-gact.png) top left no-repeat;
}

.sh-facebook {
  background: url(../images/share-fb.png) top left no-repeat;
}

.sh-facebook:hover {
  background: url(../images/share-fbact.png) top left no-repeat;
}

.sh-twitter {
  background: url(../images/share-tw.png) top left no-repeat;
}

.sh-twitter:hover {
  background: url(../images/share-twact.png) top left no-repeat;
}

#menu li {
  float: left;
  padding: 0 0 10px 25px;
  position: relative;
}

#menu a {
  color: #0050a5;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

#drop {
  display: none;
  position: absolute;  
}

#menu li {
  behavior: expression(
          onmouseover = function() {this.className += ' hover'},
          onmouseout = function() {this.className = this.className.replace('hover', '')},
		  style.behavior = null
        );
}

#menu li:hover ul, #menu li.hover ul {
  background: #ebebeb;
  border-radius: 10px;
  display: block;
  left: 25px;
  margin-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  top: 17px;
  width: 360px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#drop li {
  padding: 10px 10px 0 !important;
}

#drop a {
  display: block;
  font-size: 14px;
  width: 150px;
}

#block-srch {
  background: url(../images/block-srch.png) top center no-repeat;
  height: 10px;
}

#footer {
  background: url(../images/footer.png) top repeat-x #eee;
  height: 140px;
  overflow: hidden;
  padding: 0 25px;
  width: 950px;
  zoom: 1;
}

.clear {
  clear: both;
  float: none;
}

#footer ul {
  float: left;
  margin-right: 55px;
}

#footer li {
  background: url(../images/foot-bord.png) bottom repeat-x;  
  padding: 5px 0;
  width: 140px;
}

#footer a {
  background: url(../images/rec-list.png) center left no-repeat;
  color: #646464;
  display: inline;	  
  font-size: 12px;
  padding-left: 10px;
  text-decoration: none;
}

.footer-links {
  background: #EBEBEB;
  color: #5D5D5D;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.footer-links a {
  color: #5D5D5D;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 10px;
  text-decoration: none;
  zoom: 1;
}

.footer-links span {
  padding: 5px 0;	
  zoom: 1;
}

.zagl {
  color: #204879;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0 15px 10px;
  text-transform: uppercase;
}

#footer .zagl a{
  color: #204879;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background:none;
}

#content {
  height: 500px;
  height: auto !important;
  line-height: 18px;
  margin: 20px 0 30px;
  min-height: 500px;
  overflow: hidden;
  padding: 0 25px;
  width: 950px;
  zoom: 1;
}
#content p{
  padding-bottom:10px;
}
h1 {
  color: #002c49;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.home-blocks {
  margin: 30px 0 0 15px;
}

.hitem {
  background: url(../images/item-centr.png) top repeat-y;
  border: #ebebeb 2px solid;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  vertical-align: top;
  width: 287px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

.inner-hitem {
  background: url(../images/item-up.png) left top no-repeat;
  overflow: hidden;
  zoom: 1;
}

.hitem-img {
  float: left;
  margin-right: 10px;
  width: 63px;
}

.hitem-text {
  float: left;
  padding: 15px 0 0;
  width: 205px;
}

.hitem-text a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.hitem-text p {
  font-size: 11px;
  padding-top: 7px;
}

.rght {
  border: #ebebeb 2px solid;	
  border-radius: 0 0 5px 5px;
  border-top: none;		
  font-size: 0;
  line-height: 1px;
  text-align: right;
  vertical-align: top;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

#breadcrumbs {
  color: #5d5d5d;
  font-size: 11px;
  margin-bottom: 15px;
}

.main {
  border: #002C49 2px solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.main td {
  border: #002C49 1px solid;
  padding: 7px;
  vertical-align: top;
}

.centr {
  text-align: center;
}

.main th {
  background: #ebebeb;
  color: #002C49;
  padding: 7px;
  text-align: center;
  vertical-align: top;
}

.main li, .list li {
  list-style: disc;
  margin-left: 20px;
}

.testim {
  background: url(../images/bg-testim.png) left top no-repeat;
  border-bottom: #ebebeb 2px solid;
  border-left: #cdcdcd 2px solid;
  border-right: #ebebeb 2px solid;
  border-top: #cdcdcd 2px solid;
  font-style: italic;
  margin-bottom: 15px;
  padding: 15px;
}

.title {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  padding: 0 0 7px 20px;
}

h2 {
  color: #01395e;
  font-size: 17px;
  margin: 10px 0;
}

.hostlist {
  border: #002C49 2px solid;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 15px 0 90px;
  zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.hostitem {
  background: url(../images/cross2.png) 20px top no-repeat;
  float: left;
  margin: 0 20px 15px 0;
  width: 250px;
}

.hostitem img, .fname img {
  margin-right: 20px;
  vertical-align: middle;
}

.info p {
  padding-bottom: 10px;
}

.mform {
  border-bottom: #ebebeb 2px solid;
  margin: 0 auto 20px;
  overflow: hidden;
  padding: 15px;
  width: 450px;
  zoom: 1;
}

.inp-text {
  border: #5d5d5d 1px solid;
  padding: 3px;
  vertical-align: middle;
  width: 340px;
}

.inp-area {
  border: #5d5d5d 1px solid;
  padding: 3px;
  vertical-align: middle;
}

.inp-but {
  margin-left: 10px;
  vertical-align: middle;
}

.rad li {
  float: left;
  list-style: none !important; 
  margin: 10px 10px 0 0 !important;
  width: 100px;
}

.results {
  color: #343434;
  line-height: 22px;
  margin: 0 auto 15px;
  width: 450px;
}

.code {
  color: #444444;
  border: #ebebeb 2px solid;
  padding: 7px !important;
}

textarea.code {
  color: #444444;
  border: #ebebeb 2px solid;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  height: 50px;
  padding: 7px !important;	
  width: 640px;
}

.info ul {
  padding-bottom: 10px;
}

.fname {
  background: url(../images/cross2.png) 20px top no-repeat;  
  color: #01395e;
  font-weight: bold;
  margin: 15px 0 5px;
}

.fbody {
  border: #002C49 2px solid;
  overflow: hidden;
  padding: 15px;
  zoom: 1;
}

.fbody div {
  float: left;
  width: 430px;
}

.bordbot {
  border-bottom: #ebebeb 2px solid;
  margin-bottom: 10px;
  padding: 5px;
}

.info li {
  list-style: disc;
  margin-left: 30px;
  padding-bottom: 10px;
}

.wesel {
  float: left;
  margin: 0 10px 7px 0;
}

.hostblock {
  border: #002C49 2px solid;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.hostblock h2 {
  margin-top: 0;
}

.al-rgh {
  text-align: right;
}

h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.info td {
  vertical-align: top;
}

.page-testim {
  background: #f3f3f3;
  border: #CDCDCD 1px solid;
  font-style: italic;
  margin: 0 10px;
  padding: 10px;
}

.kcent p {
  float: left;
  padding: 0 0 7px 10px;
  width: 460px;
}

.tool form {
  border-bottom: 2px solid #EBEBEB;	
  margin: 0 auto 15px;
  overflow: hidden;
  padding: 0 15px 15px;
  width: 490px;
  zoom: 1;
}

.err {
  color: red;
  font-size: 14px;
  font-weight: bold;
}

.inp-check {
  margin: 0 7px 0 0;
}

.answer {
  background: #f9f9f9;
  border: #CDCDCD 1px solid;
  float: left;
  line-height: 20px;
  margin: 10px 0;
  padding: 10px;
  text-align: left;
}

.ansip {
  background: #f9f9f9;
  border: #CDCDCD 1px solid;
  display: inline-block;  
  line-height: 20px;
  margin: 0;
  padding: 10px;
}

.tool td {
  padding: 0 5px;
  vertical-align: top;
}

.blue {
  color: #0050A5;
  font-weight: bold;
}

.inp-sel {
  border: 1px solid #5D5D5D;
  padding: 2px;
  vertical-align: middle;
}

.dnssec {
  background: #5D5D5D;
}

.dnsrec {
  background: #EBEBEB;
}

.dnssec td {
  color: #fff;
  padding-bottom: 5px;
  padding-top: 5px;
}

.dnsrec td {
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;  
  text-align: center;
}

.revdns td {
  padding: 7px 5px;
}

.links td {
  padding: 10px;
  vertical-align: middle;
}

.gencode {
  border: none !important;	
  margin: 10px 0 0 !important;
  overflow: hidden;
  padding: 0 !important;
  width: 490px;
  zoom: 1;
}

.inp-butc {
  background: #EFEFEF;
  border: #5D5D5D 1px solid;
  height: 24px;
  margin-left: 10px;
  vertical-align: middle;
}

.email {
  border: #5D5D5D 1px solid;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

a.bred{
	color: rgb(218, 1, 1);
	font-weight: bold;
	text-decoration:none;
}

.with-pad td {
  padding: 3px 5px;
}

.with-pad {
  margin-bottom: 10px;
}

.pagecode {
  color: #444444;
  line-height: 22px;
  padding: 0 20px 10px;
}

.stLarge {
  width: 46px !important;
  height: 49px !important;
}

.stLarge:hover {
  background-position: -46px !important;
}

.st_googleplus_large .stLarge
{
	background: url(../images/share-gact.png) no-repeat center !important;
}

.st_facebook_large .stLarge
{
	background: url(../images/share-fbact.png) no-repeat center !important;
}

.st_twitter_large .stLarge
{
	background: url(../images/share-twact.png) no-repeat center !important;
}

.advert {
  margin: 0 auto;
  padding-top: 20px;
  width: 730px;
}

.monofont {
  font-family: Inconsolata, Consolas, "Courier New", monospace !important;
}

.robcont {
  background: #f8f8f8;
  color: #676766;  
  font-weight: bold;
  line-height: 20px;
  list-style: decimal;
  margin-left: 50px;
}

.robcont span {
  color: #000;
  padding-left: 15px;
}

.resrob {
  background: #f8f8f8;
  margin-left: 10px;
  padding: 0 10px;
}

.field {
  border: 2px solid #EBEBEB;
  padding: 10px;
}

legend {
  font-weight: bold;
  padding: 0 10px;
}

xmp {
  white-space: pre-wrap; 
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.asaform {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.asaform input {
  background: #fff;
  border: none;
  color: #205B99;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}