#submenu {
	width: 260px;
	height: 108px;
	background: url("../images/hdr-works.png") no-repeat top left #313131;
}

#submenu #links {
	position: absolute;
	bottom: 0px;
	font-weight: bold;
}

#submenu #sort .label { color: #D67CA7; }

#submenu a { color: #909090; }
#submenu a.selected { color: white; }

#submenu a#works-thumbs {
	display: block;
	position: absolute;
	right: 46px; top: 20px;
	width: 28px; height: 28px;
	overflow: hidden;
	background: url("../images/btn-work-thumbs.png") no-repeat;
	border: none;
}
#submenu a#works-thumbs:hover, #submenu a#works-thumbs.selected { background-position: 0 -28px; }

#submenu a#works-list {
	display: block;
	position: absolute;
	right: 8px; top: 20px;
	width: 28px; height: 28px;
	overflow: hidden;
	background: url("../images/btn-work-list.png") no-repeat;
	border: none;
}
#submenu a#works-list:hover, #submenu a#works-list.selected { background-position: 0 -28px; }

#motion-date { color: #76A6A7; }


#tooltip {
	background:white none repeat scroll 0%;
	color:#262626;
	display:none;
	left:0pt;
	line-height:20px;
	padding:0pt 5px;
	position:absolute;
	top:0pt;
	visibility:hidden;
	z-index:10;
	width: 220px;
	height: 100px;
}

#works-wrap {
	/* position: relative; */
	overflow: hidden;
}

#works {
	width: 910px;
}

#works #items-wrap {
	width: 1880px;
	overflow: hidden;
}

#works ol#items {
	margin: 0px;
	padding: 0px;
	width: 1890px;
	height: 380px;
	overflow: hidden;
}

#works ol#items li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 250px;
	height: 130px;
	overflow: hidden;
}

#works ol#items li .image {
	width: 240px;
	height: 120px;
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: hidden;
}

.image a {
	display: block;
	border: none;
	position: relative;
}

.image .hover {
	display: none;
	background: white;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 220px;
	height: 100px;
	z-index: 3;
}

.image a:hover .hover {
	display: block;
}

.image .hover-text {
	position: absolute;
	bottom: 0px;
	padding: 10px;
	font-weight: bold;
	color: black;
	line-height: 1em;
}

.image .hover-text-title {
	color: #909090;
}


#image-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 910px;
	height: 380px;
	z-index:2;
	background: url("../images/works-bg.png") no-repeat top left transparent;
}

#image {}
#image img {
	border-left: 10px solid white;
	border-right: 10px solid white;
}

#list-wrap {
	padding: 10px;
	background: #262626;
}

#list-wrap a {
	display: block;
	line-height: 18px;
	font-weight: bold;
	padding-right: 20px;	
	color: white;
	height: 18px;
}
#list-wrap a:hover {
	background-color: #D67CA7;
}

#list-wrap .client {
	float: left;
	display: block;
	height: 18px;
	width: 250px;
	color: white;
	font-weight: bold;
}

#list-wrap .project {
	float: left;
	color: #909090;
	font-weight: bold;
}
#list-wrap a:hover .project { color: #262626; }

#list-wrap .hr {
	margin: 6px 0 10px 0;
	width: 502px;
}


table {
	margin:0;
	padding:0;
	border: 0;
}

tr:hover {
	background-color: #D67CA7;
}

th {
	text-align: left;
	color: white;
}

th.header:hover {
	background:none;
}

td {
	line-height: 18px;
	font-weight: bold;
	padding-right: 20px;
}

td a:link, td a:visited {
	color: white;
}




