* {
		margin: 0px;
		padding: 0px;
}

html {
    overflow: hidden;
}

body {
		font-family: Myriad Pro, 'Lucida Grande', Tahoma, Arial, sans-serif;
		font-size: 13px;
		color: #363636;
}

li {
		list-style: none;
}

img {
		border: none;
    -ms-interpolation-mode: bicubic;
}

a {
		text-decoration: none;
		color: #b20000;
		outline: none !important;
}

fieldset {
		border: 0px;
}

h1, h2, h3, h4 {
		font-size: 13px;
    font-weight: normal;
}

hr {
		border-top: 1px solid #e3e3e3;
		border-bottom: 1px solid #fff;
		background: none;
		border-left: none;
		border-right: none;
		height: 0px;
}

.hide {
		display: none !important;
}

.ghost {
    visibility: hidden !important;
    position: absolute;
    top: -6000px;
    left: -6000px;
    width: 0px;
    height: 0px;
}

.clear {
		display: block !important;
		float: none !important;
		clear: both !important;
}


#menu a {
    text-transform: uppercase;
    color: #cccccc;
}
#menu li.active a,
#menu li.hover a {
		color: #b20000 !important;
}


#left-panel .selected {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    z-index: 1500;
}

#selected {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 0;
    width: 300px;
    z-index: 1000;
    padding-left: 30px;
    background: #fff;
}

#news.hidden li a,
#selected.hidden li a {
    opacity: 0 !important;
		-khtml-opacity: 0 !important;
		-moz-opacity: 0 !important;
		filter: alpha(opacity=0) !important;
}
#selected ul {
    position: absolute;
    margin-top: 53px;
}
.selected.active {
		color: #b20000 !important;
}
#selected li,
#news li {
    padding: 0px;
    line-height: 15px;
}
#selected li a,
#news li a,
#selected li a.invisible,
#news li a.invisible {
		color: #ffffff !important;
    padding: 0px 10px 0px 0px;
    display: block;
    outline: 0px !important;
    border: 0px;
}
#selected li a:active,
#news li a:active {
    outline: none !important;
    border: none !important;
}


#news li a._100,
#selected li a._100 { 
		color: #b20000 !important;		
}
#news li a._90,
#selected li a._90 { 
		color: #ba1919 !important;
}
#news li a._85,
#selected li a._85 { 
		color: #bd2626 !important;
}
#news li a._80,
#selected li a._80 { 
		color: #c13333 !important;
}
#news li a._60,
#selected li a._60 { 
		color: #d16666 !important;
}
#news li a._40,
#selected li a._40 { 
		color: #e09999 !important;
}
#news li a._20,
#selected li a._20 { 
		color: #f0cccc !important;
}	
#news li a._10,
#selected li a._10 { 
		color: #f7e5e5 !important;
}
#news li a._05,
#selected li a._05 { 
		color: #fbf2f2 !important;
}

#news li a:visited,
#selected li a:visited {
    outline: none !important;
    border: none !important;
}




#right-panel .menu {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1500;
}
#right-panel .menu li {
    float: left;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}
#news {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 247px;
    bottom: 0px;
    overflow: hidden;
    padding-top: 6px;
    z-index: 1000;
    background: #fff;
    padding-left: 30px;
}
#news ul {
    margin-top: 46px;
}







#intro {
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 100%;
		z-index: 100000;
		background: #fff url(/images/logo.png) no-repeat center center;
		text-indent: -60000px;
    cursor: pointer;
}

#diashow li {
    position: absolute;    
    width: 600px;
    height: 600px;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -300px;
    opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
}

#diashow .caption {
		color: #b20000;
		text-transform: uppercase;
    text-align: left;
}




#content #image {
    position: absolute;
    top: 50px;
    bottom: 63px;
    left: 30px;
    right: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
}
#image img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 1;
    cursor: pointer;
}
#content.portrait #image {
    top: 10px;
    bottom: 63px;
}

#content.work a,
#content.home a {
    position: absolute;
    width: 50%;
    display: block;
    top: 0px;
    bottom: 0px;
    text-indent: -100000px;
		z-index: 100;
}
#content.work .next,
#content.home .next {
    right: 0px;
}

#content p {
    margin-bottom: 18px;
    line-height: 18px;
}


#content.about,
#content.contact,
#content.news {
    text-align: left;
}

#content.contact {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    width: 650px;
    height: 250px;
    top: 50%;
    margin-top: -125px;
		background: #fff url(/images/contact.png) no-repeat center top;
}
#content.contact a {
    display: block;
    height: 300px;
    text-indent: -6000px;
}
#credits {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    width: 650px;
    top: 50%;
    margin-top: 150px;
    text-transform: uppercase;
}
#credits a {
    color: #363636;
}



#content.about {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    width: 700px;
    top: 110px;
    background: url(/images/mork.jpg) no-repeat left 3px;
    height: 525px;
}
#content.about #text {
    width: 320px;
    margin-left: 375px;
}


#content.news {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    width: 595px;
    margin-left: -250px;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 20000;
}



}
#content.news h2 {
    color: #363636;
}

#content.news img {
    height: auto;
    margin-bottom: 10px;
}
#content.news .article {
    margin-bottom: 80px;
    width: 550px;
}
#content.news .text {
    padding-left: 20px;
}
#content.news .article-content {
    opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
}

#content.news ul {
    position: relative;
    padding-bottom: 500px;
    padding-top: 54px;
}



#image {
    position: relative;
    line-height: 0px;
    text-align: center;
    display: inline;
}

#info {
    position: absolute;
    bottom: 6px;
    left: 0px;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    line-height: 15px; 
    background: url(/images/info-mask.png) repeat-y right;
    padding: 5px 50px 5px 30px;
    z-index: 2500;
}

h2 {
		color: #b20000;
}

#info em {
    text-transform: lowercase !important;
    font-style: normal;
}


#bottom-menu {
    position: fixed;
    bottom: 0px;
    height: 100px;
    right: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 2000;
}
#bottom-menu ul {
    position: absolute;
    bottom: 15px;
    width: 30000px;
    margin-left: 250px;
    opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
}
#bottom-menu li {
    float: left; 
    height: 40px;
    padding-right: 2px;
    line-height: 0px;
    cursor: pointer;
}
#bottom-menu li a {
    display: inline-block;
    border: 1px solid #efefef;
}

#bottom-menu li img { 
		opacity: 0;
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity: 0;
}

#bottom-menu li img._100 { 
		opacity: 1;
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity: 1;
}
#bottom-menu li img._90 { 
		opacity: .90;
		filter: alpha(opacity=90);
		-khtml-opacity: .90;
		-moz-opacity: .90;
}
#bottom-menu li img._85 { 
		opacity: .85;
		filter: alpha(opacity=85);
		-khtml-opacity: .85;
		-moz-opacity: .85;
}
#bottom-menu li img._80 { 
		opacity: .80;
		filter: alpha(opacity=80);
		-khtml-opacity: .80;
		-moz-opacity: .80;
}
#bottom-menu li img._60 { 
		opacity: .60;
		filter: alpha(opacity=60);
		-khtml-opacity: .60;
		-moz-opacity: .60;
}
#bottom-menu li img._40 { 
		opacity: .40;
		filter: alpha(opacity=40);
		-khtml-opacity: .40;
		-moz-opacity: .40;
}
#bottom-menu li img._20 { 
		opacity: .20;
		filter: alpha(opacity=20);
		-khtml-opacity: .20;
		-moz-opacity: .20;
}	
#bottom-menu li img._10 { 
		opacity: .10;
		filter: alpha(opacity=10);
		-khtml-opacity: .10;
		-moz-opacity: .10;
}
#bottom-menu li img._05 { 
		opacity: .05;
		filter: alpha(opacity=5);
		-khtml-opacity: .05;
		-moz-opacity: .05;
}



#arrow {
    position: absolute;
    top: 200px;
    bottom: 200px;
    width: 49px;
    height: 49px;
    z-index: 200001;
}

#arrow.up {
    background: url(/images/arrow-up.png) no-repeat center center;
}
#arrow.down {
    background: url(/images/arrow-down.png) no-repeat center center;
}
#arrow.right {
    background: url(/images/arrow-right.png) no-repeat center center;
}
#arrow.left {
    background: url(/images/arrow-left.png) no-repeat center center;
}






/* ie fixes */
.trident #info {
    background: #fff !important;
}
