* {
    margin: 0;
    padding: 0;
}
html {height: 100%} 
body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    margin-top:82px;
    color:#ffffff;
    background-color: #000000;
    font-style: normal;
}
a {
    color: blue;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p {margin: 0 0 18px}
img {
    border: none;
}
#wrapper {
    width: 842px;
    margin: 0 auto; 
}

#wrapper2{
    width: 682px;
    margin-left: 160px;   
}

#logo {
    margin-top:4px;   
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 72px;
    padding-top:23px;
    font-size: 16px;
}

#header #top-menu {
    float:left;   
}

#header #bottom-menu {
 padding-top:15px;
 font-size: 10px;  
}

#header #bottom-menu ul {
 display: inline;
 margin-right: 21px;   
}

#header #bottom-menu ul {
 margin: 0;
 padding: 0; 
}

#header #bottom-menu ul li {
 display: inline;
 margin-right: 7px;   
}

#header #lang {
    float:right; 
}

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

#header ul li {
 display: inline;
 margin-right: 21px;
}

#header a {
    color:#646464;
    text-decoration: none;   
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
    height: 515px;
    width:690px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    height: 76px;
    padding-top:20px;
    color:#646464;
    font-size:9px;
}

#left-menu-gallery {
   position:relative;
   float:left;
   width:170px;
   height:100%;
   line-height: 15px;
}

#project-info {
   position:relative;
   float:left;
   width:150px;
   height:100%;    
}

#left-menu-gallery ul {
 margin: 0;
 padding: 0;
}

#left-menu-gallery ul li {
list-style-type: none;
margin-left:15px; 
}

#left-menu-gallery ul li.category {
margin:10px 0px 0px 0px;
list-style-type: none;
color:#bebebe;
font-size:10px;
text-decoration: none;
}


#left-menu-gallery ul li a {
list-style-type: none;
color:#bebebe;
font-size:12px;
text-decoration: none;
}

#left-menu-gallery .pitem {
margin-left:15px;
}

#left-menu-gallery ul li a:visited {
color:#575757;
}

#left-menu-gallery ul li a.selected,
#left-menu-gallery ul li a:hover {
color:#e9e6cc;
}

#project-gallery a img {
border:0px;
margin:10px;   
filter: alpha(opacity=75);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.75;
opacity:0.75;    
}

#project-gallery a:visited img {
filter: alpha(opacity=25);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
-moz-opacity: 0.25;
opacity:0.25;
}
#project-gallery a:hover img {
filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.00;
opacity:1;
}

#project-gallery ul li {
    display:inline;
}

#enc-text {
    line-height: 15px;
    font-size: 11px;
}

.team-image {
    float:left;
    width:225px;
    height:280px;    
}

.team-projects {
    float:left;
    height:280px;
    width:290px;
    font-size:11px;
    line-height:14px;
    color:#bebebe;    
}

input, textarea {
    width:188px;
    border: 0px;   
}
input {
    height:18px;   
}
textarea  {
    height:183px;
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;   
    font-style: normal;
}

#order table {
    width:100%;   
}

.bullet {
    position:relative;
    float:left;
    height:100px;
    margin-right:3px;
}

.rf {
    position:left;
    width:130px;
    font-size:11px;
    line-height:14px;
}

.inp {
    padding:0 20px 0 20px;   
}

.send-btn {
    width:60px;
    height:40px;
    background-color:#646464;
    font-size:10px;
    color:#000000;
    cursor:pointer;
    text-align:center;
    padding-top:20px;   
}

.errors {
    margin:0 0 15px 0;  
}

#order-info {
    font-size:11px;
    color:#bebebe;
    margin-top:25px;
    line-height:14px;
    width:500px;    
}

#order-form {
    margin-top:20px;   
}