html {
	height:100%;
	overflow-y:scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
	background-color:#000;
	color:#999;
	font-family:"Georgia", Times New Roman, Times, serif;
}
a {
	color:#999;
	text-decoration:none;
}
a:hover{ color:#FFF; text-decoration:underline;}
#contener {
	width:954px;
	margin:auto;
}
#header {
	width:954px;
	background:url(../images/header.jpg) no-repeat left top;
	height:398px;
	float:left;
}
#header h1 {
	display:none;
}
#header .description {
	display:none;
}
#viewportslide{
	float:right; font-size:10px; font-weight:200; padding:20px 20px; background:none;
	font-family:Verdana;
}
#viewportslide:hover{ color:#CCC; text-decoration:none;}
#nav {
	height:66px;
	width:954px;
	float:left;

}
#nav ul {
	width:100%;
	float:left;
	list-style:none;
}
#nav ul li {
	float:left;
	height:66px;
	position: relative;

}
#nav ul li a {
	text-indent:-9999px;
	height:66px;
	float:left;
}
#nav ul li em {
	background: url(../images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left:20px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	text-indent:-9999px;
}
#nav ul li em.act {
	background: url(../images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -65px;
	left:20px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	text-indent:-9999px;
}

.m-selected {
	background: url(../images/btm-selected.jpg) no-repeat left top;
	width:147px;
}
.m-selected:hover {
	background: url(../images/btm-selected.jpg) no-repeat left -66px;
	width:147px;
}
.m-selected-act{
	background: url(../images/btm-selected.jpg) no-repeat left -66px;
	width:147px;
}

.m-identity {
	background:  url(../images/btm-identity.jpg) no-repeat left top;
	width:116px;
}
.m-identity:hover {
	background: url(../images/btm-identity.jpg) no-repeat left -66px;
	width:116px;
}
.m-identity-act {
	background: url(../images/btm-identity.jpg) no-repeat left -66px;
	width:116px;
}


.m-printing {
	background: url(../images/btm-printing.jpg) no-repeat left top;
	width:117px;
}
.m-printing:hover {
	background: url(../images/btm-printing.jpg) no-repeat left -66px;
	width:117px;
}

.m-printing-act {
	background: url(../images/btm-printing.jpg) no-repeat left -66px;
	width:117px;
}

.m-web {
	background:url(../images/btm-web.jpg) no-repeat left top;
	width:99px;
}
.m-web:hover {
	background:url(../images/btm-web.jpg) no-repeat left -66px;
	width:99px;
}
.m-web-act {
	background:url(../images/btm-web.jpg) no-repeat left -66px;
	width:99px;
}

.m-graphics {
	background:  url(../images/btm-graphics.jpg) no-repeat left top;
	width:255px;
}
.m-graphics:hover {
	background:  url(../images/btm-graphics.jpg) no-repeat left -66px;
	width:255px;
}

.m-graphics-act {
	background:  url(../images/btm-graphics.jpg) no-repeat left -66px;
	width:255px;
}


.m-Illustration {
	background:url(../images/btm-Ilustration.jpg) no-repeat left top;
	width:143px;
}
.m-Illustration:hover {
	background:url(../images/btm-Ilustration.jpg) no-repeat left -66px;
	width:143px;
}
.m-Illustration-act{
	background:url(../images/btm-Ilustration.jpg) no-repeat left -66px;
	width:143px;
}

.m-3d {
	background: url(../images/btm-3d.jpg) no-repeat left top;
	width:67px;
}
.m-3d:hover {
	background: url(../images/btm-3d.jpg) no-repeat left -66px;
	width:67px;
}
.m-3d-act {
	background: url(../images/btm-3d.jpg) no-repeat left -66px;
	width:67px;
}
#main-portfolio {
	width:954px;
	float:left;
	margin-top:85px;
	
}
.portfolio {
	float:left;
	width:954px;
	margin-bottom:120px;
	position:relative;
}
.portfolio .right {
	width:250px;
	float:right;
	padding:0 10px;
}
.portfolio .p_logo {
	float:left;
	width:250px;
}
.portfolio .client {
	font-size:18px;
	float:left;
	border-bottom:#666 solid 1px;
	width:250px;
	padding:10px 0;
	font-weight:100;
}
.portfolio .portfolio-detail {
	padding:20px 0;
	float:left;
	width:100%;
	font-size:11px;
}
.portfolio .thumb-section {
	width:250px;
	/*top:457px;*/
	border:none;
}
.portfolio .thumb-section a{
	border:none;
	color:#000;
}
.portfolio .thumb-section .thumb {
	width:55px;
	border:#666 solid 1px;
	margin:1px;
}
.portfolio .portfolio-image {
	width:670px;
	float:left;/*border:#363636 solid 1px;*/
	background-color:#000;
}
.portfolio .imgloading{ position:absolute; left:285px; top:200px; display:none;}
#footer{
	width:954px;
	height:120px;
	float:left;
}
