html, body
{
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #fff;
	padding: 5px 0;
	margin: 0;
	height:100%;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a 
{
	border: 0;
	padding: 0;
	margin: 0;
}
ul { list-style-type: none; }

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

.cleaner { clear: both; }


.main
{
	width: 670px;
	margin: 0 auto;
}



/* LEFT */

.main .left
{
	width: 177px;
	float: left;
}

.main .left .header
{
	width: 177px;
	height: 177px;
	background: url('images/header.gif') no-repeat center center;
	margin: 0 0 10px 0;
}

.main .left .nav
{
	background-color: #999999;
	padding: 0px 0 21px 0;
}
.main .left .nav ul
{
	padding: 10px;
}
.main .left .nav ul li a
{
	height: 23px;
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
	margin: 0 0 11px -2px;
	color: white;
	text-decoration: none;
	font-size: 20px;
}


.main .left .extra
{
	background-color: #e0e0e0;
}
.main .left .extra ul
{
	padding: 10px;
}
.main .left .extra ul li a
{
	height: 18px;
	text-indent: 20px;
	display: block;
	margin: 0 0 3px 0;
	text-decoration: none;
	color: white;
	font-size: 13px;
}
.main .left .extra ul li.forward a 	{ background: url('images/extra_forward.png') 0px 2px no-repeat; }
.main .left .extra ul li.back a		{ background: url('images/extra_back.png') 0px 2px no-repeat; }
.main .left .extra ul li.home a		{ background: url('images/extra_home.png') 0px 2px no-repeat; }

.main .left .drawing {
	width: 177px;
	margin-top: 20px;
}

/* RIGHT */

.main .right
{
	width: 480px;
	float: right;
}

.main .right .top
{
	height: 177px;
	margin: 0 0 10px 0;
}
.main .right .top .left
{
	width: 270px;
	float: left;
}
.main .right .top .left ul li {
	height: 25px;
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
	margin: 0 0 15px 0;
	font-size: 22px;
	text-decoration: none;
	color: #CCCCCC;
}
.main .right .top .left ul li a {
	text-decoration: none;
}
.main .right .top .left ul li.architecture 		a { color: #999999}
.main .right .top .left ul li.interior_design 	a { color: #999999 }
.main .right .top .left ul li.landscape_design 	a { color: #999999 }

.main .right .top .right
{
	width: 200px;
	height: 100%;
	float: right;
	font: normal 18px/normal arial, tahoma, sans-serif;
	color: #999999;
}
.content {}
.content .projects {}
.content .projects div { margin: 0 0 20px 0; }
.content .projects div h2 { font-size: 11px; }
.content .projects div.summary h2 { font-size: 16px; font-weight: normal}
.content .projects div.summary h2 a { color: #999999;}
.content .projects div p { margin: 0; }
.content .projects div img
{
	border: 2px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
}

.content .whatweoffer { }
.content .whatweoffer div { margin: 0 0 20px 0; 	}
.content .whatweoffer div h2 {  font-size: 16px; font-weight: normal}
.content .whatweoffer div p { margin: 0; }
.content .whatweoffer a { color: #333333 }
.content div.number {
	width: 100px;
	float: left;
	margin: 18px 10px 10px 0px;
	background-color: #F0F0F0;
	color: #CCCCCC;
	padding: 7px 0px 13px 0px;
	font-size: 35px;
	text-align: center;
	vertical-align: top	

}
.content .whatweoffer div img
{
	border: 2px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
}


.content .whatweoffer ol {
	margin: 10px;
}

.content .whatweoffer ol li {
	margin: 10px;
}

.content .whatweoffer ol li img{
	margin: 10px;
}


.content .left 
{
	width: 360px;
	overflow: hidden;
	float: left;
}
.content .left img
{
	border: 2px solid #ccc;
	margin: 0 0 15px 0;
}
.content .right 
{
	width: 105px;
	float: right;
	overflow: hidden;
}
.content .right img
{
	border: 2px solid #ccc;
	margin: 0 0 10px 0;
}


.content p
{
	line-height: 19px;
	margin: 0 0 10px 0;
}
.content h1
{
	font: normal 25px/normal arial, tahoma, sans-serif;
	color: #999999;
	margin: 0 0 15px 0;
}

.imgHolder_100 {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 2px solid #ccc;
	margin: 0 0 0px 0;
}

span.image-caption{
	font-size: 8pt;
	font-style: italic;
	display: block;
	margin-bottom: 10px;	
}

.imgHolder_100 img {
	border: 0px !important;
	margin: 0px !important;
}

/* SLIDESHOW */
#slideshow { position: relative; width: 480px; height: 294px; overflow: hidden; margin-bottom: 15px; }
#slideshow div { position: absolute; left: 0; top: 0; }

/* SLIDERS */
.slider_header {
	width: auto;
	padding: 10px;
	background-color: #e0e0e0;
	font-size: 15px;
	cursor: pointer;
	margin-top: 10px;
}
.slider_content {
	padding: 10px 10px;
}
.slider_content ol {
	margin: 10px 30px;
	line-height: 19px;
}
.slider_content p {
	padding-left: 10px;
}

/* RIGHT */

.main .footer
{
	border-top: 2px solid #e0e0e0;
	padding: 5px 0;
	margin: 10px 0 0 0;
}
.main .footer p 
{ 
	width: 49%; 
	font-size: 11px;
}
.main .footer p.left
{
	float: left;
}
.main .footer p.right
{
	text-align: right;
	float: right;
}


.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%;
}

span.float-right{
	float: right;
	margin-top:-30px;
	margin-right:20px;
}	

.wwd-header{
	color:#999999;
}