/* matt at ewtoo dot org */

body {
	font-size: 70%;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	text-align:center;	/* IE5 */
}

h1 a span {
	visibility: hidden;
}

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

#bg-home {
	background: #000 url(images/bg-black.gif) no-repeat top center;
	color: #FFF;
}

#bg-whoweare {
	background: #FFF url(images/bg-whoweare.gif) no-repeat top center;
}

#bg-whatwedo {
	background: #FFF url(images/bg-whatwedo.gif) no-repeat top center;
}

#bg-prices {
	background: #FFF url(images/bg-prices.gif) no-repeat top center;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	text-align:left;	/* IE5 */
}

h1 a {
	position: absolute;
	top: 124px;
	left: 48px;
	height: 130px;
	width: 158px;
}

ul li a span {
	visibility: hidden;
}

#nav {
	position: absolute;
	top: 266px;
	left: 53px;
}

#nav li a {
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 2px;
	width: 98px;
	height: 13px;
}

#nav.black li a { background-image: url(images/nav-black.gif); }
#nav.black li a:hover, #nav.black li a.active { background-image: url(images/nav-black-over.gif); }

#nav.white li a { background-image: url(images/nav-white.gif); }
#nav.white li a:hover, #nav.white li a.active { background-image: url(images/nav-white-over.gif); }

#nav li.whoweare a { background-position: 0 0; }
#nav li.whatwedo a { background-position: 0 -15px; }
#nav li.contact a { background-position: 0 -30px; height: 32px; width: 156px; }

#nav li.pic {
	margin-top: 22px;
}

#nav #subnav {
	margin-left: 15px;
	padding-top: 2px;
	margin-bottom: -2px;
}

#nav #subnav li a {
	background-repeat: no-repeat;
	display: block;
	padding-top: 2px;
	width: 142px;
	height: 12px;
}

#nav #subnav li a { background-image: url(images/subnav-white.gif); }
#nav #subnav li a:hover, #nav #subnav li a.active { background-image: url(images/subnav-white-over.gif); }

#nav #subnav li.individual a { background-position: 0 0; }
#nav #subnav li.corporate a { background-position: 0 -17px; width: 148px; }
#nav #subnav li.boutique a { background-position: 0 -34px; }
#nav #subnav li.media a { background-position: 0 -51px; height: 25px; width: 156px; }

#content {
	position: absolute;
	top: 225px;
	left: 255px;
	width: 415px;
/*	height: 350px;*/
	overflow: auto;
	
	font-size: 1.1em;
	line-height: 1.25em;
}

#content p {
	padding: 0 10px 1em 0;
	margin: 0;
	clear: left;
}

.justify p, .justify li {
	text-align: justify;
}

#content p a {
	color: #000;
	text-decoration: underline;
}

#content p a:hover {
	color: #D00;
	text-decoration: underline;
}

#content h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 0.75em 0;
}

#content h3 {
	font-size: 1.05em;
	font-weight: normal;
	margin: 0 0 1em 0;
}

#content ul {
	padding-left: 1.3em;
	padding-bottom: 1em;
}

#content li {
	list-style-type: disc;
	padding-bottom: 0.5em;
}

#content .wrapper {
	float: left;
	width: 305px;
	margin-top: 5em;
}

#content .wrapper.twolines {
	margin-top: 3.8em;
}

#content .wrapper h2, #content .wrapper h3, #content .nophoto h2 {
	margin: 0;
}

#content .nophoto {
	margin-top: 1em;
}