html, body, div, span, applet, object, embed, 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%;
    min-width: 980px;
}
:focus {
    outline: 0;
}
ul, ol {
    list-style: none;
}
body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #777d81;
    height: 100%;
    background: #FFF url(assets/images/bg.jpg) 100% 0 no-repeat;
    line-height: 1;
    font-weight: bold;
}
img {
    border: 0;
}
a:link, a:visited {
    outline: none;
    text-decoration: none;
    color: #000;
}
a:hover, a:active {
    text-decoration: none;
    color: #ed1a4d;
}
.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%;
}
embed {
    background: #000;
}
#container {
    min-height: 100%;
    position: relative;
    border-right: 20px solid #000;
}
* html #container {
    height: 100%;
}
#main {
    padding: 50px 60px 120px;
    background: url(assets/images/plus.gif) 782px 521px no-repeat;
}
#bg {
    background: url(assets/images/bg2.png) 0 0 no-repeat;
    width: 777px;
    height: 287px;
    position: absolute;
    top: 0;
    left: 0;
}
#logo {
    height: 84px;
}
#fortext {
    margin: 110px 0 0 -60px;
    background: url(assets/images/txt-bg.png) -36px -350px no-repeat;
    position: relative;
    width: 750px;
    height: 175px;
}
#all {
    position: absolute;
    top: 0;
    left: 53px;
    width: 700px;
    height: 175px;
    background: url(assets/images/txt-bg.png) 0 0 no-repeat;
}
#ready {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
    width: 50%;
    height: 175px;
    background: url(assets/images/txt-bg.png) 0 -175px no-repeat;
}
#projects {
    margin: 25px 0 10px;
    font-size: 8pt;
    width: 710px;
    line-height: 1.1;
    color: #000;
    text-transform: uppercase;
}
#projects li {
    float: left;
    width: 350px;
}
#projects a:link, #projects a:visited {
    color: #555;
}
#projects a:hover, #projects a:active {
    color: #ed1a4d;
}
#projects .last	{
	color: #aaa;
} 
#p-3d {
    border-right: 1px solid #cccccc;
}
#p-3d ul, #p-3d h2 {
    padding: 0 20px 0 0;
}
#p-web {
    border-left: 1px solid #cccccc;
    margin-left: -1px;
}
#p-web ul, #p-web h2 {
    padding: 0 0 0 20px;
}
#projects h2 {
    font-size: 12pt;
    padding-bottom: 1px;
}
#projects li li {
    display: inline;
    float: none;
    white-space: nowrap;
}
#noflash {
    font-size: 8pt;
    font-weight: normal;
    text-transform: uppercase;
}
#noscript {
    font-size: 8pt;
    font-weight: normal;
    text-transform: uppercase;
}
#footer {
    height: 90px;
    margin: -90px 0 0;
    position: relative;
    color: #ababab;
    padding: 0 64px 0 60px;
    text-transform: uppercase;
    font-size: 10pt;
}
#footer a:link, #footer a:visited {
    color: #ababab;
}
#footer a:hover, #footer a:active {
    text-decoration: underline;
}
#footer p {
    white-space: nowrap;
}
#contacts {
    float: left;
    padding: 0 50px 0 0;
}
#statistics {
    float: left;
}
#statistics span {
    color: #555;
}
#copyright {
    float: right;
    text-align: right;
    padding: 1px 50px 0 0;
    background: url(assets/images/copyright.gif) 100% 0 no-repeat;
    height: 39px;
    margin: 12px 0 0;
}