body,
html {
  margin:0;
  padding:0;
  background:#ffffff;
  font-size:12px;
  font-family: Arial;
  line-height: 1.35;
}
#nav, #image_wrap, #wrap, #footer {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#nav, #wrap, #footer {
  width: 899px;
}
#image_wrap {
  width: 979px;
}
#wrap {
  position: relative;
  padding-top: 30px;
}
h1, h2, #nav a, .highlight {
  color:#209de8;
}
h2, h3, p {
  font-size: 12px;
  line-height: 1.35;
}
h1 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.05;
  margin: 0;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 1em 0;
}
h3 {
  margin: 1em 0 0;
}
.subtitle {
  font-size: 10px;
  text-transform: uppercase;
}

body #image_wrap {
  background:#ffffff url(/images/bg.jpg) no-repeat scroll 0 0;
}

/*body#payment */

body#payments #image_wrap {
  background-image: url(/images/payment_bg.jpg);
}

/* body#categories.index */

body#categories.index #nav {
  background:#ffffff url(/images/categories_bg_n.jpg) no-repeat scroll 0 bottom;
}
body#categories.index #image_wrap {
  background:#ffffff url(/images/categories_bg_s.jpg) no-repeat scroll 0 0;
}
body#categories.index #left {
  position: absolute;
  width: 330px;
}
body#categories.index #left p {
  font-size: 11px;
}
body#categories.index #right {
  position: absolute;
  width: 205px;
  top: 90px;
  left: 695px;
  padding-top: 5px;
}
body#categories.index #right p {
  color: #ffffff;
}
body#categories.index #right p,
.categories {
  font-size: 10px;
  line-height: 1.25;
}
body#categories.index #main {
  padding-top: 200px;
}
body#categories.index h1 {
  color: #ffffff;
}
body#categories.index .button {
  margin-right: 5px;
}

/* body#projects.show */

body#projects.show img.logo {
  margin-left: -2px;
}
body#projects.show #left {
  float: left;
  width: 495px;
}
body#projects.show #right {
  float: right;
  background-color: #f3f3f3;
  padding: 30px;
  margin-top: 90px;
  width: 315px;
}
body#projects.show .button {
  display: block;
  margin: 10px 0;
}

/* body#pages */

body#pages #left,
body#pages #right {
  margin-top: 90px;
}

body#pages #left {
  float: left;
  width: 525px;
}
body#pages #right {
  float: right;
  width: 280px;
}
body#pages img {
  margin-bottom: 25px;
}
body#pages #wrap a {
  color:#209de8;
  font-weight: bold;
  text-decoration: underline;
}
body#pages #left p {
  margin-top: 0;
}

/* body#payments */

body#payments #left {
  float: left;
  width: 553px;
}
body#payments #iframe_wrap {
  background-color: #eceae0;
  margin-top: 35px;
  width: 553px;
}
body#payments h1,
body#payments iframe{
  margin-left: 30px;
}
body#payments iframe{
  display: block;
  overflow: auto;
}
body#payments #right {
  float: right;
  width: 315px;
  margin-top: 90px;
}
#practical {
  border: 0 solid black;
  border-width: 2px 0;
  margin: 20px 0;
  padding-bottom: 10px;
}
p.image_text {
  font-size: 10px;
}
ul {
  margin: 0;
  padding-left: 15px;
}
ul li {
  margin: 5px 0;
  padding-left: 0;
}
li.https {
  list-style-image: url(/images/https.gif);
}

#logo {
  position: absolute;
  right: -30px;
}
#logo img {
  display: block;
}
#nav {
  position: relative;
  margin-top: 5px;
}
#nav a{
  padding: 5px 5px;
  display: block;
  float: left;
}
#nav_left a{
  margin-left: -5px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
#nav_right{
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
#nav_right a{
  margin-right: -5px;
  margin-left: 10px;
}
/* table.categories */
.categories {
  border-collapse: collapse;
  width: 899px;
}
.categories th {
  width: 25%;
  text-align: left;
}
.categories th a, a.button {
  text-decoration: none;
}
.categories .logo {
  margin-bottom: 30px;
  margin-left: -2px;
}
.categories .image {
  margin-left: -20px;
  margin-bottom: -8px;
}
.categories th, .categories td {
  padding: 3px 5px;
  vertical-align: top;
}
.categories td {
  border-right: 1px solid #aaaaaa;
}
.categories td.small_header {
  width: 1em; /* a small value */
  font-weight: bold;
}
.categories td:last-child,
.categories td.small_header {
  border-right-width: 0;
}
.categories h2 {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.05;
  margin: 0;
}
.categories h2 a {
  text-decoration: none;
  color: inherit;
}

#footer {
  padding: 10px 0;
  font-size:10px;
  color:#777777;
}
#footer a {
  color:#777777;
}
a img {
  border: 0;
}
a {
  color:#2c2c2c;
  outline: none;
}
.clear {
  clear: both;
}