/* MAIN SITE CSS FILE
----------------------------------------------------------- */

/* ----------------------------------------------------------- 
    Global Styles
----------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
	font-style: normal;
}
body {
	background: #fff;
	margin: 0;
	padding: 0px;
}

.basic_text{
	font-size: 86%;
	letter-spacing: 0.08em;
	color: #333;
	font-style: normal;
	text-transform: none;
}

.title_text{
	font-size: 93%;
	letter-spacing: 0.08em;
	color: #000;
}

/* ----------------------------------------------------------- 
   Basic Layout
----------------------------------------------------------- */
#container {
	width: 800px;
	margin: 60px auto;
}

#header {
width: 800px;
height:60px;
}

#logo {
	width: 180px;
	margin-right: 60px;
	float: left;
	height:60px;
}
/* -----language select----- */
#language {
	float:right;
	font-size: 86%;
}

#topMenu {
	width: 560px;
	float:left;
	margin-top:27px;
	letter-spacing: 0.1em;

}
	#header ul {
		list-style: none;
	}
	#header ul li {
	float: left;
	font-size:93%;
	font-weight: normal;
	text-transform: uppercase;
	}
	/* -----English menu (widht 560)----- */
	#menu1{
		width:140px; 
	}
	#menu2{
		width:118px; 
	}
	#menu3{
		width:128px; 
	}
	#menu4{
		width:130px; 
	}
	#menu5{
		width:44px;
	}
	/* -----Russian menu----- */
	#R_menu1{
		width:116px; 
	}
	#R_menu2{
		width:135px; 
	}
	#R_menu3{
		width:113px; 
	}
	#R_menu4{
		width:110px; 
	}
	#R_menu5{
	width:86px;
	text-align: right;
	}
	#topMenu  ul li a.active,{
		color: #000;
	}
	#topMenu  ul li a, #topMenu  ul li a:visited {
		text-decoration: none;
	}
	
#Main{
	float: left;
	margin-top: 80px;
	width: 800px;
}

#footer {
	clear:both;
	font-size: 86%;
	color: #999;
	text-align: right;
	padding-top: 50px;
}
/* ----------------------------------------------------------- 
   INDEX Layout
----------------------------------------------------------- */
#year_navi{
	float: left;
	width:240px;
	margin: 0;
}
#exhibition_Right{
	float: right;
	width:560px;
	line-height: 150%;
}
.exhibitions{
	float: right;
	width:560px;
	padding-bottom: 50px;
}
.exhibition_photo{
	float: left;
}
.exhibition_info{
	float: right;
	width:400px;
}
.open_close{
	text-align: right;
	padding-top: 20px;
	font-size: 86%;
}
/* ----------------------------------------------------------- 
   ABOUT Layout
----------------------------------------------------------- */
#about{
	width: 560px;
	float: right;
	color: #333;
	font-size: 86%;
	letter-spacing: 0.08em;
}
/* ----------------------------------------------------------- 
   CONTACT Layout
----------------------------------------------------------- */
#contactMap{
padding-left:240px;
font-size: 86%;
letter-spacing: 0.08em;
color: #333;
}

#AddressArea{
	width: 560px;
	text-align: left;	
}
#mapArea{
	float: right;
	margin-top:-50px;
}

/* ----------------------------------------------------------- 
   PROJECT Layout
----------------------------------------------------------- */
#comingsoon{
	padding-top:200px;
	padding-bottom:200px;
	padding-left:250px;
	font-size: 200%;
	letter-spacing: 1em;
	color: #CCC;
	font-weight: lighter;
	text-align: center;
}


/* ----------------------------------------------------------- 
   ARTIST Layout
----------------------------------------------------------- */

#leftMenu{
	margin-top: 0px;
	float: left;
	padding-left:45px;
	width: 160px;
}
#artistNameList{
	font-size: 93%;
	line-height: 130%;
	width: 160px;
	margin-bottom: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
	#artistNameList ul {
	list-style: none;
	}
	#artistNameList  ul li a.active,{
	color: #000;
	font-weight:bold;
	text-decoration: none;
	}
	
#workInfo{
	font-size: 86%;
	color: #808080;
	margin-bottom: 50px;
}

#CV{
	font-size: 86%;
}
	
#MainRight{
	margin-top: 0px;
	float: right;
	width: 560px;
}
#photo{
	margin: 0px;
	float: left;
	width: 400px;

}
#thumbnails{
	margin : 0px;
	float: right;
	text-align:left;
	line-height: 1;
	font-size: 86%;
}

