html, body {
	overflow-y: auto;
	}

* {
	outline: none;
	margin: 0;
	padding: 0;
	}

body {
	background: #DDD url(gfx/back_light.gif) 1px 99px;
	font-family: 'Trebuchet MS', trebuchet, arial, verdana;
	line-height: 130%;
	color: #111;
	font-size: small;
	}

#light {
	background: #EEE url(gfx/back_light.gif) 1px 99px;
	color: #111;
	}

#dark {
	background: #DDD url(gfx/back_dark.gif) 1px 101px;
	color: #EEE;
	}

img {
	border: 0;
	}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #444;
	}

#dark a:link, #dark a:visited, #dark a:active {
	color: #BBB;
	}

a:hover {
	color: #C6C;
	}

#dark a:hover {
	color: #C598C8;
	}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	z-index: 2;
	}

#header {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	min-height: 100px !important;
	width: 100%;
	z-index: 2;
	background: transparent url(gfx/head.png) 2px 0;
	}

#dark #header {
	background: transparent url(gfx/head_dark.png) 2px 0;
	}

h1, h2	{
	font-weight: normal;
	font-size: 160%;
	height: 50px;
	margin: 50px 0 0 50px;
	line-height: 160%;
	}

h2 {
	margin: 50px 0 0 195px;
	}

#head a:link, #head a:visited, #head a:active {
	position: relative;
	display: block;
	float: left;
	width: 33px;
	height: 34px;
	background: transparent url(gfx/logo.gif) 0 0 no-repeat;
	text-indent: -5000px;
	margin: 0 20px -10px 0;
	}

#head a:hover, #head a:focus {
	background-position: 0 -34px;
	}

#menu {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 119px;
	background: transparent url(gfx/panel_back.png) 0 0;
	}

#gripper {
	position: relative;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 39px;
	background: transparent url(gfx/panel_visible.png) 0 0 repeat-x;
	cursor: pointer;
	text-align: center;
	}

.ui-tabs .ui-tabs-hide {
	display: none;
	}

#menu {
	list-style: none;
	}

#menu li {
	display: block;
	float: left;
	width: 102px;
	height: 80px;
	overflow: hidden;
	margin: 25px 0 0 15px;
	background: transparent url(gfx/folder.gif) 0 0 no-repeat;
	}

#menu li.one {
	width: 50px;
	height: 80px;
	margin-left: 50px;
	background: transparent url(gfx/paper.gif) 0 0 no-repeat;
	}

#menu li.one:hover {
	background-position: 0 -80px;
	}

#menu li.hidden {
	display: none;
	}

#menu li a:link, #menu li a:visited, #menu li a:active {
	display: block;
	width: 102px
	height: 80px;
	}

#menu li.one a:link, #menu li.one a:visited, #menu li.one a:active {
	display: block;
	width: 50px;
	height: 80px;
	text-indent: -5000px;
	}

#menu li a:link img, #menu li a:visited img, #menu li a:active img {
	margin: 20px 20px 7px 20px;
	border: 1px solid #858585;
	}

#menu li a:hover img {
	border-color: #FFF;
	}

.ui-tabs-panel {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	z-index: 1;
	background: url(gfx/bar_back.gif) bottom center repeat-x;
	}

.ui-tabs-panel div {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	}

.ui-tabs-panel div div {
	background: none;
	}

p {
	}

p.intro {
	margin: 20px 105px 0 105px;
	}

dl.subnav {
	margin: 20px 105px 0 105px;
	}

dl.subnav dt {
	position: relative;
	clear: both;
	float: left;
	z-index: 2;
	width: 102px;
	height: 80px;
	margin: 10px 0 10px 10px;
	background: transparent url(gfx/folder.gif) 0 0 no-repeat;
	cursor: pointer;
	}

dl.subnav dt img {
	margin: 20px;
	border: 1px solid #858585;
	}

dl.subnav dt:hover img {
	border-color: #FFF;
	}

dl.subnav dd {
	*position: relative;
	height: 78px;
	margin-bottom: 5px;
	*left: -110px;
	padding: 10px 10px 10px 120px;
	border: 1px solid #9F9F9F;
	background: url(gfx/dd.png);
	}

#dark dl.subnav dd {
	border-color: #191919;
	background: url(gfx/dd_dark.png);
	}

.ui-tabs-panel .ad-gallery {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	xz-index: 1;
	}

.ui-tabs-panel .ad-gallery .ad-image-wrapper {
	width: 100%;
	position: absolute;
	overflow: hidden;
	xz-index: 1;
	}

.ui-tabs-panel .ad-gallery .ad-nav {
	position: absolute;
	left: 50%;
	width: 535px;
	margin-left: -267px;
	z-index: 5;
	bottom: 0;
	height: 99px;
	min-height: 99px;
	overflow: visible;
	}

.ui-tabs-panel .ad-gallery .ad-image-wrapper .ad-loader {
	position: absolute;
	z-index: 1;
	top: 48%;
	left: 48%;
	}

.ui-tabs-panel .ad-gallery .ad-next, .ui-tabs-panel .ad-gallery .ad-prev {
	position: absolute;
	bottom: 34px;
	left: 50%;
	z-index: 5;
	width: 31px;
	height: 31px !important;
	min-height: 31px;
	margin-left: -346px;
	background: url(gfx/buttons.gif) -62px 0;
	cursor: pointer;
	}

.ui-tabs-panel .ad-gallery .ad-next {
	margin-left: 317px;
	background-position: -93px 0;
	}

.ui-tabs-panel .ad-gallery .ad-prev:hover {
	background-position: -62px -31px;
	}

.ui-tabs-panel .ad-gallery .ad-next:hover {
	background-position: -93px -31px;
	}

.ui-tabs-panel .ad-gallery .ad-image-wrapper .ad-image {
	position: absolute;
	z-index: 3;
	overflow: hidden;
	bottom: auto;
	left: auto;
	min-height: auto;
	margin-top: -40px;
	padding-right: 3px;
	background: none;
	}

.ui-tabs-panel .ad-gallery .ad-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 99px;
	min-height: 99px;
	background: transparent url(gfx/bar.gif) center top no-repeat;
	}

.ui-tabs-panel .ad-gallery .ad-controls .ad-slideshow-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 99px;
	min-height: 99px;
	}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        position: absolute;
        top: 34px;
        left: 50%;
        width: 31px;
        height: 31px;
        margin-left: -381px;
        background: url(gfx/buttons.gif) 0 0 no-repeat;
        text-indent: -5000px;
        cursor: pointer;
	}

.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        margin-left: 354px;
        background-position: -31px 0;
	}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start:hover {
        background-position: 0 -31px;
	}

.ad-gallery .ad-slideshow-controls .ad-slideshow-stop:hover {
        background-position: -31px -31px;
	}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown, .ad-gallery .ad-info {
        position: absolute;
        top: 8px;
        left: 50%;
        margin-left: -296px;
        color: #F9C;
	}

.ad-gallery .ad-info {
	top: 10px;
	margin-left: 271px;
	width: 37px;
	font-size: 90%;
	text-align: center;
	}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
	cursor: default;
	}

.ui-tabs-panel .ad-gallery .ad-forward, .ui-tabs-panel .ad-gallery .ad-back {
	position: absolute;
	top: 28px;
	width: 37px;
	height: 64px;
	min-height: 64px;
	xz-index: 5;
	cursor: pointer;
	}

.ui-tabs-panel .ad-gallery .ad-back {
	left: -41px;
	background: url(gfx/buttons.gif) -124px 0 no-repeat;
	}

.ui-tabs-panel .ad-gallery .ad-forward {
	right: -41px;
	left: auto;
	background: url(gfx/buttons.gif) -161px 0 no-repeat;
    	}

.ui-tabs-panel .ad-gallery .ad-back:hover {
	background-position: -124px -64px;
	}

.ui-tabs-panel .ad-gallery .ad-forward:hover {
	background-position: -161px -64px;
	}

.ui-tabs-panel .ad-gallery .ad-nav .ad-thumbs {
	top: 11px;
	width: 100%;
	overflow: hidden;
	min-height: none;
	background: none;
	}

.ui-tabs-panel .ad-gallery .ad-thumbs .ad-thumb-list {
	width: 9000px;
	float: left;
	list-style: none;
	height: 77px;
	}

.ui-tabs-panel .ad-gallery .ad-thumbs li {
	float: left;
	padding-right: 5px;
	}

.ui-tabs-panel .ad-gallery .ad-thumbs li.first {
	padding-right: 5px;
	padding-left: 3px;
	}

.ui-tabs-panel .ad-gallery .ad-thumbs li.last {
	padding-right: 2px;
	}

.ui-tabs-panel .ad-gallery .ad-thumbs li a {
	display: block;
	}

.ui-tabs-panel .ad-gallery .ad-thumbs li a img {
	border: 1px solid #FFF;
	display: block;
	}

.ui-tabs-panel .ad-gallery .ad-thumbs li a.ad-active img {
	border: 1px solid #FFF;
	}

.ad-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
	}

#info {
	position: absolute;
	overflow: hidden;
	bottom: 99px;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 30px;
	min-height: 30px;
	padding-top: 20px;
	color: #111;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
	background: transparent url(gfx/info.png) 0 0;
	}

#dark #info {
	background: transparent url(gfx/info_dark.png) 0 0;
	}

#info p {
	margin-bottom: 20px;
	}

#info strong {
	font-weight: normal;
	}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
	}

#tiptip_content {
	behavior: url(js/PIE.htc);
	color: #CCC;
	padding: 4px 8px;
	border: 1px solid #CCC;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #000 1px 3px 3px;
	-moz-box-shadow: #000 1px 3px 3px;
	box-shadow: #000 1px 3px 3px;
	background: #333;
	}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	margin-top: 6px;
	padding: 0 0 7px 0;
	}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	width: 15px;
	background: url(gfx/arrow.gif) 0 0 no-repeat;
	}

/* Background */

#background {
	position: absolute;
	z-index: 15;
	right: 10px;
	bottom: 72px;
	width: 17px;
	height: 17px;
	overflow: hidden;
	}

#link_light, #dark #link_light, #link_dark {
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #AAA;
	text-indent: -5000px;
	background: #DDD;
	}

#link_light, #dark #link_dark {
	display: none;
	}

#link_dark {
	margin-top: 1px;
	border-color: #EEE;
	background: #444;
	}

#link_light:hover, #dark #link_light:hover {
	border-color: #FFF;
	background: #FFF;
	}

#link_dark:hover {
	border-color: #000;
	background: #000;
	}
	