/* CSS Document */

*{
	padding:0;
	margin:0;
}

body{
	background:#272727;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#646464;
}

a{
	color:#646464;
	text-decoration:none;
	outline:none;
}

img{
	border:none;
	behavior: url("js/iepngfix.htc");
}

h2{
	margin:0 0 20px 0;
	text-indent:-9999px;
	width:190px;
	background:url(../images/title.png) no-repeat;
	display:block;
}

h2.titleProject{
	background-position: left top;
	height:44px;
	margin:0;
}

h2.titleAbout{
	background-position: left -50px;
	height:36px;
}

h2.titleDesigner{
	background-position: left -100px;
	height:45px;
}

h2.titlePress{
	background-position: left -150px;
	height:34px;
}

h2.titleContact{
	background-position: left -200px;
	height:32px;
}

h5{
	color:#C7AA7C;
	font-weight:normal;
	margin:0 0 10px 0;
}

h6{
	font-family:"Lucida Console",Lucida Console,Monaco, monospace;
	font-weight:normal;
	font-size:10px;
}

p{
	color:#646464;
	font-size:0.8125em;
	line-height:1.8em;
	margin:0 0 10px 0;
}

p span{
	margin:0 15px 0 0;
}

#container{
	width:980px;
	position:relative;
}

#logo{
	position:fixed;
	top:20px;
	left:20px;
}

#copyright{
	position:fixed;
	/*font-family:Monaco, "Lucida Console", "Andale Mono", monospace;*/
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:9px;
	left:20px;
	top:780px;
}

#copyright a:hover{
	color:#C7AA7C;
}

#side{
	width:160px;
	height:500px;
	position:fixed;
	left:20px;
	top:165px;
}

#icon{
	position:fixed;
	top:10px;
	left:990px;
	z-index:20;
	width:16px;
	margin:10px 0 0 0;
}

#icon a{
	width:16px;
	height:16px;
	display:block;
	text-indent:-9999px;
	float:right;
	background:url(../images/shareIcon.png) no-repeat;
}

#icon .facebook{
	background-position:left top;
}

#icon .facebook:hover{
	background-position:left bottom;
}

#menu li{
	margin:0 0 5px 0;
	list-style:none;
	display:block;
}

#menu li a{
	color:#646464;
	outline:none;
	font-family: HelveticaNeue, "Helvetica Neue", helvetica, arial;
	display:block;
	text-indent:-9999px;
	width:80px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
}

#menu li.m3 a{
	background-position: left top;
	height:18px;
}

#menu li.m3 a:hover, #menu li.m3 a.current{
	background-position: left bottom;
}

#menu li.m1 a{
	background-position: -80px top;
	height:14px;
}

#menu li.m1 a:hover, #menu li.m1 a.current{
	background-position: -80px bottom;
}	

#menu li.m2 a{
	background-position: -160px top;
	height:18px;
}

#menu li.m2 a:hover, #menu li.m2 a.current{
	background-position: -160px bottom;
}

#menu li.m4 a{
	background-position: -240px top;
	height:14px;
}

#menu li.m4 a:hover, #menu li.m4 a.current{
	background-position: -240px bottom;
}

#menu li.m5 a{
	background-position: -320px top;
	height:13px;
}

#menu li.m5 a:hover, #menu li.m5 a.current{
	background-position: -320px bottom;
}

.category{
	list-style:none;
	position:fixed;
	left:200px;
	top:0px;
	width:600px;
	height:68px;
	z-index:10;
	padding:20px 0 0 200px;
	background:#272727;
}

.category li{
	margin:0 0 5px 0;
	float:left;
	width:200px;
}

.category a{
	font-size:11px;
	height:15px;
	display:block;
}

.category a .ch{
	display:none;
}

.category a:hover, .category a.selected{
	color:#C7AA7C;
}

.category a:hover .en, .category a.selected .en{
	display:none;
}

.category a:hover .ch, .category a.selected .ch{
	display:block;
}

#content{
	margin:0 0 0 200px;
	width:800px;
	position:relative;
}

.topline-both{
	height:30px;
}

.topline{
	border-top:1px solid #C7AA7C;
	width:10px;
	float:left;
}

.topline2{
	border-top:1px solid #C7AA7C;
	width:10px;
	float:right
}

.range{
	height:165px;
}

.range2{
	height:80px;
}

.both{
	clear:both;
}

#content .box{
	min-height:1100px;
}

#content .desc{
	float:left;
	width:580px;
}

#content .photo{
	float:right;
	width:180px;
}

.table{
	font-size:0.8125em;
	line-height:1.6em;
}

.table .row{
	border-top:1px solid #C7AA7C;
	padding:10px 0;
}

.table .col1{
	float:left;
	width:200px;
}

.table .col2{
	float:left;
	width:380px
}

.table .col3{
	float:left;
	width:580px;
}

.table .col4{
	float:left;
	width:195px;
}

.table .col5{
	float:left;
	width:150px;
}

.table .row-end{
	border-top:1px solid #C7AA7C;
	height:20px;
}

.table .topline{
	height:10px;
	float:none
}

.width645{
	width:645px;
}

.gold{
	color:#C7AA7C;
}

.google{
	font-family: 'Inconsolata', arial, serif;
	font-size:21px;
}

.page{
	text-align:right;
	font-size:13px;
	margin: 0 20px 10px 0;
}

.page a{
	margin:0 5px;
}

.page a:hover{
	color:#C7AA7C;
}

.page .current{
	color:#C7AA7C;
}

.list{
	height:250px;
	clear:both;
}

.loading{
	margin:10px 0 0 0;
}

.topLine{
	height:19px;
	border-bottom:1px solid #C7AA7C;
	float:left;
	width:180px;
	margin:0 20px 0 0;
}

.project{
	width:180px;
	height:250px;
	float:left;
	margin:0 20px 0 0;
	border-bottom:1px solid #C7AA7C;
	/*position:relative;*/
	display:none;
}

.project span{
	display:block;
}

.project .img{
	width:180px;
	height:120px;
	margin:10px 0;
}

.project .date{
	font-size:12px;
	margin:20px 0 0 0;
}

.project .title{
	font-size:16px;
	color:#C7AA7C;
	line-height:1.4em;
}

.project .type{
	font-size:9px;
	/*position:absolute;
	left:0;
	bottom:20px;*/
	margin:0 0 5px 0;
}

.last{
	margin:0;
}

.tel{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
}

.web a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	margin:15px 0 0 0;
}

.web a:hover{
	color:#C7AA7C;
}

#footer{

}

/*------ lightbox ----------------------------*/

.overlay{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#F7F4EC;
	z-index:998;
}

#wrapper{
	width:600px;
	height:400px;
	margin:110px auto 0 auto;
	position:relative;
}

.boxClose a{
	background:url(../images/lightbox-icon.png) no-repeat left top;
	width:13px;
	height:13px;
	position:absolute;
	right:0;
	top:0;
	display:block;
	text-indent:-9999px;
	z-index:6;
}

.boxClose a:hover{
	background:url(../images/lightbox-icon.png) no-repeat left bottom;
}

.boxCount{
	position:absolute;
	right:73px;
	bottom:-34px;
	z-index:2;
	font-size:13px;
}

#galleryWrapper{
	padding:0 73px;
	position:relative;
	background:#F7F4EC;
}

ul.gallery{
	display:none;
}

.galleryImg{

}

.galleryImg img{
	display:none;
}

.galleryInfo{
	padding:20px 0 0 0;
}

.galleryInfo h3{
	color:#C7AA7C;
	font-weight:normal;
	margin:0 0 5px 0;
	font-size:16px;
}

.galleryInfo p{
	font-size:11px;
	line-height:1.8em;
}

.galleryDesc{
	width:650px;
	height:100px;
	padding:20px 0 90px 0;
	border-bottom:1px solid #646464;
	border-top:1px solid #646464;
	font-size:13px;
}

#galleryWrapper .arrowLeft{
	position:absolute;
	left:0;
	top:0;
	width:73px;
	height:450px;
	display:block;
	z-index:2;
	outline:none;
}

#galleryWrapper .arrowRight{
	position:absolute;
	right:0;
	top:0;
	width:73px;
	height:450px;
	z-index:2;
	display:block;
	outline:none;
}

#galleryWrapper .arrowLeft span, #galleryWrapper .arrowRight span{
	text-indent:-9999px;
	background:url(../images/lightbox-icon.png) no-repeat;
	width:9px;
	height:17px;
	display:block;
}

#galleryWrapper .arrowLeft span{
	background-position: -15px top;
}

#galleryWrapper .arrowLeft:hover span{
	background-position: -15px -37px;
}

#galleryWrapper .arrowRight span{
	float:right;
	background-position: -30px top;
}

#galleryWrapper .arrowRight:hover span{
	background-position: -30px -37px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{ display:inline-block;}
*html .clearfix{ height:1%;}
.clearfix{display:block;}
