body {
background: #FFF;
margin: 0;
padding: 0;
font: small/160% Verdana, sans-serif;
color: #666;
}

h1, h2, h3, p {
margin: 0;
padding: 0;
}

h2 {
font-weight: normal;
margin-bottom: 20px;
}

h3 {
font-size: small;
margin-bottom: 10px;
color: #900;
border-top: 1px solid #CCC;
padding-top: 10px;
}

ul {
margin-top: 0;
}

img {
border-style: none;
}

#lan {
text-align: right;
padding-top: 5px;
}

.page {
text-align: right;
padding-bottom: 20px;
}

/* LAYOUT */

#master {
width: 700px;
margin: 0 auto;
}

#content {
margin-bottom: 30px;
}

#leftcol {
width: 400px;
float: left;
}

#rightcol {
width: 280px;
float: right;
}

#leftcol p {
padding-bottom: 20px;
}

#home #leftcol { 
width: 470px;
padding-right: 20px
}

#home #leftcol p {
padding-bottom: 30px;
}

#home #rightcol {  
width: 200px; 
}

#header {
background-image: url(/images/archide.gif);
background-repeat: no-repeat;
height: 70px;
}

#header h1, #header h2 {
text-indent: -9999px;
}

#cad {
height: 330px;
background-image: url(/images/facade.gif);
}

/* NAVIGATION */

#nav ul {
margin: 0;
padding: 4px 10px;
list-style-type: none;
background: #737373;
color: #FFF;
margin-bottom: 30px;
overflow: auto;
}

#nav li {
display: inline;
}


#nav a {
padding: 4px 10px;
color: #FFF;
text-decoration: none;
}

#nav a:hover,
#home .home,
#projects .projects,
#clients .clients,
#services .services,
#about .about,
#contact .contact {
background: #555;
}

#home h3 {
border-top-style: none;
padding-top: 0;
}

#facade {
background-image: url(/images/facade.jpg);
background-repeat: no-repeat;
height: 209px;
border: 1px solid #666;
}

a {
color: #039;
text-decoration: none;
}

a:hover {
color: #390;
text-decoration: underline;
}

#footer {
position: relative;	
font: 80%/160% Verdana, sans-serif;	
background: #737373;
padding: 10px;
color: #FFF;
text-align: center;
margin-bottom: 20px;
}

#footer a, #footer a:hover {
color: #FFF;
text-decoration: underline;
}

img.face {
display: block;
float: left;
margin-right: 10px;
}

.cleaner {
clear: both;
font-size: 0;
}

li ul {
font-style: italic;
}

/* FEATURED PROJECTS */

#featured {
border-left: 1px solid #aaa;
padding-left: 20px;
}

#featured p {
padding-bottom: 10px;
font: 80%/140% Verdana, sans-serif;
}

#featured img {
display: block;	
padding-bottom: 5px;
}

/*  PROJECTS */
.project {
border: 1px solid #aaa;
padding: 20px;
margin-bottom: 20px;
}

.project .image {
float: left;
width: 180px;
}

.project .meta {
float: right;
width: 458px;
}

.project h3 {
border-top-style: none;
padding-top: 0;
}

/*  PROJECT DETAIL */
.project-detail {
padding-top: 20px;
padding-left: 20px; 
border: 1px solid #aaa;
margin-bottom: 20px;
}

.small {
padding-bottom: 1px;
}

.small div {
padding-right: 20px;
float: left;
width: 92px;
height: 92px;
padding-bottom: 20px;
}

.small img {
border: 2px solid #aaa;
}

.small a:hover img {
border: 2px solid #900;
}

.project-detail .large {
padding-bottom: 20px;
}

#info {
border: 1px solid #aaa;
border-bottom-style: none;
}

#info .left {
float: left;
width: 348px;

}
#info .right {
float: right;
width: 349px;
}

#info .left-border {
border-left: 1px solid #aaa;
}

#info .right-border {
border-right: 1px solid #aaa;
}

#info h2 {
font-size: small;
color: #900;
font-weight: bold;
margin: 0;
padding: 20px 20px 0 20px;
}

#info p {
padding: 20px;
}

#info .left p {
padding-top: 0;
}