@charset "UTF-8";
/* CSS Document */

/* COLORS
Gray = #a8a9a9
Orange = #d36624
*/

/* PAGE STYLES - BEGIN */
#content {
	width: 970px;
	background: url("../images/subpages/contentback.gif") center top no-repeat #000;
	float: left;
	position: relative;
}

#main {
	width: 567px;
	margin: 7px 3px 3px 28px;
	float: left;
}

#header {
	width: 567px;
	height: 152px;
	margin-bottom: 3px;
}

#header.designstory {
	background: url("../images/designstory/header.jpg") left top no-repeat #000;
}
#header.historicalcontext {
	background: url("../images/historicalcontext/header.jpg") left top no-repeat #000;
}
#header.finerdetails {
	background: url("../images/finerdetails/header.jpg") left top no-repeat #000;
}
#header.makingof {
	background: url("../images/makingof/header.jpg") left top no-repeat #000;
}


#header #logo {
	position: absolute;
	top: 21px;
	left: 49px;
	width: 175px;
	height: 34px;
	z-index: 100;
}

#header #logo a {
	text-decoration: none;
	outline: none;
	border: none;	
}

#pageContent {
	width: 527px;
	padding: 20px 20px 175px 20px;
	background: url("../images/subpages/mainback.png") center bottom no-repeat #1b1b1b;
}
#copy {
	width: 320px;
	float: left;
}
#copy h1 {
	margin-bottom: 7px;
}
#copy h1.second {
	margin: 30px 0 7px 0;
}
#copy p {
	font-size: 1.2em;  /*HACK: 1.1em; */
	line-height: 1.4em; /*HACK: 1.3em; */
	text-align: left;
	/* text-indent: 25px; */
	margin-bottom: 15px;
}
#copy a {
	color: #fff;
	text-indent: none;
}
#copy p.link {
	text-indent: 0;
}
#copy p.block {
	width: 275px;
	margin-left: 25px;
}
#photoStrip {
	float:right;
	width: 165px;
	margin-left: 30px;
}
#photoStrip #photo {
	color: #fff;
	font-size: 1em;
	text-align: left;
	margin-bottom: 15px;
}
#photoStrip #photo h2 {
	color: #fff;
	font-size: 1.2em;
	margin: 10px 0 3px 0;
}
#reflection {
	width: 567px;
	height: 1px;
	margin-top: 3px;
}
/* PAGE STYLES - END */

/* SIDEBAR STYLES - BEGIN */
#sidebar {
	width: 344px;
	float: left;
	margin-top: 7px;
}

#sidenav {
	width: 344px;
	color: #151515;
	margin-bottom: 5px;
}

#sidenav a.designstory {
	background: url("../images/subpages/btn-designstory.jpg") 0 0 no-repeat #151515;
}
#sidenav a.historicalcontext {
	background: url("../images/subpages/btn-historicalcontext.jpg") 0 0 no-repeat #151515;
}
#sidenav a.finerdetails {
	background: url("../images/subpages/btn-finerdetails.jpg") 0 0 no-repeat #151515;
}
#sidenav a.themakingof {
	background: url("../images/subpages/btn-themakingof.jpg") 0 0 no-repeat #151515;
}

#sidenav a {
	display: block;
	width: 143px;
	height: 94px;
	text-align: left;
	padding: 16px 50px 0 151px;
	margin-bottom: 1px;
	font-size: 1em;
	line-height: 1.6em;
	color: #a8a9a9;
	background: #151515;
	text-decoration: none;
	border: none;
	outline: none;
}
#sidenav a:hover, #sidenav a.currentPage {	
	background-position: 0 -110px;
	cursor: pointer;
}

#widget {
	width: 344px;
	background: url("../images/subpages/widgetback.gif") center top no-repeat #000;
	text-align: left;
	padding-top: 15px;
}
#widgetContent {
	width: 300px;
	margin: 0 auto;
}
#widgetContent h2 {
	font-size: 1.3em;
	color: #fff;
	margin-bottom: 4px;
}
#widgetContent p {
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
}
#widgetContent p.testimonial {
	margin-left: 15px;	
}
#widgetContent #flashVideo {
	margin: 25px 0 15px 0;
}
#widgetContent p a, #widgetContent p a.visited, #widgetContent p a:hover, #widgetContent p a.visited:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #fff;
}
/* SIDEBAR STYLES - END */

/* FOOTER STYLES - BEGIN */
#footer {
	width: 100%;
	height: 109px;
	background: url("../images/footer/footerback.gif") top left repeat-x #000;
	border-top: 1px solid #373737;
	border-bottom: 1px solid #373737;
	margin-bottom: 15px;
}
#footerContent {
	width: 915px;
	height: 109px;
	margin: 0 auto;
}
#footerItem {
	float: left;
	width: 195px;
	height: 79px;
	text-align: left;
	margin: 15px 0 0 25px;
}
#footerItem h3 {
	font-size: 1.2em;
	color: #fff;
	text-align: left;
	margin-bottom: 7px;
}
#footerItem ul li {
	margin-bottom: 3px;
}
#footerItem p, #footerItem ul {
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
	text-align: left;
}
#footerItem a {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #fff;
}
#footerItem.image a {
	border: none;
}
#footerborder {
	width: 1px;
	height: 109px;
	float: left;
}
/* FOOTER STYLES - END */
