* {
  margin: 0;
  padding: 0;
  border-style: none;
}
body {
  background: #ffffff url(images/top-bg-slice.jpg) top center repeat-x;
  text-align: center;
  color: #515151;
  font: 10px Verdana, Arial, sans-serif;
}

div.wrap {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: #ffffff url(images/wrap-bg.png) top center no-repeat;
  padding: 20px 0;
}
a {
  color: #2b71b5;
  text-decoration: none;
}
a:hover {
  color: #ee7621;
}
/*-------------------clearfix------------------------*/
.clearfix {
  visibility: hidden;
  display: block;
  font-size: 0;
  clear: both;
  height: 0;
}
/*-------------------for type------------------------*/
/*------------@font-face fonts-------------*/
@font-face {
  font-family: 'PTSansCaptionRegular';
  src: url('fonts/PT_Sans_Caption-webfont.eot');
  src: local('¢'), url('fonts/PT_Sans_Caption-webfont.woff') format('woff'), url('fonts/PT_Sans_Caption-webfont.ttf') format('truetype'), url('fonts/PT_Sans_Caption-webfont.svg#webfontmiDjmiQy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansCaptionBold';
  src: url('fonts/PT_Sans_Caption_Bold-webfont.eot');
  src: local('¢'), url('fonts/PT_Sans_Caption_Bold-webfont.woff') format('woff'), url('fonts/PT_Sans_Caption_Bold-webfont.ttf') format('truetype'), url('fonts/PT_Sans_Caption_Bold-webfont.svg#webfonta42J7mf2') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1 {
  font: 2.4em Verdana, Arial, sans-serif;
  color: #5B5B5B;
  font-weight: normal;
  line-height: 1.2em;
  padding-bottom: 1em;
}
h2 {
  font: 1.8em Verdana, Arial, sans-serif;
  color: #346085;
  font-weight: normal;
  line-height: 1.2em;
  padding-bottom: 0.8em;
}
h3 {
  font: 1.4em 'PTSansCaptionBold', Verdana, sans-serif;
  color: #346085;
  line-height: 1.2em;
  padding-bottom: 0.6em;
}
p {
  font: 1.2em Verdana, Arial, sans-serif;
  line-height: 1.8em;
  padding-bottom: 2em;
}
ul {
  font: 1.2em Verdana, Arial, sans-serif;
  padding-bottom: 2em;
}
ul li {
  padding-bottom: 0.3em;
  line-height: 1.6em;
}
/*-------------------for top------------------------*/
#top {
  margin: 0 40px;
  padding: 0 10px;
  border-bottom: 1px solid #cecece;
}
#logo {
  display: block;
  width: 220px;
  height: 65px;
  background: transparent url(images/logo-doradztwo.gif) top left no-repeat;
}
#logo span {
  display: block;
  height: 0;
  width: 0;
  color: white;
  font-size: 1px;
  overflow: hidden;
}
#top a {
  display: block;
  float: right;
  font-size: 1.2em;
  line-height: 2em;
  padding-left: 38px;
  background: transparent url(images/icon-mail.gif) center left no-repeat;
}
/*-------------------for introduction------------------------*/
.intro {
  padding: 12px 10px 18px 10px;
  margin: 0 40px;
  border-bottom: 2px solid #D1D1D1;
  margin-bottom: 20px;
}
.main-img {
  float: left;
}
.intro p {
  padding: 10px 0 0 0;
  color: #346085;
  font-size: 2.2em;
  line-height: 1.6em;
  font-family: 'PTSansCaptionRegular', Verdana, Arial, sans-serif;
  margin-left: 360px;
}
/*-------------------for columns------------------------*/
.left-col {
  float: left;
  width: 560px;
  padding-top: 10px;
}
.left-col p {
  margin-left: 50px;
}
.right-col {
  margin: 0 40px 0 580px;
  background: transparent url(images/right-col-bg.png) top left no-repeat;
  padding: 30px 0 10px 70px;
  color: #808080;
}
/*-------------------for footer------------------------*/
#footer {
  font-size: 1.1em;
  text-align: center;
  padding: 10px;
  margin-top: 40px; 
  color: #808080;
  background: transparent url(images/footer-bg.png) top center no-repeat;
}

