@charset "utf-8";
/* CSS Document */

/************ General **************/

header, section, article, footer, nav, aside {
	display:block;
}
body {
	background:#000000;
}
a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#fff;
	text-decoration:none;
}

p {
	font-family: 'PT Sans Narrow', sans-serif,\9ED1\4F53;
	font-weight:lighter;
	font-size: 14px;
	line-height:16px;
	padding:0px;
	color:#fff;
	text-shadow: 0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
}
	
h2, h3, h4, h5 {
	font-family: 'PT Sans Narrow', sans-serif,\9ED1\4F53;
	line-height:22px;
	font-size:22px;
}
h1 {
	font-family:'PT Sans Narrow', sans-serif,\9ED1\4F53;
	line-height:24px;
	font-size:22px;
	font-weight:lighter;
	color: #FFF;
	text-shadow: 0px 1px 5px #000;
	-moz-text-shadow:0px 1px 5px #000;
	-webkit-text-shadow:0px 1px 5px #000;
	
}
h1 span{
	font-size:45px; line-height:47px;
}
h2 {
	color: #9a1d1d;
	text-shadow: 0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
}
h3 {
	color: #ddb600;
	text-shadow: 0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
}
h4 {
	color: #1a671a;
	text-shadow: 0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
}
h5 {
	color: #345dd1;
	text-shadow: 0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
}
h6 {
	font-family: 'PT Sans Narrow', sans-serif,\9ED1\4F53;
	line-height:50px;
	font-size:50px;
	font-weight:lighter;
	color: #fff;
	text-align:left;
	text-decoration:none;
		
	float:left;
	text-shadow: 1px 1px 10px #333;
	-moz-text-shadow:1px 1px 10px #333;
	-webkit-text-shadow:1px 1px 10px #333;
	text-decoration:none;

}

h6 a{
	text-decoration:none;
	
}
h6 a:hover{

}
h7 {
	font-family:'PT Sans Narrow', sans-serif,\9ED1\4F53;
	line-height:20px;
	font-size:18px;
	font-weight:lighter;
	color: #fff;
	text-align:left;
	clear:both;
	width:550px;
	float:left;
	margin-top:-10px;
	text-shadow: 0px 1px 10px #000;
	-moz-text-shadow:0px 1px 10px #000;
	-webkit-text-shadow:0px 1px 10px #000;
	text-decoration:none;
}

h7 a{
	text-decoration:none;
	
}
h7 a:hover{
}

h8 {
	font-family:'PT Sans Narrow', sans-serif,\9ED1\4F53;
	line-height:52px;
	font-size:55px;
	font-weight:lighter;
	text-align:right;	
	display:block;
	color: #fff;
  	margin-top:5px;
	text-shadow: 0px 1px 10px #000;
	-moz-text-shadow:0px 1px 10px #000;
	-webkit-text-shadow:0px 1px 10px #000;
	text-decoration:none;
}

ul {
	overflow:hidden;
}
li {
	margin-left:0;
	list-style:none;
}

button {
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
}
/*.container_24{padding-left:5px; padding-right:5px; }*/

.round {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
/************ Header **************/

.bgG {
	background-image:url(../img/bgG.jpg);
	background-repeat:repeat-x;
}
.bgB {
	background-image:url(../img/bgB.jpg);
	background-repeat:repeat-x;
}
.bgY {
	background-image:url(../img/bgY.jpg);
	background-repeat:repeat-x;
}
.bgR {
	background-image:url(../img/bgR.jpg);
	background-repeat:repeat-x;
}
.bgK {
	background-image:url(../img/bgK.jpg);
	background-repeat:repeat-x;
}
header {
	overflow:hidden;
	padding-top:40px;
	position: relative;
	z-index:5;
}
#logo {
	background-image:url(../img/DIMA_logo.png);
	background-position:0 28%;
	background-repeat:no-repeat;
	width:85px;
	padding-right:20px;
	height:60px;
}
header nav {
	overflow:hidden;
	float:left;
	height:87px;
	line-height:50px;
}
header nav li {
	float:left;
	margin-right:35px;
}
header nav a {
	color: #888;
	font-size:16px;
	font-weight:lighter;
	text-decoration:none;
}
header nav a:hover, nav.selected {
	border:none;
	color:#fff;
	text-shadow:1px 1px 10px #fff;
	text-decoration:none;
	-moz-transition: text-shadow .5s;
	-o-transition: text-shadow .5s;
	-webkit-transition: text-shadow .5s;
	transition: text-shadow .5s;
}
#lang {
	float:left;
	height:87px;
	line-height:50px;
}
#lang li {
	float:left;
}
#lang a {
	color: #aaa;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	text-decoration:none;
}

#lang a:hover{color: #fff;}

nav.selected {
	border:none;
	text-shadow:0px 0px 5px #333;
	text-decoration:none;
	-moz-transition: text-shadow .5s;
	-o-transition: text-shadow .5s;
	-webkit-transition: text-shadow .5s;
	transition: text-shadow .5s;
}
.bg_selected {
	background-image:url(../img/tri_k.png);
	background-repeat:no-repeat;
	background-position: 50% 100%;
	height:87px;
}
.bg_selectedK {
	background-image:url(../img/tri_k.jpg);
	background-repeat:no-repeat;
	background-position: 50% 100%;
}

/************ Main Page Banner **************/
#declarative {
}
#declarative-slideshow {
	position:relative;
	width:960px;
	height:618px;
	overflow:hidden;
}

#declarative-slideshow div {
	width:100%;
	height:618px;
	position:absolute;
	top:0;
	left:0; 
}

#declarative-slideshow div div {
	display:block;
	overflow:hidden;
	margin:330px 0px 0px 0px;
	height:190px;
	padding:15px 20px 0px 70px;
	text-decoration:none;
	position:relative;
	left: 250px;
	top:30px;
}
	
#declarative-slideshow div div a {
	text-decoration:none;
}
	

#declarative-slideshow div div:hover{
	
}

#mainSlogan{
	z-index:10;
	padding:20px;
	background-color:rgba(34,32,39,0.4);
	width:220px;
	height:270px;
	top: 230px;
	left:30px; 
	position:relative;
}


/************ Main **************/
#banner-wrap {
	background-repeat:no-repeat;
	overflow:hidden;
	clear:both;
	z-index:2;
	position:relative;
	top:-27px;
}
#main-wrap {
	background-repeat:no-repeat;
	overflow:hidden;
	clear:both;
	z-index:2;
	position:relative;
	top:-336px;
}

#bg-mainK {
	/*background:-webkit-gradient(linear,0% 0%, 100% 100%, from(rgba(0,0,0,0.1)),to(rgba(250,250,250,0.3)));  
background:-moz-linear-gradient( -45deg, rgba(0,0,0,0.1),rgba(250,250,250,0.3));
background:linear-gradient( -45deg, rgba50,0,0,0.1),rgba(250,250,250,0.3));*/

  	background-image: linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 80%, rgba(250,250,250,0.1) 100%);
	background-image: -o-linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 80%, rgba(250,250,250,0.1) 100%);
	background-image: -moz-linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 80%, rgba(250,250,250,0.1) 100%);
	background-image: -webkit-linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 80%, rgba(250,250,250,0.1) 100%);
	background-image: -ms-linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 80%, rgba(250,250,250,0.1) 100%);
	background-image: -webkit-gradient( linear, right bottom, left top, color-stop(0.1, rgba(0,0,0,0.4)), color-stop(0.8, rgba(250,250,250,0.2)), color-stop(1, rgba(250,250,250,0.1)) );
	
	 -ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#20ffffff,endColorstr=#50000000);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#20ffffff,endColorstr=#50000000);
	zoom: 1;
	
	
	box-shadow:1px 2px 10px #000;
	-moz-box-shadow:1px 2px 10px #000;
	-webkit-box-shadow:1px 2px 10px #000;
	
	overflow:hidden;
	margin-bottom:20px;
	-webkit-animation-name: mainMovement;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-name: mainMovement;
	-moz-animation-duration: 2s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count:1;
	-moz-animation-direction: normal;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode:forwards;
	animation-name: mainMovement;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count:1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
}
#bg-main {
	background-image: linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 100%);
	background-image: -o-linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 100%);
	background-image: -moz-linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 100%);
	background-image: -webkit-linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 100%);
	background-image: -ms-linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 100%);
	background-image: -webkit-gradient( linear, right bottom, left top, color-stop(0.1, rgba(0,0,0,0.4)), color-stop(1, rgba(250,250,250,0.2)) );
	/*background-color:rgba(250,250,250,0.7)\9;/*all IE*/
  	
   -ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#30ffffff,endColorstr=#50000000);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#30ffffff,endColorstr=#50000000);
	zoom: 1;

	box-shadow:1px 2px 10px #000;
	-moz-box-shadow:1px 2px 10px #000;
	-webkit-box-shadow:1px 2px 10px #000;
	
	padding-bottom:15px;
	margin-bottom:30px;
	
	-webkit-animation-name: mainMovement;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-name: mainMovement;
	-moz-animation-duration: 2s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count:1;
	-moz-animation-direction: normal;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode:forwards;
	animation-name: mainMovement;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count:1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
}

#bg-mainW {
	/*background: url(../img/mainBG.png) repeat-x;*/
	/*background-color: #093\9;/*all IE*/
	/*background-color:rgba(250,250,250,0.3)\9;/*all IE*/
	
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff,endColorstr=#26ffffff); /* for IE */
	  
	
	
	background-image: linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 80%, rgba(250,250,250,0.1) 100%);
	background-image: -o-linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 80%, rgba(250,250,250,0.1) 100%);
	background-image: -moz-linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 80%, rgba(250,250,250,0.1) 100%);
	background-image: -webkit-linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 80%, rgba(250,250,250,0.1) 100%);
	background-image: -ms-linear-gradient(right bottom, rgba(0,0,0,0.4) 10%, rgba(250,250,250,0.2) 80%, rgba(250,250,250,0.1) 100%);
	background-image: -webkit-gradient( linear, right bottom, left top, color-stop(0.1, rgba(0,0,0,0.4)), color-stop(0.8, rgba(250,250,250,0.2)), color-stop(1, rgba(250,250,250,0.1)) );
	
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#30ffffff,endColorstr=#40000000);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#30ffffff,endColorstr=#40000000);
	zoom: 1;
	
	box-shadow:1px 2px 10px #000;
	-moz-box-shadow:1px 2px 10px #000;
	-webkit-box-shadow:1px 2px 10px #000;
	padding-bottom:15px;
	margin-bottom:30px;
	overflow:hidden;
	
	-webkit-animation-name: mainMovement;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-name: mainMovement;
	-moz-animation-duration: 2s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count:1;
	-moz-animation-direction: normal;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode:forwards;
	animation-name: mainMovement;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count:1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
}
 @-webkit-keyframes mainMovement {
 0% {
-webkit-transform: translate3d(-30px, 0px, 0);
}
 100% {
-webkit-transform: translate3d(0px, 0px, 0);
}
}
 @-moz-keyframes mainMovement {
 0% {
-moz-transform: translate3d(-30px, 0px, 0);
}
 100% {
-moz-transform: translate3d(0px, 0px, 0);
}
}
 @keyframes mainMovement {
 0% {
transform: translate3d(-30px, 0px, 0);
}
 100% {
transform: translate3d(0px, 0px, 0);
}
}
#bg-PS {
	background-image:url(../works/ps_nor.jpg);
	background-repeat:no-repeat;
	/*background-color:rgba(250,250,250,0.7)\9;/*all IE*/


	box-shadow:0px 1px 5px #000;
	-moz-box-shadow:0px 1px 5px #000;
	-webkit-box-shadow:0px 1px 5px #000;
	height:560px;
	overflow:hidden;
	-webkit-animation-name: worksMovement;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-name: worksMovement;
	-moz-animation-duration: 2s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count:1;
	-moz-animation-direction: normal;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode:forwards;
	animation-name: worksMovement;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count:1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
}
#bg-PS:hover {
	background-image:url(../works/ps_over.jpg);
	background-repeat:no-repeat;
	box-shadow:0px 1px 5px #fff;
	-moz-box-shadow:0px 1px 5px #fff;
	-webkit-box-shadow:0px 1px 5px #fff;
	-moz-transition: box-shadow 1s;
	-o-transition:box-shadow 1s;
	-webkit-transition: box-shadow 1s;
	transition: box-shadow 1s;
}
#bg-VC {
	background-image:url(../works/vc_nor.jpg);
	background-repeat:no-repeat;
	/*background-color:rgba(250,250,250,0.7)\9;/*all IE*/


	box-shadow:0px 1px 5px #000;
	-moz-box-shadow:0px 1px 5px #000;
	-webkit-box-shadow:0px 1px 5px #000;
	height:560px;
	overflow:hidden;
	-webkit-animation-name: worksMovement;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-name: worksMovement;
	-moz-animation-duration: 2s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count:1;
	-moz-animation-direction: normal;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode:forwards;
	animation-name: worksMovement;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count:1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
}
#bg-VC:hover {
	background-image:url(../works/vc_over.jpg);
	background-repeat:no-repeat;
	box-shadow:0px 1px 5px #fff;
	-moz-box-shadow:0px 1px 5px #fff;
	-webkit-box-shadow:0px 1px 5px #fff;
	-moz-transition: box-shadow 1s;
	-o-transition:box-shadow 1s;
	-webkit-transition: box-shadow 1s;
	transition: box-shadow 1s;
}
#bg-TPM {
	background-image:url(../works/tpm_nor.jpg);
	background-repeat:no-repeat;
	/*background-color:rgba(250,250,250,0.7)\9;/*all IE*/

	box-shadow:0px 1px 5px #000;
	-moz-box-shadow:0px 1px 5px #000;
	-webkit-box-shadow:0px 1px 5px #000;
	height:560px;
	overflow:hidden;
	-webkit-animation-name: worksMovement;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-name: worksMovement;
	-moz-animation-duration: 2s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count:1;
	-moz-animation-direction: normal;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode:forwards;
	animation-name: worksMovement;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count:1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
}
#bg-TPM:hover {
	background-image:url(../works/tpm_over.jpg);
	background-repeat:no-repeat;
	box-shadow:0px 1px 5px #fff;
	-moz-box-shadow:0px 1px 5px #fff;
	-webkit-box-shadow:0px 1px 5px #fff;
	-moz-transition: box-shadow 1s;
	-o-transition:box-shadow 1s;
	-webkit-transition: box-shadow 1s;
	transition: box-shadow 1s;
}
#bg-CD {
	background-image:url(../works/cd_nor.jpg);
	background-repeat:no-repeat;
	/*background-color:rgba(250,250,250,0.7)\9;/*all IE*/


	box-shadow:0px 1px 5px #000;
	-moz-box-shadow:0px 1px 5px #000;
	-webkit-box-shadow:0px 1px 5px #000;
	height:560px;
	overflow:hidden;
	-webkit-animation-name: worksMovement;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-name: worksMovement;
	-moz-animation-duration: 2s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count:1;
	-moz-animation-direction: normal;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode:forwards;
	animation-name: worksMovement;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count:1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
}
#bg-CD:hover {
	background-image:url(../works/cd_over.jpg);
	background-repeat:no-repeat;
	box-shadow:0px 1px 5px #fff;
	-moz-box-shadow:0px 1px 5px #fff;
	-webkit-box-shadow:0px 1px 5px #fff;
	-moz-transition: box-shadow 1s;
	-o-transition:box-shadow 1s;
	-webkit-transition: box-shadow 1s;
	transition: box-shadow 1s;
}
 @-webkit-keyframes worksMovement {
 0% {
-webkit-transform: translate3d(0px, -30px, 0);
}
 100% {
-webkit-transform: translate3d(0px, 0px, 0);
}
}
 @-moz-keyframes worksMovement /* Firefox */ {
 0% {
-moz-transform: translate3d(0px, -30px, 0);
}
 100% {
-moz-transform: translate3d(0px, 0px, 0);
}
}
 @keyframes worksMovement {
 0% {
transform: translate3d(0px, -30px, 0);
}
 100% {
transform: translate3d(0px, 0px, 0);
}
}
#main {
	padding:25px 18px 18px 18px;
	height:375px;
	overflow: hidden;
}

#main p, {
 margin-top:-8px;
}

#mainService {
	padding:25px 18px 18px 18px;
	height:450px;
	overflow: hidden;
}

#mainService p, {
 margin-top:-8px;
}

#mainAddress {
	padding:28px 18px 18px 30px;
	height:430px;
	overflow:hidden;
}

#mainTerms {
	padding:28px 18px 18px 30px;
	height:540px;
	overflow:hidden;
}


.mainWorks p {
	margin-top:-8px;
}
.mainWorks {
	padding:25px 18px 18px 18px;
	height:550px;
	overflow:hidden;
}
.mainWorks li a {
	display:block;
	color:#CCCCCC;
	font-size: 14px;
	line-height:20px;
	text-decoration:none;
	font-weight:bold;
	padding:5px 3px 5px 3px;
	color:#fff;
	text-shadow: 0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000;
}
.mainWorks li a:hover {
	background-color:rgba(0,0,0,0.8);
	-moz-transition: background-color 0.5s;
	-o-transition:background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
#main-btn, #back-btn {
	background:#093;
	margin-bottom:5px;
	position: relative;
	bottom:0px;
}
#main-btn button {
	background:#eee;
	border:0;
	width:150px;
	color: #333;
	font-weight:bold;
	text-align:right;
	font-size:11px;
	line-height:20px;
	margin-top:8px;
	float:right;
	box-shadow:2px 1px 3px #666;
	-moz-box-shadow:2px 1px 3px #666;
	-webkit-box-shadow:2px 1px 3px #666;
}
#back-btn button {
	background:#eee;
	border:0;
	width:80px;
	color: #333;
	font-weight:bold;
	text-align:left;
	font-size:11px;
	line-height:20px;
	margin-top:28px;
	float:right;
	box-shadow:2px 1px 3px #666;
	-moz-box-shadow:2px 1px 3px #666;
	-webkit-box-shadow:2px 1px 3px #666;
}
#main-btn button:hover, #main-btn button:focus, #back-btn button:hover, #back-btn button:focus {
	box-shadow:0px 1px 5px #333;
	-moz-box-shadow:0px 1px 5px #333;
	-webkit-box-shadow:0px 1px 5px #333;
	background:-webkit-gradient(linear, 0% 0%, 80% 100%, from(rgba(250,250,250,0.3)), to(rgba(250,250,250,1)));
	background:-moz-linear-gradient( -30deg, rgba(250,250,250,0.3), rgba(250,250,250,1));
	background:linear-gradient( -30deg, rgba(250,250,250,0.3), rgba(250,250,250,1));
	transition:box-shadow 1s;
}
#content {
	padding:25px 18px 18px 18px;
}
#content span {
	padding-right:10px;
}
/*#content a{ text-decoration:underline; }
#content a:hover{}*/

#video-btn {
	margin-top:20px;
}
#video-btn a {
	padding-left:12px;
	border:0;
	width:110px;
	color: #FFF;
	font-weight:bold;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
	float:left;
	background:-webkit-gradient(linear, 0% 0%, 80% 100%, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0.5)));
	background:-moz-linear-gradient( -30deg, rgba(0,0,0,0.8), rgba(0,0,0,0.5));
	background:linear-gradient( -30deg, rgba(0,0,0,0.8), rgba(0,0,0,0.5));
	background:#000\9;/*all IE*/
	border:1px solid #333;
}
#video-btn a:hover, #video-btn a:focus {
	text-decoration:none;
	box-shadow:0px 1px 5px #333;
	-moz-box-shadow:0px 1px 5px #333;
	-webkit-box-shadow:0px 1px 5px #333;
	background:#000;
	transition:box-shadow 1s;
}

/**************Works List****************/
#psList {
	float:left;
	padding-bottom:40px;
	width:100%;
	/* Set it so we could calculate the offsetLeft */
    position: relative;
	height:295px;
	/* Add scroll-bars */
    overflow: auto;
}
#psList ul {
	display: block;
	/* Max height here, for users without Javascript */
  height: 1000px;
}

#vcList {
	float:left;
	padding-bottom:40px;
	width:100%;
	/* Set it so we could calculate the offsetLeft */
   position: relative;
	height:360px;
	/* Add scroll-bars */
    overflow: auto;
}
#vcList ul {
	display: block;
	/* Max height here, for users without Javascript */
  height: 1500px;
}

#tpmList {
	float:left;
	padding-bottom:40px;
	width:100%;
	/* Set it so we could calculate the offsetLeft */
   position: relative;
	height:310px;
	/* Add scroll-bars */
    overflow: auto;
}
#tpmList ul {
	display: block;
	/* Max height here, for users without Javascript */
  height: 1500px;
}

#cdList {
	float:left;
	padding-bottom:40px;
	width:100%;
	/* Set it so we could calculate the offsetLeft */
   position: relative;
	height:350px;
	/* Add scroll-bars */
    overflow: auto;
}
#cdList ul {
	display: block;
	/* Max height here, for users without Javascript */
  height: 1500px;
}

/************ Album **************/
#bg-album {
	height:430px;
	position:relative;
	right:0px;
	z-index:2;
	box-shadow:-4px 2px 5px #000;
	-moz-box-shadow:-4px 2px 5px #000;
	-webkit-box-shadow:-4px 2px 5px #000;
	
	background:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(250,250,250,0.2)), to(rgba(250,250,250,0)));
	background:-moz-linear-gradient( 0deg, rgba(250,250,250,0.2), rgba(250,250,250,0));
	background:linear-gradient( 0deg, rgba(250,250,250,0.2), rgba(250,250,250,0));
	
	 -ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#30ffffff,endColorstr=#00ffffff);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#30ffffff,endColorstr=#00ffffff);
	zoom: 1;
	
	-webkit-animation-name: subMovement;
	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-name: subMovement;
	-moz-animation-duration: 3s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count:1;
	-moz-animation-direction: normal;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode:forwards;
	animation-name: subMovement;
	animation-duration: 3s;
	animation-delay: 0s;
	animation-iteration-count:1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
}
 @-webkit-keyframes subMovement {
 0% {
-webkit-transform: translate3d(40px, 0px, 0);
}
 100% {
-webkit-transform: translate3d(0px, 0px, 0);
}
}
 @-moz-keyframes subMovement {
 0% {
-moz-transform: translate3d(40px, 0px, 0);
}
 100% {
-moz-transform: translate3d(0px, 0px, 0);
}
}
 @keyframes subMovement {
 0% {
transform: translate3d(40px, 0px, 0);
}
 100% {
transform: translate3d(0px, 0px, 0);
}
}
#album-tit {
	padding: 10px 5px 5px 10px;
	;
	line-height:15px;
	color:#CCC;
	font-weight:bold;
	font-size:12px;
	
	text-shadow: 0px 1px 2px #000;
	-moz-text-shadow:0px 1px 2px #000;
	-webkit-text-shadow:0px 1px 2px #000;
}
#album {
	float:left;
	margin-bottom:40px;
	padding-left:5px;
	/* Set it so we could calculate the offsetLeft */
   position: relative;
	height:380px;
	/* Add scroll-bars */
    overflow: auto;
}
#album ul {
	display: block;
	/* Max height here, for users without Javascript */
  height: 1500px;
}
#album >ul li {
	float:left;
	padding:7px;
}
#album a img {
	padding: 2px;
	background:#ccc;
	box-shadow:0px 1px 3px #666;
	-moz-box-shadow:0px 1px 3px #666;
	-webkit-box-shadow:0px 1px 3px #666;
}
#album a img:hover {
	background:#fff;
	box-shadow:0px 1px 8px #fff;
	-moz-box-shadow:0px 1px 8px #fff;
	-webkit-box-shadow:0px 1px 8px #fff;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	text-decoration:none;
	-moz-transition: box-shadow 0.5s;
	-o-transition:box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
.noBG {
	background:none;
}
/************ itemList **************/
#item-wrap {
	clear:both;
	margin-left:15px;
}

#item {
	/* Set it so we could calculate the offsetLeft */
  position: relative;
	height: 140px;
	/* Add scroll-bars */
  overflow: auto;
}
#item ul {
	display: block;
	/* Max width here, for users without Javascript */
  width: 2600px;
}
#item li {
	float:left;
	width:168px;
	color: #999;
	font-size:12px;
	padding:20px 0px 0px 30px;
}
#item a {
	text-decoration:none;
}
#item li span {
	display: block;
	width:150px;
	color: #ccc;
	font-size:16px;
	font-weight:lighter;
	text-decoration:none;
	line-height:18px;
	padding: 5px 8px 5px 8px;
	position: absolute;
	bottom:3px;
	background:rgba(0,0,0,0.65);
	text-shadow: 1px 1px 2px #000;
	-moz-text-shadow:1px 1px 2px #000;
	-webkit-text-shadow:1px 1px 2px #000;
}
#item li img {
	padding: 3px;
	background: #333;
}
#item li img:hover {
	background:#ccc;
	text-decoration:none;
	-moz-transition: background .5s;
	-o-transition:background .5s;
	-webkit-transition: background .5s;
	transition: background .5s;
}
/************ Footer **************/


footer {
	clear:both;
	padding-top:20px;
	padding-bottom:5px;
	
}
footer, footer a {
	color:#333;
	font-size: 12px;
	text-align:center;
	font-weight:lighter;
}
footer a:hover {
	color:#fff;
	text-decoration:none;
}

#terms p {
	font-family: 'PT Sans Narrow', sans-serif,\9ED1\4F53;	
	font-size: 10px;
	line-height:14px;
	color:#fff;
	text-shadow: 0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000; 
}

#terms li{
	font-family: 'PT Sans Narrow', sans-serif,\9ED1\4F53;	
	font-size: 10px;
	line-height:14px;
	margin-left:15px;
	margin-right:10px;
	padding-left:8px;
	color:#fff;
	text-shadow: 0px 1px 1px #000;
	-moz-text-shadow:0px 1px 1px #000;
	-webkit-text-shadow:0px 1px 1px #000; 
	list-style:square;
	list-style-position:outside;
}
