/* CSS Document */

body {
  background-color: #FFFFFF;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#999999;  
  padding:0px;
  margin:0px;
}

a {
	text-decoration:none;
	color: #999;
	font-size: 11px;
}
a:hover {
	color: #333;	
}
a img {
	border: 0;
}
a.active {
	color: #333;
	font-weight:bold;
}

#container { 	
  position:absolute;
  height:608px; 
  width:877px;
  width:882px;
  margin:-304px 0 0 -438px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
  overflow: hidden;
  background-repeat:repeat-x;
  background-position: 0 54px;
}

.header {
	height: 22px;
	/*
	border-top: 2px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	*/
	padding-left: 0;
	line-height:22px;
	margin: 0;
}

.logo {
	float: left;
	width: 276px;
	width: 336px;
}
.logo a {
	color: #999999;
	font-size: 13px;
}
.logo a:hover {
	text-decoration: none;
}

.nav1 {
	float:left;
	width: 360px;
	padding: 0;
	margin: 0 0 30px 0;
}
.nav1 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav1 ul li {
	float:left;
	width: 70px;
}
.nav2 {
	float:right;
	width: 170px;
	padding-right: 5px;
}
.nav2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float:right;
}
.nav2 ul li {
	float:left;
	margin-left: 25px;
}
.nav2 ul li.first {
	margin-left: 0px;	
}
#subnav {
	position: absolute;
	top: 20px;
	width: 100%;
}
#subnavright {
	position: absolute;
	top: 20px;
	right: 0;
	width: 510px;
}
.subpos1 {
	left: 342px;	
}
.subpos2 {
	left: 413px;
}
.subpos3 {
	left: 483px;
}
.subpos4 {
	left: 553px;
}
.subpos5 {
	left: 623px;	
}
#subnav ul, #subnavright ul {
	list-style-type: none;
	margin: 0;
}
#subnav ul li {
	float:left;
	width:auto;
	padding-left: 10px;
	padding-right: 10px;
}
#subnavright ul li {
	float: right;
	width: auto;
	padding-right: 0;
	padding-left: 10px;
}
#subnav ul li.first {
	background: url(../images/bgsubnav.gif) no-repeat 0 6px;
}
#subnavright ul li.first {
	background: url(../images/bgsubnavright.gif) no-repeat right 6px;
	padding-right: 10px;
	margin-right: 3px;
}
#subnav ul li a, #subnavright ul li a {
	font-size: 11px;
	color: #000;
}
#subnav ul li a:hover, #subnavright ul li a:hover  {
	color: #999;
}
#content {
	margin: 0;
	border: 2px solid #FFF;
	width: 877px;
	height: 498px;
	text-align:left;
}
#content a {
	color: #666666;
	text-decoration:none;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
#content a:hover {
	color: #AEAEAE;
}

.home {
	background: url(../images/homebg2.jpg) no-repeat;
}
.footer h1 {
	font-size: 18px;
	font-weight:normal;
}
.home p {
	font-size: 11px;
	margin: 0 60px 0 0;
	padding: 5px 0 0 0;
	text-align:right;
}

.text {
	background: url(../images/roman.jpg) no-repeat top right;
	text-align:left;
	border-bottom: 1px solid #AEAEAE !important;
	border-top: 1px solid #AEAEAE !important;
	height: 370px !important;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight:bold;
}
.text p {
	margin: 5px 0 15px 0;
	width: 300px;
	font-size: 11px;
	padding: 0;
	text-align:left;
}
.text img {
	float:right;
}

/* carousel */
/* div with the gallery inside */
#ext-thumbnails, #ext-thumbnails-placeholder {
  height:39px;
  text-align:left;
  margin:0;
  margin-left: -5px;
  clear:both;
  display:none;  
}
/* doesn't work for some reason */
#ext-thumbnails {
	background-image: url(../images/thumbnailsbg.gif);
}

#ext-thumbnails-placeholder {
  display:block;

}


#ext-thumbnails .label {
	display:none;
}
/* div around the imgs */
.carouselWrapper, .carouselInner, .jdExtCarousel, #ext-thumbnails {
	height: 39px;
  	width:882px;
	display:block;
}

/* single thumbnail */
.thumbnail{
  float:left;
  border:1px solid #ccc;
  background:#fff;
  cursor:pointer;
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}



/* ************* */
/* smoothgallery */
/* ************* */

.tx-rgsmoothgallery-pi1 {
  background:#FFF url(../images/loading-bar-black.gif) center center no-repeat;
}

.myGallery {
	width: 460px;
	height: 345px;
	z-index:5;
	display: none;
}

.jdGallery {
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position:center center;
	position: absolute;
	left:0;
	right:0;
	margin:0;
	padding:0;
	opacity:0;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/loading-bar-black.gif);
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: -20px;
	height: 40px;
	background: #fff;
	color: #AEAEAE;
	text-indent: 0;
	overflow: hidden;
	display:none;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 11px;
	margin: 2px 0 0 0;
	font-weight: normal;
	color: inherit;
	text-align:center;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #AEAEAE;
}


.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=0);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('../images/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('../images/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('../images/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('../images/fleche2.gif') no-repeat center right; }


/* romans gallery */
.galleryNav {
	padding: 10px 10px 0 0;
	float:left;
	width: 114px;
	height: 488px;
}
#content .galleryNav .showThumbs {
	font-size: 9px;
	cursor:pointer;
	display:block;
	text-align:left;
	padding: 0;
	margin: 0;
}
.galleryNav .left, .galleryNav .right {
	float:left;
	display:block;
	width: 8px;
	height: 13px;
	cursor:pointer;
	font-size: 6px;
	background-repeat:no-repeat;
	margin-top: 10px;
}
.galleryNav .left {
	background-image: url(../images/arrowleft.gif);	
	padding-right: 5px;
}
.galleryNav .right {
	padding-left: 5px;
	background-image: url(../images/arrowright.gif);	
}
.jdGallery {
	float:left;	
	width: 747px;
}
#image-caption {
	position:absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 15px;
	font-size: 10px;
	width: 114px;
}

dl {
	float:left;
	margin-right: 5px;
	border: 1px solid #CCC;
}