* {
	margin: 0;
	padding: 0;
	border: 0;
}
ul,
ol {
	list-style: none;
}

body {
	background-color: #fff;
	color: #666;
	padding-top: 20px;
	padding-bottom: 40px;
}
div#container {
	position: relative;
	margin: 0 auto;
	width: 760px;
	min-height: 560px;
	background: url(images/bg.gif) left 74px no-repeat;
}
p.silent {
	display: none;
}
h1 {
	height: 75px;
}
h1 a {
	display: block;
	height: 75px;
	width: 200px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/logo.gif) left top no-repeat;
}
div#nav {
	padding-top: 10px;
	padding-left: 35px;
	height: 28px;
}
div#nav ul {
	height: 28px;
}
div#nav li {
	display: block;
	float: left;
	margin-right: 2px;
}
div#nav li a {
	display: block;
    height: 26px;
	padding-top: 2px;
	color: #fff;
	text-align: center;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	text-decoration: none;
    overflow: hidden;
}
div#nav li#about a			{width: 66px;}
div#nav li#print a			{width: 58px;}
div#nav li#identity a		{width: 75px;}
div#nav li#interactive a	{width: 98px;}
div#nav li#typography a		{width: 102px;}
div#nav li#environment a	{width: 114px;}

div#nav li a:hover {
	color: #ffe100;
	height: 16px;
	border-bottom: 10px solid #ffe100;
}

body.about li#about a,
body.print li#print a,
body.identity li#identity a,
body.interactive li#interactive a,
body.typography li#typography a,
body.environment li#environment a {
	color: #ffe100;
	height: 16px;
	border-bottom: 10px solid #ffe100;
}

ul#projects {
	float: left;
	width: 140px;
}
ul#projects li {
	float: left;
	display: block;
	width: 140px;
	height: 19px;
	margin-bottom: 1px;
}
ul#projects li a {
	color: #dc1906;
	background-color: #ffe100;
	display: block;
	text-decoration: none;
	font: 11px/19px Verdana, Arial, Helvetica, sans-serif;
	word-spacing: -1.0px;
	width: 136px;
	padding-left: 4px;
}
ul#projects li a:hover {
	background-color: #dc1906;
	color: #fff;
}
ul#projects li a.selected,
ul#projects li a.selected:hover {
	background-color: #dc1906;
	color: #fff;
	cursor: default;
}

div#inside {
	background-color: #ffe100;
	margin-left: 35px;
	width: 670px;
	height: 360px;
	padding: 10px;
}
div.homer {
	background: #ffe100 url(images/poster.gif) 335px top no-repeat;
}
div#content {
	position: relative;
	background-color: #fff;
	margin-left: 150px;
	height: 340px;
	padding: 10px;
}
div.homer div#content {
	width: 160px;
}
h2 {
	width: 150px;
	color: #dc1906;
	font: normal 15px/15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	word-spacing: -0.5px;
	margin-bottom: 10px;
}
h2.sliderOn {
	padding-top: 22px;
}

p {
	width: 150px;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	word-spacing: -0.5px;
}
p a {
	color: #dc1906;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
.photo {
	display: block;
	width: 340px;
	float: right;
	text-align: center;
}
.photo img {
	margin: 0 auto;
}
.framer {
	border: 1px solid #aaa;
}


div#slider {
	position: absolute;
	top: 10px;
	left: 0;
}
div.slideritem {
	display: none;
}
div.ACSliderMaskDiv {
	position: relative;
	overflow: hidden;
	width: 340px;
	height: 340px;
	margin-left: 170px;
}
div.ACSliderMaskDiv ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 5000px;
}
div.ACSliderMaskDiv ul li {
	display: inline;
	float: left;
	width: 340px;
	text-align: center;
}
div.ACSliderMaskDiv ul li a {
	cursor: default;
}

ul.ACSliderPageNav {
	position: absolute;
	top: 0px;
	left: 8px;
	height: 12px;
}	
ul.ACSliderPageNav li {
	display: inline;
}
ul.ACSliderPageNav li a {
	display: block;
	float: left;
	height: 12px;
	width: 11px;
	padding: 0 2px;
	cursor: pointer;
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/dot.gif) center top no-repeat;
}
ul.ACSliderPageNav li a:hover {
	background-position: center -12px;
	cursor: pointer;
}
ul.ACSliderPageNav li a.active {
	background-position: center -24px;
	cursor: default;
}

a.ACSliderPreviousArrow,
a.ACSliderNextArrow {
	display: none;
	
	/*position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
	cursor: pointer;
	text-indent: -5000px;
	overflow: hidden;
}
a.ACSliderPreviousArrow {
	left: -5px;
	background: url(../images/arrow_left.gif) center top no-repeat;
}
a.ACSliderNextArrow {
	right: -5px;
	background: url(../images/arrow_right.gif) center top no-repeat;
}
a.ACSliderPreviousArrow:hover,
a.ACSliderNextArrow:hover {
	background-position: center -14px;*/
}

