/* HTML */

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

body,html {
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background: #FFFFFF;
	height: 100%;
}

p {
	margin-top: 0;
	padding-top: 0;
}

img {
	border: none;
}

a img {
	border: none;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	background: #F7941E;
	color: #FFFFFF;
}

a:focus {
	outline-style: none;
}

ul,li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* LOGO */

img#logo {
	position: absolute;
	top: 373px;
	left: 20px;
	z-index: 2;
}

/* MENU */

div#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	background:url(../images/bg.png);
	z-index: 1;
}

div#bg-contact {
	position: absolute;
	top: 504px;
	left: 850px;
	width: 150px;
	height: 20px;
	background:url(../images/bg_contact.png);
	z-index: 1;
}

ul#menu {
	position: absolute;
	top: 504px;
	left: 0;
	width: 250px;
	z-index: 2;
}

ul#menu a {
	color: #000000;
	text-decoration: none;
	padding: 1px;
}

ul#menu a:hover {
	background: #F7941E;
	color: #FFFFFF;
}

ul#menu li a {
	padding-left: 20px;
	display: inline;
}


div#legal {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 9px;
	line-height: 11px;
	z-index: 2;
}

/* GALLERY */

div#imgs-frame {
	position: absolute;
	top: 20px;
	left: 250px;
	width: 100%;
	height: 480px;
}

div#controller {
	font-weight: bold;
}

span#img-number {
	font-weight: normal;
}

div#imgs_caption {
	font-size: 9px;
}

div#imgs {
	position: absolute;
	top: 0;
	left: 0;
}

div#imgs img {
	border: 0;
}

div#text-frame {
	position: absolute;
	top: 504px;
	left: 250px;
	width: 750px;
}

span.credits {
	font-size: 9px;
	line-height: 11px;
}

/* SCROLL */

a.uarr {
	display: block;
	width: 13px;
	height: 14px;
	border: 0;
	background: url(../media/site/uarr.gif) no-repeat 0 0;
	text-decoration: none;
}

a.uarr:hover {
	background: url(../media/site/uarr.gif) no-repeat -13px 0;
	text-decoration: none;
}

a.darr {
	display: block;
	width: 13px;
	height: 14px;
	border: 0;
	background: url(../media/site/darr.gif) no-repeat 0 0;
	text-decoration: none;
}

a.darr:hover {
	background: url(../media/site/darr.gif) no-repeat -13px 0;
	text-decoration: none;
}