body{
   font-family:Arial, Helvetica, sans-serif !important;
   font-size:14px;
   color:#000;
}
a {
	color: #000;
}
::selection{
	background: #000000;
	color:#FFF;
}
::-moz-selection {
	background: #000000;
	color:#FFF;
}
::-webkit-selection {
	background: #000000;
	color:#FFF;
}
::-o-selection {
	background: #000000;
	color:#FFF;
}
.clear{
   clear:both;
}
.uppercase{
   text-transform:uppercase;
}
strong, .bold{
   font-weight:700 !important;
}
#header{
	padding-top:32px;
}
center{
	text-align:center;
}
em{
	font-style:italic;
}
#logo{
   display:inherit;
   text-transform:uppercase;
   font-weight:600;
   color:#000;
   text-decoration:none;
   letter-spacing:7px;
   font-size:14px;
   padding:0 0 25px 0;
}
body#index #logo{
   padding:30px 0 25px 0;
}
#baseline{
	 font-size:13px;
	 font-weight:600;
	 letter-spacing:0;
	 margin:0;
}
p{
   line-height:17px;
   margin-bottom:15px;
}
.content{
	position:relative;
   width:940px; 
   margin:0 auto;
}

a#scroll{
	display: inherit;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: absolute;
	top: 35px;
	width: 100%;
	text-decoration:none;
}
a#scroll:hover{
	text-decoration:underline;
}

ul#nav{
	margin:40px 0;
}
ul#nav li{
	float:left;
}
ul#nav li a{
	color:#000;
	padding:10px 22px;
	padding:10px 48px;
	margin:0 40px;
	text-decoration:none;
}
ul#nav li a.first{
	margin-left:0;
	padding-left:0;
}
ul#nav li a.last{
	margin-right:0;
	padding-right:0;
}
ul#nav li a:hover{
	text-decoration:underline;
}
ul#nav li a.on{
	font-weight:700;
}
ul#nav li:before{
}
ul#nav li:first-child:before, #exhibitions h2:before{
	content:"";
}
#contenair{
	margin:35px auto;
}
#index h2, #contenair h2, .h2, #exhibitions h3, #fairs h3, #news h3, #artists h2{
	font-size:14px;
   font-weight:600;
   margin:30px 0 5px 0;
   margin:20px 0 1px 0;
   line-height:1.2em;
}
#exhibitions p a, #fairs p a{
	text-decoration:underline;
	font-weight:700;
}
#exhibitions h3, #fairs h3, #news h3{
	text-decoration:underline;
}
#contenair h1, .h1, #exhibitions h2{
   /*font-size:1.3em !important;*/
   font-weight:600;
}
#contenair a.btn{
	display:inherit;
	font-size:14px;
   font-weight:600;
   margin:20px 0 0 0;
   color:#000;
}
/*INDEX*/
body#htmlindex #topp {
	height:auto;
}
body#htmlindex #homepage {
	height:100%;
	margin-bottom:-50px;
}

body#htmlindex h3 {
	font-weight:600;
}
a#topp{
	display:inherit;
	position:relative;
	width:100%;
	height:100%;
	min-height:100%;
	margin-top:-5px;
	background:url('../images/logo.jpg') center no-repeat;
	z-index:1;
}
a#topp h1{
	opacity:0;
}
#index #contenair{
	position:relative;
	height:100%;
	min-height:100%;
	z-index:1;
}
#index h2{
   font-weight:600;
   font-size:14px;
}
#index h2:before{
   content:""
}
#index h3, body#exhibitions h3, body#fairs h3, body#news h3{
   font-weight:600;
   font-size:1.1em;
   margin:0px 0 2px 0;
   text-decoration:underline;
}
#index h3:first-chid{
   margin:30px 0 1px 0;
}
hr{
	margin:35px 0 45px;border: 0 solid #fff;
	border-bottom-width: 1px;
	clear: both;
	height: 1px;
	background: #CCC;
}

	
/*ARTISTS*/
#artists h1.margin{
	margin:35px 0;
}
#artists .artists a{
	color:#000;
	text-decoration:none;
}
#artists .artists a:first-child{
	margin-left:0;
}
#artists .artists a:hover{
}
#artists .artists a:after{
	content:"/";
	font-weight:100;
	color:#000;
	margin:0 18px 0 21px;
}
#artists .artists a:last-child:after{
	content:"";
}
#artists  ul#tabs, .tabs-artists{
	padding-bottom:10px;
}
#artists ul#tabs li, .tabs-artists li{
	float:left;
	width:180px;
}
#artists ul#tabs li.active, .tabs-artists:active{
	font-weight:600;
}
#artists ul#tabs li a, .tabs-artists li a{
	color:#000;
	text-decoration:none;
	padding:5px 0;
}
.tab-other a{
	display:inherit;
	padding-top:5px;
}
.tab-other img{
	float:left;
	margin:-3px 15px 0 0;
}
/*CONTACT*/
.col50{
	float:left;
	margin-right:50px;
	width:445px;
}
.col50.last{
	margin-right:0;
}
#contact  h1, #contact h2, #contact h3{
	font-size: 1.3em !important;
	font-weight: 600;
	margin:0;
}
#contact  h3{
	margin-bottom:10px;
}
#contact iframe{
	margin:20px 0 40px 0;
	border:1px solid #CCC;
}
#contact  h1:before, #contact h2:before{
	content:"";
}
#contact form{
	margin-top:20px;
}
#contact form label{
	display:block;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:600;
}
#contact form input[type=text], form textarea{
	border:1px solid #ccc;
	padding:7px;
	font-size:1em;
	margin-bottom:20px;
}
#contact form input[type=submit]{
	color:#FFF;
	background:#000;
	text-transform:uppercase;
	padding:10px 15px;
	border:none;
	font-weight:600;
	float:right;
	margin-right:0 !important;
}
#contact form input.col50{
	width:429px;
}
#contact form textarea{
	width:923px;
	margin-top:-10px;
}
form p{
	margin:0;
	line-height:1em;
}
form input{
	margin-right:25px !important;
	
}
form .your-email input{
	margin-right:0 !important;
	margin-left:25px !important;
}
#footer{
	width:100%;
	/*height:20px;*/
}
/*NEWS*/
body#news #contenair p{
	margin-bottom:0;
}
/*EXHIBITION*/
body#exhibitions p a{
	text-decoration:none;
}
body#exhibitions hr:last-child{
	display:none;
}
body#exhibition h1, body#fairs h1, body#news h1{
	text-decoration:underline;
	margin-bottom:5px;
}
body#exhibition a{
	text-decoration:none;
}
body#exhibition a:hover{
	text-decoration:underline;
}
body#exhibition .fuldesc{
	margin:10px 0 20px 0;
}
.description{
	margin:10px 0 20px 0;
}
.description p{
	text-align:center;
	margin-bottom:0;
}
/*DEBUG*/
.link{
	color:#000;
	font-weight:700;
}
.contenair-artist ul li{
	float:left;
	margin-bottom:20px;
	width:200px;
}
.contenair-artist ul li.active{
	font-weight:700;
}
.contenair-artist ul li a{
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
}
.date{
   margin:0 0 0 0;
}
.date.nodesc{
/*   margin:-15px 0 0 0;*/
}
body #fairs .content h3{
	margin-bottom:0;
}

body#artists #contenair .exhibition a{
	text-decoration:none;
	font-weight:600;
}
body#artists .artists a.first{
	display:none;
}
body#artists .artists a{
	font-weight:600;
}
body#artists #contenair .exhibition p{
	margin-bottom:0;
}
body#artists #contenair .exhibition h2{
	text-decoration:underline;
}
body#artists #contenair .exhibition h2:first-child{
	margin-top:0;
}
body#exhibitions .h1, body#news h3, body#fairs h3{
	margin-top: 15px;
}
body#exhibitions .accord h2 a{
	text-decoration:none;
	margin-bottom: 0;
}
body#exhibitions .accord h2{
	margin:0 0 20px 0;
}
body#exhibitions .accord{
	padding:0;
	margin:0;
}
.lexpo{
	margin-bottom:20px;
}
.lexpo h3{
	font-weight:600;
	text-decoration:underline;
	margin-bottom:3px;
}
.lexpo p{
	margin:0;
	margin-bottom: 0 !important;
}
.lexpo p a{
	text-decoration:none;
}
.lexpo p a:hover{
	text-decoration:underline;
}
#exhibition .date.nodesc{
	margin:0;
}


.title{
	text-decoration:none !important;
	margin-bottom:30px !important;;
}