@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;
	line-height: 1.3333em;
}
p {
	margin: 0 0 10px 0;
}
ul {
    list-style-type: square;
}
ul li {
    padding: 0.2em 0;
}
a:link, a:visited, a:active, a:hover, a:focus {
	color: #666;
	text-decoration: none;
}
img {
	border-style: none;
	text-decoration: none;
}
table {
    width:  100%;
}
table tr td {
    vertical-align: top;
}
table p {
    margin-bottom: 5px;
}
table tr:last-child td {
    border-bottom: none;
}
#header {
    position: absolute;
	color: #666;
	background-color: #CCC;
	width: 200px;
	height: auto;
	margin: 0 15px;
	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;
}
td.date {
    width: 8em;
    padding-left: 10px;
    text-align: right;
    white-space: nowrap;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 25px 0 10px 0;
	padding: 0;
}
h2:first-child {
    margin-top: 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;
	-webkit-font-smoothing: antialiased;
}
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;
	-webkit-font-smoothing: antialiased;
}
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%;
	overflow: hidden;
}
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%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0px;
	background-color: #999;
}
.activeProject .bigimage {
	text-align: center;
}
.bigimage a {
	display: block;
	width: 100%;
	height: 100%;
}
.scale {
    max-width: 100%;
}
.activeProject #overlay {
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	position: absolute;
	padding: 10px;
	background-image: url(../images/overlay.png);
	color: #CCC;
	-webkit-font-smoothing: antialiased;
}
#overlay h2 {
    margin: 0 0 10px 0;
}
.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;
}
.left-col {
	width: 60%;
	float: left;
}
.right-col {
    width: 36%;
    float: right;
}
.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:link {
    border-bottom: 1px dotted #666;
}
.article a:hover {
    border-bottom-style: solid;
}
.hidden {
	display: none;
}
.floatLeft {
	float: left;
	margin: 0;
}
.marginLeft {
	margin-left: 515px;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.more {
	margin: 10px 0 0 0;
	display: none;
	text-align: right;
}
.more a:link, .more a:visited, .more a:active, .more a:hover {
	color: #CCC;
	-webkit-font-smoothing: antialiased;
}
.article a.button:link,
.article input.button {
	display: inline-block;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	background-color: #AAA;
	margin-right: 10px;
	padding: 0 12px;
	border: 2px solid #AAA;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: none;
}
.article a.button:hover,
.article input.button:hover {
    background-color: #B3B3B3;
	text-decoration: none;
}
.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;
}
.shop-items {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
}
.shop-items li {
    float: left;
    margin: 10px 1%;
    padding: 10px 2%;
    width: 43.5%;
    background: rgba(0,0,0,0.05);
}
.shop-items h2 {
    margin-top: 10px;
}
.shop-items li img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
}
