body {
  font-family: 'Open Sans', "Helvetica Neue", sans-serif;
  color: #333;
  background: white;
  padding: 0px 0px;
  margin:0;
  font-size: 14px;
}

#main h1 {
  font-weight: normal;
  font-size: 24px;
  color: black;
  margin: 0;
  line-height: 39px;
}

#main {
  color: #444;
}


#main p {
  font-size: 15px;
  line-height: 24px;
  margin: 0.5em 0;
}

#main div {
  font-size: 17px;
  line-height: 27px;
}

#main span {
  font-size: 17px;
  line-height: 27px;
}


#main li {
  font-size: 13px;
  line-height: 24px;
}

img {
  border: 0;
}

ul {
  list-style-image: none;
  list-style-type: none;
}

div.Container {
        width: 1000px;
        margin: 5px auto 5px auto;
        min-width: inherit;
  border: 0px solid black;
  background-color: #ffffff;
}

#content {
        width: 1000px;
        margin: 8px auto 5px auto;
        min-width: inherit;
  border: 0px solid black;
  background-color: #ffffff;

}

#indexleft {
  float: left;
  margin: 20px 0 10px 10px;
  background-color: #7cb6dc;
  /*background-color: #f2f2fa;*/
  /*border: 1px solid black;*/
  width: 200px;
  font-size: 12px;
}

#indexleft ul {
  margin: 0;
  padding: 0;
}


#indexleft li {
  display: block;
  /*background-image: url(/images/menu.jpg);*/
  color: black;
  height: 12px;
  margin: 0px 0px 0px;
  padding: 8px 5px 8px 8px;
  font-size: 12px;
  line-height: 12px;
}

#indexleft a { color: black; text-decoration: none; }
#indexleft a:visited { color: black; text-decoration: none; }

div#main {
  border: 0px solid Black;
  width: 750px;
  min-height:300px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin: 10px 0px 10px 0px;
  background-color: white ;
  text-align: left;
  float: right  ;
}

#footerimage {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;

}

#header {
  margin: 0px 0px 7px 0px;
}

#footer {
  text-align: center;
  padding: 5px 10px 5px;
        width: 980px;
        margin: 5px auto 20px auto;
        min-width: inherit;
        font-size: 11px; 
  }

/*h1 {font-size: 18px; color: #434343; padding: 0px; margin: 0px; }*/
/*p {font-size: 12px; color: black; padding: 0px 0px 10px 0px; margin: 3px; text-align: justify; }*/

p.footer a:link { color: white;}
p.footer a:visited { color: white; } 
p.footer a:hover { color: white; } 

#menu {
  color: black;
  min-height: 10px;
  margin: 5px 0px 6px 0;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
}
#menu .current    {border: 0px solid black; font-weight: bold; font-size: 15px; color: black;}
#menu  a    {padding: 0px 20px 0px;  color: black; text-decoration: none;}
#menu  a:visited  {color: black; text-decoration: none;}
#menu  a:hover    {color: white; text-decoration: none; background: #7cb6dc;}

#menu li {
  width: 165px;
  text-align: center;
  border-left: 1px solid black;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu li.first {
  border-left: 0;
}

#feature {
  width: 1000px;
  margin-bottom: 5px;
}

#feature .image {
  margin: 7px 10px 0 7px;
  float: left;
}

#feature h1 {
  margin: 0;
  font: inherit;
  font-size: 14px;
  font-weight: bold;
  color: black;
  padding: 0 0 7px 0;
}

#feature p {
  padding: 0 0 0 0;
  height: 102px;
  text-align: left;
  font: inherit;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}


#feature .article {
  width: 158px;
  position: relative;
  margin: 7px 3px;
  padding-bottom: 16px;
  float: left;
}

#feature p {
}

#feature .more {
  position: absolute;
  right: 5px;
  padding-left: 30px;
  margin: 2px 0;
  text-align: right;
  background: url(/images/arrow.png) no-repeat;
}
.sline {
  width: 1000px;
  height: 3px;
  background: url(/images/line.png);
  margin: 0;
  padding-bottom: 0;
  position: relative;
  clear: both;
}

.portfolio .article {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.portfolio ul {
  margin: 2px 0 3px 105px;
  padding: 0;
}

.portfolio li {
  display: block;
  margin: 0;
  padding: 0 0 0 25px;
  vertical-align: middle;
  font: 12px;
  color: black;
  background: url(/images/bullet.png) no-repeat;
  background-position: 0 4px;
}

.portfolio img {
  display: block;
}

.portfolio .article {
  position: relative;
  padding: 10px 180px 10px 10px;
  border-radius: 0 0 40px 0;
  border: 2px solid #7cb6dc;
  min-height: 170px;
}
.portfolio .article .image {
  position: absolute;
  bottom: 12px;
  right: 12px;

}

.projects .article {
  min-height: 185px;
}


.projects .article .image {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 8px 8px;
  width: 205px;
  border-radius: 0 0 32px 0;
  border: 2px solid #7cb6dc;
}

#contacts > div {
  position: relative;
  margin: 10px;
}

#contacts .title {
  color: black;
  position: absolute;
  left: 0;
}

#contacts .details {
  float: left;
  margin-left: 120px;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

