@charset "utf-8";
/* CSS Document */

* {
	margin:0px; 
	padding:0px;
	/*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
	font-family: "Tahoma", Geneva, sans-serif;
}

.clear{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

body {
	background-color:#FFFFFF;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}

a {
	color:#1f1d08;
	text-decoration:none;
}

a:hover{
	color: #db3920;
}

a img {
	border:none;
}

a.changeBackground{
	padding: 3px;
}

a.changeBackground:hover{
	background-color: #db3920;
	color: #ffffff;
}

#wrapper {
	width:960px;
	margin:0 auto;
}


#topBorder{
	width: 960px;
	height: 2px;
	line-height: 2px;
	/*background-color: #db3920;*/
}

#footer{
	border-top: 1px solid #1f1d08;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#footer a{
	font-size: 12px;
}




#menu {
	padding: 0px;
	position: relative;
	left: 140px;
	list-style-type:none;
	width: 100px;
}

#menu li {
	margin-top:3px;
	line-height: 20px;
	height: 20px;
}

#menu li a {
	font-size:16px;
	line-height:20px;
}

#menu li a.selected {
	color:#db3920;
}

#menu li.submeniu a {
	font-size:13px;
	line-height:20px;
	color: #888a8c;
	/*margin-left: 10px;*/
}

#menu li.submeniu a.selected {
	color:#db3920;
}

.contentLarge{
	float: left;
	width: 700px;
	margin-left: 10px;
	margin-bottom: 10px;
	min-height:465px;
  	height:auto !important;
  	height:465px;
}

.selected{
	color:#db3920;
}

.itemBrown{
	float: left;
	width: 345px;
	height: 40px;
	margin-left: 5px;
	background: transparent url(../images/front/artistsItemBrownBack.jpg) scroll no-repeat top left;
	margin-top: 5px;
	display: inline; /* ie6 float fix */
}

.itemBrownBig{
	float: left;
	width: 700px;
	height: 40px;
	background: transparent url(../images/front/exhibitionTopMenu.jpg) scroll no-repeat top left;
	margin-top: 5px;
	display: inline; /* ie6 float fix */
}


.itemGreen{
	float: left;
	width: 345px;
	height: 40px;
	margin-left: 5px;
	background: transparent url(../images/front/artistsItemGreenBack.jpg) scroll no-repeat top left;
	margin-top: 5px;
	display: inline; /* ie6 float fix */
}

a.link{
	margin-left: 10px;
	padding: 0px;
	border: 0px;
}

a.link:hover{
	text-decoration: underline;
}

.selectedItemBrown{
	background: transparent url(../images/front/artistsItemGreenBack.jpg) scroll no-repeat top left;
}

.loader{
	width: 100%;
	height: 32px;
	background: transparent url(../images/front/loader.gif) scroll no-repeat top center;
}






