* {
	border: 0px;
	margin:  0px;
	padding:  0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 120%;
	margin: 0;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}

p {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
	color: black;
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

#container.items {
	margin-top: 1%;
	margin-left: -45%;
	min-width: 860px;
	width: 90%;
	position: absolute;
	left: 50%;
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}

.pad10 {
	padding: 10px;
}

.clearer {
	clear:  both;
	width:  100%;
}

/* @group Header */

#jmc-logo {
	width: 250px;
	float: left;
}

#main-nav {
	float: right;
	color: #000000;
	text-align: right;
}

#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 35px 0px 0px 0px;
}

#main-nav li {
	display: inline;
	margin-right: 18px;
	font-size: 180%;
}

#main-nav .last {
	margin-right: 0px;
}

/* @end */

/* @group Main Area */

#main {
	padding: 0 0 0 0;
	min-width: 860px;
	width: 100%;
	z-index: 4;
	float: left;
	margin: 0;
	height: 530px;
}

#main-subpage {
	padding: 30px 0px 0px 0px;
	min-width: 860px;
	width: 100%;
	float: left;
	margin: 0;
	height: auto;
}


.item {
	width: 500px;
	height: 500px;
	float: left;
	margin-right: 30px;
	display: none;
}

.item-sm {
	width: 205px;
	height: 205px;
	float: left;
	margin-right: 10px;
	display: none;
	margin-bottom: 10px;
}

.item-painting {
	height: 500px;
	float: left;
	margin-right: 30px;
	display: none;
} 

.itempanel {
	background: url('assets/images/panel-shade.png') repeat-x;
	display: none;
	width: 100%;
	height: 100px;
	position: relative;
	display: none;
	color: #ffffff;
}

.itempanel-shade {
	background: url('assets/images/panel-shadow.png') repeat-x;
	width: 100%;
	height: 10px;
}

.itempanel-sm {
	background: url('assets/images/panel-shade.png') repeat-x;
	display: none;
	width: 100%;
	height: 80px;
	position: relative;
	display: block;
	color: #ffffff;
}

.itempanel a, .itempanel-sm a {
	color: white;
	text-decoration: none;
}

.itempanel a:hover, .itempanel-sm a:hover {
	text-decoration: underline;
}

/* @group Scroller */

.mainarea {
	position: relative;
	height: 537px;
	white-space: nowrap;
	overflow: hidden;
}

.mainarea-subpage {
	position: relative;
	height: auto;
}

#items {
	padding: 0;
	margin: 0;
	position: absolute;
}

#items-subpage {
	padding: 0;
	margin: 0;
}

#items img {
	margin: 0 30px 0 0;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

.slider_vert {
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('track_vert.gif');
	background-repeat: repeat-y;
}

.handle_vert {
	position: absolute;
	cursor: pointer;
	

/*

h

eight: 40px;*/
		width: 100%;
	top: 0;
	background: #000000;
	z-index: 100;
}

.slider_horiz {
	height: 9px;
	width: 100%;
	position: relative;
	top: 525px;
	right: 0;
}

.handle_horiz {
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 100%;
	top: 0;
	background: #454545;
	z-index: 100;
}

.whiteline {
	width: auto;
	height: 1px;
	background-color: #ffffff;
	background-image: url('assets/images/whiteline.gif');
	background-repeat: _x;
	margin: 0 0 30px 0;
}

/* @end */

/* @group Pagination */

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #000000;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #000000; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #000000; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: black;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	padding: 30px 0px;
	color: #666;
	text-align: left;
	float: left;
	z-index: 1;
	border-top: solid #CACACA 1px;
	margin-top: 30px;
	width: 100%;
	height: 30px
}

#footer-subpage {
	padding: 30px 0px;
	color: #666;
	text-align: left;
	float: left;
	border-top: solid #CACACA 1px;
	margin-top: 30px;
	width: 100%;
	height: 30px;
	position: relative;
}

#footer a, #footer-subpage a {
	font-weight: bold;
}

#nav_contact { width: 350px; float: left; }

/* @end */

/* @group IE6 */

* html .minwidth {
	border-left: 860px solid #fff;
	position: relative;
	float: left;
	z-index: 1;
}

* html .minwidth2 {
	margin-left: -860px;
	position: relative;
	float: left;
	z-index: 2;
}

/* @end */
