*
{
	position: relative;
}

body
{
	position: relative;
	background: #a03968;
}
a.more { display: block; text-align: right; }

#container { margin: 0 auto; width: 900px; min-height: 700px; background: #5b1b39; border: 1px solid white; }
#header { width: 900px; height: 196px; background: url(/images/header.jpg) no-repeat; position: relative; }
#header, #header * { text-indent: -10000px; }
#header h1 { margin: 0; padding: 0; }
#header a { width: 420px; height: 196px; display: block; margin: 0; }
#header h2 { position: absolute; bottom: 1px; right: 3px; width: 400px; height: 60px; margin: 0; }
#menu { list-style: none; width: 250px; height: 450px; float: left; margin: 0; padding: 0; margin-top: 20px; }

#menu a { width: 182px; height: 62px; margin-bottom: 10px; display: block;  }
a#s1 { background: url(/images/menu/1.jpg) no-repeat; }
a#s2 { background: url(/images/menu/2.jpg) no-repeat; }
a#s3 { background: url(/images/menu/3.jpg) no-repeat; }
a#s4 { background: url(/images/menu/4.jpg) no-repeat; }
a#s5 { background: url(/images/menu/5.jpg) no-repeat; }
a#s6 { background: url(/images/menu/6.jpg) no-repeat; }
a#s7 { background: url(/images/menu/7.jpg) no-repeat; }

#menu * { text-indent: -10000px; }

#main {
	float: left; width: 603px;
}

.subpage #contentContainer {
	width: 603px; min-width: 603px; height: 411px; margin-top: 20px;
	margin-left: 15px;
	background-image: url(/images/content.jpg);
	background-position:  left top;
	padding: 15px;
	background-repeat: repeat-y;
	overflow: auto;
}

.home #contentContainer {
	width: 603px; min-width: 603px; height: 311px; margin-top: 20px;
	margin-left: 15px;
	background-image: url(/images/content.jpg);
	background-position:  left top;
	padding: 15px;
	background-repeat: repeat-y;
	overflow: hidden;
}

#contentContainer { font-family: Verdana, Tahoma, sans-serif; font-size: 11px; color: white; line-height: 18px; }
#contentContainer a { color: yellow; }

.subpage #subcontent { display: none; }
.home #subcontent h3 {
	width: 613px; padding-left: 45px; padding-right: 0px; clear: both; text-align: center !important;
}
.home #subcontent h3 {
	background: url(/images/obj.jpg) no-repeat top center;
	height: 55px; margin: 0; text-indent: -10000px;
}

.home #subcontent a { margin-left: 5px; }
.home #thumb1 img { margin-left: 15px; }

#objects { list-style: none; margin: 0; padding: 0; }
#objects li { width: 120px; float: left; margin-right: 20px; margin-bottom: 20px; }

#footer { clear: both; border-top: 1px solid white; margin-top: 10px; background-color: #3f1529; height: 22px; padding-top: 8px; text-align: right }
#footer, #footer * { color: yellow; font-size: 10px;  font-family: Verdana; }

h3 { margin: 0; padding: 0; margin-bottom: 25px; font-size: 16px; }
div.news h4 {font-size: 11px; font-weight: bold; margin: 0; padding: 0; margin-top: 25px; margin-bottom: 5px; }
div.news p { margin: 0; padding: 0; }

div.pager ul { list-style: none; padding: 0; margin: 0 auto; }
div.pager ul li { float: left; margin-right: 10px;}
div.pager ul li.active a { color: white; }
/*** HS ***/
.highslide {
	cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(/js/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {
	background: url(/js/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/js/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
