/* HTML */

body,td,th {
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background-color: #FFFFFF;
	font: Trebuchet MS, Verdana;	
}

body,html {
	margin: 0;
	overflow: hidden;
	background: #FFF;
	height: 100%;
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Verdana;
}

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

img {
	border: none;
}

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

#imgs a:hover {
	background:none;
	border: none;
	padding: 0;
}

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

a:hover {
	background: #000;
	color: #FFF;
}

a:focus {
	outline-style: none;
}

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

/* LOGO */

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

/* MENU */

div#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 100%;
	background: #FFF;
	z-index: 1;
	background-color: #FFFFFF;	
}

ul#menu {
	text-align:right;
	font-size:13px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 180px;
	left: 0;
	width: 360px;
	z-index: 2;
	line-height:18px;
	letter-spacing: 2px;

	
}

ul#menu li{
	font-size:13px;
	
}


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

ul#menu a:hover {
	background: #000;
	color: #FFF;
}

ul#menu li a {
	/*padding-left: 50%;*/
	display:block;
}

ul#menu li ul li a {
	margin-right: 20px;
	display:block;
	font-size: 11px;
	letter-spacing: 1px;

}

ul#menu li ul li ul li a {
	margin-right: 40px;
	display:block;
}

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

ul#menu a.selected {
	background: #000;
	color: #FFF;
}

div#legal {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 9px;
	line-height: 11px;
	z-index: 2;
	background-color: #FFFFFF;
}

/* CONTENT */

div#content-img {
	position: absolute;
	top: 20px;
	left: 420px;
	width: 500px;
	height: 320px;
	background: #FFF;
}

div.content-text {
	position: absolute;
	top: 350px;
	left: 420px;
	width: 500px;
}

/* GALLERY */

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

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: 345px;
	left: 420px;
	width: 500px;
}

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

/* SCROLL */

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

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

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

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

#column {
	z-index:100;
	position:absolute;
	top:21px;
	bottom:21px;
	left:377px;
	display: block;
	width: 26px;
	}

#column_top {
	position:absolute;
	display: block;
	top:0px;
	left:0px;
	width: 26px;
	height: 12px;
	margin:0px;
	padding:0px;
	background:url(../img/column_top.png) no-repeat top left;
}

#column_body {
	position:absolute;
	overflow: hidden;
	top:12px;
	bottom:12px;
	left:0px;
	width: 26px;
	margin: 0 auto;
	padding:0px;
	background:url(../img/column_body.png) repeat-y;
}

#column_bottom {
	position:absolute;
	display: block;
	bottom:0px;
	left:0px;
	width: 26px;
	height: 12px;
	margin:0px;
	padding:0px;
	background:url(../img/column_bottom.png) no-repeat top left;
	
}

.sub-menu { display: none; }
.current_page_item .sub-menu, .current_page_parent .sub-menu { display: block; }
#flag {
  display: block;
  height: 11px;
  left: 23px;
  position: absolute;
  top: 110px;
  width: 16px;
  z-index: 99999;
}