html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, dl, dd, dt, form, label, input  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}
html {
    height:100%;
}
:focus {
    outline: 0;
}
ul, ol {
    list-style: none;
}
body {
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    color: #333;
    height: 100%;
    min-height: 100%;
    background: #FFF url(images/bg.png) 0 0 repeat-x;
    text-align: center;
    line-height: 1;
}
img {
    border: 0;
}
a:link, a:visited {
    outline: none;
    text-decoration: none;
    color: #4C6F52;
}
.clear {
    clear: both;
    font-size: 0.3pt;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
#container {
    width: 848px;
    margin: 0 auto;
    text-align: left;
}
#header {
    height: 170px;
    background: url(images/header.png) 405px 0 no-repeat;
    position: relative;
}
#logo {
    position: absolute;
    top: 20px;
    left: 0;
}
#logo a {
    border-bottom: 0;
}
#logo em {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #FFF;
    letter-spacing: 5.4px;
    font-size: 14pt;
}
#lang {
    position: absolute;
    top: 42px;
    right: 0;
}
#lang li {
    color: #496e4b;
    font-size: 11pt;
    font-weight: bold;
    float: left;
    clear: both;
}
#lang li a:link, #lang li a:visited {
    color: #496e4b;
    display: block;
    padding: 5px;
}
#lang li a:hover, #lang li a:active, #lang li#select a:link, #lang li#select a:visited {
    text-decoration: none;
    background: #FFF;
}
#nav {
    background: #85c18f;
    border: 3px solid #FFF;
    height: 38px;
    padding: 0 30px;
    margin: 0 -5px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
#nav li {
    float: left;
    font-size: 14pt;
    line-height: 38px;
}
#nav li#open {
    font-size: 26pt;
    line-height: 38px;
}
#nav a:link, #nav a:visited {
    color: #FFF;
    display: block;
    text-transform: uppercase;
    padding: 0 17px;
}
#nav a:hover, #nav a:active {
    background: #FFF;
    color: #85c18f;
    text-decoration: none;
}
#content {
    background: #e9e4df;
    border-left: 3px solid #FFF;
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}

/* For portfolio */

#projects {
    padding: 25px 0 20px 43px;
}
#projects li {
    float: left;
    padding: 0 30px 20px 0;
}
#projects li span {
    display: block;
    width: 208px;
    height: 208px;
    background: #BFB9B3;
    text-align: center;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
}
#projects li a:link, #projects li a:visited {
    background: #FFF;
    padding: 10px 10px 0;
    display: block;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
#projects li a:hover, #projects li a:active {
    text-decoration: none;
}
#projects li em {
    display: block;
    text-align: right;
    font-size: 8pt;
    color: #819ad6;
    padding: 10px 0 10px;
}
#projects li a:hover em, #projects li a:active em {
    color: #000;
}
#footer {
    color: #4e4e4e;
    font-size: 8pt;
    font-family: Helvetica, sans-serif;
    padding: 10px 0;
}
#footer a:link, #footer a:visited {
    color: #4e4e4e;
    border-bottom: 1px dotted #4C6F52;
}
#footer a:hover, #footer a:active {
    border-bottom: 1px solid #4C6F52;
}
#copyright {
    float: left;
    width: 48%;
}
#tech {
    float: right;
    width: 48%;
    text-align: right;
}

/* For slideshow */

#project h2 {
    text-align: center;
    font-size: 16pt;
    background: #85c18f;
    color: #FFF;
    font-weight: normal;
    padding: 10px 30px;
    position: relative;
    border-bottom: 3px solid #FFF;
}

#screenshot {
    text-align: center;
}
#prev:link, #prev:visited {
    position: absolute;
    top: 0;
    left: 0;
    background: #85c18f;
    color: #FFF;
    font-weight: bold;
    font-size: 20pt;
    border-right: 3px solid #FFF;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    display: block;
}
#prev:hover, #prev:active {
    background: #FFF;
    color: #85c18f;
    text-decoration: none;
}
#next:link, #next:visited {
    position: absolute;
    top: 0;
    right: 0;
    background: #85c18f;
    color: #FFF;
    font-weight: bold;
    font-size: 20pt;
    border-left: 3px solid #FFF;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    display: block;
}
#next:hover, #next:active {
    background: #FFF;
    color: #85c18f;
    text-decoration: none;
}
#prjt_comments {
    background: #85c18f;
    color: #FFF;
    padding: 10px 20px;
    border-top: 3px solid #FFF;
}
#w3 {
    background: #85c18f;
    color: #FFF;
    padding: 10px 20px;
    border-top: 3px solid #FFF;
    line-height: 1.2;
}
#w3 a:link, #w3 a:visited {
    color: #FFF;
}
#prjt_url {
    background: #85c18f;
    color: #FFF;
    padding: 10px 20px;
    border-top: 3px solid #FFF;
}
#prjt_url a:link, #prjt_url a:visited {
    color: #FFF;
}

/* For price page */

#price {
    padding: 15px 30px;
    line-height: 1.4;
    font-size: 12pt;
}
#price a:link, #price a:visited {
    border-bottom: 1px dotted #4C6F52;
}
#price a:hover, #price a:active {
    border-bottom: 1px solid #4C6F52;
}
#price p {
    padding: 10px 0;
}
#price p strong {
   font-weight: normal;
   font-size: 16pt;
}

/* For info page */

#info {
    padding: 15px 30px 35px;
    line-height: 1.4;
    font-size: 10pt;
}
#info a:link, #info a:visited {
    border-bottom: 1px dotted #4C6F52;
}
#info a:hover, #info a:active {
    border-bottom: 1px solid #4C6F52;
}
#info h2 {
    border-bottom: 1px solid #DFD8D1;
    font-size: 14pt;
    font-weight: normal;
    margin: 15px 0 10px;
}
#info ul {
    padding: 0 0 0 20px;
}
#info ul ul {
    padding: 0 0 0 40px;
}

/* For contact page */

#contact {
    padding: 15px 30px;
    line-height: 1.4;
    font-size: 14pt;
}
#contact h2 {
    font-weight: normal;
    font-size: 10pt;
    padding: 20px 0;
}
#contactform {
    margin: 10px 0;
    font-size: 12pt;
}
#contactform p {
    padding: 0 0 10px;
}
#contactform p em {
    display: block;
    font-size: 8pt;
    font-style: italic;
    line-height: 1;
    padding: 10px 0 0;
}
#contactform label {
    display: block;
    float: left;
    width: 150px;
}
#cf-name, #cf-mail, #cf-subj {
  background: #FFF;
  border: 1px solid #CFC8C2;
  width: 300px;
  height: 20px;
  padding: 2px 4px;
  font-size: 12pt;
  color: #5F5C59;
}
#cf-message {
  background: #FFF;
  border: 1px solid #CFC8C2;
  width: 300px;
  height: 200px;
  padding: 2px 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12pt;
  color: #5F5C59;
}
#cf-submit {
    margin: 0 0 0 150px;
}
.mail-warnings {
    background: #EFEFEF;
    border: 1px solid #DFDFDF;
    padding: 7px 10px;
    margin: 0 0 20px;
    font-size: 10pt;
}
.mail-warnings#mw-error {
    color: #5F1212;
}
.mail-warnings#mw-sent {
    color: #125F15;
}

/* For order page */

#order {
    padding: 15px 30px 20px;
    line-height: 1.4;
    font-size: 12pt;
}
#order h2 {
    font-size: 16pt;
    font-weight: normal;
    padding: 0 0 30px;
}
#order ol {
    list-style-type: decimal;
}
#order ol li {
    padding: 0 0 20px;
    margin: 0 0 0 25px;
}


