body {
	font-family:"DINReg","Arial",sans-serif;
	font-size:12px;
	background:url(images/bg.png) fixed left bottom repeat-x black;
	position:static;
	overflow:auto;
}

div.header {
	position:absolute;
}

.wrapper640 {
	position:relative;
	margin:0 auto;
	width:640px;
}

.wrapper800 {
	position:relative;
	margin:0 auto;
	width:800px;
}

.wrapper980 {
	position:relative;
	margin:0 auto;
	width:980px;
}

#logo-bg {
	background:url(images/logo-bg.png) 0 0 no-repeat;
	position:fixed;
	width:653px;
	height:377px;
	z-index:9;
}

#artparis-logo {
	background:url(images/artparis+guests.png) 0 0 no-repeat;
	width:245px;
	height:310px;
	margin-top:-10px;
	margin-left:10px;
	float:left;
}

#artparis-grand-palais-logo-330 {
	background:url(images/art-paris-grand-palais-330.png) 0 0 no-repeat;
	width:330px;
	height:231px;
	margin-left:10px;
	float:left;
	text-indent:-1000em;
}

#grand-palais {
	background:url(images/grand-palais-small-white.png) 0 0 no-repeat;
	width:196px;
	height:146px;
	left:240px;
	text-indent:-1000em;
	top:158px;
	overflow:hidden;
	position:absolute;
}

.clear #grand-palais {
	background:url(images/grand-palais-small.png) 0 0 no-repeat;
}

.artp {
	width:430px;
	height:301px;
	left:20px;
	top:0;
	position:absolute;
	background:url(images/art-paris-grand-palais.png) 0 0 no-repeat;
	display:block;
	text-indent:-1000em;
}

.background-photo {
	width:100%;
	height:100%;
	position:fixed;
	z-index:2;
}

.backgrounds-container {
	z-index:2;
}

.indexpage  {
	z-index:100000;
}

.mainpage  {
	width:828px;
	margin:0 auto;
	position:relative;
}
.mainpage .contents {
	float:right;
}
.mainpage .textblock {
	background:url(images/white-90.png) repeat transparent;
	width:400px;
	margin-top:24px;
	padding:8px;
}

.w480 {
	width:480px;
}

.w740 {
	width:740px;
}

.w240 {
	width:240px;
}


body {
	font-family:"DINReg","Arial",sans-serif;
	font-size:14px;
/*	line-height:16px;*/
}

p strong, p .strong, p.strong {
	font-family: "DINBol";
	font-weight:bold;
}

em, .markuptext em {
	font-style:italic;
	font-family:Arial;
}

strong, .strong {
	font-weight:bold;
}

.mainpage .contents p {
	padding-top:12px;
}

.leftcol {
	float:left;
	width:288px;
	background-color:#e0e0e0;
	height:auto;
	min-height:1000px;
}
.leftcol.indexpage {
	width:300px;
	background-color:transparent;
}
.rightcol {
	float:right;
	width:640px;
	margin:100px 20px 0 0;
	z-index:1000;
}
.rightcol.middle {
	margin-top:340px;
}
.rightcol.indexpage {
	width:400px;
	margin:272px 40px 0 0;
}

h1 {
	font-family:"DINBol","Arial",sans-serif;
	font-size:32px;
	letter-spacing:-.075em;
	padding-top:0;
	margin-top:0;
	line-height:38px;
/*	text-transform:uppercase;*/
}

h2 {
	font-family:"DINBol","Arial",sans-serif;
	font-size:18px;
	letter-spacing:-.075em;
}

h3 {
	font-family:"DINReg","Arial",sans-serif;
	font-size:18px;
	letter-spacing:-.075em;
}

h4 {
	font-family:"DINBol","Arial",sans-serif;
	font-size:14px;
	letter-spacing:-.075em;
}

.rounded {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

a, .a {
	text-decoration:none;
/*
	color:black;
	background-color:#ddd;
*/
	cursor:pointer;
	color:#175873;
	text-decoration:none;
	
/*
	padding:1px 4px 1px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
*/
}
a:hover, .a:hover {
/*
	background-color:black;
*/
	color:#217ba1;
	cursor:pointer;
	text-decoration:underline;
/*
	padding:1px 4px 1px 4px;
*/
}

a.graybutton, .a.graybutton {
	text-decoration:none;
	color:black;
	background-color:#ddd;
	cursor:pointer;
	padding:1px 4px 1px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
a.graybutton:hover, .a.graybutton:hover {
	color:black;
	background-color:#bbb;
}
a.blackbutton, .a.blackbutton {
	text-decoration:none;
	color:white;
	background-color:#000;
	cursor:pointer;
	padding:1px 4px 1px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
a.blackbutton:hover, .a.blackbutton:hover {
	color:white;
	background-color:#555;
}

a.button, .a.button {
	text-decoration:none;
	cursor:pointer;
	padding:1px 4px 1px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
a.black.button, .a.black.button {
	color:white;
	background-color:#000;
}
a.black.button, .a.black.button {
	color:#000;
	background-color:#fff;
}

a.blue.button,.a.blue.button {
	background-color:black;
	color:white;
}

a.blue:hover,.a.blue:hover {
	background-color:#28c5f2;
}

input {
	font-size:14px;
}

input[disabled=disabled] {
	color:gray;
}

select, option {
	font-size:18px;
}

label[for]:hover {
	outline:1px gray dotted;
	cursor:pointer;
}
input[type=checkbox],
input[type=radio] {
	cursor:pointer;
}

input.placeholder {
	color:#444 !important;
}

.inputbg-232 {
	background:url(images/input-232.png) no-repeat;
	width:232px;
	height:36px;
	position:relative;
}

.inputbg-232 input {
	margin:6px 10px 6px 10px;
	font-size:20px;
	height:24px;
	line-height:24px;
	width:220px;
	border:0;
	background:transparent;
}

.inputbg-320 {
	background:url(images/input-320.png) no-repeat;
	width:320px;
	height:36px;
	position:relative;
}

.inputbg-320 input {
	margin:6px 10px 6px 10px;
	font-size:20px;
	height:24px;
	line-height:24px;
	width:290px;
	border:0;
	background:transparent;
}

.inputbg-480 {
	background:url(images/input-480.png) no-repeat;
	width:480px;
	height:36px;
	position:relative;
}

.inputbg-480 input {
	margin:6px 10px 6px 10px;
	font-size:20px;
	height:24px;
	line-height:24px;
	width:450px;
	border:0;
	background:transparent;
}


.grbutton {
	display:block;
	height:24px;
	width:44px;
	background-image:url(images/buttons.png);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-1000em;
	cursor:pointer;
}
.grbutton:hover {
	cursor:pointer;
}
.grbutton.grbutton128 {
	background-position:-96px 0;
	height:24px;
	width:128px;
	text-indent:0;
	text-align:center;
	font-family:"DINReg","Arial",sans-serif;
	line-height:24px;
	color:#333;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5), 0px 1px 0px rgba(255,255,255,.5);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,.5), 0px 1px 1px rgba(255,255,255,.5);
}
.grbutton.grbutton128:hover {
	color:#000;
}
.grbutton.grbutton128:active {
	background-position:-96px -48px;
	line-height:26px;
}
.grbutton.grbutton128.disabled, .grbutton.grbutton128.disabled:active {
	background-position:-96px -72px;
	color:gray;
	cursor:default;
	line-height:24px;
}

.wrong-code p {
	color:red;
	font-size:16px;
}

.menu {
	padding-left:24px;
	padding-top:24px;
	width:260px;
	position:relative;
	top:320px;
	height:auto;
}

.menu li {
/*	background:url(images/black-80.png) repeat transparent;*/
	color:white;
	margin:2px 0;
	font-size:11px;
	width:200px;
	cursor:pointer;
	text-transform:uppercase;
	text-align:right;
	overflow:hidden;
	white-space:nowrap;
	background-color:transparent;
}
.menu li a {
	background-color:black;
	padding:0;
	margin:0;
	padding:3px 5px 3px 5px;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	text-decoration:none;
}

.menu li:hover a {
	text-shadow:0px 0px 4px white;
	color:white;
}

.menu li.selected {
	color:#000;
/*
	background-color:white;
*/
	width:266px;
}

.menu li.selected a {
	background-color:white;
	color:#000;
}

.hmenu li {
	background:#ccc;
	color:black;
	padding:2px 4px 2px 4px;
	margin:2px 0;
	font-size:11px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	text-transform:uppercase;
	margin-right:8px;
	float:left;
}
.hmenu li.selected, .hmenu li:hover {
	background:black;
	color:white;
}

table {
	border-collapse:collapse;
}

td,th {
	padding:4px 8px 4px 8px;
	white-space:nowrap;
}
th {
	color:gray;
}
tr.odd td {
	background-color:#eee;
}
tr.selected td {
	background-color:#FFF7D4 !important;
}
th {
}

.bullet li, .bullets li {
	list-style-type:disc;
	list-style-position:inside;
}
.bullet li, .bullets li {
	padding-left:20px;
}

.errors {
	background-color:#E95E27;
	color:white;
	padding:8px;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	margin:4px 0;
}
.errors.wide {
	width:464px;
}
.error {
	color:white;
}

th.headerSortUp {
	background-image: url(images/small_asc.gif); 
    background-color: #28c5f2;
    color:white;
}
th.headerSortDown {
	background-image: url(images/small_desc.gif); 
    background-color: #28c5f2;
    color:white;
}

.footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:18px;
	padding-top:4px;
	background:url(images/black-80.png) repeat transparent;
	border-top:1px #444 solid;
	z-index:12;
	color:white;
	font-family:Arial,sans;
}
.footer p {
	padding:0;
	margin:0 8px;
}
.footer a, .footer .a {
	color:white;
	background-color:#333;
}
.footer a:hover, .footer .a:hover {
	color:black;
	background-color:#fff;
}
.footer .selected {
	color:black;
}
.footer .language.selected {
	background-color:#ccc;
}
.whitebg {
	background-color:white;
}
.blackbg {
	background-color:black;
	color:white;
}

.addthis {
	background:url(images/icon_addthis.png) no-repeat transparent;
	width:184px;
	height:23px;
}

.markuptext ul li {
	list-style-type:square;
	list-style-position:inside;
	padding-left:0px;
	text-align:left;
}
.markuptext ul li p {
	text-align:left;
}

.markuptext blockquote {
	font-style:normal;
	padding-left:40px;
}

.markuptext blockquote p {
	font-style:italic;
	font-family:Georgia,Times,Serif;
}

.markuptext a img {
	background:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}


p, li {
	font-size:12px;
}
.markuptext p, .markuptext ul {
	padding-bottom:6px;
}
h1, h2 {
	padding:0px;
	margin:0px;
	padding-top:0px;
}
h1 {
	line-height:32px;
	margin-bottom:12px;
}
.project .description h1 {
	font-size:14px;
	line-height:120%;
	padding:0px;
	margin:0px;
}
.project .description h2 {
	font-size:11px;
	line-height:120%;
	padding:0px;
	margin:0px;
}
.project .description p {
	margin-top:4px;
}


.project-title h1, .project-title h2 {
	padding:0px;
	margin:0px;
}
.project-title {
	margin-bottom:12px;
}

.markuptext hr {
	border:0;
	border-top:1px gray dotted;
}

.isometric_column {
	display:block;
	padding:12px;
	width:378px;
	margin-bottom:80px;
	padding-bottom:80px;
}
.isometric_column .body {
	background:url(images/white-95.png) repeat transparent;
}
.isometric_column .top,.isometric_column .bottom {
	height:30px;
	background:url(images/col-bounds.png) top left no-repeat transparent;
	clear:both;
}
.isometric_column .bottom {
	background-position:top right;
}

.isometric_column p {
	text-align:justify;
}


/*
.triangle-grand-palais {
	background:url(images/triangle-grand-palais.png) top left no-repeat transparent;
	display:block;
	width:309px;
	height:133px;
	position:absolute;
	left:-76px;
	top:0px;
	text-indent:-1000em;
	overflow:hidden;
}
*/

.triangle-grand-palais {
	background:url(images/artparis-2011.png) top left no-repeat transparent;
	display:block;
	width:391px;
	height:185px;
	position:absolute;
	left:-157px;
	top:0px;
	text-indent:-1000em;
	overflow:hidden;
}

.newsletter {
	width:208px;
	background:url(images/black-80.png) repeat transparent;
	color:white;
	border:1px gray dotted;
}
.newsletter input {
	font-size:12px;
	background-color:#eee;
	color:black;
	border:1px gray dotted;
	width:152px;
}


.share {
	width:208px;
	background:url(images/black-80.png) repeat transparent;
	color:white;
	border:1px gray dotted;
}
.share a {
	background:none;
	padding:0;
	margin:0;
}

.pdf {
	background:url(images/pdf.png) no-repeat 0 0 ;
	height:92px;
	width:92px;
}

.loader {
	background:url(images/loader.gif) no-repeat 0 0 ;
	height:16px;
	line-height:16px;
	padding-left:22px;
}


.share a.facebook {
	background:url(images/share.facebook.png) no-repeat 0 0 ;
	height:30px;
	width:30px;
	display:block;
	margin-right:4px;
}
.share a.twitter {
	background:url(images/share.twitter.png) no-repeat 0 0 ;
	height:30px;
	width:30px;
	display:block;
	margin-right:4px;
}


.catalog_sidebar {
	background:url(images/catalog_sidebar.png) no-repeat 0 0 ;
	width:239px;
	height:145px;
	display:block;
	margin-left:-10px;
	cursor:pointer;
}

.catalog_sidebar_label {
	width:208px;
	background:url(images/black-80.png) repeat transparent;
	color:white;
	border:1px gray dotted;
	line-height:20px;
}

.mail_pass {
	height:131px;
	width:480px;
	line-height:131px;
	text-indent:192px;
	background:url(images/mail_pass.png) no-repeat transparent;
	display:block;
	color:white;
}

hr {
	height:0px;
	border:0;
	border-top:1px gray dotted;
}

.artists-listing>ul>li>p {
	font-weight:bold;
	font-family: "DINBol";
}
.artists-listing>ul>li>ul>li {
	padding-left:16px;
}