/* General Reset */
html, body {
	height: 100%;
	width: 100%;
	display: table;
}
body {
	margin:0;
	font:10px/12px Arial, Helvetica, sans-serif;
	color:#383634;
	background:#292929;
	vertical-align: middle;
	display: table-cell;
}
.hold {
	height: 100%;
	width: 100%;
	display: table;
}
.hold2 {
	width: 100%;
	display: table-row;
}
.hold3 {
	display: table-cell;
	vertical-align: middle;
}
.hold4 {
	width: 100%;
	position: relative;
}
img{border:0;}
a{
	color:#000;
	text-decoration:none;
}
a:focus{outline:0;}
input,
textarea,
select{
	font:10px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* General Settings */
.brand-list a.passive { cursor: default; }
#wrapper {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position:relative;
	overflow:hidden;
}
ul.fade-gallery {
	position:absolute;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
ul.fade-gallery.passive {
	display: none;
}
ul.fade-gallery li {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
	font-size:0;
	line-height:0;
	clear:both;
	overflow:hidden;
	display: table;
}
ul.fade-gallery div{
	vertical-align: middle;
	display: table-cell;
}
ul.fade-gallery img {
	display: block;
	margin: 0 auto;
}
#main {
	overflow:hidden;
}
.bg {
	background:url(../images/bg-main.gif) no-repeat;
	width: 100%;
	height: 100%;
	position:relative;
}
.content-area {
	height:480px;
	display:table;
	position:relative;
	margin:0 auto;
	z-index: 999;
}
#content {
	display:table-cell;
	vertical-align:middle;
}
#content p {margin:0 0 12px 0;}
#content h3 { font-size: 10pt; }
.narrow {
	width:395px;
	padding:0 0 30px;
}
.wide {
	width:540px;
	overflow:hidden;
}
.medium {
	width:530px;
	padding:0 3px 10px 1px;
}
.gallery {
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 0 39px;
}
.gallery .mask {
	overflow:hidden;
	position:relative;
	width:431px;
	margin:0 auto;
}
.gallery ul.scroll {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:99999px;
	position:relative;
}
.gallery .img {
	width:129px;
	height:182px;
	border:1px solid #cac9ca;
	padding:2px;
	margin:0 0 5px;
}
.gallery img {display:block;}
.gallery li {
	float:left;
	overflow:hidden;
	width:135px;
	padding:0 13px 0 0;
}
.gallery a.prev,
.gallery a.next {
	position:absolute;
	background:url(../images/btn-prev-next.gif) no-repeat;
	width: 5px;
	height: 9px;
	text-indent:-9999px;
	overflow:hidden;
	top:91px;
}
.gallery a.prev {left:17px;}
.gallery a.next {
	background-position:100% 0;
	right:20px;
}
.paging {
	width:100%;
	overflow:hidden;
	position:relative;
}
.wide .paging {
	margin:0 0 2px;
}
.paging .frame {
	position:relative;
	left:50%;
	float:left;
	text-align:center;
}
.paging ul {
	float:left;
	left:-50%;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	color:#888;
	overflow:hidden;
}
.paging li {
	float:left;
	width:auto;
	margin:0 3px 0 0;
}
.paging a {color:#746F6A !important;}
.paging a:hover{
	text-decoration:underline !important;
	color:#000 !important;
}
.paging li.prev,
.paging li.next{
	background:url(../images/btn-pager.gif) no-repeat !important;
	text-indent:-9999px;
	overflow:hidden;
	width:6px;
	height:5px;
	margin:4px 8px 0 0;
}
.paging li.next {
	background-position:100% 0;
	margin:4px 0 0 4px;
}
.paging .prev a,
.paging .next a{
	width:6px;
	height:5px;
	background:url(../images/btn-pager.gif) no-repeat;
	float:left;
	font-size:0;
	line-height:0;
}
.paging .prev a {background-position:0 100%;}
.paging .next a {background-position:100% 100%;}
.paging li.currentPage a {color:#000 !important;}
#content .gallery .caption {
	color:#888;
	margin:0 0 3px;
}
ul.types {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;
	font-size:9px;
	line-height:13px;
}
ul.types li {
	float:left;
	width:auto;
	background:#000 url(../images/separator-types.gif) no-repeat 0 3px!important;
	margin:0 0 0 -1px;
	padding:1px 5px 0;
}
ul.types a {
	float:left;
	color:#fff;
}
ul.types a.file {
	background:url(../images/ico1.gif) no-repeat 0 3px;
	padding:0 0 0 10px;
}
ul.menu {
	list-style:none;
	padding:0;
	margin:-3px 0 28px -21px;
	width:600px;
	overflow:hidden;
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	background:url(../images/separator-menu.gif) repeat;
}
ul.menu li {
	float:left;
	padding:0 0 0 3px;
}
ul.menu li.last {
	width: 330px;
}
ul.menu a {
	margin:0 0 3px;
	padding:1px 17px 4px 20px;
	display:block;
	background:#fff;
	color:#746f6a;
}
ul.menu a:hover {
	color:#2a2826;
}
ul.menu li.active a{
	margin:0 !important;
	padding-bottom:7px !important;
	color:#2a2826;
	text-decoration:none;
}
ul.items {
	list-style:none;
	padding:0;
	width:530px;
	overflow:hidden;
	margin:0 auto 54px;
}
ul.items li {
	width:100%;
	overflow:hidden;
	background:url(../images/divider-items.gif) repeat-x 0 100%;
	padding:10px 0 5px;
}
ul.items .types li {
	width:auto;
	float:left;
	margin:0 0 0 -1px;
	padding:1px 5px 0;
}
#content ul.items p.date {
	margin:0;
	color:#5f5b57;
	font-size:9px;
	line-height:12px;
	padding:0;
}
#content ul.items p{margin:0 0 6px;}
#content h1 {
	font:24px/31px Helvetica, Arial, sans-serif;
	color:#505050;
	letter-spacing:-1px;
	margin:0;
}
.heading {
	width:100%;
	padding:0 0 4px;
	margin:0 0 30px;
	border-bottom:1px solid #969696;
}
.medium .heading {
	margin:-3px 0 8px -1px;
	padding:0 0 4px;
	position:relative;
	width:531px;
}
ul.subnav {
	display: none;
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	left:0;
	width:200px;
	top:159px;
	font:18px/24px Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
}
ul.subnav li {
	overflow:hidden;
	margin:0 0 1px;
	float:left;
	width:100%;
}
ul.subnav a {
	float:left;
	color:#fff;
	padding:15px 18px 12px 16px;
	background:#000;
}
ul.subnav a span {
	background:url(../images/bullet-sub-nav.gif) no-repeat 100% 7px;
	float:left;
	padding:0 22px 0 0;
	cursor:pointer;
}
.subnav .active a,
ul.subnav a:hover{
	background:url(../images/bg-subnav.gif);
	text-decoration:none;
}
* html #content{ 
	position:absolute;
	top:50%;
	left:50%;
} 
*+html #content{ 
	position:absolute;
	top:50%;
	left:50%;
	float:left;
} 
* html #content .cell{
	top:-50%;
	left:-50%;
}
*+html #content .cell{
	top:-50%;
	left:-50%;
}
#content .cell {
	background:#fff;
	padding:14px 18px 10px 20px;
	position:relative;
	overflow:hidden;
	float:left;
}
a.close {
	background:url(../images/ico-close.gif) no-repeat;
	width: 9px;
	height: 9px;
	position:absolute;
	text-indent:-9999px;
	right: 17px;
	top: 20px;
}
.medium a.close {
	top:9px;
	right:0;
}
a.link {
	position:absolute;
	top: 367px;
	color:#000;
	background:#fff;
	right:0;
	font:18px/24px Helvetica, Arial, sans-serif;
	padding:12px 15px 13px;
	z-index: 100;
}
ul.switch-language {
	position:absolute;
	z-index: 999;
	background:#fff;
	right:0;
	list-style: none;
	padding: 1px;
	top: 80px;
}
ul.switch-language li { float: left; margin:2px; color: #5A5A5A; }
ul.switch-language li a { 
	font: 7pt Helvetica, Arial, sans-serif;
	color: #5A5A5A; 
}
.form{
	width:278px;
	overflow:hidden;
}
.form .heading{margin:0 0 27px;}
.form .filling{
	overflow:hidden;
	height:1%;
	padding:0 8px 0 15px;
}
.filling .error, .info .error, .gallery .error, .tab .error { color: orange; }
.filling .success, .info .success, .gallery .success { color: green; }
.application-form{
	width:100%;
	overflow:hidden;
	padding:5px 0 20px 2px;
}
.application-form .row{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
.application-form .holder{
	float:left;
	overflow:hidden;
	margin:0 7px 0 0;
	display:inline;
}
.application-form label{
	display:block;
	padding:2px 0 4px;
}
.application-form .txt{
	border:1px solid #c8c8c8;
	background:#fff;
	width:166px;
	float:left;
	margin:0;
	padding:2px 5px;
	font:10px Arial, Helvetica, sans-serif;
	color:#5f5b57;
}
.application-form .holder .txt{width:96px;}
.application-form .sel{
	width:152px;
	border:1px solid #c8c8c8;
	background:#fff;
	margin:0;
	float:left;
	padding:0;
}
.application-form .title{
	display:block;
	background:url(../images/bg-title.gif) no-repeat 0 100%;
	padding:2px 0 4px;
	margin:0 0 4px;
}
.application-form .for-chk{float:left;}
.application-form .chk{
	float:left;
	width:16px;
	height:16px;
	margin:1px 2px 0 0;
	padding:0;
}
.application-form .file{
	width:176px;
	background:#fff;
	font:10px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
.application-form .btn-send{
	float:left;
	margin:22px 0 0;
	width:128px;
	height:31px;
	padding:6px 0 7px;
	font:bold 13px Helvetica, Arial, sans-serif;
	color:#fff;
	cursor:pointer;
	border:0;
	background:#000;
}
.magazine {
	width:546px;
	overflow:hidden;
}
.magazine .heading{margin:0 0 16px;}
.magazine .container{
	width:526px;
	overflow:hidden;
}
.column{
	float:left;
	width:91px;
	margin:0 4px 0 0;
}
.sub-nav{
	list-style:none;
	margin:0 16px 0 0;
	padding:0;
	width:75px;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	float:left;
}
.sub-nav li{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-menu-link.gif) repeat-x;
	padding:4px 0;
	margin:-1px 0 1px;
}
.sub-nav a{
	float:left;
	padding:0 9px 0 0;
	color:#746f6a;
}
.sub-nav .active a,
.sub-nav a:hover{
	background:url(../images/bullet-col-sub-nav.gif) no-repeat 100% 5px;
	color:#000;
	text-decoration:none;
}
.magazine .gallery{
	float:left;
	width:431px;
	overflow:hidden;
	margin:0;
	padding:0 0 3px;
}
.newsletter .info h2,
.magazine .gallery h2{
	margin:0 0 11px;
	font:bold 18px/22px Arial, Helvetica, sans-serif;
	color:#2a2826;
}
.magazine .gallery .scroll{padding:10px 0 22px;}
.magazine .gallery .paging li{padding:0;}
.magazine .gallery .paging li.next,
.magazine .gallery .paging li.prev{margin-top:4px;}
.magazine .gallery .caption span{color:#000;}
.subscription-form{
	width:409px;
	overflow:hidden;
	padding:0 0 11px;
}
.subscription-form fieldset{
	width:418px;
	float:left;
}
.subscription-form .row{
	width:100%;
	overflow:hidden;
	margin:0 0 4px;
}
.subscription-form .divided{
	background:url(../images/bg-menu-link.gif) repeat-x 0 100% !important;
	padding:0 0 8px;
}
.member-form .holder,
.subscription-form .holder{
	float:left;
	overflow:hidden;
	margin:0 7px 0 0;
	display:inline;
}
.member-form label,
.subscription-form label{
	padding:0 0 3px;
	display:block;
}
.member-form .txt,
.subscription-form .txt{
	display:block;
	border:1px solid #c8c8c8;
	background:#fff;
	margin:0;
	padding:2px 5px;
	width:96px;
	font:10px Arial, Helvetica, sans-serif;
	color:#746f6a;
}
.member-form .long,
.subscription-form .long{width:166px !important;}
.subscription-form .title{
	float:left;
	margin:0 9px 0 0 !important;
	padding:1px 0 !important;
}
s.subscription-form .check-area{
	float:left;
	overflow:hidden;
}
.subscription-form .check-area label{
	float:left;
	padding:1px 0;
}
.subscription-form .check-area .holder{margin:0 11px 0 0;}
.subscription-form .chk{
	float:left;
	margin:0 3px 0 0;
	padding:0;
	width:16px;
	height:16px;
	border:0;
	display:inline;
}
.subscription-form .text-area{
	width:211px;
	border:1px solid #c8c8c8;
	padding:5px;
}
.subscription-form .area{
	width:211px;
	max-width:211px;
	border:0;
	margin:0;
	height:33px;
	max-height:85px;
}
.subscription-form .sel{
	width:156px;
	background:#fff;
	border:1px solid #c8c8c8;
}
.member-form .btn-subscribe,
.subscription-form .btn-subscribe{
	float:left;
	background:#000;
	border:0;
	margin:16px 0 0;
	padding:6px 0 7px;
	width:118px;
	color:#fff;
	cursor:pointer;
	font:bold 13px Helvetica, Arial, sans-serif;
}
.newsletter{
	width:366px;
	min-height:386px;
	overflow:hidden;
}
* html .newsletter{
	height:386px;
	overflow:visible;
}
.newsletter .heading{margin-bottom:22px;}
.newsletter .sub-nav a{padding-right:22px;}
.newsletter .container{
	width:100%;
	overflow:hidden;
}
.newsletter .info{
	overflow:hidden;
	height:1%;
}
.newsletter .sub-nav{margin:0 30px 0 0;}
* html .newsletter .sub-nav {margin:0 27px 0 0;}
.member-form{
	overflow:hidden;
	height:1%;
}
.member-form .row{
	width:100%;
	overflow:hidden;
	margin:0 0 7px;
}
.member-form .btn-send{
	background:#000;
	border:0;
	float:left;
	width:66px;
	padding:6px 0 7px;
	font:bold 13px Helvetica, Arial, sans-serif;
	color:#fff;
	margin:12px 0 0;
	cursor:pointer;
}
.newsletter .items{
	width:100%;
	margin:0 0 15px;
}
.information{
	width:440px;
	overflow:hidden;
}
.information .heading{margin-bottom:39px;}
.information .box{
	overflow:hidden;
	height:1%;
	padding:0 0 39px 3px;
}
.information .map{
	float:left;
	width:191px;
	border:1px solid #bdb8b4;
	padding:2px;
	background:#fff;
	margin:0 23px 0 0;
}
* html .information .map{margin:0 20px 0 0;}
.information .map img{display:block;}
.information dl{
	overflow:hidden;
	height:1%;
	padding:18px 0 0;
	margin:0;
}
.information dd {margin:0 0 5px;}
.information dt{
	display:block;
	color:#a19a93;
}
.information address{
	display:block;
	font-style:normal;
	margin:0 0 13px;
}
.references{
	width:540px;
	overflow:hidden;
	padding:0 0 16px;
}
.references .heading{margin-bottom:18px;}
.references .columns{
	width:600px;
	overflow:hidden;
	float:left;
}
.references .columns-frame{
	float:left;
	/* background:url(../images/bg-columns.gif) repeat-y 43px 0; referans listesini 2 kolona indirmek için kaldırdık */ 
	margin:0 0 0 -43px;
}
.references .column{
	width:247px; /* referans listesini 2 kolona indirmek için yükselttik */
	float:left;
	overflow:hidden;
	margin:0 0 0 43px;
	display:inline;
	height: 250px;
}
.references h2{
	margin:0;
	font:bold 14px/19px Arial, Helvetica, sans-serif;
	padding:0 0 19px 8px;
}
.column ul{
	margin:0 0 23px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.column ul li{
	overflow:hidden;
	height:1%;
	background:url(../images/divider-items.gif) repeat-x;
	margin:-1px 0 1px;
	padding:6px 8px;
}
.column li a{color:#746f6a;}
.column li a:hover{
	color:#f17c00;
	text-decoration:none;
}
.references .paging ul{
	margin:0 0 11px;
	width:auto;
}
.references .paging li{
	padding:0;
	margin:0 3px 0 0;
	background:none;
}
.references .paging li.prev{margin:4px 8px 0 0;}
.references .paging li.next{margin:4px 0 0 4px;}
.references .back{
	float:right;
	background:url(../images/bg-back.gif) no-repeat 0 2px;
	padding:0 0 0 11px;
	margin:-11px 0 0;
}
.references .container{
	width:100%;
	overflow:hidden;
	padding:5px 0;
}
.references .gallery{
	float:left;
	width:328px;
	overflow:hidden;
	margin:0 12px 0 0;
	padding:4px 0 0;
}
* html .references .gallery{margin:0 9px 0 0;}
.references .gallery .image{
	width:100%;
	overflow:hidden;
	margin:0 0 2px;
}
.references .gallery .image img{float:left;}
.references .gallery .thumbnails{
	width:100%;
	overflow:hidden;
	position:relative;
}
.references .gallery .mask{
	width:268px;
	height:58px;
}
.references .gallery ul{
	list-style:none;
	margin:0;
	padding:0;
	width:9999px;
	overflow:hidden;
}
.references .gallery li{
	float:left;
	width:auto;
	padding-right:2px;
}
.references .gallery a.prev{
	top:25px;
	left:12px;
}
.references .gallery a.next{
	top:25px;
	right:12px;
}
.references .info{
	overflow:hidden;
	height:1%;
}
.references .text{
	width:100%;
	height:250px;
	overflow:auto;
}
.references .title{
	width:100%;
	overflow:hidden;
	color:#1a1918;
	margin:0 0 11px;
}
.references .title h2{
	font:bold 18px/24px Arial, Helvetica, sans-serif;
	padding:0;
}
.references .title h3{
	font:12px/16px Arial, Helvetica, sans-serif;
	padding:0;
	margin:-4px 0 0;
}
.cell .img {
	margin:0 0 2px;
	overflow:hidden;
}
.cell .img img.inactive { display: none; }
.cell .img img { float:left; }
#content .references .info p{line-height:18px;}
.samples {
	/* bottom:134px; */
	margin:0 auto;
	/* width:623px; */
	display: table;
	overflow:hidden;
	z-index: 999;
	position:relative;
}
.samples .holder {
	display: table-cell;
	vertical-align: middle;
	height: 480px;
}
.samples ul {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:630px;
}
.samples li {
	float:left;
	width:180px;
	overflow:hidden;
	background:#fff;
	margin:0 2px 0 0;
	padding:34px 12px 38px 14px;
}
.samples img {display:block;}
.samples h2 {
	font:24px/31px Helvetica, Arial, sans-serif;
	color:#505050;
	letter-spacing:-1px;
	width:100%;
	padding:0 0 4px;
	margin:0 0 16px;
	border-bottom:1px solid #969696;
}
.lists {
	overflow:hidden;
	width:100%;
}
ul.article-list {
	list-style:none;
	margin:0;
	padding:0 0 23px;
	width:532px;
	float:left;
	text-align:center;
}
ul.article-list li {
	float:left;
	margin:0 2px 0 0;
}
ul.article-list a {
	width:74px;
	height:47px;
	background:#000;
	float:left;
	color:#fff;
	display:table;
	cursor:pointer;
}
* html ul.article-list a {position:relative;}
*+html ul.article-list a {position:relative;}
ul.article-list a .holder{
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
* html ul.article-list a .holder{
	position:absolute;
	top:50%;
	left:-50%;
}
*+html ul.article-list a .holder{
	position:absolute;
	top:50%;
	left:-50%;
}
* html span.object{
	position:relative;
	top:-50%;
	left:50%;
}
*+html span.object{
	position:relative;
	top:-50%;
	left:50%;
}
ul.article-list a span {cursor:pointer;}
ul.article-list a:hover,
ul.article-list li.active a {
	background:#bfbfbf url(../images/bullet-acticles.gif) no-repeat 50% 0;
	text-decoration:none;
}
ul.recent-articles {
	clear:both;
	width:532px;
	float:left;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
}
ul.recent-articles li {
	float:left;
	margin:0 2px 2px 0;
}
ul.recent-articles a {
	color:#fff;
	float:left;
	background:#000;
	padding:7px 9px 4px;
}
ul.recent-articles a:hover,
ul.recent-articles .active a {
	background:#bfbfbf;
	text-decoration:none;
}
.description {
	position:absolute;
	width:219px;
	top:285px;
	z-index: 999;
	left:0;
}
.description h2 {
	font:19px/24px Helvetica, Arial, sans-serif;
	color:#000;
	letter-spacing:-1px;
	float:left;
	margin:0;
}
.description .heading {
	border-bottom:1px solid #969696;
	position:relative;
	padding:10px 0 3px;
	margin:0 0 10px;
	overflow:hidden;
}
.description p {
	line-height:15px;
	margin:0 0 5px;
}
.description .holder {
	padding:0 18px 10px 14px;
	position:relative;
	visibility:hidden;
	background:#fff;
}
.description .active {visibility:visible;}
.description a.switch {
	background:url(../images/btn-switch.gif) no-repeat 100% 0;
	width: 17px;
	height: 17px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	visibility:visible;
}
.description .active a.switch {background-position:0 0;}
.files {
	background:#fff;
	width:198px;
	padding:18px 3px 2px 6px;
	margin:0 0 2px;
}
.files .text {
	float:left;
	background:#fff;
	padding:0 0 0 8px;
}
.files:after {
	clear: both;
	content:'';
	display: block;
}
.files ul {
	list-style:none;
	margin:0 0 3px;
	padding:0;
	float:left;
}
.files li {
	position:relative;
	float:left;
	width:198px;
	color:#707070;
	line-height:15px;
	padding:4px 0 2px 0;
	background:url(../images/bg-files.gif) repeat-x 0 15px;
	margin:-2px 0 0;
}
.files li.active,
.files li:hover,
.files li.hover {
	background:#f4f4f4 url(../images/bg-files.gif) repeat-x 0 15px;
}
.files li.active .text,
.files li.hover .text,
 .files li:hover .text {
 	background:#f4f4f4;
}
.files li.active a.pdf,
.files li.hover a.pdf,
.files li:hover a.pdf {
	border-color:#f4f4f4;
}
.files a {
	color:#1c1c1c;
	padding:0 2px 0 0;
}
.files a.pdf {
	float:right;
	color:#fff;
	background:#000;
	line-height:12px;
	padding:0 7px 0 6px;
	border:solid #fff;
	border-width:0 3px;
}
.files .drop {
	position:absolute;
	background:url(../images/bg-drop.gif) no-repeat 100% 84px;
	padding:0 8px 0 0;
	top:-79px;
	left:-202px;
}
.files .types {
	width:100%;
	background:#000;
	overflow:hidden;
	position:relative;
	padding:5px 0;
}
.files .img {
	margin:0 0 3px;
	overflow:hidden;
	height:1%;
}
.files .types-frame {
	position:relative;
	float:left;
	left:50%;
	text-align:center;
}
.files .types ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	left:-50%;
	position:relative;
	font-size:9px;
	line-height:13px;
	overflow:hidden;
}
.files .types li {
	float:left;
	width:auto;
	margin:0 0 0 -1px;
	padding:1px 5px 0;
	background:url(../images/separator-types.gif) no-repeat 0 3px!important;
}
.files .types a {
	float:left;
	color:#fff;
}
.files img {float:left;}
.files  a.file {
	background:url(../images/ico1.gif) no-repeat 0 3px;
	padding:0 0 0 10px;
}
.files .drop .holder {
	background:#fff;
	padding:18px 17px;
	width:150px;
	overflow:hidden;
}
#sidebar {
	position:absolute;
	z-index: 999;
	right:0;
	top:125px;
	width:205px;
}
#sidebar .heading {
	background:#fff;
	width:auto;
	overflow:hidden;
	border:0;
	padding:12px 14px 10px;
	position:relative;
	margin:0 0 2px;
}
#sidebar a.close {
	right:13px;
	top:19px;
}
#sidebar h2 {
	font:19px/24px Helvetica, Arial, sans-serif;
	color:#000;
	margin:0;
}
#sidebar a.open {
	width:205px;
	display:block;
	background:#f4f4f4 url(../images/btn-info.gif) no-repeat 50% 50%;
	text-indent:-9999px;
	clear:both;
	height:18px;
	margin:0 -6px;
	position:relative;
}
#sidebar .info {
	background:#fff;
	overflow:hidden;
	line-height:15px;
	width:175px;
	padding:18px 15px;	
}
#sidebar .info p {
	margin:0;
}
.main-gallery {
	z-index: 999;
	width:577px;
	height:65px;
	position:absolute;
	bottom:0;
	background: #fff;
}
.main-gallery .holder {position:relative;}
.main-gallery .mask {
	width:483px;
	top:5px;
	left:46px;
	position:absolute;
	overflow:hidden;
}
.main-gallery ul {
	width:9999px;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
.main-gallery li {
	float:left;
	border:1px solid #c0c0c0;
	margin:0 2px 0 0;
}
.main-gallery img {display:block;}
.main-gallery a.prev,
.main-gallery a.next {
	position:absolute;
	background:url(../images/btn-big-prev-next.gif) no-repeat;
	width: 8px;
	height: 15px;
	text-indent:-9999px;
	overflow:hidden;
	top:26px;
}
.main-gallery a.prev {left:16px;}
.main-gallery a.next {
	background-position:100% 0;
	right:18px;
}
#footer {
	background:url(../images/bg-footer.png) repeat-x;
	width:100%;
	height: 74px;
	position:absolute;
	bottom:0;
	left:0;
	font-size:9px;
	line-height:12px;
	color:#999;
	z-index: 999;
}
#footer .frame {
	position:relative;
	padding:16px 19px 0;
}
#footer .container {
	width:100%;
	overflow:hidden;
}
.logo-holder {
	float:left;
	background:url(../images/separator-logo.gif) no-repeat 61px 0;
	width:226px;
}
.logo {
	background:url(../images/logo.gif) no-repeat;
	width: 149px;
	height: 49px;
	float:left;
}
.logo a {
	width: 149px;
	height: 49px;
	text-indent:-9999px;
	display:block;
}
.slogan {
	font-size:12px;
	line-height:13px;
	color:#5a5a5a;
	float:left;
	margin:15px 0 0 25px;
}
.slogan a {
	color:#000;
	font-weight: bold;	
}
ul#nav {
	list-style:none;
	padding:16px 0 0;
	float:right;
	overflow:hidden;
	text-transform:uppercase;
	display:inline;
	font-size:9px;
	line-height:14px;
	margin:0 -6px 0 0;
}
ul#nav li {
	float:left;
	background:url(../images/separator-nav.gif) no-repeat 0 60%;
	margin:0 0 0 -1px;
	padding:0 4px;
	display:inline;
	overflow:hidden;
}
ul#nav li a{
	float:left;
	padding:0 4px;
	color:#5a5a5a;
	text-decoration:none;
}
ul#nav li.active a,
ul#nav li a:hover{
	background:#000;
	color:#fff;
}
#footer p.copyright {
	margin:-8px 0 0;
	text-align:right;
}
#footer p.copyright span {
line-height: 15px;
}
#footer p.copyright a {
	color:#999;
	text-decoration:none;
}
#footer p.copyright a:hover {text-decoration:underline;}
.pcat2, .pcat3 { display: none; }

.artProductDisplay{
	background: white;
	margin: 0 auto;
	overflow: hidden;
}.artProductDisplay .main-gallery{
	margin-left: 251px;
	bottom: 25px;
	height: 52px;
}.artProductDisplay .productDetailsHolder{
	position: absolute;
	bottom: 20px;
	margin-left: 4px;
	height: 72px;
}.artProductDisplay .productDetailsHolder h2{
	font-size: 24px;
	border-bottom: 1px solid #EDEDED;
	font-weight: bolder;
	color: black;
	padding-bottom: 7px;
	margin-bottom: 5px;
	height: 21px;
	width: 250px;
	border-bottom: 
}.artProductDisplay .productDetailsHolder select{
	border: 1px solid #E8E8E8;
	color: #6e6e6e;
	width: 240px;
}.closeProductDisplay{
	background: url("../images/btn-close-productDisplay.jpg") no-repeat;
	bottom:0;
	clear:both;
	display:block;
	height:20px;
	left:837px;
	position:absolute;
	top: -6px;
	width:17px;
	z-index:9999;
}.brandPdfContainer{
	height: 17px;
}.refDetailsContainer{
	height: 63px;
}.artProductDisplay .refDetailsContainer h2{
	height: 53px;
}.disabledWrapper{
	z-index: 9999;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url("../images/blank.gif");
}

.clearfix:after {content:'.';display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}
/* \ */
.clearfix {display:block}
/* */