@charset "UTF-8";
body, html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #666;
	min-width: 1000px;
	min-height: 500px;
}
p {
	margin: 0 0 10px 0;
}
a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
img {
	border-style: none;
	text-decoration: none;
}
#header {
	color: #666;
	background-color: #CCC;
	width: 200px;
	height: auto;
	margin: 0 15px;
	position: fixed;
	top: 15px;
	left: 0;
}	
.push {
	height: 100%;
	width: 1px;
	float: left;
	margin-bottom: -55px;
	margin-right: -1px;
}
.copyright {
	clear: left;
	text-align: center;
	font-size: 10px;
	color: #666;
	margin-top: 15px;
	height: 50px;
	padding: 10px;
	border-top: 1px #999 solid;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
h3 {
	margin: 15px;
	font-size: 16px;
	font-weight: normal;
}
.contact {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 5px 15px;
	line-height: 1.5em;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
}
ul.links {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
ul.links li {
	margin: 0;
	overflow: hidden;
}
ul.links li a {
	display: block;
	width: 115px;
	height: 16px;
	padding: 13px 15px 13px 70px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.portfolioicon {
	background-image: url(../images/portfolio.gif);
}
.abouticon {
	background-image: url(../images/about.gif);
}
.newsicon {
	background-image: url(../images/news.gif);
}
.slidesicon {
	background-image: url(../images/slides.gif);
}
.shopicon {
	background-image: url(../images/shop.gif);
}
ul.links li.active a {
	background-color: #999;
	background-position: 0px -84px;
	color: #CCC;
}
ul.links li a:hover {
	background-color: #AAA;
	background-position: 0px -42px;
	color: #666;
}
.wrapper {
	margin: 15px 15px 15px 230px;
}
.content {
	width: 750px;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.slide {
	position: absolute;
	z-index: 8;
	opacity: 0;
}
.slide.active {
    z-index:10;
    opacity:1.0;
}
.slide.last-active {
    z-index:9;
}
.slide .overlay {
	bottom: 10px;
	left: 10px;
	width: 400px;
	height: 50px;
	position: absolute;
	padding: 10px;
	background-image: url(../images/overlay.png);
	color: #CCC;
}
ul.slides {
	padding: 0;
	list-style: none;
	width: 156px;
	margin: 10px auto;
}
ul.slides li {
	float: left;
	list-style: none;
	margin: 5px;
	padding: 0;
}
ul.projects {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
ul.projects li {
	margin: 0 4px 4px 0;
	padding:  0;
	width: 16%;
	height: 24%;
	float: left;
	position: relative;
}
ul.projects li.right {
	margin-right: 0;
}
ul.projects li.bottom {
	margin-bottom: 0;
}
.projects li .new {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	background-image:url(../images/new.png);
	background-repeat: no-repeat;
}
.projects li .video {
	width: 38px;
	height: 38px;
	position: absolute;
	bottom: 5px;
	left: 0;
	background-image:url(../images/video.png);
	background-repeat: no-repeat;
}
.projects li .loading {
	width: 60px;
	height: 30px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/loading.png) no-repeat 0 0;
	display: none;
}
.activeProject {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	background-color: #999;
}
.activeProject .bigimage {
	text-align: center;
}
.bigimage a {
	display: block;
	width: 100%;
	height: 100%;
}
.activeProject #overlay {
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	position: absolute;
	padding: 10px;
	background-image: url(../images/overlay.png);
	color: #CCC;
}
.activeProject #close {
	background-image: url(../images/overlay.png);
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	display: block;
}
.images {
	float: right;
	margin: 10px;
	padding: 0;
	overflow: hidden;
}
.images ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
.images ul li {
	float: left;
	margin: 5px;
	padding: 0px;
}
.images .next, .images .previous {
	margin: 5px;
	padding: 0;
	display: block;
	float: left;
}
.bigimage {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#aboutleft {
	width: 390px;
	margin-right: 10px;
	float: left;
}
#aboutright {
	padding-left: 10px;
	border-left: 1px solid #666;
	height: 220px;
	overflow: auto;
}
.aboutdate {
	width: 7em;
	float: left;
}
.aboutdetail {
	margin-left: 7em;
	margin-bottom: 10px;
}
.date {
	color:#999;
	margin: 0 0 10px 0;
}
.article {
	margin: 0 0 15px 0;
	padding: 15px;
	background-color: #CCC;
	overflow: hidden;
	max-width: 1200px;
	overflow: hidden;
}
.article a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}
.floatLeft {
	float: left;
	margin: 0;
}
.marginLeft {
	margin-left: 515px;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.order {
	display: block;
	height: 30px;
	overflow: hidden;
	text-align: center;
	background: #999 url(../images/order_right.gif) top right no-repeat;
	padding-right: 15px;
	color: #CCC;
	margin-bottom: 10px;
	position: absolute;
	width: auto;
}
.order span {
	color: #CCC;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	background: #999 url(../images/order_left.gif) top left no-repeat;
}
.order:hover {
	background-position: right -30px;
	text-decoration: none !important;
}
.order:hover span {
	color: #666;
	background-position: left -30px;
}
.largeImage {
	height: 320px;
}
.productThumbs {
	margin: 10px -5px 0 0;
	padding: 0;
}
.productThumbs li {
	list-style: none;
	width: 96px;
	height: 96px;
	margin-right: 5px;
	padding: 0;
	float: left;
}