body
{
	margin: 0 30px 0 30px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

#main
{
	width: 100%;
}

#head
{
	width: 100%;
	height: 280px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

#head div
{
	float: left;
}

#content
{
	width: 100%;
	height: 425px;
	float: left;
	clear:left;
	overflow: hidden;
	white-space: nowrap;
}

#overview
{
	width: 730px;
	height: 390px;
	margin: 0 50px 0 55px;
	float: left;
	clear: left;
	overflow: hidden;
	white-space: nowrap;
}

#overview img, #overview div
{
	margin: 0 5px 5px 0;
}

#overview .poster-small
{
	width: 190px;
	height: 105px;
	border: 1px solid #ccc;
	overflow: hidden;
}

#storynav
{
	
	width: 800px;
	font-family: Arial, sans-serif;
	font-size: 7pt;
	color: #aaaaaa;
	margin: 25px 0 10px 5px;
}

#storynav a
{
	color: #aaaaaa;
	text-decoration: none;
}

#storynav a.active
{
	color: #DF7100;
	text-decoration: none;
}

#vslide
{
	height: 380px;
	float: left;
	margin-top: 10px;
}

#prev
{
	float: left;
	margin-top: 10px;
}

#next
{
	float: right;
	margin-top: 10px;
}

#hslide
{
	width: 95%;
	position: relative;
}

#notice
{
	position: absolute;
	display: none;
	top: 140px;
	left: 220px;
	width: 415px;
	height: 100px;
	background-color: #CCC;
	border: 1px #999 solid;
}

#overlay
{
	padding: 0;
	overflow: hidden;
}

.notice
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	margin: 20px 15px 15px 15px;
}

.small
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
}

.blankimage
{
	width: 110px;
	height: 150px;
	margin: 0 5px 10px 0;
	display: block;
	float: left;
	font: 8pt Arial;
	white-space: normal;
	overflow: hidden;
}

a:link
{
	color: #DF7100;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #DF7100;
}

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

a:active
{
	text-decoration: none;
	color: #DF7100;
}

#hnav
{
	width: 100%;
}

#hnav a, #hnav img, #mnav a, #mnav img
{
	height: 35px;
	float: left;
	background-repeat: no-repeat;
}

#mnav span { display: none; }

#mnav-portfolio-sub, #mnav-art-sub, #mnav-motion-sub, #mnav-info-sub
{
	visibility: hidden;
}

#mnav-portfolio { width: 155px; background-image: url(../img/home/portfolio_off.jpg); clear: left; }
#mnav-art { width: 155px; background-image: url(../img/home/art_off.jpg); clear: left;}
#mnav-motion { width: 155px; background-image: url(../img/home/motion_off.jpg); clear: left;}
#mnav-info { width: 155px; background-image: url(../img/home/info_off.jpg); clear: left; }

#mnav-portfolio:hover { background-image: url(../img/home/portfolio_on.jpg); }
#mnav-art:hover { background-image: url(../img/home/art_on.jpg); }
#mnav-motion:hover { background-image: url(../img/home/motion_on.jpg); }
#mnav-info:hover { background-image: url(../img/home/info_on.jpg); }

#hnav span { display: none; }

#hnav-fashion { width: 48px; background-image: url(../img/home/fashion_off.jpg); }
#hnav-lifestyle { width: 47px; background-image: url(../img/home/lifestyle_off.jpg); }
#hnav-advertising { width: 66px; background-image: url(../img/home/advertising_off.jpg); }
#hnav-portrait { width: 48px; background-image: url(../img/home/portrait_off.jpg); }

#hnav-contact { width: 48px; background-image: url(../img/home/contact_off.jpg); }
#hnav-archive { width: 48px; background-image: url(../img/home/archive_off.jpg); }
#hnav-clients { width: 45px; background-image: url(../img/home/clients_off.jpg); }
#hnav-bio { width: 26px; background-image: url(../img/home/bio_off.jpg); }

#hnav-fashion:hover { background-image: url(../img/home/fashion_on.jpg); }
#hnav-lifestyle:hover { background-image: url(../img/home/lifestyle_on.jpg); }
#hnav-advertising:hover { background-image: url(../img/home/advertising_on.jpg); }
#hnav-portrait:hover { background-image: url(../img/home/portrait_on.jpg); }

#hnav-contact:hover { background-image: url(../img/home/contact_on.jpg); }
#hnav-archive:hover { background-image: url(../img/home/archive_on.jpg); }
#hnav-clients:hover { background-image: url(../img/home/clients_on.jpg); }
#hnav-bio:hover { background-image: url(../img/home/bio_on.jpg); }


/* copied from /css/ui.themes.css */

/* Component containers
----------------------------------*/
.ui-widget-content { background: #ffffff/*{bgColorContent}*/ color: #222222/*{fcContent}*/; }
.ui-widget-header { background: #cccccc/*{bgColorHeader}*/ color: #222222/*{fcHeader}*/;  }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #DFA161/*{bgColorDefault}*/; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { background: #df7100/*{bgColorHover}*/; }
.ui-state-active, .ui-widget-content .ui-state-active { background: #df7100/*{bgColorActive}*/; }

