@charset "utf-8";

/*  Global */

html, body {
	height:100%;
}

body {
    font-family: MyriadProCondensed;
	font-size: 16px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align:center;
    background: #fff;
    letter-spacing: 0px;
}
*{
	margin:0;
	padding:0;
	outline:0;
	border:0 none;
	-moz-outline-style:none;
}

:focus{
	-moz-outline-style:none;
	outline:0;
	border:0 none;
}

img{
	border:0 none;
	outline:none;
}
a{
	outline:none;
	text-decoration:none;
	cursor:pointer;
}

#tog {display: none;}
/* layout */
.container{
    width:920px;
	min-height:100%;
	height:100%;
	margin:0 auto;
    background: #fff;
}
/* left side */
.left_side{
    width: 140px;
    float: left;
	position:relative;
	height:650px;
}

#flash_content{
    width: 130px;
    height: 450px;
}
#search{
    text-align: left;
	position:absolute;
	bottom:0;
}

.right_side #search{
	display: none;
}

.inputbox{
    width: 115px;
    background-color: #ececec;
    float: left;
}
.instagram{
    background: url("../../general/images/insta.png") no-repeat scroll right 0 / 100% 100% rgba(0, 0, 0, 0);
    bottom: 16px;
    height: 18px;
    left: 97px;
    position: absolute;
    width: 18px;
}
.instagram a {
    display: block;width: 100%;height:100%;position: relative;z-index: 9999;
}
.artnet{
    background: url('../images/artnet.png') no-repeat top;
    bottom: 21px;
    height: 9px;
    position: absolute;
    right: 27px;
    width: 40px;
	
	display: none;
}
.artnet a {
    display: block;width: 100%;height:100%;position: relative;z-index: 9999;
}
/* left side */
/* right side */
.right_side{
    float: left;
    width: 780px;
}
.right_upper_side{
    height: 130px;
    text-align: left;
}
.right_upper_side_white_space{
    height: 100px;
}
.right_upper_side_white_space h1{
    font-size: 28px;
    color: #bfbfbf;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 181px;
    word-spacing: 3px;
}
.right_upper_side_text_space h2{
    font-weight: normal;
    font-size: 21px;
    line-height: 21px;
}
/*IE


.right_upper_side_text_space h2{
    letter-spacing:-2px \0/;
    font-size: 25px \0/;
}




*:first-child + html .right_upper_side_text_space h2{
    letter-spacing:-2px ;
    font-size: 25px;
}
*:first-child + html .right_upper_side_text_space h2 span{
    letter-spacing: 0px;
    font-size: 17px;
}


IE*/
.right_lower_side{
    /*height: 520px;*/
/*height: 576px;*/
    width: 780px;
    background:url(../images/home.jpg) no-repeat top ;
    
}
#pics {
     height: 560px;
    width: 780px;

    background:url(../images/gif_table.gif) repeat ;

}
/* right side */