body, p, a, span, div, ul, li, table, tr, td, strong, em, img {
    color: #000;
    font-family: Cantarell, Andale Mono, arial, verdana, sans-serif;
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
    line-height: 14px;
}
input, label, textarea {
    display: block;
    margin: 5px 0 5px 0;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
}
a {
    text-decoration: none;
}
h1,
h1 a {
    font-size: 24px;
    display: none;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
ul,
li {
    margin: 0;
    padding: 0;
}
ul#links li,
ul.comments li {
    float: none;
}
.selected {
    /*font-weight: bold;*/
	color: #ccc;
}


/* layout */
body {
    padding: 1px;
    background: #dfdbd1;
}
#container {
    width: 900px;
    margin: auto;
    position: relative;
}
#content {
    position: absolute;
    top: 40px;
    width: 900px;
    height: 710px;
    overflow: hidden;
}
.home {
    padding-top: 20px;
}
#home {
    display: block;
    margin: 100px auto; 
    width: 655px;
    height: 350px;
}
#frame {
    position: absolute;
    top: 120px;
    width: 900px;
    height: 653px;
    overflow: hidden;
    z-index: 20;
    background: url(../img/frame.png) no-repeat;
}
#logo {
    position: absolute;
    top: 50px;
    left: 180px;
}
#menu {
    position: absolute;
    z-index: 40;
    top: 800px;
    right: 110px;
	width: 900px;
	text-align: right;
}
#menu li {
    display: inline;
    padding-left: 50px;
}
#menu li a {
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
}
#menu li a.selected {
    /*font-weight: bold;*/
	color: #888;
}
#press_photos,
#photos,
#picture {
    position: absolute;
    left: 498px;
    top: 95px;
    z-index: 10;
}
#photos li {
    width: 390px;
    height: 550px;
    background-color: #ffffff;
}
#thumbnails {
    position: absolute;
    left: 35px;
    top: 200px;
    width: 436px;
    height: 510px;
    z-index: 30;
}
#thumbnails li {
    float: left;
}
#thumbnails li a img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}
#thumbnails li a:hover img,
#thumbnails li a.activeSlide img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


#contact,
#press_menu,
#html,
#news {
    position: absolute;
    left: 45px;
    top: 220px;
    width: 420px;
    height: 440px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
}
#contact {
	overflow: visible;
}
#legal_area {
	position: absolute;
	top: -80px;
	left: 490px;
	width: 300px;
	height: 500px;
}


#press_menu li {
    text-align: center;
    height: 20px;
}
#press_menu li a.activeSlide {
    font-weight: bold;
}
.scroll-pane {
    width: 420px;
    height: 430px;
    overflow: hidden;
}



















/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}


/* scrollpane */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #b0b7a7;
	filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}
.jScrollPaneDrag {
	position: absolute;
	background: #444;
	cursor: pointer;
	overflow: hidden;
	width: 8px;
	filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

