@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*###################################################*/


html, body{
background:#6b5b58;
width:100%;
height:100%;
margin:0px;
padding:0px;
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:12px;
color:#eae8e8;
}

#copyright{
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:11px;
font-weight:500;
color:#231d1c;
}

p{
padding-bottom:10px;
}

a.footer{
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:11px;
font-weight:500;
color:#231d1c;
text-decoration:none;
}

a{
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:11px;
font-weight:bold;
color:#ffffff;
}

#container{
position:absolute;
width:1030px;
height:600px;
left:50%;
top:50%;
margin-left:-515px;
margin-top:-300px;
}

#inner{
width:1030px;
height:600px;
}

#picture_container{
float:left;
width:560px;
height:555px;
background:url(/common/images/picture_bg.jpg) no-repeat;
}

#picture{
display:none;
}

#content{
display:none;
float:left;
width:0px;
padding:10px;
height:532px;
margin-top:1px;
margin-left:-3px;
background:#26201f;
}

#title{
height:34px;
padding-bottom:10px;
}

.title_image{
display:none;
}

#content_copy{
display:none;
margin-left:8px;
overflow:auto;
height:488px;
width:346px;
padding-right:15px;
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:11px;
line-height:18px;
color:#eae8e8;
}

#navigation_spacer{
width:90px;
height:398px;
}

#pointer{
float:left;
width:15px;
}

.pointer{
display:none;
}

#pointer_spacer{
height:402px;
}

#navigation{
display:none;
float:left;
width:75px;
height:155px;
}

#footer{
clear:both;
width:1030px;
height:50px;
}

#copyright{
float:left;
width:300px;
padding-top:10px;
}

#logo{
float:left;
width:730px;
}

div.navigation{
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:14px;
font-weight:500;
line-height:27px;
color:#231d1c;
cursor:pointer;
user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
}

div.navigation:hover{
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:14px;
font-weight:500;
line-height:27px;
color:#eae8e8;
cursor:pointer;
user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
}

#alert_js{
float:left;
background:#26201f;
padding:6px;
margin-top:10px;
margin-left:15px;
color:#eae8e8;
font-weight:800;
font-size:14px;
}

hr{
color:#FFFFFF;
height:1px;
}

#overlay{
display:none;
position:absolute;
z-index:999999;
top:0;
left:0;
width:100%;
height:100%;
background:#1a1615;
}

.mp3, .video{
margin-left:10px;
cursor:pointer;
}

#mp3{
display:none;
position:absolute;
z-index:9999999;
width:300px;
height:50px;
background:#26201f;
left:50%;
top:50%;
margin-left:-150px;
margin-top:-25px;
}

#mp3-player{
margin-top:17px;
margin-left:20px;
display:none;
position:absolute;
z-index:9999999;
width:260px;
height:26px;
background:#26201f;
}

#mp3-close{
margin-top:50px;
display:none;
position:absolute;
z-index:9999999;
cursor:pointer;
width:300px;
background:#26201f;
padding-top:10px;
padding-bottom:10px;
}

#video{
display:none;
position:absolute;
z-index:9999999;
width:600px;
height:380px;
background:#26201f;
left:50%;
top:50%;
margin-left:-280px;
margin-top:-190px;
}

#video-player{
margin-top:20px;
margin-left:20px;
display:none;
position:absolute;
z-index:9999999;
width:560px;
height:340px;
background:#26201f;
color:#b8c1c3;
}

#video-close{
margin-top:380px;
display:none;
position:absolute;
z-index:9999999;
cursor:pointer;
width:600px;
background:#26201f;
padding-top:20px;
padding-bottom:20px;
color:#b8c1c3;
}