@charset "utf-8";
/* CSS Document */



body{
font: 100%/1.4 Helvetica,Arial,sans-serif;
background: #525c66 url(../media/images/bg_grad.gif) repeat-x;	
}
a{
color: #74c;
text-decoration: none;
}
a:hover{
text-decoration: underline;	
}
.not-ready{
text-decoration:line-through;	
}
#header{
position: relative;
width: 100%;
height: 85px;
background: url(../media/images/head_bg.png) repeat-x;
}
#nav{
position: absolute;
top: 56px;
height: 24px;
background: url(../media/images/nav_bg.png) no-repeat;
width: 100%;
}
#word, #design_word{
position: absolute;
background: url(../media/images/word.png) no-repeat;
height: 70px;
width:225px;
top: 7px;
left: -8px;
z-index: 2;
}
#design_word{
background: url(../media/images/design_word.png) no-repeat;
height:70px;
width: 476px;
top: -1px;
left: 8px;
}
#logo{
position: absolute;
background: url(../media/images/logo.png) no-repeat;
height: 53px;
width: 53px;
top: 1px;
right: 4px;
}
#nav ul li{
display: inline-block;
height: 25px;
}
#nav ul{
position: absolute;
right: 5px;	
}
#nav a{
background: url(../media/images/about.png) no-repeat right 5px;
display: block;
height: 25px;
width: 95px;
}
#content{
min-height:300px;
color: #aaa;
padding: 15px;
font-size: 9pt;
}
#nav .nav-services a{
background: url(../media/images/services.png) no-repeat right 5px;
}
#nav .nav-projects a{	
background: url(../media/images/projects.png) no-repeat right 5px;
}
#nav a:hover{
background-position: right -25px;
text-decoration: none;
}
#nav .here a,#nav .here a:hover{
background-position: right -55px;
}
#wrap{
margin: 0 auto;
position: relative;
width: 978px;
border: 1px solid #868d94;
border-top: none;
border-bottom: none;	
}
#footer{
position: relative;
bottom: 0;
clear: both;
height: 19px;
color: #ccc;	
font-size: 8pt;
background: url(../media/images/footer_bg.gif) no-repeat;
border: 1px solid #ccc;
border-left: none;
border-right: none;
padding-top: 5px;
padding-left: 5px;
}
#footer ul li{
display: inline-block;
text-transform:uppercase;
border-right: 1px solid #999;
padding: 0 9px 0 6px;
}
#footer ul{
position: absolute;
right: 0;
top: 5px;
}
#footer ul li a{
color: #ddd;	
}
#footer ul li a:hover{
color: #618092;	
}
.cf:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.list-last{
border-right: none !important;	
}
