body {
	font: 12px/1.7 Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 38px;
	line-height: 1em;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

a {
	text-decoration: none;
	color: #2d5879;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

a:focus, a:active {
	outline: none;
}

#Splash {
	display: none;
	z-index: 10;
	background: #fff;
	width: 900px;
	margin: 110px auto;
}

#Wrapper {
	width: 900px;
	margin: 24px auto;
	text-align: left;
	padding: 0;
	border: 1px solid #ccc;
	position: relative;
}

#Header {
	position: relative;
	height: 60px;
}

#Logo {
	position: absolute;
	background: url(../images/logo.gif) no-repeat;
	bottom: 24px;
	right: 10px;
	width: 361px;
	height: 27px;
	text-indent: -30000px;
	cursor: pointer;
}

#Menu {
	position: absolute;
	bottom: 24px;
	left: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	height: 10px;
}

#Menu ul {
	margin: 0 4px;
	padding: 0;
}

#Menu ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	height: 10px;
	line-height: 10px;
}

#Menu ul li a {
	display: block;
	height: 10px;
	text-indent: -30000px;
	background-repeat: no-repeat;
}

#Menu ul li a:hover, #Menu ul li a.section {
	background-position: 0 -10px;
}

#Menu ul li#MenuHome a {
	background-image: url(../images/menuhome.gif);
	width: 38px;
}

#Menu ul li#MenuStudio a {
	background-image: url(../images/menustudio.gif);
	width: 48px;
}

#Menu ul li#MenuPortfolio a {
	background-image: url(../images/menuportfolio.gif);
	width: 74px;
}

#Menu ul li#MenuPress a {
	background-image: url(../images/menupress.gif);
	width: 42px;
}

#Menu ul li#MenuInspiration a {
	background-image: url(../images/menuinspiration.gif);
	width: 82px;
}

#Menu ul li#MenuContact a {
	background-image: url(../images/menucontact.gif);
	width: 62px;
}

#Content {
	margin: 75px 0 0 290px;
	width: 485px;
	min-height: 450px;
}

#Content p {
	margin: 10px 0;
	line-height: 1.5em;
}

#Portfolio {
	height: 430px;
}

#PortfolioImages {
	height: 350px;
	overflow: hidden;
}

#Portfolio div.rule hr {
	display: none;
}

#Portfolio div.rule {
	border-bottom: 1px solid #ccc;
	height: 50px;
}

#PortfolioPager {
	float: right;
	margin: 8px 0;
}

#PortfolioPager a {
	display: block;
	float: left;
	width: 19px;
	height: 17px;
	background: #E3E3E2;
	margin-left: 2px;
	border: 2px solid #fff;
	color: #E3E3E2;
	text-indent: -30000px;
}

#PortfolioPager a:hover, #PortfolioPager a.activeSlide {
	border: 2px solid #BAC524;
}

#PressArticles p {
	margin: 0;
}

#PressArticles li {
	margin: 8px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

#Features ul {
	margin: 0;
	padding: 0;
	height: 350px;
}

#Features ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 113px;
	width: 156px;
	line-height: 113px;
	border: 2px solid #fff;
}

#SideMenu {
	float: left;
	margin: 0 0 10px 24px;
	width: 200px;
	min-height: 450px;
}

#SideMenu ul {
	margin: 0;
	padding: 0;
}

#SideMenu ul.active {
	margin-bottom: 1em;
}

#SideMenu ul li {
	list-style: none;
	color: #7f7f7f;
}

#SideMenu ul li.spacer {
	padding-top: 1em;
}

#SideMenu h2 {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 3px;
}

#SideMenu a {
	color: #7f7f7f;
	text-transform: none;
	font-weight: normal;
}

#SideMenu a.current, #SideMenu li.section h2 {
	color: #000;
}

#Footer {
	font: 9px/11px Tahoma, Helvetica, sans-serif;
	color: #adadad;
	margin: 14px 24px;
	clear: both;
}
